Question:

The coordinates of the foot of the perpendicular drawn from a point $P(-1, 1, 2)$ to the plane $2x - 3y + z - 11 = 0$ are

Show Hint

You can quickly check the answer by verifying if the point satisfies the plane equation and the vector $PF$ is parallel to the normal.
Updated On: May 12, 2026
  • $(2, -2, 1)$
  • $(2, -3, 0)$
  • $(1, -2, 3)$
  • $(4, 1, 6)$
Show Solution
collegedunia
Verified By Collegedunia

The Correct Option is C

Solution and Explanation


Step 1: Concept

The coordinates $(x, y, z)$ of the foot of the perpendicular from $(x_1, y_1, z_1)$ to $ax + by + cz + d = 0$ satisfy $\frac{x-x_1}{a} = \frac{y-y_1}{b} = \frac{z-z_1}{c} = -\frac{(ax_1 + by_1 + cz_1 + d)}{a^2 + b^2 + c^2}$.

Step 2: Meaning

Here $(x_1, y_1, z_1) = (-1, 1, 2)$ and $a=2, b=-3, c=1, d=-11$.

Step 3: Analysis

Ratio $= -\frac{[2(-1) - 3(1) + 2 - 11]}{2^2 + (-3)^2 + 1^2} = -\frac{-14}{14} = 1$. So, $\frac{x+1}{2} = 1 \implies x=1$; $\frac{y-1}{-3} = 1 \implies y=-2$; $\frac{z-2}{1} = 1 \implies z=3$.

Step 4: Conclusion

The foot of the perpendicular is $(1, -2, 3)$. Final Answer: (C)
Was this answer helpful?
0
0