Distance Between Two Planes
The distance between two planes is given by the length of the normal vector that drops from one plane onto the other plane. We can also find the distance between two planes using the formula for the distance between a point and plane by considering a point on one plane and taking its distance from the other plane. The formula for the distance between two parallel planes π1: ax + by + cz + d1 = 0 and π2: ax + by + cz + d2 = 0 is |d2 - d1|/√(a2 + b2 + c2).
Let us learn how to determine the distance between two planes, its formula, and the distance between two parallel planes using the point-plane distance formula. We will also learn to apply the formulas with the help of some examples for a better understanding of the concept.
What is Distance Between Two Planes?
The distance between two planes can be determined by the shortest distance between the surfaces of the two planes. We can either have two parallel planes or non-parallel planes. Since the distance between two planes is the shortest distance between them, so the planes that are not parallel, cross each other, and hence their distance is zero. To determine the distance between two parallel planes, we can calculate the length of the perpendicular vector between the surfaces of the two planes. Let us now see the formula to determine the distance between two planes.
Distance Between Two Planes Formula
Distance between two planes is the length of the normal vector between them. Now, we have two types of planes - parallel planes and non-parallel planes. So, to determine the distance between two planes, let us go through the formulas to determine the distance between two parallel planes and two non-parallel planes.
Distance Between Two Parallel Planes
The formula for the distance between two parallel planes is similar to the formula to determine the distance between two parallel lines. As we know, the coordinates of the normal vectors of the two parallel planes are either proportional or equal. So, consider equations of two parallel planes as P1: ax + by + cz + d1 = 0 and P2: ax + by + cz + d2 = 0. Then, the formula for the distance between two planes that are parallel is given by: |d2 - d1|/√(a2 + b2 + c2). Please note that if the coefficients a, b, c are not equal, then we make them equal using the common ratio a1/a2 = b1/b2 = c1/c2 to get the equivalent equation of the plane.
Distance Between Two Non-Parallel Planes
As we know, the distance between two planes is nothing but the shortest distance between them. So if two planes are not parallel, then they must intersect at some straight line in a three-dimensional space. Hence, the shortest distance between two non-parallel planes is equal to zero. Therefore, the distance between two planes that are not parallel is always zero.
Distance Between Two Planes Using Point-Plane Distance Formula
Next, we will explore the method to determine the distance between the two planes using the point-plane distance formula. The formula to calculate the distance between a point (x1, y1, z1) to a plane ax + by + cz + d = 0 is given by D = |ax1+by1+cz1+d |√(a2+b2+c2). To find the distance between two planes using the point-plane distance formula, we can follow the steps given below:
- Step 1: Convert the equations of the two planes into the standard format, i.e., ax + by + cz + d = 0
- Step 2: Check if the planes are parallel. [Two planes P1: a1x + b1y + c1z + d1 = 0 and P2: a2x + b2y + c2z + d2 = 0 are parallel if a1/a2 = b1/b2 = c1/c2]
- Step 3: Consider the coefficients a, b, c, d from the equation of one of the planes.
- Step 4: Consider a point P(x1, y1, z1) on the other plane. [An easy way to find the point is by taking x = y = 0, and finding the value of z from the equation of the other plane]
- Step 5: Substitute the values of a, b, c, d, x1, y1, z1 into the formula for the distance between a point and plane: |ax1+by1+cz1+d |√(a2+b2+c2)
Following the above steps, we can find the distance between two planes using the formula for distance between point and plane.
Application of Distance Between Two Planes Formulas
Now that we know the two methods to find the distance between two planes, let us solve a few examples based on these methods to understand their application.
Example 1: Find the distance between two planes P1: 2x + 4y + z + 7 = 0 and P2: 4x + 8y + 2z - 14 = 0.
Solution: First, we will check if the planes are parallel. Take the ratio of the coefficients in the equations of the two planes. Here, we have a1 = 2, b1 = 4, c1 = 1 and a2 = 4, b2 = 8, c2 = 2. Therefore, we have, a1/a2 = b1/b2 = c1/c2 = 1/2 ⇒ The two planes are parallel. Now, to get equal coefficients in the equations of the two planes, divide the equation of P2 by 2. Then, we have P2: (1/2)(4x + 8y + 2z - 14) = (1/2) (0) ⇒ P2: 2x + 4y + z - 7 = 0. Now, we have a = 2, b = 4, c = 1, d1 = 7, d2 = -7. Now the formula to find the distance between two planes P1 and P2 is: |d2 - d1|/√(a2 + b2 + c2). Therefore, the required distance is,
d = |-7 - 7|/√(22 + 42 + 12)
= |-14|/√(4 + 16 + 1)
= 14/√(21)
= (2/3)√21 units
Next, let us find the distance between two planes using the point-plane distance formula.
Example 2: Calculate the distance between two planes P1: 2x + 4y + z + 7 = 0 and P2: 4x + 8y + 2z - 14 = 0.
Solution: As we checked in example 1, the two planes P1 and P2 are parallel. Consider a = 2, b = 4, c = 1, d = 7 from the first plane. Next, we will find a point (x1, y1, z1) on the other plane. For this, assume x1 = y1 = 0, and substitute these values in the equation of P2, we have,
4(0) + 8(0) + 2z1 - 14 = 0
⇒ 2z1 - 14 = 0
⇒ z1 = 7
Therefore, we have a point (0, 0, 7) on plane P2 and the equation of the first plane P1: 2x + 4y + z + 7 = 0. Now, we will find the distance between the point (0, 0, 7) and plane P1: 2x + 4y + z + 7 = 0 using the formula |ax1+by1+cz1+d |√(a2+b2+c2).
d = |ax1+by1+cz1+d |√(a2+b2+c2)
= |2 × 0 + 4 × 0 + 1 × 7 + 7|/√(22 + 42 + 12)
= 14/√21
= (2/3)√21 units
Hence, we have the same distance between the two planes P1 and P2 using the two methods, i.e., (2/3)√21 units
Important Notes Distance Between Two Planes
- The distance between two planes is zero if they are intersecting.
- The distance between two planes P1: ax + by + cz + d1 = 0 and P2: ax + by + cz + d2 = 0 that are parallel is given by: |d2 - d1|/√(a2 + b2 + c2)
- The distance between two parallel planes can also be calculated using the point-plane distance formula.
Related Topics on Distance Between Two Planes
Distance Between Two Planes Examples
-
Example 1: Calculate the distance between two planes π1: 3x - 2y + 2z + 8 = 0 and π2: 9x - 6y + 6z + 1 = 0
Solution: Here, we have a1 = 3, b1 = -2, c1 = 2 and a2 = 9, b2 = -6, c2 = 6. Therefore, we have, a1/a2 = b1/b2 = c1/c2 = 1/3 ⇒ The two planes are parallel.
The equivalent equation for π2 is given by,
π2: (1/3)(9x - 6y + 6z + 1) = (1/3) (0) ⇒ π2: 3x - 2y + 2z + 1/3 = 0. Now, we have a = 3, b = -2, c = 2, d1 = 8, d2 = 1/3. Now the formula to find the distance between two planes π1 and π2 is: |d2 - d1|/√(a2 + b2 + c2). Therefore, the required distance is,
d = |1/3 - 8|/√(32 + (-2)2 + 22)
= |-23/3|/√(9 + 4 + 4)
= 23/3√(17)
= (23√17)/51 units
Answer: The required distance between two planes is (23√17)/51 units.
-
Example 2: Evaluate the distance between two planes P1: x + 2y + z + 8 = 0 and P2: 2x + 4y + 3z - 14 = 0.
Solution: Here, we have a1 = 1, b1 = 2, c1 = 1 and a2 = 2, b2 = 4, c2 = 3. Considering the ratios of the coefficients, we have a1/a2 = b1/b2 = c1/c2 does not hold. This implies the two planes are not parallel, and hence cross each other.
Therefore the distance between two planes that are not parallel is equal to zero.
Answer: The required distance between two planes is 0.
FAQs on Distance Between Two Planes
What is Distance Between Two Planes in Geometry?
The distance between two planes is given by the length of the normal vector that drops from one plane onto the other plane and it can be determined by the shortest distance between the surfaces of the two planes.
How to Find the Distance Between Two Planes?
The distance between two planes can be determined using two methods. We can use the formula |d2 - d1|/√(a2 + b2 + c2) or using the point-plane distance formula.
What is the Formula for the Distance Between Two Planes?
Consider equations of two parallel planes as P1: ax + by + cz + d1 = 0 and P2: ax + by + cz + d2 = 0. Then, the formula for the distance between two planes that are parallel is given by d = |d2 - d1|/√(a2 + b2 + c2).
What is the Distance Between Two Parallel Planes?
The distance between two parallel planes P1: ax + by + cz + d1 = 0 and P2: ax + by + cz + d2 = 0 can be determined using the formula d = |d2 - d1|/√(a2 + b2 + c2)
How Do You Find Distance Between Two Non-Parallel Planes?
The distance between two planes is nothing but the shortest distance between them. So if two planes are not parallel, then they must cross each other. Therefore, the distance between two planes that are not parallel is always zero.
visual curriculum