Confusing arken/weber problem (del in triple vector product)

AI Thread Summary
The discussion revolves around verifying the vector identity involving the curl of a vector field and its relationship to the gradient of the square of the field. Participants express confusion about the factor of 1/2 in the equation A × (∇ × A) = 1/2 ∇(A²) - (A · ∇)A. The explanation highlights that the gradient operator only acts on one instance of A, which accounts for the factor of 1/2. Alternative methods for understanding the identity, including the use of vector calculus identities and tensor notation, are also discussed. The conversation concludes with an acknowledgment that these mathematical tools can simplify complex vector calculus problems.
Brad Barker
Messages
429
Reaction score
0
the following problem is in the arfken/weber textbook and was also on a practice exam for my mathematical methods course:

Verify that
<br /> \mathbf{A} \times (\nabla \times \mathbf{A}) = \frac{1}{2} \nabla(A^2) - (\mathbf{A} \cdot \nabla)\mathbf{A}.<br />

i used the BAC-CAB rule, but i don't get the factor of 1/2.

the solutions booklet that came with the textbook very tersely explains, "the factor of 1/2 occurs because the del only operates on one of the A's."

i would very much appreciate an explanation that is perhaps more informative than this one sentence blurb! :-p

thank you.
 
Last edited:
Physics news on Phys.org
I think the "product rule" was used.
Have you tried an index-based calculation...
\epsilon_{ijk}A^j\epsilon^{klm}\nabla_l A_m<br /> =\left( \delta_i^l\delta_j^m- \delta_i^m\delta_j^l)A^j\nabla_l A_m
 
You can't just go around baccabing things. In particular as the one sentence you dislike states the del only operates on one of the A's. That other half is busy over here
(\mathbf{A} \times \nabla) \times \mathbf{A}= \frac{1}{2} \nabla(A^2) - \mathbf{A}(\nabla\cdot\mathbf{A})
since
(a\times\nabla)\times b+a\nabla\cdot b=a\times(\nabla\times b)+(a\cdot\nabla)b
 
what is
\nabla(A^2)
If one A is constant?
say A(x) then find
\nabla(A(x).A(0))|_{x=0}
Compare the 1-var analog
D[y(x)*y(x)]|{x=0}=2y(0)*y'(0)
D[y(0)*y(x)]|{x=0}=y(0)*y'(0)
 
Last edited:
lurflurf said:
You can't just go around baccabing things. In particular as the one sentence you dislike states the del only operates on one of the A's. That other half is busy over here
(\mathbf{A} \times \nabla) \times \mathbf{A}= \frac{1}{2} \nabla(A^2) - \mathbf{A}(\nabla\cdot\mathbf{A})
since
(a\times\nabla)\times b+a\nabla\cdot b=a\times(\nabla\times b)+(a\cdot\nabla)b


i still don't understand.
 
Brad Barker said:
i still don't understand.
It is like asking where the 1/2 comes from in
y \ \frac{d}{dx}y=\frac{1}{2} \ \frac{d}{dx}y^2
You should avoid trying to use vector identities on del that do not apply.
\mathbf{A_1} \times (\nabla_2 \times \mathbf{A_2}) =\nabla_2(\mathbf{A_1}\cdot\mathbf{A_2}) - (\mathbf{A_1} \cdot \nabla_2)\mathbf{A_2}
is true and makes what is happening clear. A1 and A2 are equal, but nabla2 acts only on A2. The grad(A^2) part is the place where the distinction matters. In order to switch back to more standard notation we note that
\nabla_1(\mathbf{A_1}\cdot\mathbf{A_2})=\nabla_2(\mathbf{A_1}\cdot\mathbf{A_2})
and
\nabla(\mathbf{A}\cdot\mathbf{A})=\nabla_1(\mathbf{A_1}\cdot\mathbf{A_2})+\nabla_2(\mathbf{A_1}\cdot\mathbf{A_2})

You infact did not use B(A.C)-C(A.B), you used B(A.C)-(A.B)C
so you saw that not all vector idenetities hold if a vector is replaced by del, but you still used an identity that was not true.

for comparison
(\mathbf{A_1} \times \nabla_2) \times \mathbf{A_2} =\nabla_2(\mathbf{A_1}\cdot\mathbf{A_2}) - \mathbf{A_1}(\nabla_2\cdot\mathbf{A_2})
thus
(\mathbf{A} \times \nabla) \times \mathbf{A}= \frac{1}{2} \nabla(A^2) - \mathbf{A}(\nabla\cdot\mathbf{A})
 
Last edited:
lurflurf said:
It is like asking where the 1/2 comes from in
y \ \frac{d}{dx}y=\frac{1}{2} \ \frac{d}{dx}y^2
You should avoid trying to use vector identities on del that do not apply.
\mathbf{A_1} \times (\nabla_2 \times \mathbf{A_2}) =\nabla_2(\mathbf{A_1}\cdot\mathbf{A_2}) - (\mathbf{A_1} \cdot \nabla_2)\mathbf{A_2}
is true and makes what is happening clear. A1 and A2 are equal, but nabla2 acts only on A2. The grad(A^2) part is the place where the distinction matters. In order to switch back to more standard notation we note that
\nabla_1(\mathbf{A_1}\cdot\mathbf{A_2})=\nabla_2(\mathbf{A_1}\cdot\mathbf{A_2})
and
\nabla(\mathbf{A}\cdot\mathbf{A})=\nabla_1(\mathbf{A_1}\cdot\mathbf{A_2})+\nabla_2(\mathbf{A_1}\cdot\mathbf{A_2})

You infact did not use B(A.C)-C(A.B), you used B(A.C)-(A.B)C
so you saw that not all vector idenetities hold if a vector is replaced by del, but you still used an identity that was not true.

for comparison
(\mathbf{A_1} \times \nabla_2) \times \mathbf{A_2} =\nabla_2(\mathbf{A_1}\cdot\mathbf{A_2}) - \mathbf{A_1}(\nabla_2\cdot\mathbf{A_2})
thus
(\mathbf{A} \times \nabla) \times \mathbf{A}= \frac{1}{2} \nabla(A^2) - \mathbf{A}(\nabla\cdot\mathbf{A})


ah!

thank you very much. that is exactly what i needed.

thanks a lot.
 
found another way to do the problem (without invoking the scary kronecker deltas and epsilon tensors!). this is the proof suggested by david griffiths' intro to electrodynamics:

<br /> \nabla (\mathbf{A} \cdot \mathbf{B}) = \mathbf{A} \times (\nabla \times \mathbf{B}) + \mathbf{B} \times (\nabla \times \mathbf{A}) + (\mathbf{A} \cdot \nabla)\mathbf{B} + (\mathbf{B} \cdot \nabla)\mathbf{A}.<br />

when \mathbf{A} = \mathbf{B},

\nabla (\mathbf{A} \cdot \mathbf{A}) = 2\mathbf{A} \times (\nabla \times \mathbf{A}) + 2(\mathbf{A} \cdot \nabla)\mathbf{A}.

note: \mathbf{A} \cdot \mathbf{A} = A^2.

so

\mathbf{A} \times (\nabla \times \mathbf{A}) = \frac{1}{2} \nabla(A^2) - (\mathbf{A} \cdot \nabla)\mathbf{A}.<br />
 
Last edited:
Of course, someone had to derive [or give you] this first identity of the gradient of a dot-product in terms of the cross-products of curls... or is this identity just so intuitively obvious?

Believe it or not, the epsilon and delta tensors make these "Vector Calculus identities" much simpler... with some practice. It's not unlike learning Euler's identity in complex algebra to make "Trigonometric identities" much simpler.
 
Back
Top