Numbers and Quantities
If a line and a plane don’t intersect, they will always be parallel. Meaning, the distance between the line and the plane always stays the same. To check if the line and the plane are parallel to each other, you can take the dot product of the directional vector of the line and the normal vector to the plane. If the dot product is zero, the line does not intersect with the plane. To find the distance between a line and a plane, you just pick a point on the line and use the equation for the distance between a point and a plane. You can use this method:
Rule
Distance Between Line and Plane
- 1.
- Let be a point on the line and let
be the equation of the plane . Then is a normal vector to the plane .
- 2.
- Put the values into the formula for the distance from a point to a plane to find the distance.
Example 1
You have the line
Find the distance between them.
- 1.
- If you set , you get that is a point on . A normal vector to is .
- 2.
- When you insert this into the formula, you get