Why is the cross product perpendicular?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 4K views
JizzaDaMan
Messages
48
Reaction score
0
Why is the cross product of two vectors perpendicular to the plane the two vectors lie on?

I am aware that you can prove this by showing that:

[itex](\vec{a}\times\vec{b})\cdot\vec{a} = (\vec{a}\times\vec{b})\cdot\vec{b} = 0[/itex]

Surely it was not defined as this and worked backwards though. I see little advantage in making this definition, and simply guessing it seems a bit random, so what brings it about?
 
Physics news on Phys.org
By the matrix definition of the cross product we have
[itex]\vec{a}\times \vec{b} \cdot \vec{c} <br /> = \begin{vmatrix} \vec{i} & \vec{j} & \vec{k} \\ a_i & a_j & a_k \\ b_i & b_j & b_k \end{vmatrix} \cdot \vec{c}<br /> = (\vec{i} \begin{vmatrix} a_j & a_k \\ b_j & b_k \end{vmatrix} -\vec{j} \begin{vmatrix} a_i & a_k \\ b_i & b_k \end{vmatrix} + \vec{k} \begin{vmatrix} a_i & a_j \\ b_i & b_j \end{vmatrix} ) \cdot \vec{c} \\ <br /> = (c_i \begin{vmatrix} a_j & a_k \\ b_j & b_k \end{vmatrix} -c_j \begin{vmatrix} a_i & a_k \\ b_i & b_k \end{vmatrix} + c_k \begin{vmatrix} a_i & a_j \\ b_i & b_j \end{vmatrix} )<br /> = \begin{vmatrix} c_i & c_j & c_k \\ a_i & a_j & a_k \\ b_i & b_j & b_k \end{vmatrix}[/itex].

When [itex]\vec{c} = \vec{a}[/itex] or [itex]\vec{c} = \vec{b}[/itex] the determinant has two equal rows and becomes zero. This means the dot product is zero and the vectors are perpendicular.
 
The cross product is the (up to multiplication by a constant) only product possible that takes two vectors to a third. It is also extremely useful to produce a vector perpendicular to two given vectors. All the time you have two vectors and need one perpendicular to them. Bam! Cross product done.