Coplanar points
Given any three points one may always find a plane containing all three of them. However, for more than three points, there may not always be a plane containing all of them. Coplanar points are three or more points that lie in the same plane. The problem of determining whether a set of points are coplanar is interesting in the case of more than three points since three or fewer are always coplanar.
One approach to determining whether a given set of vectors is coplanar is to write the equation of the plane for the first three points provided that they are not collinear (i.e. that they do not lie on the same line) and then to check that the remaining points satisfy the derived equation of the plane in the form .
We may also use the scalar triple product, to determine if lie on the same plane through the origin. Now, is perpendicular to the plane containing and (and the origin). If the scalar triple product, is 0 then the origin, , and are coplanar.
Three vectors are coplanar iff
or
or
for some scalar . Rearranging (9.34) we obtain
which implies that , and are linearly dependent.
Definition 9.8 Linear dependence and independence
The vectors , and are said to be linearly dependent if there exist real scalars , , not all zero such that
If , and are not linearly dependent, they are linearly independent. This is expressed by
provided that . Example 9.6 Show that , and are coplanar.
Solution We start with the three points, say , and and define two direction vectors (there are more than one way to choose these) as follows
We also denote the position vectors of points and as and , respectively. Using and , the points lie on a plane with equation
Next, we need to show that the fourth point, also lies on the plane. We now define which is equivalent to and ask if it lies on the same plane as the other 3 points. We proceed by taking the cross product of and which gives a vector that is perpendicular to the plane containing , and ,
We expect the dot product between and to be 0 if also lies in the plane. Indeed,
Alternatively, we can show that the four points are coplanar by checking that the dot product of with gives the same result as the dot product of with . Since the dot product is a linear operator,
Hence, the two terms on the RHS are equal if and only if the LHS is 0 .