[Math] the intuition behind the cross product of two parallel vectors being zero

cross productintuitionlinear algebravectors

I understand why the cross product, c, of two parallel vectors, a & b, is zero both from the definition that ||c|| = ||a|| ||b|| sin(x) (and sin(0) = 0), and from the component wise calculation of the cross product.

However, I don't see the intuition behind why. Surely if a and b are parallel it is still possible to find a third vector, c, that is orthogonal to these two? What am I missing?

Although this post is very useful for explaining the logic behind cross products What is the logic/rationale behind the vector cross product?, it didn't contain enough relevant material as to the intuition behind why the cross product of two parallel vectors is equal to zero.

Best Answer

enter image description here

$$ \|\vec{a} \times \vec{b}\| = \|\vec{a}\| \sin \theta = \textbf{Area of Plane spanned by $\vec{a}, \vec{b}$}$$

Here $\theta$ is the angle between $\vec{a}, \vec{b}$ and so if $\vec{a}, \vec{b}$ are parallel, we have $\theta = 0 \Rightarrow \vec{a} \times \vec{b} = 0$