Question:medium

Let P be the foot of the perpendicular from the point \( (1, 2, 2) \) on the line \[ \frac{x-1}{1} = \frac{y + 1}{-1} = \frac{z - 2}{2} \] Let the line \( \mathbf{r} = (-\hat{i} + \hat{j} - 2\hat{k}) + \lambda (\hat{i} - \hat{j} + \hat{k})\), \( \lambda \in \mathbb{R} \), intersect the line \(L\) at \(Q\). Then \( 2(PQ)^2 \) is equal to:

Show Hint

For finding the foot of a perpendicular in 3D geometry, equating parametric forms of the given lines is the key step.
Updated On: Mar 25, 2026
  • 27
  • 25
  • 29
  • 19
Show Solution

The Correct Option is A

Solution and Explanation

Step 1: Determine Point Coordinates. A general point on line \(L\) is defined as: \[Q(1 + \mu, -1 - \mu, 2 + 2\mu)\] The specified point is \(P = (1, 2, 2)\).

Step 2: Apply Perpendicularity Condition. The vector connecting \(P\) and \(Q\) must be orthogonal to the direction vector of the line. This is expressed as: \[\mathbf{AP} \cdot \mathbf{d} = 0\] Where \( \mathbf{AP} = (1 + \mu - 1, -1 - \mu - 2, 2 + 2\mu - 2) = (\mu, -3 - \mu, 2\mu) \) And the direction vector is \( \mathbf{d} = (1, -1, 2) \) The dot product equation is: \[\mu + (-3 - \mu)(-1) + 2\mu \times 2 = 0\] After simplification: \[\mu + 3 + \mu + 4\mu = 0\] \[6\mu = -3 \implies \mu = -\frac{1}{2}\] Substituting \( \mu = -\frac{1}{2} \) into the parametric equation yields point \(Q\): \[Q = \left(1 - \frac{1}{2}, -1 + \frac{1}{2}, 2 - 1\right) = \left( \frac{1}{2}, -\frac{1}{2}, 1 \right)\]

Step 3: Calculate Distance \( PQ \). The distance between points \(P\) and \(Q\) is calculated using the distance formula: \[PQ = \sqrt{ \left( 1 - \frac{1}{2} \right)^2 + \left( 2 - \left(-\frac{1}{2}\right) \right)^2 + (2 - 1)^2 }\] \[PQ = \sqrt{ \left( \frac{1}{2} \right)^2 + \left( \frac{5}{2} \right)^2 + (1)^2 }\] \[PQ = \sqrt{ \frac{1}{4} + \frac{25}{4} + 1 } = \sqrt{ \frac{1 + 25 + 4}{4} }\] \[PQ = \sqrt{\frac{30}{4}} = \frac{\sqrt{30}}{2}\]

Step 4: Final Computation. The final calculation is: \[2(PQ)^2 = 2 \times \left( \frac{30}{4} \right) = 2 \times 7.5 = 27\]
Was this answer helpful?
0