Let $a = \begin{pmatrix}x_a\\y_a\\z_a\end{pmatrix}$, $b = \begin{pmatrix}x_b\\y_b\\z_b\end{pmatrix}$, and $c = \begin{pmatrix}x_c\\y_c\\z_c\end{pmatrix}$. Show that $(x_a,y_a,z_a)$, $(x_b,y_b,z_b)$, and $(x_c,y_c,z_c)$ are collinear if and only if $$a \times b + b \times c + c \times a = 0.$$
I was thinking of proving that the area of the triangle formed by the three points is 0. I thought the box product, $|(a \times b)\bullet c|$, would be helpful but I don't know how to relate that to the equation. All help is greatly appreciated.
You don't need to complicate this problem. We know that $x\times y=0$ if and only if $x=my$ where $m$ is a real number. Given $a$, $b$, $c$, we want to look at $a-b$ and $b-c$ $$(a-b)\times(b-c)=a\times b - a\times c -b\times b +b\times c=a\times b +b\times c+c\times a$$ If $a$,$b$, $c$ are collinear, then the left hand side is 0, therefore the right hand side is 0. Or the other way around, if RHS=0 then LHS=0, therefore $(a-b)=m(b-c)$.