Question
Question: Find the distance between the point (7, 2, 4) and the plane determined by the points A(2, 5, -3), B(...
Find the distance between the point (7, 2, 4) and the plane determined by the points A(2, 5, -3), B(-2, -3, 5) and C(5, 3, -3).
Solution
To find the distance between the point and plane we first find the equation of plane using the 3 points. Then we use the distance formula from the point to the plane to find the answer.
Complete step by step answer:
Given Data – Points A, B and C compute the plane.
The general equation of the plane is
a(x - x1)+b(y - y1)+c(z - z1)=0 where (x1,y1,z1) is the point
Hence, the general equation of the plane passing through A (2, 5, −3) is
a(x - 2)+b(y - 5)+c(z + 3)=0 - - - - - (1)
Now, this plane also passes through point B (−2,−3,5)
Therefore the plane equation should satisfy this point B, let us substitute point B in the plane equation given by equation (1), we get
a( - 2 - 2)+b( - 3 - 5)+c(5 + 3)=0 ⇒ - 4a - 8b + 8c = 0 ⇒ - a - 2b + 2c = 0 - - - - - - (2)
Now, this plane also passes through point C(5,3,-3)
Therefore the plane equation should satisfy this point C, let us substitute point C in the plane equation given by equation (1), we get
a(5 - 2)+b(3 - 5)+c( - 3 + 3)=0 ⇒3a - 2b = 0 - - - - - - (3)
Solving (2) and (3), we get
- a - 2b + 2c = 0 and 3a - 2b = 0
⟹3a = -a + 2c
⟹4a = 2c
⟹4a = 2c, 2b = 3a, 8b = 12a
⇒4a=6b=8c let 4a=6b=8c=λ ⇒a = 4λ, b = 6λ, c = 8λ
Substituting the values of a, b and c in (1), we get
⇒4λ(x - 2)+6λ(y - 5)+8λ(z + 3)=0 ⇒4(x - 2)+6(y - 5)+8(z + 3)=0 ⇒4x - 8 + 6y - 30 + 8z + 24 = 0 ⇒4x + 6y + 8z - 14 = 0 ⇒2x + 3y + 4z - 7 = 0
Hence, the equation of the plane determined by the points A(2,5,−3),B(−2,−3,5) and C(5,3,−3) is 2x+3y+4z−7 = 0
Distance from a point (x1,y1,z1)to a plane whose equation is ax+by+cz+d=0 is given by D = a2+b2+c2∣ax1+by1+cz1+d|
Now, the distance (D) of this plane from the point (7, 2, 4) is
= 22+32+42∣2×7+3×2+4×4−7| =4+9+16∣14+6+16−7| =29∣29| =29units
Thus, the distance between the point (7, 2, 4) and the plane 2x+3y+4z−7 = 0 is 29 units.
Note: In order to solve this type of problems the key is to have adequate knowledge in concepts of planes and lines in geometry. The distance between a point and a plane is the distance between the point and the normal vector passing through the plane. Any value bounded by the modulus function returns a positive value only.