Three Dimensional Geometry: Mathematics | JEE Main
The shortest distance between the lines x+1=2y=−12z and x=y+2=6z−6 is
Your answer stays private
What feels right?
Hint 1 of 3
What are the standard symmetric forms, a point, and a direction vector for each of the two 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 two lines is 2.
Option analysis
Why each option works or fails
A · 23
Computing the numerator ∣(a2−a1)⋅(b1×b2)∣ or the magnitude ∣b1×b2∣ with an arithmetic error, leading to an incorrect ratio of 23. Double-check vector cross products and scalar dot products carefully: the scalar triple product evaluates to 12 and the magnitude of the normal vector is 6, yielding 12/6=2.
B · 2
Correct option. Writing both lines in standard symmetric form gives points a1=(−1,0,0), a2=(0,−2,1) and direction vectors proportional to b1=⟨6,3,−1⟩, b2=⟨6,6,1⟩. The shortest distance formula d=∣b1×b2∣∣(a2−a1)⋅(b1×b2)∣ gives 9+144+324/3∣9−6+9∣=612=2.
C · 25
Incorrectly rewriting the standard symmetric form of 6z−6 as 6(z−1) resulting in a point coordinate error, such as taking z2=−1 instead of 1. Ensure expressions like 6z−6 are factored as 6(z−1) so the numerator becomes z−1, giving point coordinate z=1.
D · 3
Misidentifying the direction ratios by inverting coefficients incorrectly, such as taking coefficients directly as direction ratios instead of their reciprocals. To find direction ratios from x+1=2y=−12z, divide by a common multiple like 12 to get 12x+1=6y=−1z, giving direction vector ⟨12,6,−1⟩.
Reviewed route
Solution
StepWorking
01given
Two lines: L1:x+1=2y=−12z and L2:x=y+2=6z−6.
02goal
Find the shortest distance d between lines L1 and L2.
03approach
Rewrite both lines in standard symmetric Cartesian form ax−x0=by−y0=cz−z0 to identify base points a,b and direction vectors p,q. Clear fractions in direction vectors for simpler cross products, then apply d=∣p×q∣∣(b−a)⋅(p×q)∣.
04execute
Express L1 in standard form: 1x−(−1)=1/2y−0=−1/12z−0, so point A=(−1,0,0) and direction vector p=12(1,21,−121)=⟨12,6,−1⟩.
Express L2 in standard form: 1x−0=1y−(−2)=1/6z−1, so point B=(0,−2,1) and direction vector q=6(1,1,61)=⟨6,6,1⟩.
05execute
Find b−a=⟨0−(−1),−2−0,1−0⟩=⟨1,−2,1⟩.
Compute the normal vector n=p×q:
n=i^126j^66k^−11=i^(6−(−6))−j^(12−(−6))+k^(72−36)=12i^−18j^+36k^=6⟨2,−3,6⟩.
06execute
Calculate the magnitude of ⟨2,−3,6⟩:
∣⟨2,−3,6⟩∣=22+(−3)2+62=4+9+36=49=7.
Compute the scalar triple product component:
(b−a)⋅⟨2,−3,6⟩=1(2)+(−2)(−3)+1(6)=2+6+6=14.
Then d=7∣14∣=2.
✓verify
Check scalar triple product directly via determinant:
1126−2661−11=1(12)−(−2)(18)+1(36)=12+36+36=84.
∣p×q∣=6×7=42.
d=4284=2. Consistent and positive.
Hints that build this answer step by step
What are the standard symmetric forms, a point, and a direction vector for each of the two lines?
Line 1: passes through (−1,0,0) with direction ⟨6,3,−0.5⟩; Line 2: passes through (0,−2,1) with direction ⟨6,6,1⟩
Using direction vectors b1=⟨12,6,−1⟩ and b2=⟨6,6,1⟩, what is the cross product b1×b2 and its magnitude?
b1×b2=⟨12,−18,36⟩ with magnitude 122+(−18)2+362=42
With a2−a1=⟨0−(−1),−2−0,1−0⟩=⟨1,−2,1⟩, what is the shortest distance d=∣b1×b2∣∣(a2−a1)⋅(b1×b2)∣?