Find the shortest distance between the lines $l_1$ and $l_2$ whose vector equations are $\vec{r} = \hat{i} + \hat{j} + \lambda (2\hat{i} - \hat{j} + \hat{k})$ and $\vec{r} = 2\hat{i} + \hat{j} - \hat{k} + \mu (3\hat{i} - 5\hat{j} + 2\hat{k})$. |
$\frac{10}{\sqrt{59}}$ units $\frac{5}{\sqrt{59}}$ units $\sqrt{59}$ units $10$ units |
$\frac{10}{\sqrt{59}}$ units |
The correct answer is Option (1) → $\frac{10}{\sqrt{59}}$ units ## Comparing ($l_1$) and ($l_2$) with $\vec{r} = \vec{a}_1 + \lambda \vec{b}_1$ and $\vec{r} = \vec{a}_2 + \mu \vec{b}_2$ respectively, we get $\vec{a}_1 = \hat{i} + \hat{j}, \quad \vec{b}_1 = 2\hat{i} - \hat{j} + \hat{k}$ $\vec{a}_2 = 2\hat{i} + \hat{j} - \hat{k} \quad \text{and} \quad \vec{b}_2 = 3\hat{i} - 5\hat{j} + 2\hat{k}$ Therefore, $\vec{a}_2 - \vec{a}_1 = \hat{i} - \hat{k}$ and $\vec{b}_1 \times \vec{b}_2 = (2\hat{i} - \hat{j} + \hat{k}) \times (3\hat{i} - 5\hat{j} + 2\hat{k})$ $= \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ 2 & -1 & 1 \\ 3 & -5 & 2 \end{vmatrix} = 3\hat{i} - \hat{j} - 7\hat{k}$ So, $|\vec{b}_1 \times \vec{b}_2| = \sqrt{9 + 1 + 49} = \sqrt{59}$ Hence, the shortest distance between the given lines is given by $d = \left| \frac{(\vec{b}_1 \times \vec{b}_2) \cdot (\vec{a}_2 - \vec{a}_1)}{|\vec{b}_1 \times \vec{b}_2|} \right| = \frac{|3 - 0 + 7|}{\sqrt{59}} = \frac{10}{\sqrt{59}}$ |