When we find that two planes are parallel, we may need to find the distance between them. To find this distance, we simply select a point in one of the planes. The distance from this point to the other plane is the distance between the planes.
Previously, we introduced the formula for calculating this distance in
[link] :
where
is a point on the plane,
is a point not on the plane, and
is the normal vector that passes through point
Consider the distance from point
to plane
Let
be any point in the plane. Substituting into the formula yields
We state this result formally in the following theorem.
Distance from a point to a plane
Let
be a point. The distance from
to plane
is given by
Finding the distance between parallel planes
Find the distance between the two parallel planes given by
and
Point
lies in the first plane. The desired distance, then, is
Finding the distance from a point to a line or from a line to a plane seems like a pretty abstract procedure. But, if the lines represent pipes in a chemical plant or tubes in an oil refinery or roads at an intersection of highways, confirming that the distance between them meets specifications can be both important and awkward to measure. One way is to model the two pipes as lines, using the techniques in this chapter, and then calculate the distance between them. The calculation involves forming vectors along the directions of the lines and using both the cross product and the dot product.
The symmetric forms of two lines,
and
are
You are to develop a formula for the distance
between these two lines, in terms of the values
The distance between two lines is usually taken to mean the minimum distance, so this is the length of a line segment or the length of a vector that is perpendicular to both lines and intersects both lines.
First, write down two vectors,
and
that lie along
and
respectively.
Find the cross product of these two vectors and call it
This vector is perpendicular to
and hence is perpendicular to both lines.
From vector
form a unit vector
in the same direction.
Use symmetric equations to find a convenient vector
that lies between any two points, one on each line. Again, this can be done directly from the symmetric equations.
The dot product of two vectors is the magnitude of the projection of one vector onto the other—that is,
where
is the angle between the vectors. Using the dot product, find the projection of vector
found in step
onto unit vector
found in step 3. This projection is perpendicular to both lines, and hence its length must be the perpendicular distance
between them. Note that the value of
may be negative, depending on your choice of vector
or the order of the cross product, so use absolute value signs around the numerator.
Check that your formula gives the correct distance of
between the following two lines:
Is your general expression valid when the lines are parallel? If not, why not? (
Hint: What do you know about the value of the cross product of two parallel vectors? Where would that result show up in your expression for
Demonstrate that your expression for the distance is zero when the lines intersect. Recall that two lines intersect if they are not parallel and they are in the same plane. Hence, consider the direction of
and
What is the result of their dot product?
Consider the following application. Engineers at a refinery have determined they need to install support struts between many of the gas pipes to reduce damaging vibrations. To minimize cost, they plan to install these struts at the closest points between adjacent skewed pipes. Because they have detailed schematics of the structure, they are able to determine the correct lengths of the struts needed, and hence manufacture and distribute them to the installation crews without spending valuable time making measurements.
The rectangular frame structure has the dimensions
(height, width, and depth). One sector has a pipe entering the lower corner of the standard frame unit and exiting at the diametrically opposed corner (the one farthest away at the top); call this
A second pipe enters and exits at the two different opposite lower corners; call this
(
[link] ).
Write down the vectors along the lines representing those pipes, find the cross product between them from which to create the unit vector
define a vector that spans two points on each line, and finally determine the minimum distance between the lines. (Take the origin to be at the lower corner of the first pipe.) Similarly, you may also develop the symmetric equations for each line and substitute directly into your formula.