Cross product invariant under SO(3)-matrices?

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 4K views
Marin
Messages
192
Reaction score
0
Hi there!I'm trying to prove the following obvious statement, but am somehow stuck :(

Let [tex]\vec a,\ \vec b\in\mathbb{R^3}[/tex] , let M be in SO(3) and x be the cross productprove: [tex]M(\vec a\times\vec b)=M\vec a\times M\vec b[/tex]I tried using the epsilon tensor, as in physics, but it doesn't really produce an opportunity, as you can convince yourself:

[tex](M\vec a\times M\vec b)_i=\varepsilon_{ijk}(M\vec a)_j(M\vec b)_k=\varepsilon_{ijk}M_{jl} a_l M_{km}b_m...[/tex]

where as usual summation is over repeated indices

Now I want to use the fact that M is orthogonal, i.e.
[tex]M_{ij}M_{jk}^t=\delta_{ik}[/tex],
and preserves the orientation of the basis but I don't know where exactly this has to come into the proof...

What I want to end up with is

[tex]...=M_{ij}\varepsilon_{jkl}a_kb_l=(M(\vec a\times\vec b))_i[/tex]

The statement seems to me obvious and can be envisioned very quickly by the right-hand-rule; I don't know why establishing it makes real problemsIf you have any idea, I'd be glad to see it :)With regards,
marin
 
Physics news on Phys.org
Hi Marlin,

I'll give you a hint (mainly 'cause I'm too lazy to latex up the answer)
The 'preserving the orientation of the basis' bit is equivalent to saying det(M)=1
Rewrite the determinant using the epsilon tensor then a little algebraic rearrangement should get you the result.
(The formula I'm thinking of can be found http://en.wikipedia.org/wiki/Cross_product#Algebraic_properties"...)
 
Last edited by a moderator:
Thanks a lot :)

this was very helpful :)
 
More Generally
Where A is any invertable 3x3 matrix and M(A) is the matrix of the minors of A

[tex]A\vec a\times A\vec b=M(A)(\vec a\times\vec b)[/tex]

I got this result by playing with the algebra. Hope I didn't make a mistake.:rolleyes: