Question:hard

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 d2 is equal to ____.

Updated On: Apr 16, 2026
Show Solution

Correct Answer: 26

Solution and Explanation

To find the squared distance d2 between the foot of the perpendiculars of points P(1, 2, –1) and Q(2, –1, 3) on the plane –x + y + z = 1, we first need to determine the foot of the perpendicular for each point. The formula for the foot of the perpendicular (F) from a point (x1, y1, z1) onto a plane Ax + By + Cz + D = 0 is:


(x1 - Aλ, y1 - Bλ, z1 - Cλ),
where λ = (Ax1 + By1 + Cz1 + D)/(A2 + B2 + C2).


The plane equation is –x + y + z = 1, or -1x + 1y + 1z - 1 = 0, giving A = -1, B = 1, C = 1, D = -1.
 

For P(1, 2, –1):
λ = [(-1)(1) + (1)(2) + (1)(-1) + (-1)]/((-1)2 + 12 + 12)
λ = (-1 + 2 - 1 - 1)/(1 + 1 + 1)
λ = -1/3

The foot of the perpendicular from P is:
(1 - (-1)(-1/3), 2 - 1(-1/3), -1 - 1(-1/3))
(1 + 1/3, 2 + 1/3, -1 + 1/3)
(4/3, 7/3, -2/3)


For Q(2, –1, 3):
λ = [(-1)(2) + (1)(-1) + (1)(3) + (-1)]/((-1)2 + 12 + 12)
λ = (-2 - 1 + 3 - 1)/(1 + 1 + 1)
λ = -1/3

The foot of the perpendicular from Q is:
(2 - (-1)(-1/3), -1 - 1(-1/3), 3 - 1(-1/3))
(2 + 1/3, -1 + 1/3, 3 + 1/3)
(7/3, -2/3, 10/3)


Now, calculate d2 between these points:
d2 = [(7/3) - (4/3)]2 + [(-2/3) - (7/3)]2 + [(10/3) - (-2/3)]2

d2 = (3/3)2 + (-9/3)2 + (12/3)2
d2 = 12 + 32 + 42
d2 = 1 + 9 + 16 = 26


Therefore, d2 = 26, which matches the expected range of 26,26.

Was this answer helpful?
0