Calculating the Cross Product with a Determinant
Setting up the 3x3 determinant with i, j, k in the top row and the two vectors beneath, then expanding it column by column - including the minus sign on the j term that is so easy to forget.
Setting up the 3x3 determinant with i, j, k in the top row and the two vectors beneath, then expanding it column by column - including the minus sign on the j term that is so easy to forget.
There is no need to memorise a separate formula for the cross product. Set the two vectors under the unit vectors and evaluate it exactly like a 3×3 determinant.
Row one holds the unit vectors, row two the components of , and row three the components of
. The order of the rows matters — swapping
and
reverses the answer.
The signs alternate: +i, then −j, then +k. Forgetting the minus in front of is the single most common error here.
A zero component is perfectly normal — it simply means the result has no extent in that direction.
Notice how the negative components feed through: becomes
, and the minus outside the
bracket flips the whole result.