To find the shortest distance between the two given lines in space, we first write their vector equations.
The equation of the first line L1 is given by:
1x−4=2y−3=−3z−2
From this, line L1 passes through the point with position vector a1=4i^+3j^+2k^ and is parallel to the vector b1=i^+2j^−3k^.
The equation of the second line L2 is given by:
2x+2=4y−6=−5z−5
From this, line L2 passes through the point with position vector a2=−2i^+6j^+5k^ and is parallel to the vector b2=2i^+4j^−5k^.
The formula for the shortest distance d between two non-parallel skew lines is:
d=∣b1×b2∣∣(a2−a1)⋅(b1×b2)∣
Step 1: Calculate a2−a1
a2−a1=(−2−4)i^+(6−3)j^+(5−2)k^=−6i^+3j^+3k^
Step 2: Calculate the cross product b1×b2
b1×b2=i^12j^24k^−3−5
b1×b2=i^(2(−5)−(−3)(4))−j^(1(−5)−(−3)(2))+k^(1(4)−2(2))
b1×b2=i^(−10+12)−j^(−5+6)+k^(4−4)
b1×b2=2i^−j^+0k^
Step 3: Calculate the magnitude ∣b1×b2∣
∣b1×b2∣=22+(−1)2+02=4+1=5
Step 4: Calculate the dot product (a2−a1)⋅(b1×b2)
(a2−a1)⋅(b1×b2)=(−6i^+3j^+3k^)⋅(2i^−j^+0k^)
=(−6)(2)+(3)(−1)+(3)(0)=−12−3+0=−15
Step 5: Calculate the shortest distance d
d=5∣−15∣=515=35
Thus, the shortest distance between the lines is 35.
Correct Option: C