Here you will learn how to find distance between parallel planes with examples.
Let’s begin –
Distance Between Parallel Planes
Let ax + by + cz + d1 = 0 and ax + by + cz + d2 = 0 be two parallel planes. In order to find the distance between them, we may follow the following algorithm.
Algorithm :
1). Take an aribitrary point P(x1,y1,z1) on one of the planes, say ax + by + cz + d1 = 0.
2). Find the length of the perpendicular ‘d’ drawn form P (x1,y1,z1) on the other plane i.e ax + by + cz + d2 = 0. Clearly,
d = |ax1+by1+cz1+d2√a2+b2+c2|
3). As P(x1,y1,z1) lies on the plane ax + by + cz + d1 = 0.
∴ ax1+by1+cz1+d1 = 0 ⟹ ax1+by1+cz1 = −d1
4). Substitute ax1+by1+cz1 = −d1 in the expression for d obtained in step 2 to get d = |d2–d1|√a2+b2+c2, which gives the required distance.
Remark 1 : So the formula used to find the distance between the parallel planes ax + by + cz + d1 = 0 and ax + by + cz + d2 = 0 is
d = |d1–d2|√a2+b2+c2
Remark 2 : The distance between the parallel planes ax + by + cz + d1 = 0 and λ(ax + by + cz) + d2 = 0 is given by
d = |d1–d2/λ|√a2+b2+c2
Example : Find the distance between the parallal planes x + y – z + 4 = 0 and x + y – z + 5 = 0.
Solution : Here, d1 = 4 and d2 = 5
So, d = |d1–d2|√a2+b2+c2
= |4–5|√3 = 1√3