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 marked on it. One can take a nail and stick it into the cardboard at such that the nail is perpendicular to the cardboard; see Figure 11.6.1.††margin:
This nail provides a “handle” for the cardboard. Moving the cardboard around moves to different locations in space. Tilting the nail (but keeping 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 in space, and 2) the direction of the nail.
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 and in the plane, and consider the vector . We say a vector is orthogonal to the plane if is perpendicular to for all choices of and ; that is, if for all and .
This gives us way of writing an equation describing the plane. Let be a point in the plane and let be a normal vector to the plane. A point lies in the plane defined by and if, and only if, is orthogonal to . Knowing , consider:
(11.10) | ||||
Equation (11.10) defines an implicit function describing the plane. More algebra produces: | ||||
The right hand side is just a number, so we replace it with : | ||||
(11.11) | ||||
As long as , we can solve for : | ||||
(11.12) |
Equation (11.12) is especially useful as many computer programs can graph functions in this form. Equations (11.10) and (11.11) have specific names, given next.
The plane passing through the point with normal vector can be described by an equation with standard form
the equation’s general form is
the equation’s vector form is
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.
Write the equation of the plane that passes through the points , and in standard form.
SolutionWe need a vector that is orthogonal to the plane. Since , and are in the plane, so are the vectors and ; is orthogonal to and and hence the plane itself.
It is straightforward to compute . We can use any point we wish in the plane (any of , or will do) and we arbitrarily choose . Following Definition 11.6.1, the equation of the plane in standard form is
The plane is sketched in Figure 11.6.2.
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.)
Verify that lines and , whose parametric equations are given below, intersect, then give the equation of the plane that contains these two lines in general form.
SolutionThe 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 , and equations equal to each other and solve for and :
When and , the lines intersect at the point .
Let and be the directions of lines and , respectively. A normal vector to the plane containing these the two lines will also be orthogonal to and . Thus we find a normal vector by computing .
We can pick any point in the plane with which to write our equation; each line gives us infinite choices of points. We choose , the point of intersection. We follow Definition 11.6.1 to write the plane’s equation in general form: ††margin:
The plane’s equation in general form is ; it is sketched in Figure 11.6.3.
Give the equation, in standard form, of the plane that passes through the point and is orthogonal to the line with vector equation .
SolutionAs the plane is to be orthogonal to the line, the plane must be orthogonal to the direction of the line given by . We use this as our normal vector. Thus the plane’s equation, in standard form, is ††margin:
The line and plane are sketched in Figure 11.6.4.
Give the parametric equations of the line that is the intersection of the planes and , where:
SolutionTo 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 :
We can now set these two equations equal to each other (i.e., we are finding values of and where the planes have the same value):
We can choose any value for ; we choose . This determines that . We can now use the equations of either plane to find : when and , on both planes. We have found a point on the line: .
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 and , we can quickly determine their normal vectors. For , and for , A direction orthogonal to both of these directions is their cross product:
The parametric equations of the line through in the direction of is:
The planes and line are graphed in Figure 11.6.5.
Find the point of intersection, if any, of the line and the plane with equation in general form .
SolutionThe equation of the plane shows that the vector is a normal vector to the plane, and the equation of the line shows that the line moves parallel to . 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 value such that satisfies the equation of the plane. Rewriting the equation of the line with parametric equations will help:
Replacing , and in the equation of the plane with the expressions containing found in the equation of the line allows us to determine a value that indicates the point of intersection:
When , the point on the line satisfies the equation of the plane; that point is . Thus the point is the point of intersection between the plane and the line, illustrated in Figure 11.6.6.
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.
Consider Figure 11.6.7, where a plane with normal vector is sketched containing a point and a point , not on the plane, is given. We measure the distance from to the plane by measuring the length of the projection of onto . That is, we want:
(11.13) |
Equation (11.13) 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.13) is important, we restate it as a Key Idea. ††margin:
Let a plane with normal vector be given, and let be a point. The distance from to the plane is
where is any point in the plane.
Find the distance between the point and the plane with equation .
SolutionUsing the equation of the plane, we find the normal vector . To find a point on the plane, we can let and be anything we choose, then let be whatever satisfies the equation. Letting and be 0 seems simple; this makes . Thus we let , and
The distance from to the plane is given by Key Idea 11.6.1:
We can use Key Idea 11.6.1 to find other distances. Given two parallel planes, we can find the distance between these planes by letting be a point on one plane and a point on the other. If is a line parallel to a plane, we can use the Key Idea to find the distance between them as well: again, let be a point in the plane and let be any point on the line. (One can also use Key Idea 11.5.1.) The exercises contain several 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.
In order to find the equation of a plane, what two pieces of information must one have?
What is the relationship between a plane and one of its normal vectors?
In Exercises 3–6, give any two points in the given plane.
In Exercises 7–20, give the equation of the described plane in standard and general forms.
Passes through the points , and .
Passes through the points , and .
In Exercises 21–22, give the equation of the line that is the intersection of the given planes.
In Exercises 23–26, find the point of intersection between the line and the plane.
In Exercises 27–30, find the given distances.
Show why if the point lies in a plane, then the distance formula correctly gives the distance from the point to the plane as .
How is item 30 in Section 11.5 easier to answer once we have an understanding of planes?