Find the scalar equation of the plane containing the line \( (x, y, z) = (-4, 0, 5) + t(3, 1, 2) \) and the point \( (1, 1, 0) \).
Solution
Using the direction vector of the line, one vector in the plane is \( (3, 1, 2) \).
The vector extending from \( (-4, 0, 5) \) to \( (1, 1, 0) \) is another vector in the plane (since both points lie in the plane).
That is, \( (1, 1, 0) - (-4, 0, 5) = (5, 1, -5)\) is a second direction vector for the plane.
By inspection, these two vectors are not collinear.
The cross product of these two vectors gives a vector that is perpendicular to both, and hence perpendicular to the plane (that is, a normal to the plane).
\[\begin{align*}\vec{n} &= (3, 1, 2) \times (5, 1, -5) \\ &= (-7, 25, -2)\end{align*}\]
Thus, the scalar equation of the plane is of the form \( -7x + 25y - 2z + D = 0 \).
Substituting the point \( (1, 1, 0) \), we get
\[\begin{align*}-7(1) + 25(1)-2(0) + D &= 0 \\18+D&=0\\D &= -18\end{align*}\]
The scalar equation of the plane is \( -7x + 25y - 2z - 18 = 0 \) or \( 7x - 25y + 2z + 18 = 0 \).