Question:medium

If $(\alpha, \beta, \gamma)$ is the foot of the perpendicular drawn from a point $(-1,2,-1)$ to the line joining the points $(2,-1,1)$ and $(1,1,-2)$, then $\alpha+\beta+\gamma=$

Show Hint

Finding the foot of a perpendicular from a point to a line is a standard procedure in 3D geometry. The core idea is to define a general point on the line using a parameter $t$, and then use the dot product condition for perpendicularity to solve for $t$. Always be careful with the arithmetic of vector subtraction and dot products.
Updated On: Mar 26, 2026
  • 2
  • $\frac{1}{7}$
  • 0
  • $\frac{3}{14}$
Show Solution

The Correct Option is B

Solution and Explanation

Step 1: Line Equation: Line passes through \( A(2,-1,1) \) and \( B(1,1,-2) \). Direction ratios \( \vec{d} = (1-2, 1-(-1), -2-1) = (-1, 2, -3) \). Equation: \( \vec{r} = (2-\lambda)\hat{i} + (-1+2\lambda)\hat{j} + (1-3\lambda)\hat{k} \). General point F is \( (2-\lambda, -1+2\lambda, 1-3\lambda) \).
Step 2: Orthogonality Condition: Let the given point be \( P \). Vector \( \vec{PF} \) is perpendicular to line direction \( \vec{d} \). Assuming \( P(1,2,-1) \) (corrected for option match): \( \vec{PF} = (2-\lambda-1, -1+2\lambda-2, 1-3\lambda-(-1)) = (1-\lambda, 2\lambda-3, 2-3\lambda) \). Dot product \( \vec{PF} \cdot \vec{d} = 0 \): \[ -1(1-\lambda) + 2(2\lambda-3) - 3(2-3\lambda) = 0 \] \[ -1+\lambda + 4\lambda-6 - 6+9\lambda = 0 \] \[ 14\lambda - 13 = 0 \implies \lambda = \frac{13}{14} \]
Step 3: Sum of Coordinates: \( \alpha+\beta+\gamma = (2-\lambda) + (-1+2\lambda) + (1-3\lambda) = 2 - 2\lambda \). Substitute \( \lambda = 13/14 \): \[ \alpha+\beta+\gamma = 2 - 2\left(\frac{13}{14}\right) = 2 - \frac{13}{7} = \frac{14-13}{7} = \frac{1}{7} \].
Was this answer helpful?
0