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

In summary, we use the identity \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} to show that \mathbf{A} \times (\nabla \times \mathbf{A}) = \frac{1}{2} \nabla(A^2) - (\mathbf
  • #1
Brad Barker
429
0
the following problem is in the arfken/weber textbook and was also on a practice exam for my mathematical methods course:

Verify that
[tex]
\mathbf{A} \times (\nabla \times \mathbf{A}) = \frac{1}{2} \nabla(A^2) - (\mathbf{A} \cdot \nabla)\mathbf{A}.
[/tex]

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! :tongue:

thank you.
 
Last edited:
Physics news on Phys.org
  • #2
I think the "product rule" was used.
Have you tried an index-based calculation...
[tex]\epsilon_{ijk}A^j\epsilon^{klm}\nabla_l A_m
=\left( \delta_i^l\delta_j^m- \delta_i^m\delta_j^l)A^j\nabla_l A_m[/tex]
 
  • #3
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
[tex](\mathbf{A} \times \nabla) \times \mathbf{A}= \frac{1}{2} \nabla(A^2) - \mathbf{A}(\nabla\cdot\mathbf{A})[/tex]
since
[tex](a\times\nabla)\times b+a\nabla\cdot b=a\times(\nabla\times b)+(a\cdot\nabla)b[/tex]
 
  • #4
what is
[tex]\nabla(A^2)[/tex]
If one A is constant?
say A(x) then find
[tex]\nabla(A(x).A(0))|_{x=0}[/tex]
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:
  • #5
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
[tex](\mathbf{A} \times \nabla) \times \mathbf{A}= \frac{1}{2} \nabla(A^2) - \mathbf{A}(\nabla\cdot\mathbf{A})[/tex]
since
[tex](a\times\nabla)\times b+a\nabla\cdot b=a\times(\nabla\times b)+(a\cdot\nabla)b[/tex]


i still don't understand. :grumpy:
 
  • #6
Brad Barker said:
i still don't understand. :grumpy:
It is like asking where the 1/2 comes from in
[tex]y \ \frac{d}{dx}y=\frac{1}{2} \ \frac{d}{dx}y^2[/tex]
You should avoid trying to use vector identities on del that do not apply.
[tex]\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}[/tex]
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
[tex]\nabla_1(\mathbf{A_1}\cdot\mathbf{A_2})=\nabla_2(\mathbf{A_1}\cdot\mathbf{A_2})[/tex]
and
[tex]\nabla(\mathbf{A}\cdot\mathbf{A})=\nabla_1(\mathbf{A_1}\cdot\mathbf{A_2})+\nabla_2(\mathbf{A_1}\cdot\mathbf{A_2})[/tex]

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
[tex](\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})[/tex]
thus
[tex](\mathbf{A} \times \nabla) \times \mathbf{A}= \frac{1}{2} \nabla(A^2) - \mathbf{A}(\nabla\cdot\mathbf{A})[/tex]
 
Last edited:
  • #7
lurflurf said:
It is like asking where the 1/2 comes from in
[tex]y \ \frac{d}{dx}y=\frac{1}{2} \ \frac{d}{dx}y^2[/tex]
You should avoid trying to use vector identities on del that do not apply.
[tex]\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}[/tex]
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
[tex]\nabla_1(\mathbf{A_1}\cdot\mathbf{A_2})=\nabla_2(\mathbf{A_1}\cdot\mathbf{A_2})[/tex]
and
[tex]\nabla(\mathbf{A}\cdot\mathbf{A})=\nabla_1(\mathbf{A_1}\cdot\mathbf{A_2})+\nabla_2(\mathbf{A_1}\cdot\mathbf{A_2})[/tex]

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
[tex](\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})[/tex]
thus
[tex](\mathbf{A} \times \nabla) \times \mathbf{A}= \frac{1}{2} \nabla(A^2) - \mathbf{A}(\nabla\cdot\mathbf{A})[/tex]


ah!

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

thanks a lot.
 
  • #8
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:

[tex]
\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}.
[/tex]

when [tex]\mathbf{A} = \mathbf{B},[/tex]

[tex]\nabla (\mathbf{A} \cdot \mathbf{A}) = 2\mathbf{A} \times (\nabla \times \mathbf{A}) + 2(\mathbf{A} \cdot \nabla)\mathbf{A}.[/tex]

note: [tex]\mathbf{A} \cdot \mathbf{A} = A^2.[/tex]

so

[tex]\mathbf{A} \times (\nabla \times \mathbf{A}) = \frac{1}{2} \nabla(A^2) - (\mathbf{A} \cdot \nabla)\mathbf{A}.
[/tex]
 
Last edited:
  • #9
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.
 

What is the "Confusing arken/weber problem"?

The "Confusing arken/weber problem" refers to a mathematical problem involving the triple vector product and the del operator, which is used in vector calculus to represent the gradient, divergence, and curl of a vector field.

What makes the arken/weber problem confusing?

The arken/weber problem can be confusing because it involves the use of multiple mathematical concepts, such as vector calculus, triple vector products, and the del operator, which can be difficult to understand and visualize.

What is the triple vector product?

The triple vector product is a mathematical operation that involves three vectors and results in a vector. It is defined as the cross product of the cross product of two vectors and a third vector. In vector notation, it is written as A x (B x C).

What is the del operator?

The del operator, represented by the symbol ∇, is a mathematical operator used in vector calculus to represent the gradient, divergence, and curl of a vector field. It is often used in equations involving derivatives of vector functions.

What is the significance of the arken/weber problem in science?

The arken/weber problem is important in science because it involves the use of mathematical concepts that are commonly used in many fields, such as physics, engineering, and computer science. Understanding this problem can help scientists better understand and solve complex mathematical equations and problems in their respective fields.

Similar threads

Replies
12
Views
1K
Replies
14
Views
1K
  • Calculus
Replies
5
Views
5K
Replies
13
Views
2K
  • Introductory Physics Homework Help
Replies
7
Views
1K
  • Advanced Physics Homework Help
Replies
2
Views
1K
  • Calculus and Beyond Homework Help
Replies
7
Views
1K
  • Introductory Physics Homework Help
Replies
4
Views
2K
  • Calculus and Beyond Homework Help
Replies
1
Views
1K
Replies
2
Views
580
Back
Top