divergence of the cross product of two vectors proof

54.5k Views Asked by At

Prove $\vec{\nabla} \cdot\left ( \vec{A}\times\vec{B} \right )=\vec{B}\cdot\left ( \nabla \times\vec{A} \right )-\vec{A}\cdot\left ( \nabla \times\vec{B} \right )$

I have expanded the LHS for this and obtain a horrible expression that would be even tedious to put them into latex form without a headache.

I attempted to rearrange the LHS so as to obtain the RHS but to no avail.

any help is appreciated.

2

There are 2 best solutions below

1
On BEST ANSWER

You just need to write everything out neatly, so you can see the equating terms.

Let's deal with the left hand side first. $$\vec{A}\times\vec{B}=(A_2B_3-A_3B_2)\vec{i}+(A_3B_1-A_1B_3)\vec{j}+(A_1B_2-A_2B_1)\vec{k}$$ I wrote the component of $A$ always in front of the component of $B$ in order to see easily. Now the whole left hand side is the divergence of the above expression, and therefore equal to: $$\frac{\partial(A_2B_3-A_3B_2)}{\partial x}+\frac{\partial(A_3B_1-A_1B_3)}{\partial y}+\frac{\partial(A_1B_2-A_2B_1)}{\partial z}$$

Let's wait for a while to do the product rule, and instead, look at the right hand side. $$\nabla \times \vec{A}=(\frac{\partial A_3}{\partial y}-\frac{\partial A_2}{\partial z})\vec{i}+(\frac{\partial A_1}{\partial z}-\frac{\partial A_3}{\partial x})\vec{j}+(\frac{\partial A_2}{\partial x}-\frac{\partial A_1}{\partial y})\vec{k}$$ The first term in right hand side is the dot product of $B$ with it, so just replace the $i,j,k$ by $B_1,B_2,B_3$: $$\vec{B}\cdot \nabla \times \vec{A}=B_1(\frac{\partial A_3}{\partial y}-\frac{\partial A_2}{\partial z})+B_2(\frac{\partial A_1}{\partial z}-\frac{\partial A_3}{\partial x})+B_3(\frac{\partial A_2}{\partial x}-\frac{\partial A_1}{\partial y}) $$

Now the second term in the right hand side is similar. We just need to switch $A$ and $B$, and remember it is negative: $$\vec{A}\cdot \nabla \times \vec{B}=A_1(\frac{\partial B_3}{\partial y}-\frac{\partial B_2}{\partial z})+A_2(\frac{\partial B_1}{\partial z}-\frac{\partial B_3}{\partial x})+A_3(\frac{\partial B_2}{\partial x}-\frac{\partial B_1}{\partial y}) $$

Now you can compare each product in the left hand side with the corresponding terms in the right hand side. For example, the first product rule in the left hand side is $$\frac{\partial(A_2B_3)}{\partial x}=A_2\frac{\partial(B_3)}{\partial x}+\frac{\partial(A_2)}{\partial x}B_3$$

It is easy to see which terms in the right hand side equal to these two terms. I'll leave it to you to proceed.

1
On

In the language of differential forms:

Firstly understand the wedge product discussed in here, then notice the following correspondance:

$$d(\alpha \wedge \beta) <-> \nabla \cdot( a \times b)$$

Where $\alpha$ and $\beta$ are both one forms, now by the product rule for forms:

$$d(\alpha \wedge \beta)= d \alpha \wedge \beta+(-1)^p \alpha \wedge d \beta$$

Now, note that following points:

  1. There exists another correspondence $d \alpha \to \nabla \times \alpha$

  2. Note that $ \alpha \wedge \beta$ corresponds to Euclidean dot product when $\alpha$ is a one form and $\beta$ is a 2 form

  3. $p=1$ since $\alpha$ is a one form

We get the following identity when translating the product rule of forms into that of vector caclulus:

$$\nabla \cdot(a \times b ) = (\nabla \times a) \cdot b - a\cdot (\nabla \times b) $$