Linear Algebra – Intuition for Cross Product of Vector with Itself and Zero Vector

linear algebra

I'm having trouble intuiting the following two vector identities for any vector $\mathbf{v}$. I'm only asking about intuition here, and not about their proofs (which follow from definition of cross product):

$\color{green}{\mathbf{v}} \times \color{brown}{\mathbf{v}} = \mathbf{0} \tag{*}$

$\mathbf{v} \times \mathbf{0} = \mathbf{0} \tag{*}$

For (*), my intuition is that we want a vector that's perpendicular to both $\color{green}{\mathbf{v}}$ and $\color{brown}{\mathbf{v}}$. But this is the same vector, written out two times. Therefore, we want a vector that's perpendicular to just $\mathbf{v}$. Wouldn't there be infinitely many vectors that are perpendicular to any one vector? Why is it $\mathbf{0}$?

For (**), my intuition is that we want a vector that's perpendicular to both $\mathbf{v}$ and $\mathbf{0}$. Since $\mathbf{0}$ has magnitude $0$, therefore it doesn't exist "physically", so no vector can be perpendicular to it. I'm not sure about this, though.

Best Answer

A good way to understand this is perhaps by means of knowing what the magnitude of the cross product means. If you have two vectors $v$ and $w$, then their cross product $v \times w$ is a vector orthogonal to the plane spanned by $v$ and $w$ and with the magnitude being the area of the paralelogram that has the vectors as sides.

Now, if you get just the vector $v$ and compute $v \times v$ the magnitude of this thing should be the area of the paralelogram with $v$ and $v$ as sides. However this paralelogram is degenerate (speaking loosely, there's no paralelogram at all in truth), so that it's area should really be zero.

If you consider on the other hand $v\times 0$ this would be in magnitude the area of the paralelogram whose sides are $v$ and $0$, however, again this paralelogram is degenerate and should have no area, so that $v\times 0 $ should be really the null vector.