[Math] Confusion about vector triple product

cross productvectors

The question is simple. Say I have two vector $\mathbf{a}$ and $\mathbf{b}$, and I want to simplify the product $(\mathbf{a} \times \mathbf{b}) \times \mathbf{b}$. According to this, it can be rewritten as $-(\mathbf{b}\cdot\mathbf{b})\mathbf{a}+(\mathbf{b}\cdot\mathbf{a})\mathbf{b}$. This product is written in terms of both $\mathbf{a}$ and $\mathbf{b}$.

However, this cross product is absolutely perpendicular to $\mathbf{b}$ so it should not have any component on $\mathbf{b}$. I realized that $\mathbf{a}$ and $\mathbf{b}$ may not be orthogonal but I can't continue from there to justify the presence of $\mathbf{b}$.

Can anyone explain this in simple terms why $\mathbf{b}$ is there?

Best Answer

If $a$ and $b$ are orthogonal to each other, then you are right that $(a\times b)\times b$ has to be a scalar of $a$. Otherwise, you can draw a picture and see that $(a\times b)\times b$ is a vector in the plane spanned by $a$ and $b$ and orthogonal to $b$. But since $a$ and $b$ are not orthogonal, so need both $a$ and $b$ to write $(a\times b)\times b$ as a linear combination of $a$ and $b$.

Related Question