Coplanar Points

Coplanar points are points that all lie on the same flat plane in three-dimensional space. To check whether four points are coplanar, you can find the equation of the plane through the first three points and then test whether the fourth point satisfies that equation. These problems include determinant-style plane equations, coordinate substitution, and several common variations with points in 3D space.

Notes

 

\(\text{Equation of a Plane Given 3 Points}\)
\( \left| {\begin{array}{ccc}x-x_1 & y-y_1 & z-z_1 \\x_2-x_1 & y_2-y_1 & z_2-z_1 \\x_3-x_1 & y_3-y_1 & z_3-z_1 \\\end{array} } \right|=0\)

 

Notes for how to calculate a 3x3 determinant

 

Practice Problems

Are the following points coplanar?

\(\textbf{1)}\) \((1,2,3), (4,2,6), (-2,8,9), \&\, (3,4,8)\)

 

\(\textbf{2)}\) \((5,3,2), (7,7,7), (-1,0,5), \&\, (1,8,9)\)

 

\(\textbf{3)}\) \((2,2,2), (4,-1,-1), (0,0,1), \&\, (-4,1,3)\)

 

\(\textbf{4)}\) \((0,0,0), (1,1,1), (7,8,9), \&\, (5,8,3)\)

 

\(\textbf{5)}\) \((1,2,3), (1,4,6), (1,8,-3), \&\, (0,14,-9)\)

 

\(\textbf{6)}\) \((0,0,2), (1,0,2), (0,1,2), \&\, (3,4,2)\)

 

\(\textbf{7)}\) \((6,0,0), (0,6,0), (0,0,6), \&\, (1,2,3)\)

 

\(\textbf{8)}\) \((4,0,0), (0,2,0), (0,0,-4), \&\, (1,1,1)\)

 

\(\textbf{9)}\) \((2,0,1), (0,-1,2), (5,3,0), \&\, (1,1,2)\)

 

\(\textbf{10)}\) \((0,3,0), (2,3,5), (-1,3,4), \&\, (7,2,9)\)

 

\(\textbf{11)}\) \((0,0,0), (2,1,0), (1,1,1), \&\, (4,3,2)\)

 

\(\textbf{12)}\) \((2,0,1), (1,2,0), (0,5,0), \&\, (3,0,3)\)

 

\(\textbf{13)}\) \((4,0,0), (0,4,1), (1,3,-2), \&\, (2,2,5)\)

 

\(\textbf{14)}\) \((0,0,0), (1,0,1), (0,2,2), \&\, (3,1,5)\)

 

\(\textbf{15)}\) \((5,0,0), (2,2,0), (1,1,5), \&\, (0,3,1)\)

 

\(\textbf{16)}\) \((2,0,0), (5,1,1), (-1,2,-1), \&\, (8,0,2)\)

 

\(\textbf{17)}\) \((1,2,0), (-1,0,0), (3,0,2), \&\, (0,0,0)\)

 

\(\textbf{18)}\) \((3,0,0), (0,2,3), (1,-1,2), \&\, (4,5,-1)\)

 

\(\textbf{19)}\) \((0,2,0), (1,6,0), (0,0,-2), \&\, (2,9,-1)\)

 

\(\textbf{20)}\) \((12,0,0), (0,6,0), (0,0,4), \&\, (1,1,1)\)

 

See Related Pages\(\)

\(\bullet\text{ Displacement Vectors}\)
\(\,\,\,\,\,\,\,\,(x_2-x_1)\vec{i}+(y_2-y_1)\vec{j}…\)
\(\bullet\text{ Magnitude, Direction, and Unit Vectors}\)
\(\,\,\,\,\,\,\,\,|\vec{u}|=\sqrt{a^2+b^2}…\)
\(\bullet\text{ Dot Product}\)
\(\,\,\,\,\,\,\,\,a \cdot b=x_1 x_2+ y_1 y_2…\)
\(\bullet\text{ Parallel and Perpendicular Vectors}\)
\(\,\,\,\,\,\,\,\,⟨8,2⟩ \text{ and } ⟨−4,−1⟩…\)
\(\bullet\text{ Scalar and Vector Projections}\)
\(\,\,\,\,\,\,\,\,\displaystyle\frac{a \cdot b}{|b|^2} \, \vec{b}…\)
\(\bullet\text{ Cross Product}\)
\(\,\,\,\,\,\,\,\,\)Thumbnail for Cross Product\(…\)
\(\bullet\text{ Equation of a Plane}\)
\(\,\,\,\,\,\,\,\,Ax+By+Cz=D…\)

 

Scroll to Top