Points defining plane - starting step?

56 Views Asked by At

If the points $P, Q, R$, not all lying on the same straight line, have position vectors $a, b, c$ respectively, show that $(a \times b) + (b \times c) + (c \times a)$ is a vector perpendicular to the plane containing $P, Q, R$.

1

There are 1 best solutions below

0
On

The vectors $\vec{RP}=(a-c)$ and $\vec{RQ}=(b-c)$ are independent vectors in the plane orientation. Therefore their cross product will be normal to the plane.

$\begin{align}(a-c)\times (b-c) &=a\times b -c\times b-a \times c + c\times c \\ &=a\times b +b\times c +c \times a + 0 \end{align}$