MCQMediumJEE 2023Skew Lines & Shortest Distance

JEE Mathematics 2023 Question with Solution

The shortest distance between the lines x44=y+25=z+33\frac{x-4}{4} = \frac{y+2}{5} = \frac{z+3}{3} and x13=y34=z42\frac{x-1}{3} = \frac{y-3}{4} = \frac{z-4}{2} is:

  • A

    262\sqrt{6}

  • B

    363\sqrt{6}

  • C

    636\sqrt{3}

  • D

    626\sqrt{2}

Answer

Correct answer:B

Step-by-step solution

Solution and Explanation

Given: The lines are x44=y+25=z+33\frac{x-4}{4} = \frac{y+2}{5} = \frac{z+3}{3} and x13=y34=z42\frac{x-1}{3} = \frac{y-3}{4} = \frac{z-4}{2}.

Find: The shortest distance between these two lines.

The solution contains incorrect intermediate working for different lines, but the hint correctly indicates the required method: find a vector perpendicular to both direction vectors and project the joining vector onto it.

Take points on the two lines as

A(4,2,3),B(1,3,4)A(4,-2,-3), \qquad B(1,3,4)

and their direction vectors as

d1=4,5,3,d2=3,4,2.\vec{d_1} = \langle 4,5,3 \rangle, \qquad \vec{d_2} = \langle 3,4,2 \rangle.

A vector perpendicular to both lines is their cross product:

d1×d2=i^j^k^453342=2,1,1.\vec{d_1} \times \vec{d_2} = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ 4 & 5 & 3 \\ 3 & 4 & 2 \end{vmatrix} = \langle -2, 1, 1 \rangle.

Its magnitude is

d1×d2=(2)2+12+12=6.\left|\vec{d_1} \times \vec{d_2}\right| = \sqrt{(-2)^2 + 1^2 + 1^2} = \sqrt{6}.

The joining vector is

AB=14,3(2),4(3)=3,5,7.\overrightarrow{AB} = \langle 1-4, 3-(-2), 4-(-3) \rangle = \langle -3, 5, 7 \rangle.

The shortest distance between two skew lines is

Distance=AB(d1×d2)d1×d2.\text{Distance} = \frac{|\overrightarrow{AB} \cdot (\vec{d_1} \times \vec{d_2})|}{|\vec{d_1} \times \vec{d_2}|}.

Now,

AB(d1×d2)=3,5,72,1,1=6+5+7=18.\overrightarrow{AB} \cdot (\vec{d_1} \times \vec{d_2}) = \langle -3,5,7 \rangle \cdot \langle -2,1,1 \rangle = 6 + 5 + 7 = 18.

Therefore,

Distance=186=36.\text{Distance} = \frac{18}{\sqrt{6}} = 3\sqrt{6}.

Therefore, the shortest distance is 363\sqrt{6}, so the correct option is B.

Common mistakes

  • Using the direction ratios incorrectly. The direction vectors are 4,5,3\langle 4,5,3 \rangle and 3,4,2\langle 3,4,2 \rangle, taken directly from the symmetric forms. Reading signs from the point coordinates into the direction vector gives a wrong result.

  • Choosing the wrong points on the lines. For x44=y+25=z+33\frac{x-4}{4} = \frac{y+2}{5} = \frac{z+3}{3}, the point is A(4,2,3)A(4,-2,-3), not A(4,2,3)A(4,2,3). The constants must be read with their correct signs.

  • Computing the cross product incorrectly. The shortest distance formula depends on d1×d2\vec{d_1} \times \vec{d_2} being perpendicular to both lines. Any sign error in the determinant changes the final distance.

  • Using the magnitude of the joining vector directly. The shortest distance is not AB|\overrightarrow{AB}|. You must project the joining vector onto the common perpendicular direction using AB(d1×d2)d1×d2\frac{|\overrightarrow{AB} \cdot (\vec{d_1} \times \vec{d_2})|}{|\vec{d_1} \times \vec{d_2}|}.

Practice more Skew Lines & Shortest Distance questions

Get unlimited AI-adaptive practice, mastery tracking, and an AI tutor that explains every step — free to start.

Related questions