Is (B.\nabla)A the same as B(\nabla.A)?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 6K views
featheredteap
Messages
4
Reaction score
0

Homework Statement



Prove the following vector identity:

[tex]\nabla[/tex]x(AxB) = (B.[tex]\nabla[/tex])A - (A.[tex]\nabla[/tex])B + A([tex]\nabla[/tex].B) - B([tex]\nabla[/tex].A)

Where A and B are vector fields.

Homework Equations



Curl, divergence, gradient

The Attempt at a Solution



I think I know how to do this: I have to expand out the LHS and the RHS and show that they equal one another. To do this I need to use the product rule when taking the gradient of components with more than one term multiplied together.

What I don't understand is what's going on on the RHS: doesn't (B.[tex]\nabla[/tex])A = B([tex]\nabla[/tex].A) ? (Obviously this can't be the case since then all the components would cancel to zero.) So how does this really work?
 
Last edited:
Physics news on Phys.org
No, since if
[tex] \begin{displaymath}<br /> \begin{array}{rcl}<br /> \mathbf{A} & = & A_{x}\mathbf{i}+A_{x}\mathbf{j}+A_{z}\mathbf{k} \\<br /> \mathbf{B} & = & B_{x}\mathbf{i}+B_{x}\mathbf{j}+B_{z}\mathbf{k}<br /> \end{array}<br /> \end{displaymath}[/tex]
Then:
[tex] \begin{displaymath}<br /> \begin{array}{rcl}<br /> \mathbf{B}\cdot\nabla & = & B_{x}\partial_{x}+B_{y}\partial_{y}+B_{z}\partial_{z} \\<br /> \nabla\cdot\mathbf{A} & = & \partial_{x}A_{x}+\partial_{y}A_{y}+\partial_{z}A_{z}<br /> \end{array}<br /> \end{displaymath}[/tex]
Using the above compare one component of the two vector expressions and see if they're the same.