Proving AX(BXC) = B(A(dot)C) - C(A(dot)B)

  • Thread starter Thread starter starbaj12
  • Start date Start date
starbaj12
Messages
48
Reaction score
0
AX(BXC) = B(A(dot)C) - C(A(dot)B)

For the left hand side I got

(AyBxCy-AyByCx+AzBxCz-AzBzCx)x(hat) + (-AxBxCy+AxByCx+AzByCz-AzBzCy)y(hat) + (-AxBxCz+AxBzCx-AyByCz+AyBzCy)z(hat)

Is this right?

Where would I go from here to prove the rest?

Thanks for the help
 
Physics news on Phys.org
expand the RHS, and see if they were equal
 
Learn summation convention as that's how you ought to prove this result, otherwise it's just messy.
 
matt grime said:
Learn summation convention as that's how you ought to prove this result, otherwise it's just messy.

Yeah,use cartesian tensors.And Levi-Civita (cartesian) tensor.This is ugly.




Daniel.
 
Not sure about the neccesity to learn about tensors as such since I could do this question, with summation convention, well before I knew what a tensor was. Admittedly the things involved are tensors, but there's no need to know this (I mean, we aren't even transforming anything).
 
Last edited by a moderator:
\epsilon_{ijk}\epsilon_{lmn}= \left[<br /> \begin{array}{ccc}<br /> \delta_{il} &amp; \delta_{im} &amp; \delta_{in} \\<br /> \delta_{jl} &amp; \delta_{jm} &amp; \delta_{jn} \\<br /> \delta_{kl} &amp; \delta_{km} &amp; \delta_{kn} \\<br /> \end{array}<br /> \right]<br />

is the product of Levi-Civita tensors. Using this and
\vec{a} \cross \vec{b} = \epsilon_{ijk}a_{i}b_{j} and
\vec{a} \cdot \vec{b} = a_{i}b_{i}

you should be able to prove any vector identity. I relearned this technique one week when it was really boring at work a couple of years ago.
 
Back
Top