Distance Between Point and Plane
The distance between point and plane is the length of the perpendicular to the plane passing through the given point. In other words, we can say that the distance between point and plane is the length of the normal vector dropped from the given point onto the given plane. If we want to determine the distance between the point P with coordinates (xo, yo, zo) and the given plane with equation Ax + By + Cz = D, then the distance between point P and the given plane is given by |Axo + Byo+ Czo + D|/√(A2 + B2 + C2).
What is Distance Between Point and Plane?
The distance between point and plane is the shortest perpendicular distance from the point to the given plane. In simple words, the shortest distance from a point to a plane is the length of the perpendicular parallel to the normal vector dropped from the given point to the given plane. Let us now see the formula for the distance between point and plane.
Distance Between Point and Plane Formula
The shortest distance between a point and plane is equal to the length of the normal vector which starts from the given point and touches the plane. Consider a point P with coordinates (xo, yo, zo) and the given plane π with equation Ax + By + Cz = D. Then, the distance between the point P and the plane π is given by, |Axo + Byo+ Czo + D|/√(A2 + B2 + C2).
Distance Between Point and Plane Proof
Now that we know the formula for the distance between point and plane, let us derive its formula using various formulas of three-dimensional geometry. Consider a point P with coordinates (xo, yo, zo) in a three-dimensional space, and a plane with the normal vector, say v = (A, B, C) and the point Q with coordinates (x1, y1, z1) on the plane. Then the equation of the plane is given by A(x - x1) + B(y - y1) + C(z - z1) = 0. This equation can be rewritten as Ax + By + Cz + (- Ax1 - By1 - Cz1) = 0 ⇒ Ax + By + Cz + D = 0, where D = - (Ax1 + By1 + Cz1). Hence, we have:
- Equation of plane: Ax + By + Cz + D = 0
- Point P: (xo, yo, zo)
- Normal Vector: Ai + Bj + Ck
Let w be the vector joining points P(xo, yo, zo) and Q(x1, y1, z1). Then, w = (xo - x1, yo - y1, zo - z1). Now, let calculate the unit normal vector, i.e., normal vector with magnitude equal to 1 which is given by the division of the normal vector v divided by its magnitude. The unit normal vector is given by,
n = v/||v||
= (A, B, C)/√(A2 + B2 + C2)
Now, the distance between point P and the given plane is nothing but the length of the projection of vector w onto the unit normal vector n. As we know, the length of the vector n is equal to one, the distance from point P to the plane is the absolute value of the dot product of the vectors w and n, i.e.,
Distance, d = |w.n|
= | (xo - x1, yo - y1, zo - z1). [(A, B, C)/√(A2 + B2 + C2)] |
= |A(xo - x1) + B(yo - y1) + C(zo - z1)|/√(A2 + B2 + C2)
= | Axo + Byo + Czo - (Ax1 + By1 + Cz1) |/√(A2 + B2 + C2)
= | Axo + Byo + Czo + D |/√(A2 + B2 + C2) [Because D = - (Ax1 + By1 + Cz1)]
Since the point Q with coordinates (x1, y1, z1) is an arbitrary point on the given plane and D = - (Ax1 + By1 + Cz1), therefore the formula remains the same for any point Q on the plane and hence, does not depend on the point Q, i.e., wherever the point Q lies on the plane, the formula for the distance between point and plane remains the same. Hence, the distance between point P(xo, yo, zo) and plane π: Ax + By + Cz + D = 0 is given by, d = |Axo + Byo + Czo + D |/√(A2 + B2 + C2)
How To Apply Distance From Point to Plane Formula?
We have derived the formula for the distance from a point to a plane, we will solve an example using the formula to understand its application and determine the distance between point and plane.
Example: Determine the distance between the point P = (1, 2, 5) and the plane π: 3x + 4y + z + 7 = 0
Solution: We know that the formula for distance between point and plane is: d = |Axo + Byo + Czo + D |/√(A2 + B2 + C2)
Here, A = 3, B = 4, C = 1, D = 7, xo = 1, yo = 2, zo = 5
Substituting the values in the formula, we have
d = |Axo + Byo + Czo + D |/√(A2 + B2 + C2)
= |3 × 1 + 4 × 2 + 1 × 5 + 7|/√(32 + 42 + 12)
= |3 + 8 + 5|/√(9 + 16 + 1)
= |16|/√26
= 8√26/13 units
Important Notes on Distance Between Point and Plane
- Distance Between Point and Plane Formula: |Axo + Byo + Czo + D |/√(A2 + B2 + C2)
- Distance Between Point and Plane is zero if the given point lies on the given plane.
Related Topics on Distance Between Point and Plane
Distance Between Point and Plane Examples
-
Example 1: Calculate the shortest distance between point and plane when the point is A(-1, 3, 4) and the plane is x + 4y - 6z + 8 = 0
Solution: We know that the formula for distance between point and plane is: d = |Axo + Byo + Czo + D |/√(A2 + B2 + C2)
Here, A = 1, B = 4, C = -6, D = 8, xo = -1, yo = 3, zo = 4
Substituting the values in the formula, we have
d = |Axo + Byo + Czo + D |/√(A2 + B2 + C2)
= |1 × -1 + 4 × 3 - 6 × 4 + 8|/√(12 + 42 + (-6)2)
= |-1 + 12 - 24 |/√(1 + 16 + 36)
= |-13|/√53
= 13/√53 units
Answer: The required distance from the given point to the plane is 13/√53 units
-
Example 2: Evaluate the distance from the point (1, 1, 1) to the plane 2x + 2y + z = 0
Solution: We know that the formula for distance between point and plane is: d = |Axo + Byo + Czo + D |/√(A2 + B2 + C2)
Here, A = 2, B = 2, C = 1, D = 0, xo = 1, yo = 1, zo = 1
Substituting the values in the formula, we have
d = |Axo + Byo + Czo + D |/√(A2 + B2 + C2)
= |2 × 1 + 2 × 1 + 1 × 1 + 0|/√(22 + 22 + 12)
= |2 + 2 + 1|/√(4 + 4 + 1)
= |5|/√9
= 5/3 units
Answer: The required distance between the point and plane is 5/3 units.
FAQs on Distance Between Point and Plane
What is Distance Between Point and Plane in Geometry?
The distance between point and plane is the length of the perpendicular to the plane passing through the given point. In other words, the distance between point and plane is the shortest perpendicular distance from the point to the given plane.
What is the Formula for the Distance Between Point and Plane?
The distance between point P(xo, yo, zo) and plane π: Ax + By + Cz + D = 0 is given by, d = |Axo + Byo + Czo + D |/√(A2 + B2 + C2)
How to Find the Shortest Distance Between Point and Plane?
To find the shortest distance between point and plane, we use the formula d = |Axo + Byo + Czo + D |/√(A2 + B2 + C2), where (xo, yo, zo) is the given point and Ax + By + Cz + D = 0 is the equation of the given plane.
What is the Distance Between a Point and the x-z Plane?
The distance between a point (xo, yo, zo) and x-z plane is given by the y-coordinate, i.e., yo
How Do You Find the Shortest Distance From a Point to a Plane?
To calculate the shortest distance from a point to a plane, we consider the length of the vector that is parallel to the normal vector to the plane, that drops from the given point onto the given plane.
What is the Distance Between Point and Plane When the Point Lies on the Given Plane?
The distance between point and plane is equal to zero if the given point lies on the given plane.
visual curriculum