Skip to main content
Logo image

APEX Calculus

Section 11.6 Planes

Any flat surface, such as a wall, table top or stiff piece of cardboard can be thought of as representing part of a plane. Consider a piece of cardboard with a point \(P\) marked on it. One can take a nail and stick it into the cardboard at \(P\) such that the nail is perpendicular to the cardboard; see Figure 11.6.1.
Figure 11.6.1. Illustrating defining a plane with a sheet of cardboard and a nail
This nail provides a “handle” for the cardboard. Moving the cardboard around moves \(P\) to different locations in space. Tilting the nail (but keeping \(P\) fixed) tilts the cardboard. Both moving and tilting the cardboard defines a different plane in space. In fact, we can define a plane by: 1) the location of \(P\) in space, and 2) the direction of the nail.
Figure 11.6.2. Video inroduction to Section 11.6
The previous section showed that one can define a line given a point on the line and the direction of the line (usually given by a vector). One can make a similar statement about planes: we can define a plane in space given a point on the plane and the direction the plane “faces” (using the description above, the direction of the nail). Once again, the direction information will be supplied by a vector, called a normal vector, that is orthogonal to the plane.
What exactly does “orthogonal to the plane” mean? Choose any two points \(P\) and \(Q\) in the plane, and consider the vector \(\overrightarrow{PQ}\text{.}\) We say a vector \(\vec n\) is orthogonal to the plane if \(\vec n\) is perpendicular to \(\overrightarrow{PQ}\) for all choices of \(P\) and \(Q\text{;}\) that is, if \(\vec n\cdot \overrightarrow{PQ}=0\) for all \(P\) and \(Q\text{.}\)
This gives us way of writing an equation describing the plane. Let \(P=(x_0,y_0,z_0)\) be a point in the plane and let \(\vec n = \la a,b,c\ra\) be a normal vector to the plane. A point \(Q = (x,y,z)\) lies in the plane defined by \(P\) and \(\vec n\) if, and only if, \(\overrightarrow{PQ}\) is orthogonal to \(\vec n\text{.}\) Knowing \(\overrightarrow{PQ} = \la x-x_0,y-y_0,z-z_0\ra\text{,}\) consider:
\begin{align} \overrightarrow{PQ}\cdot\vec n \amp = 0\notag\\ \la x-x_0,y-y_0,z-z_0\ra\cdot \la a,b,c\ra \amp =0\notag\\ a(x-x_0)+b(y-y_0)+c(z-z_0) \amp =0\text{.}\tag{11.6.1} \end{align}
Equation (11.6.1) defines an implicit function describing the plane. More algebra produces:
\begin{equation*} ax+by+cz = ax_0+by_0+cz_0\text{.} \end{equation*}
The right hand side is just a number, so we replace it with \(d\text{:}\)
\begin{equation} ax+by+cz = d\text{.}\tag{11.6.2} \end{equation}
As long as \(c\neq 0\text{,}\) we can solve for \(z\text{:}\)
\begin{equation} z = \frac1c(d-ax-by)\text{.}\tag{11.6.3} \end{equation}
Equation (11.6.3) is especially useful as many computer programs can graph functions in this form. Equations (11.6.1) and (11.6.2) have specific names, given next.

Definition 11.6.3. Equations of a Plane in Standard and General Forms.

The plane passing through the point \(P=(x_0,y_0,z_0)\) with normal vector \(\vec n=\la a,b,c\ra\) can be described by an equation with standard form
\begin{equation*} a(x-x_0)+b(y-y_0)+c(z-z_0) =0; \end{equation*}
the equation’s general form is
\begin{equation*} ax+by+cz = d\text{.} \end{equation*}
A key to remember throughout this section is this: to find the equation of a plane, we need a point and a normal vector. We will give several examples of finding the equation of a plane, and in each one different types of information are given. In each case, we need to use the given information to find a point on the plane and a normal vector.

Example 11.6.4. Finding the equation of a plane.

Write the equation of the plane that passes through the points \(P=(1,1,0)\text{,}\) \(Q = (1,2,-1)\) and \(R = (0,1,2)\) in standard form.
Solution 1. Video solution
Solution 2.
We need a vector \(\vec n\) that is orthogonal to the plane. Since \(P\text{,}\) \(Q\) and \(R\) are in the plane, so are the vectors \(\overrightarrow{PQ}\) and \(\overrightarrow{PR}\text{;}\) \(\overrightarrow{PQ}\times\overrightarrow{PR}\) is orthogonal to \(\overrightarrow{PQ}\) and \(\overrightarrow{PR}\) and hence the plane itself.
It is straightforward to compute \(\vec n = \overrightarrow{PQ}\times\overrightarrow{PR} = \la 2,1,1\ra\text{.}\) We can use any point we wish in the plane (any of \(P\text{,}\) \(Q\) or \(R\) will do) and we arbitrarily choose \(P\text{.}\) Following Definition 11.6.3, the equation of the plane in standard form is
\begin{equation*} 2(x-1) + (y-1)+z = 0\text{.} \end{equation*}
The plane is sketched in Figure 11.6.5.
Figure 11.6.5. Sketching the plane in Example 11.6.4
We have just demonstrated the fact that any three non-collinear points define a plane. (This is why a three-legged stool does not “rock;” it’s three feet always lie in a plane. A four-legged stool will rock unless all four feet lie in the same plane.)

Example 11.6.6. Finding the equation of a plane.

Verify that lines \(\ell_1\) and \(\ell_2\text{,}\) whose parametric equations are given below, intersect, then give the equation of the plane that contains these two lines in general form.
\begin{equation*} \ell_1: \begin{matrix} x\amp =\amp -5+2s \\ y\amp =\amp 1+s \\ z\amp =\amp -4+2s \end{matrix} \qquad\qquad \ell_2: \begin{matrix} x \amp =\amp 2+3t\\ y\amp =\amp 1-2t \\ z\amp =\amp 1+t \end{matrix} \end{equation*}
Solution.
The lines clearly are not parallel. If they do not intersect, they are skew, meaning there is not a plane that contains them both. If they do intersect, there is such a plane.
To find their point of intersection, we set the \(x\text{,}\) \(y\) and \(z\) equations equal to each other and solve for \(s\) and \(t\text{:}\)
\begin{equation*} \begin{matrix} -5+2s \amp =\amp 2+3t \\ 1+s \amp =\amp 1-2t \\ -4+2s \amp =\amp 1+t \end{matrix} \Rightarrow s=2, t=-1\text{.} \end{equation*}
When \(s=2\) and \(t=-1\text{,}\) the lines intersect at the point \(P= (-1,3,0)\text{.}\)
Let \(\vec d_1 = \la 2,1,2\ra\) and \(\vec d_2=\la 3,-2,1\ra\) be the directions of lines \(\ell_1\) and \(\ell_2\text{,}\) respectively. A normal vector to the plane containing these the two lines will also be orthogonal to \(\vec d_1\) and \(\vec d_2\text{.}\) Thus we find a normal vector \(\vec n\) by computing \(\vec n = \vec d_1 \times \vec d_2= \la 5,4-7\ra\text{.}\)
We can pick any point in the plane with which to write our equation; each line gives us infinite choices of points. We choose \(P\text{,}\) the point of intersection. We follow Definition 11.6.3 to write the plane’s equation in general form:
\begin{align*} 5(x+1) +4(y-3) -7z \amp = 0\\ 5x + 5 + 4y-12 -7z \amp = 0\\ 5x+4y-7z \amp = 7\text{.} \end{align*}
The plane’s equation in general form is \(5x+4y-7z=7\text{;}\) it is sketched in Figure 11.6.7.
Figure 11.6.7. Sketching the plane in Example 11.6.6

Example 11.6.8. Finding the equation of a plane.

Give the equation, in standard form, of the plane that passes through the point \(P=(-1,0,1)\) and is orthogonal to the line with vector equation \(\vec \ell(t) = \la -1,0,1\ra + t\la 1,2,2\ra\text{.}\)
Solution 1. Video solution
Solution 2.
As the plane is to be orthogonal to the line, the plane must be orthogonal to the direction of the line given by \(\vec d = \la 1,2,2\ra\text{.}\) We use this as our normal vector. Thus the plane’s equation, in standard form, is
\begin{equation*} (x+1) +2y+2(z-1)=0\text{.} \end{equation*}
The line and plane are sketched in Figure 11.6.9.
Figure 11.6.9. The line and plane in Example 11.6.8

Example 11.6.10. Finding the intersection of two planes.

Give the parametric equations of the line that is the intersection of the planes \(p_1\) and \(p_2\text{,}\) where:
\begin{gather*} p_1: x-(y-2)+(z-1) =0\\ p_2: -2(x-2)+(y+1)+(z-3)=0 \end{gather*}
Solution 1. Video solution
Solution 2.
To find an equation of a line, we need a point on the line and the direction of the line.
We can find a point on the line by solving each equation of the planes for \(z\text{:}\)
\begin{gather*} p_1: z = -x+y-1\\ p_2: z = 2x-y-2 \end{gather*}
We can now set these two equations equal to each other (i.e., we are finding values of \(x\) and \(y\) where the planes have the same \(z\) value):
\begin{align*} -x+y-1 \amp = 2x-y-2\\ 2y \amp = 3x-1\\ y \amp = \frac12(3x-1) \end{align*}
We can choose any value for \(x\text{;}\) we choose \(x=1\text{.}\) This determines that \(y=1\text{.}\) We can now use the equations of either plane to find \(z\text{:}\) when \(x=1\) and \(y=1\text{,}\) \(z=-1\) on both planes. We have found a point \(P\) on the line: \(P= (1,1,-1)\text{.}\)
We now need the direction of the line. Since the line lies in each plane, its direction is orthogonal to a normal vector for each plane. Considering the equations for \(p_1\) and \(p_2\text{,}\) we can quickly determine their normal vectors. For \(p_1\text{,}\) \(\vec n_1 = \la 1,-1,1\ra\) and for \(p_2\text{,}\) \(\vec n_2 = \la -2,1,1\ra\text{.}\) A direction orthogonal to both of these directions is their cross product: \(\vec d = \vec n_1\times \vec n_2 = \la -2,-3,-1\ra\text{.}\)
The parametric equations of the line through \(P=(1,1,-1)\) in the direction of \(d=\la -2,-3,-1\ra\) is:
\begin{equation*} \ell: x= -2t+1 y = -3t+1 z=-t-1\text{.} \end{equation*}
The planes and line are graphed in Figure 11.6.11.
Figure 11.6.11. Graphing the planes and their line of intersection in Example 11.6.10
Figure 11.6.12. An alternative method for solving Example 11.6.10

Example 11.6.13. Finding the intersection of a plane and a line.

Find the point of intersection, if any, of the line \(\ell(t) = \la 3,-3,-1\ra +t\la-1,2,1\ra\) and the plane with equation in general form \(2x+y+z=4\text{.}\)
Solution 1. Video solution
Solution 2.
The equation of the plane shows that the vector \(\vec n = \la 2,1,1\ra\) is a normal vector to the plane, and the equation of the line shows that the line moves parallel to \(\vec d = \la -1,2,1\ra\text{.}\) Since these are not orthogonal, we know there is a point of intersection. (If there were orthogonal, it would mean that the plane and line were parallel to each other, either never intersecting or the line was in the plane itself.)
To find the point of intersection, we need to find a \(t\) value such that \(\ell(t)\) satisfies the equation of the plane. Rewriting the equation of the line with parametric equations will help:
\begin{equation*} \ell(t) = \left\{\begin{aligned}x\amp = 3-t\\ y\amp =-3+2t\\ z\amp = -1+t \end{aligned} \right.\text{.} \end{equation*}
Replacing \(x\text{,}\) \(y\) and \(z\) in the equation of the plane with the expressions containing \(t\) found in the equation of the line allows us to determine a \(t\) value that indicates the point of intersection:
\begin{align*} 2x+y+z \amp =4\\ 2(3-t) + (-3+2t) + (-1+t) \amp = 4\\ t\amp =2\text{.} \end{align*}
When \(t=2\text{,}\) the point on the line satisfies the equation of the plane; that point is \(\ell(2) = \la 1,1,1\ra\text{.}\) Thus the point \((1,1,1)\) is the point of intersection between the plane and the line, illustrated in Figure 11.6.14.
Figure 11.6.14. Illustrating the intersection of a line and a plane in Example 11.6.13

Subsection 11.6.1 Distances

Just as it was useful to find distances between points and lines in the previous section, it is also often necessary to find the distance from a point to a plane.
Figure 11.6.15. Video introduction to Subsection 11.6.1
Consider Figure 11.6.16, where a plane with normal vector \(\vec n\) is sketched containing a point \(P\) and a point \(Q\text{,}\) not on the plane, is given. We measure the distance from \(Q\) to the plane by measuring the length of the projection of \(\overrightarrow{PQ}\) onto \(\vec n\text{.}\) That is, we want:
\begin{equation} \snorm{\text{ proj } _{\,\vec n}\,{\overrightarrow{PQ}}} = \snorm{\frac{\vec n\cdot \overrightarrow{PQ}}{\vnorm n^2}\vec n} = \frac{\abs{\vec n\cdot \overrightarrow{PQ}}}{\vnorm n}\tag{11.6.4} \end{equation}
Equation (11.6.4) is important as it does more than just give the distance between a point and a plane. We will see how it allows us to find several other distances as well: the distance between parallel planes and the distance from a line and a plane. Because Equation (11.6.4) is important, we restate it as a Key Idea.
Figure 11.6.16. Illustrating finding the distance from a point to a plane

Key Idea 11.6.17. Distance from a Point to a Plane.

Let a plane with normal vector \(\vec n\) be given, and let \(Q\) be a point. The distance \(h\) from \(Q\) to the plane is
\begin{equation*} h = \frac{\abs{\vec n\cdot \overrightarrow{PQ}}}{\vnorm n}\text{,} \end{equation*}
where \(P\) is any point in the plane.

Example 11.6.18. Distance between a point and a plane.

Find the distance between the point \(Q = (2,1,4)\) and the plane with equation \(2x-5y+6z=9\text{.}\)
Solution 1. Video solution
Solution 2.
Using the equation of the plane, we find the normal vector \(\vec n = \la 2,-5,6\ra\text{.}\) To find a point on the plane, we can let \(x\) and \(y\) be anything we choose, then let \(z\) be whatever satisfies the equation. Letting \(x\) and \(y\) be 0 seems simple; this makes \(z = 1.5\text{.}\) Thus we let \(P = \la 0,0,1.5\ra\text{,}\) and \(\overrightarrow{PQ} = \la 2,1,2.5\ra\text{.}\)
The distance \(h\) from \(Q\) to the plane is given by Key Idea 11.6.17:
\begin{align*} h \amp = \frac{\abs{\vec n\cdot \overrightarrow{PQ}}}{\vnorm n}\\ \amp = \frac{\abs{\la 2,-5,6\ra \cdot \la 2,1,2.5\ra}}{\norm{\la 2,-5,6\ra}}\\ \amp = \frac{ \abs{14}}{\sqrt{65}}\\ \amp \approx 1.74\text{.} \end{align*}
We can use Key Idea 11.6.17 to find other distances. Given two parallel planes, we can find the distance between these planes by letting \(P\) be a point on one plane and \(Q\) a point on the other. If \(\ell\) is a line parallel to a plane, we can use the Key Idea to find the distance between them as well: again, let \(P\) be a point in the plane and let \(Q\) be any point on the line. (One can also use Key Idea 11.5.17.) The Exercise section contains problems of these types.
These past two sections have not explored lines and planes in space as an exercise of mathematical curiosity. However, there are many, many applications of these fundamental concepts. Complex shapes can be modeled (or, approximated) using planes. For instance, part of the exterior of an aircraft may have a complex, yet smooth, shape, and engineers will want to know how air flows across this piece as well as how heat might build up due to air friction. Many equations that help determine air flow and heat dissipation are difficult to apply to arbitrary surfaces, but simple to apply to planes. By approximating a surface with millions of small planes one can more readily model the needed behavior.

Exercises 11.6.2 Exercises

Terms and Concepts

1.
In order to find the equation of a plane, what two pieces of information must one have?
2.
What is the relationship between a plane and one of its normal vectors?

Problems

Exercise Group.
In the following exercises, give any two points in the given plane.
3.
\(2x-4y+7z=2\)
4.
List any two points in the plane with equation \(3(x+2)+5(y-9)-4z=0\text{.}\)
5.
\(x=2\)
6.
List any two points in the plane with equation \(4(y+2)-(z-6)=0\text{.}\)
Exercise Group.
In the following exercises, give the equation of the described plane in standard and general forms.
7.
Passes through \((2,3,4)\) and has normal vector
\(\vec n= \la 3,-1,7\ra\text{.}\)
8.
A plane passes through \((1,3,5)\) and has normal vector \(\vec n= \la 0,2,4\ra\text{.}\)
9.
Passes through the points \((1,2,3)\text{,}\) \((3,-1,4)\) and \((1,0,1)\text{.}\)
10.
A plane passes through the points \((5,3,8)\text{,}\) \((6,4,9)\) and \((3,3,3)\text{.}\)
11.
Contains the intersecting lines
\(\vec\ell_1(t) = \la 2,1,2\ra + t\la 1,2,3\ra\) and
\(\vec\ell_2(t) = \la 2,1,2\ra + t\la 2,5,4\ra\text{.}\)
12.
A plane contains the intersecting lines \(\vec\ell_1(t) = \la 5,0,3\ra + t\la -1,1,1\ra\) and \(\vec\ell_2(t) = \la 1,4,7\ra + t\la 3,0,-3\ra\text{.}\)
13.
Contains the parallel lines
\(\vec\ell_1(t) = \la 1,1,1\ra + t\la 1,2,3\ra\) and
\(\vec\ell_2(t) = \la 1,1,2\ra + t\la 1,2,3\ra\text{.}\)
14.
A plane contains the parallel lines \(\vec\ell_1(t) = \la 1,1,1\ra + t\la 4,1,3\ra\) and \(\vec\ell_2(t) = \la 2,2,2\ra + t\la 4,1,3\ra\text{.}\)
15.
Contains the point \((2,-6,1)\) and the line
\(\vec\ell(t) = \left\{\begin{aligned}x\amp =2+5t \\ y\amp =2+2t \\ z\amp =-1+2t \end{aligned} \right.\)
16.
A plane contains the point \((5,7,3)\) and the line \(\vec\ell(t) = \begin{cases}x\amp=t\\y\amp=t\\z\amp=t\end{cases}\text{.}\)
17.
A plane contains the point \((5,7,3)\) and is orthogonal to the line \(\vec\ell(t) = \la 4,5,6\ra+ t\la 1,1,1\ra\text{.}\)
18.
A plane contains the point \((4,1,1)\) and is orthogonal to the line \(\begin{cases}x\amp=4+4t\\y\amp=1+t\\z\amp=1+t\end{cases}\text{.}\)
19.
A plane contains the point \((-4,7,2)\) and is parallel to the plane \(3(x-2)+8(y+1) -10z=0\text{.}\)
20.
A plane contains the point \((1,2,3)\) and is parallel to the plane \(x=5\text{.}\)
Exercise Group.
In the following exercises, give the equation of the line that is the intersection of the given planes.
21.
\(p1:\ 3 (x - 2) + (y - 1) + 4 z=0\text{,}\) and
\(p2:\ 2 (x - 1) - 2 (y + 3) + 6 (z - 1)=0\text{.}\)
22.
Give the equation of the line (in vector form) that is the intersection of the planes \(5 (x - 5) + 2 (y + 2) + 4 (z - 1)=0\text{,}\) and \(3 x - 4 (y - 1) + 2 (z - 1)=0\text{.}\)
Exercise Group.
Find the point of intersection between the line and the plane.
23.
line: \(\la 5,1,-1\ra + t\la 2,2,1\ra\text{,}\)
plane: \(5x-y-z=-3\)
24.
Find the point of intersection between the line \(\la 4,1,0\ra + t\la 1,0,-1\ra\) and the plane \(3x+y-2z=8\text{.}\) (If the plane contains the line, enter “the entire line”. If the line does not intersect the plane at all, enter “none”.)
25.
line: \(\la 1,2,3\ra + t\la 3,5,-1\ra\text{,}\)
plane: \(3x-2y-z=4\)
26.
Find the point of intersection between the line \(\la 1,2,3\ra + t\la 3,5,-1\ra\) and the plane \(3x-2y-z=-4\text{.}\) (If the plane contains the line, enter “the entire line”. If the line does not intersect the plane at all, enter “none”.)
Exercise Group.
Find the indicated distance.
27.
The distance from the point \((1,2,3)\) to the plane
\(3(x-1)+(y-2)+5(z-2)=0\text{.}\)
28.
Find the distance from the point \((2,6,2)\) to the plane \(2(x-1)-y+4(z+1)=0\text{.}\)
29.
The distance between the parallel planes
\(x+y+z=0\) and
\((x-2)+(y-3)+(z+4)=0\)
30.
Find the distance between the parallel planes \(2(x-1)+2(y+1)+(z-2)=0\) and \(2(x-3)+2(y-1)+(z-3)=0\text{.}\)
31.
Show why if the point \(Q\) lies in a plane, then the distance formula correctly gives the distance from the point to the plane as \(0\text{.}\)
You have attempted of activities on this page.