The given lines are L1:1x−4=2y−3=−3z−2 and L2:2x+2=4y−6=−5z−5.
For L1, a point on the line is a1=4i^+3j^+2k^ and its direction vector is b1=i^+2j^−3k^.
For L2, a point on the line is a2=−2i^+6j^+5k^ and its direction vector is b2=2i^+4j^−5k^.
The shortest distance d between two skew lines is given by d=∣b1×b2∣∣(a2−a1)⋅(b1×b2)∣.
We have a2−a1=(−2−4)i^+(6−3)j^+(5−2)k^=−6i^+3j^+3k^.
The cross product of the direction vectors is:
b1×b2=i^12j^24k^−3−5=i^(−10+12)−j^(−5+6)+k^(4−4)=2i^−j^.
The magnitude of the cross product is ∣b1×b2∣=22+(−1)2+02=5.
The dot product is (a2−a1)⋅(b1×b2)=(−6)(2)+(3)(−1)+(3)(0)=−12−3=−15.
Therefore, the shortest distance is d=5∣−15∣=515=35.
Answer: 35