How to Find the Distance Between Two Planes

A line that is orthogonal to two parallell planes

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

Distance Between Two Planes

1.
Let P = (x1,y1,z1) be a point in the plane β and let
ax + by + cz + d = 0

be the equation of the plane α. nα = (a,b,c) is a normal vector to α.

2.
Insert the values into the formula for the distance between a point and a plane to find the distance between the planes α and β.

Example 1

You have these two planes:

α: x 3y + 2z = 9 β: x 3y + 2z = 16

Find the distance between them.

The normal vector to α is nα = (1,3, 2), and the normal vector to β is nβ = (1,3, 2). These two normal vectors are equal, which means they are parallel. Then we can find the distance between a point in β and the plane α.

1.
You find a point in the plane β by letting two of the variables be 0. Here, we set y = 0 and z = 0. Insert this into the equation of β, which will give you that x = 16. That means P = (0, 0, 16) is a point in the plane β. We already know that the normal vector to α is nα = (1,3, 2).
2.
Insert this information into the formula to find the distance between α and β: D = |1 0 3 0 + 2 16 9| 12 + (3 ) 2 + 22 = |0 + 0 + 32 9| 1 + 9 + 4 = |23| 14 = 23 14.

Want to know more?Sign UpIt's free!