If two planes don’t intersect, they will always be parallel. Meaning, the distance between the two planes always stays the same. For that reason, you always check whether two planes are parallel before finding the distance between them. If they are, you can use the equation for the distance between a point and a plane. Just pick a point in the plane , and use the equation of the plane and its normal vector. To find out whether two planes are parallel, you can just check whether their normal vectors are parallel.
Following this method will make sure you do it correctly:
Rule
be the equation of the plane . is a normal vector to .
Example 1
You have these two planes:
Find the distance between them.
The normal vector to is , and the normal vector to is . These two normal vectors are equal, which means they are parallel. Then we can find the distance between a point in and the plane .