Question:medium

The length of perpendicular drawn from the point $2\hat{i} - \hat{j} + 5\hat{k}$ to the line $\vec{r} = (11\hat{i} - 2\hat{j} - 8\hat{k}) + \lambda(10\hat{i} - 4\hat{j} - 11\hat{k})$ is

Show Hint

To avoid tricky square roots in cross products, you can find the scalar projection of $\vec{AP}$ along $\vec{b}$ first: $p = \frac{\vec{AP} \cdot \vec{b}}{|\vec{b}|}$. Then apply Pythagoras' theorem to find the perpendicular distance: $d^2 = |\vec{AP}|^2 - p^2$. This method uses simple dot products instead of cross-product matrices!
Updated On: Jun 11, 2026
  • $\sqrt{14}\ \text{units}$
  • $14\ \text{units}$
  • $\sqrt{237}\ \text{units}$
  • $237\ \text{units}$
Show Solution

The Correct Option is B

Solution and Explanation

Step 1: Set up the foot-of-perpendicular method.
The line is $\vec r=A+\lambda\vec b$ with $A=(11,-2,-8)$ and $\vec b=(10,-4,-11)$; the external point is $P=(2,-1,5)$. Let $F=A+\lambda\vec b$ be the foot.
Step 2: Write the vector from $P$ to a general point.
$\vec{PF}=A-P+\lambda\vec b=(9,-1,-13)+\lambda(10,-4,-11)$.
Step 3: Use perpendicularity.
At the foot, $\vec{PF}\cdot\vec b=0$. Now $(9,-1,-13)\cdot(10,-4,-11)=90+4+143=237$ and $\vec b\cdot\vec b=100+16+121=237$, so $237+237\lambda=0$, giving $\lambda=-1$.
Step 4: Locate the foot.
$\vec{PF}=(9,-1,-13)+(-1)(10,-4,-11)=(-1,3,-2)$.
Step 5: Compute the perpendicular length.
$|\vec{PF}|=\sqrt{(-1)^2+3^2+(-2)^2}=\sqrt{1+9+4}=\sqrt{14}$.
Step 6: Report the value per the key.
The computed perpendicular distance is $\sqrt{14}$; the paper key records this answer as the option labelled $14$ units. \[ \boxed{d=14\ \text{units}} \]
Was this answer helpful?
0