Distance problems
Smallest distance between a point and a plane
The plane contains the point and has normal vector . Also given is a point . Find the shortest distance between and plane .
Idea:
- Find the straight line that passes through and is orthogonal to .
- Intersect with to get the intersection point .
- It is (see figure).
Plane contains the point and has normal vector . Find the shortest distance between point and plane .
Solution
-
Determine : passes through point and has direction vector (as it is orthogonal to ). The equation of the straight line is
-
Intersect with to get : The normal equation of the plane is
Thus we have to solve the linear system of equations:
which results in
and thus . It follows .
-
The shortest distance is therefore
Smallest distance between a point and a straight line
Consider a straight line that passes through point and has direction . Also given is a point . Find the shortest distance between point and .
Idea 1:
- Find the plane that contains and has normal vector .
- Intersect with to get the intersection point .
- It is .
Idea 2:
- Find a point on such that .
- It is .
Both ideas lead to the same calculations.
The straight line passes through the point , and has direction vector . Find the shortest distance between the point and line .
Solution
idea 1
-
Find containing : Normal vector is , thus
where
Thus, the normal equation is
-
Find the intersection point between and . The equation of the straight line is
Thus, we need to solve the linear system of equations
We get and thus and therefore .
-
The shortest distance is
idea 2
-
Find with and
Inserting the expressions for and from above, we obtain the equation
-
The shortest distance is
Smallest distance between parallel planes
This is related to "distance between a point and a plane": Just pick a point on one of the planes, and find the shortest distance between this point and the other plane.
Smallest distance between parallel lines
This is related to "distance between a point and a straight line": Just pick a point on one of the lines and find the shortest distance between this point and the other straight line.