+4 marks−1 if incorrectNumericalPrevious-year question
Shortest Distance Between Two Skew Lines in 3D Space
If the shortest distance between the line joining the points (1,2,3) and (2,3,4), and the line (x-1)/2=(y+1)/(-1)=(z-2)/0 is a, then 28a^2 is equal to
Your answer stays private
What feels right?
Hint 1 of 4
What are the direction vector and a point on the line passing through (1,2,3) and (2,3,4)?
No score. Commit to your first instinct. We’ll show what your mind noticed and what it missed.
Type the value - units or words beside it are fine.
Step-by-step solutionView
Correct answer
The shortest distance squared multiplied by 28 evaluates to 18.
Option analysis
Why each option works or fails
Reviewed route
Solution
StepWorking
01Given
Line L1 passes through A(1,2,3) and B(2,3,4). Line L2 is given by 2x−1=−1y+1=0z−2. Shortest distance between L1 and L2 is a.
02Goal
Find the value of 28a2, where a is the shortest distance between lines L1 and L2.
03Approach
Express L1 in vector form r=a1+λb1 and L2 as r=a2+μb2. Then apply the shortest distance formula a=∣b1×b2∣∣(a2−a1)⋅(b1×b2)∣, and compute 28a2.
04Execute
For L1: point a1=i^+2j^+3k^ and direction vector b1=(2−1)i^+(3−2)j^+(4−3)k^=i^+j^+k^.
For L2: point a2=i^−j^+2k^ and direction vector b2=2i^−j^+0k^.
Compute difference vector: a2−a1=(1−1)i^+(−1−2)j^+(2−3)k^=−3j^−k^.
Compute cross product b1×b2:
b1×b2=i^12j^1−1k^10=i^(0−(−1))−j^(0−2)+k^(−1−2)=i^+2j^−3k^
Magnitude: ∣b1×b2∣=12+22+(−3)2=1+4+9=14.
Scalar triple product in the numerator:
∣(a2−a1)⋅(b1×b2)∣=∣(−3j^−k^)⋅(i^+2j^−3k^)∣=∣0(1)+(−3)(2)+(−1)(−3)∣=∣−6+3∣=∣−3∣=3
Hence, shortest distance a=143.
Finally, calculate 28a2=28×(143)2=28×149=18.
✓Verify
Verify scalar triple product using determinant form directly:
x2−x1b1xb2xy2−y1b1yb2yz2−z1b1zb2z=012−31−1−110=0−(−3)(0−2)+(−1)(−1−2)=−6+3=−3
Absolute value is 3. Denominator ∣b1×b2∣=14. The result a2=9/14⟹28a2=18 is fully confirmed.
Hints that build this answer step by step
What are the direction vector and a point on the line passing through (1,2,3) and (2,3,4)?
Passing point a1=⟨1,2,3⟩ and direction vector b1=⟨1,1,1⟩
What is the cross product b1×b2 of the two direction vectors b1=⟨1,1,1⟩ and b2=⟨2,−1,0⟩?
⟨1,2,−3⟩
Using the line points a1=⟨1,2,3⟩ and a2=⟨1,−1,2⟩, what is the value of the scalar triple product (a2−a1)⋅(b1×b2)?
-3
Given the magnitude ∣b1×b2∣=12+22+(−3)2=14, what is the value of 28a2?
Why does the z-component of the direction vector of L2 have 0 in the denominator?
A zero in the denominator means the direction component along that axis is zero. This means the line lies in a plane where z is constant. Here, z−2=0, so z=2.