Construct an example to show that the cross product of two vectors in 3 d does not transform like a vector under a reflection and therefore is a pseudo vector
A pseudovector is a quantity that is similar to a vector but undergoes an additional inversion under a coordinate reflection.
For example, "x\\times y=z"
Under a reflection in the xy plane, this equation becomes "x\\times y=-z"
example:
"x=(1,2,3),y=(0,1,2)"
"x\\times y=\\begin{vmatrix}\n i & j&k \\\\\n 1 & 2&3\\\\\n0&1&2\n\\end{vmatrix}=i-2j+k"
"y\\times x=\\begin{vmatrix}\n i & j&k \\\\\n 0 & 1&2\\\\\n1&2&3\n\\end{vmatrix}=-i+2j-k=-(x\\times y)"
Comments
Leave a comment