Solveeit Logo

Question

Mathematics Question on Distance of a Point from a Plane

Let d be the distance between the foot of perpendiculars of the point P(1, 2, –1) and Q(2, –1, 3) on the plane – x + y + z = 1. Then d 2 is equal to ____.

Answer

The correct answer is: 26

To find the distance between a point and a plane, we can use the formula for the distance from a point (x0,y0,z0)(x_0​,y_0​,z_0​) to a plane Ax+By+Cz+D=0:A_x+B_y+C_z+D=0:

d=Ax0+By0+Cz0+DA2+B2+C2d = \frac{\left|Ax_0 + By_0 + Cz_0 + D\right|}{\sqrt{A^2 + B^2 + C^2}}

In this case, the equation of the plane is x+y+z1=0−x+y+z−1=0, so A=1,B=1,C=1,A=−1, B=1, C=1, and D=1.D=−1.

Let's use this formula for both points P(1,2,1)P(1,2,−1) and Q(2,1,3)Q(2,−1,3), and then find the square of the distance d2d^2:

For point P(1,2,−1): dP=(1)(1)+(1)(2)+(1)(1)1(1)2+(1)2+(1)2d_P = \frac{\left|(-1)(1) + (1)(2) + (1)(-1) - 1\right|}{\sqrt{(-1)^2 + (1)^2 + (1)^2}}

For point Q(2,−1,3): dQ=(1)(2)+(1)(1)+(1)(3)1(1)2+(1)2+(1)2d_Q = \frac{\left|(-1)(2) + (1)(-1) + (1)(3) - 1\right|}{\sqrt{(-1)^2 + (1)^2 + (1)^2}}

Now, calculate dPd_P​ and dQd_Q​, and then find d2=dP2+dQ2d^2 = d_P^2 + d_Q^2​. The squared distance d2d^2 is equal to 26.