StemCET Logo

Maths Question 14 – JEE-MAIN 2026

The shortest distance between the lines x41=y32=z23 and x+22=y64=z55 is:

Extract a point and direction vector for each line from their symmetric equations.

Step 1: Extract Points and Direction Vectors✦ Active

For the first line, x41=y32=z23, a point on the line is A1=(4,3,2) and its direction vector is b1=(1,2,3). For the second line, x+22=y64=z55, a point on the line is A2=(2,6,5) and its direction vector is b2=(2,4,5). The vector connecting the two points is a2a1=(24,63,52)=(6,3,3).

Step 2: Calculate Cross Product and its Magnitude○ Expand

Calculate the cross product of the direction vectors b1 and b2:

b1×b2=|ijk123245|=i(10(12))j(5(6))+k(44)=2ij+0k=(2,1,0)

The magnitude of this cross product is:

|b1×b2|=22+(1)2+02=4+1+0=5
💡 Teacher's Secret Hint

Ensure correct sign conventions when calculating the determinant for the cross product.

Step 3: Calculate Shortest Distance○ Expand

Now, calculate the dot product of (a2a1) and (b1×b2):

(a2a1)(b1×b2)=(6,3,3)(2,1,0)=(6)(2)+(3)(1)+(3)(0)=123+0=15

Finally, apply the shortest distance formula:

d=|(a2a1)(b1×b2)||b1×b2|=|15|5=155

Rationalize the denominator:

d=155×55=1555=35

This matches option 3.

💡 Teacher's Secret Hint

Remember to take the absolute value of the scalar triple product in the numerator.

✦ STEM Console utilizes AI models to generate step-by-step explanations and math clues. AI can make mistakes.