Why Can't the Del Operator Be Treated as a Vector in Curl Calculations?

  • Context: Graduate 
  • Thread starter Thread starter psholtz
  • Start date Start date
  • Tags Tags
    Potentials Vector
Click For Summary

Discussion Overview

The discussion revolves around the treatment of the del operator in curl calculations, specifically questioning why it cannot be treated as a vector in the context of vector calculus identities. Participants explore the implications of this treatment and the resulting discrepancies in calculations.

Discussion Character

  • Technical explanation
  • Debate/contested

Main Points Raised

  • One participant demonstrates that the function g = (1/2)(c × r) is a vector potential for the constant vector c, leading to the curl result ∇ × g = c.
  • Another participant explains that the del operator cannot be treated as a vector because its components are partial derivative operators, which do not follow commutativity like real numbers.
  • It is noted that replacing terms in vector identities with the del operator can lead to incorrect results due to the nature of partial derivatives.
  • One participant suggests that the identity involving the del operator has more terms than the standard vector identity, indicating a fundamental difference in their application.
  • Another participant agrees that while some vector calculus identities may resemble standard vector identities, they should be treated as separate due to their distinct properties.

Areas of Agreement / Disagreement

Participants generally agree that the del operator cannot be treated as a vector in the same way as standard vectors, but there is no consensus on the implications of this for specific calculations or identities.

Contextual Notes

Participants highlight the limitations of applying standard vector identities directly to the del operator, noting the need for careful consideration of the operator's properties and the potential for additional terms in vector calculus identities.

psholtz
Messages
133
Reaction score
0
It's not hard to show that the function:

g = \frac{1}{2} (c \times r)

is a "vector potential" function for the constant vector "c". That is, that:

\nabla \times g = c

The calculation is straightforward to carry out in Cartesian coordinates, and I won't reproduce it here.

However, my question concerns the following. It is also a standard result in vector algebra that we have:

a \times (b \times c) = (a \cdot c) b - (a \cdot b) c

My question is, when taking the "curl" of the vector potential above, why can't I just treat the "del" operator as though it were a vector, and write something like the following:

\nabla \times (c \times r) = (\nabla \cdot r) c - (\nabla \cdot c) r

\nabla \times (c \times r) = 3c

where the last equality follows because (a) the divergence of a constant vector is 0; and (b) the divergence of the radial vector (i.e., the vector [x,y,z]) is 3.

However, when factoring back in the factor of (1/2) to obtain the final "answer", the "answer" obtained using this method is (3/2)c, rather than the "correct" answer of c.

Why is this?

Is it because you can't treat the "del" operator as though it's a "vector" in this case?

Or am I doing something else wrong?
 
Physics news on Phys.org
In general, you cannot treat the del operator as a vector because the "elements" of \vec{\nabla} are not numbers, but partial derivative operators. As far as I know, the problem with this is that partial derivative operators don't follow commutativity. With real numbers, we don't usually think twice about replacing a b with b a. However, \frac{\partial}{\partial x} f(x) is NOT the same as f(x) \frac{\partial}{\partial x}. The first one is the derivative of f(x), while the second one is not even a function, it's like a weighted operator.

So basically what tends to happen is that in proving an identity for vectors, you end up with something like a b and you replace it with b a without even thinking about it. That's fine, but you now can't use that identity for the del operator, because if a is a partial derivative and b is a function, that move was a big no-no. That's why you can't just plug the del operator into identities that have been derived for real numbers. What makes this so tricky is that a lot of the vector identities do actually work for the del operator, so it's very tempting to assume that they all do.

I would guess that in the derivation of the vector identity you stated, you have to apply commutativity (ab = ba) at some point.
 
hi psholtz! :smile:
psholtz said:
My question is, when taking the "curl" of the vector potential above, why can't I just treat the "del" operator as though it were a vector, and write something like the following:

\nabla \times (c \times r) = (\nabla \cdot r) c - (\nabla \cdot c) r

you can

but (a.∇) is defined as the operator ax∂/∂x + ay∂/∂y + az∂/∂z …

try it that way :wink:
 
tiny-tim said:
hi psholtz! :smile:


you can

but (a.∇) is defined as the operator ax∂/∂x + ay∂/∂y + az∂/∂z …

try it that way :wink:

You still can't just plug in the del operator, though. The actual vector calculus identity takes a similar form to the vector identity, but it has four terms instead of just two:

\nabla \times (\mathbf{A} \times \mathbf{B}) = \mathbf{A} (\nabla \cdot \mathbf{B}) - \mathbf{B} (\nabla \cdot \mathbf{A}) + (\mathbf{B} \cdot \nabla) \mathbf{A} - (\mathbf{A} \cdot \nabla) \mathbf{B}

(I stole the LaTeX code directly from the wikipedia "Vector Calculus Identities" page)

Notice that even if you replace \nabla with an actual vector like \mathbf{C}, you don't end up with the same identity written in the original post. You end up with an extra factor of two.

I think the best policy is just to treat vector calculus identities (involving the div operator) and "standard" vector identities as completely separate. Certainly there are some enticing parallels, but there are also things that just don't work.
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 20 ·
Replies
20
Views
4K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 8 ·
Replies
8
Views
753