Vector identity proof using index notation

baffledboy
Messages
3
Reaction score
0

Homework Statement


Using index notation to prove

\vec{\nabla}\times\left(\vec{A}\times\vec{B}\right) = \left(\vec{B}\bullet\vec{\nabla}\right)\vec{A} - \left(\vec{A}\bullet\vec{\nabla}\right)\vec{B} + \vec{A}\left(\vec{\nabla}\bullet\vec{B}\right) - \vec{B}\left(\vec{\nabla}\bullet\vec{A}\right)

Homework Equations


--?

The Attempt at a Solution


I tried converting the right side first...
B_{a}A_{k,a}-A_{a}B{k,a}+A_{a}\epsilon_{abc}B_{b,c}-B_{a}\epsilon_{abc} A_{b,c}

but i don't really know if this is right... I'm very very new to the index notation system. i don't really understand the rules beyond the basics. will someone please give me some clue as to where to go from here?
 
Physics news on Phys.org
Systems of index notation vary, so you may need to give a reference or a description of your system. Using the index notation I know, the del operator is written \partial_a, so the right side becomes B^b \partial_b A^a - A^b \partial_b B^a + A^a \partial_b B^b - B^a \partial_b A^b, and the left side becomes \mathbf{\nabla}\times \epsilon_{abc} A^b B^c = \epsilon^{ade} \partial_d \epsilon_{ebc} A^b B^c. From there, try to figure out how to contract the epsilons on the left against each other. You definitely shouldn't have any epsilons on the right side, because all you have is dot products, they're not antisymmetric.
 
Thanks for your response. I'm not sure what system the professor is using. He doesn't use superscripts at all and uses commas for derivatives. He didn't give a name for it other than "index notation" though.

is it okay to just change \epsilon_{ade}\partial_{d}\epsilon_{ebc}A_{b}B_{c} to \epsilon_{ade}\epsilon_{ebc}\partial_{d}A_{b}B_{c} or does this mess with the meaning?
 
Last edited:
baffledboy said:
is it okay to just change \epsilon_{ade}\partial_{d}\epsilon_{ebc}A_{b}B_{c} to \epsilon_{ade}\epsilon_{ebc}\partial_{d}A_{b}B_{c} or does this mess with the meaning?
That's fine. It's what makes index notation so useful in deriving identities like this.
 
okay, so I've got

\epsilon_{ade}\epsilon_{ebc}\partial_{d}A_{b}B_{c} =<br /> \left(\delta_{ab}\delta_{dc}-\delta_{ac}\delta_{db}\right)\partial_{d}A_{b}B_{c} =<br /> \partial_{d}A_{a}B_{d}-\partial_{d}A_{d}B_{a} =<br /> \vec{A}\left(\vec{\nabla}\bullet\vec{B}\right)-\left(\vec{\nabla}\bullet\vec{A}\right)\vec{B}

but I can't figure out how to get that to have four terms, like on the right... It seems like I'm missing something here. Do I just keep adding onto terms in the second part with A, B, & del in different orders until I get something that looks right?
 
You have to be a bit more careful. Remember the derivative acts on the product of Aa and Bc, so you need to use the product rule before you can simplify the indices using the Kronecker deltas.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...

Similar threads

Back
Top