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
be the equation of the plane . Then is a normal vector to the plane .
Example 1
You have the line
Find the distance between them.