Three Dimensional Geometry: Mathematics | JEE Main
The shortest distance between the lines
1x−5=2y−2=−3z−4 and 1x+3=4y+5=−5z−1 is
Your answer stays private
What feels right?
Hint 1 of 3
What are the direction vectors b1,b2 and position vectors a1,a2 of points lying on the respective lines?
No score. Commit to your first instinct. We’ll show what your mind noticed and what it missed.
Step-by-step solutionView
Correct answer
The shortest distance between the given skew lines is 63.
Option analysis
Why each option works or fails
A · 53
Evaluating the scalar triple product numerator as 303 or miscalculating the dot product with the cross product vector leads to an incorrect coefficient of 5. Carefully compute (a2−a1)⋅(b1×b2)=−8(2)−7(2)+3(2)=−36, giving absolute value 36, which divides by 23 to give 18/3=63.
B · 73
Making an arithmetic slip when computing the difference vector a2−a1 or its dot product with the normal vector leads to a numerator of 42. Check the coordinates of the reference points: a1=(5,2,4) and a2=(−3,−5,1), giving a2−a1=(−8,−7,−3) and a numerator magnitude of 36, not 42.
C · 63
None. The student correctly applied the formula d=∣b1×b2∣∣(a2−a1)⋅(b1×b2)∣. This option is correct.
D · 43
Miscalculating the cross product magnitude as 27 or making an error in simplifying 36/12 leads to 43. Evaluate ∣b1×b2∣=22+22+22=12=23. Dividing 36 by 23 gives 18/3=63.
Reviewed route
Solution
StepWorking
01given
Line L1: point a1=(5,2,4), direction vector b1=i^+2j^−3k^. Line L2: point a2=(−3,−5,1), direction vector b2=i^+4j^−5k^.
02goal
Find the shortest distance d=∣b1×b2∣(a2−a1)⋅(b1×b2) between the two skew lines.
03approach
Compute a2−a1 and b1×b2, then compute their dot product and divide by the magnitude ∣b1×b2∣.
04execute
Find the vector connecting the points:
a2−a1=(−3−5)i^+(−5−2)j^+(1−4)k^=−8i^−7j^−3k^.
05execute
Compute the cross product of the direction vectors:
b1×b2=i^11j^24k^−3−5=i^(−10−(−12))−j^(−5−(−3))+k^(4−2)=2i^+2j^+2k^.
Magnitude: ∣b1×b2∣=22+22+22=12=23.
06execute
Compute the scalar triple product and the shortest distance:
(a2−a1)⋅(b1×b2)=(−8)(2)+(−7)(2)+(−3)(2)=−16−14−6=−36.
d=23∣−36∣=2336=318=63.
✓verify
Check scalar triple product using determinant directly:
−811−724−3−3−5=−8(2)−(−7)(−2)+(−3)(2)=−16−14−6=−36. Dividing by 12 yields 1236=63.
Hints that build this answer step by step
What are the direction vectors b1,b2 and position vectors a1,a2 of points lying on the respective lines?
a1=(5,2,4),b1=(1,2,−3) and a2=(−3,−5,1),b2=(1,4,−5)
What is the cross product of the direction vectors b1×b2?
2i^+2j^+2k^
What is the shortest distance between the lines, calculated using d=∣b1×b2∣∣(a2−a1)⋅(b1×b2)∣?