Three Dimensional Geometry: Mathematics | JEE Main
The line l1 passes through the point (2,6,2) and is perpendicular to the plane 2x+y−2z=10. Then the shortest distance between the line l1 and the line 2x+1=−3y+4=2z is :
Your answer stays private
What feels right?
Hint 1 of 3
What are the direction vector b1 and point a1 of line l1, given that it passes through (2,6,2) and is perpendicular to the plane 2x+y−2z=10?
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 line l1 and the given line is 9.
Option analysis
Why each option works or fails
A · 313
Computing the numerator using an incorrect dot product or miscalculating the cross product magnitude leads to 13/3. Ensure the cross product of the direction vectors is b1×b2=(−4,−8,−8) with magnitude 16+64+64=12, and the vector connecting points is (−3,−10,−2).
B · 319
Dividing the scalar triple product by the wrong vector magnitude or making an arithmetic error when evaluating (a2−a1)⋅(b1×b2). Check each component of the dot product: (−3)(−4)+(−10)(−8)+(−2)(−8)=12+80+16=108.
C · 7
Evaluating the scalar triple product as 84 instead of 108 before dividing by 12. Carefully compute (−3)(−4)+(−10)(−8)+(−2)(−8)=108, then divide by 12 to get 108/12=9.
D · 9
Correct option: The vector between points is a2−a1=(−3,−10,−2), and the cross product of direction vectors is (−4,−8,−8) with magnitude 12, yielding a distance of 108/12=9. None. The shortest distance formula d=∣b1×b2∣∣(a2−a1)⋅(b1×b2)∣ was evaluated correctly.
Reviewed route
Solution
StepWorking
01given
Line l1 passes through A(2,6,2) and is normal to 2x+y−2z=10. Line l2 is given by 2x+1=−3y+4=2z.
02goal
Find the shortest distance between skew lines l1 and l2.
03approach
The direction ratios of l1 are along the normal to the plane: p=⟨2,1,−2⟩. Line l2 passes through B(−1,−4,0) with direction q=⟨2,−3,2⟩. Shortest distance is d=∣p×q∣∣(a−b)⋅(p×q)∣.
04execute
Compute p×q:
p×q=i^22j^1−3k^−22=i^(2−6)−j^(4−(−4))+k^(−6−2)=−4i^−8j^−8k^.
Its magnitude is ∣p×q∣=(−4)2+(−8)2+(−8)2=16+64+64=144=12.
Compute a−b=⟨2−(−1),6−(−4),2−0⟩=⟨3,10,2⟩.
Compute the scalar triple product:
(a−b)⋅(p×q)=3(−4)+10(−8)+2(−8)=−12−80−16=−108.
Therefore, d=12∣−108∣=9.
✓verify
Scalar determinant method directly:
322101−32−22=3(2−6)−10(4−(−4))+2(−6−2)=3(−4)−10(8)+2(−8)=−12−80−16=−108.
Denominator is ∣⟨−4,−8,−8⟩∣=12. Ratio is 108/12=9. Correct.
Hints that build this answer step by step
What are the direction vector b1 and point a1 of line l1, given that it passes through (2,6,2) and is perpendicular to the plane 2x+y−2z=10?
a1=(2,6,2) and b1=(2,1,−2)
What is the cross product b1×b2 of the direction vectors b1=(2,1,−2) and b2=(2,−3,2)?
(−4,−8,−8)
Using a1=(2,6,2), a2=(−1,−4,0), and b1×b2=(−4,−8,−8), what is the shortest distance d=∣b1×b2∣∣(a2−a1)⋅(b1×b2)∣?