MCQMediumJEE 2025Skew Lines & Shortest Distance

JEE Mathematics 2025 Question with Solution

If the square of the shortest distance between the lines x21=y12=z+33\frac{x-2}{1} = \frac{y-1}{2} = \frac{z+3}{-3} and x+12=y+34=z+55\frac{x+1}{2} = \frac{y+3}{4} = \frac{z+5}{-5} is mn\frac{m}{n}, where mm and nn are co-prime numbers, then m+nm+n is equal to:

  • A

    66

  • B

    99

  • C

    2121

  • D

    1414

Answer

Correct answer:B

Step-by-step solution

Standard Method

Given: The lines are x21=y12=z+33\frac{x-2}{1} = \frac{y-1}{2} = \frac{z+3}{-3} and x+12=y+34=z+55\frac{x+1}{2} = \frac{y+3}{4} = \frac{z+5}{-5}.

Find: The value of m+nm+n if the square of the shortest distance is mn\frac{m}{n}.

Write the lines in vector form using points and direction vectors:

r1=(2,1,3)+t(1,2,3)\vec{r}_1 = (2,1,-3) + t(1,2,-3) r2=(1,3,5)+s(2,4,5)\vec{r}_2 = (-1,-3,-5) + s(2,4,-5)

So, take

a1=(1,2,3),a2=(2,4,5)\vec{a}_1 = (1,2,-3), \quad \vec{a}_2 = (2,4,-5)

and points

b1=(2,1,3),b2=(1,3,5)\vec{b}_1 = (2,1,-3), \quad \vec{b}_2 = (-1,-3,-5)

The shortest distance between two skew lines is

d=(b2b1)(a1×a2)a1×a2d = \frac{|(\vec{b}_2-\vec{b}_1) \cdot (\vec{a}_1 \times \vec{a}_2)|}{|\vec{a}_1 \times \vec{a}_2|}

Compute the cross product:

a1×a2=i^j^k^123245=(2,1,0)\vec{a}_1 \times \vec{a}_2 = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ 1 & 2 & -3 \\ 2 & 4 & -5 \end{vmatrix} = (2, -1, 0)

Hence,

a1×a2=22+(1)2=5|\vec{a}_1 \times \vec{a}_2| = \sqrt{2^2 + (-1)^2} = \sqrt{5}

Now,

b2b1=(1,3,5)(2,1,3)=(3,4,2)\vec{b}_2 - \vec{b}_1 = (-1,-3,-5) - (2,1,-3) = (-3,-4,-2)

Then,

(b2b1)(a1×a2)=(3,4,2)(2,1,0)=6+4=2(\vec{b}_2-\vec{b}_1) \cdot (\vec{a}_1 \times \vec{a}_2) = (-3,-4,-2) \cdot (2,-1,0) = -6 + 4 = -2

So,

d=25=25d = \frac{|-2|}{\sqrt{5}} = \frac{2}{\sqrt{5}}

Therefore,

d2=45d^2 = \frac{4}{5}

Thus, m=4m = 4 and n=5n = 5, so

m+n=9m+n = 9

Therefore, the correct option is B.

Checking the discrepancy in the scraped solution

The first provided approach contains a sign error in the cross product. It states

a1×a2=(2,1,0)\vec{a}_1 \times \vec{a}_2 = (2,1,0)

but the correct computation is

a1×a2=i^(25(3)4)j^(15(3)2)+k^(1422)\vec{a}_1 \times \vec{a}_2 = \hat{i}(2 \cdot -5 - (-3) \cdot 4) - \hat{j}(1 \cdot -5 - (-3) \cdot 2) + \hat{k}(1 \cdot 4 - 2 \cdot 2) =2i^j^+0k^=(2,1,0)= 2\hat{i} - \hat{j} + 0\hat{k} = (2,-1,0)

Using the incorrect vector gives a wrong dot product and hence the wrong value 2121. The second provided approach correctly concludes that the shortest distance squared is 45\frac{4}{5}, which gives m+n=9m+n = 9.

Common mistakes

  • Using the wrong sign in the cross product. The middle component of a1×a2\vec{a}_1 \times \vec{a}_2 carries a negative sign because of the determinant expansion. Recompute the cross product carefully as (2,1,0)(2,-1,0), not (2,1,0)(2,1,0).

  • Squaring the distance formula incorrectly. First find dd from the scalar triple product expression, then square only at the end. Directly manipulating the unsimplified form often leads to the wrong fraction.

  • Taking direction ratios incorrectly from the symmetric form. For x21=y12=z+33\frac{x-2}{1} = \frac{y-1}{2} = \frac{z+3}{-3}, the direction vector is (1,2,3)(1,2,-3) and the point is (2,1,3)(2,1,-3). Mixing point coordinates with direction ratios gives an incorrect setup.

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