Question
Question: Determine if the lines $L_1$ and $L_2$ are parallel, intersecting, or skew. If they are skew, find t...
Determine if the lines L1 and L2 are parallel, intersecting, or skew. If they are skew, find the shortest distance between them.
The lines are given by: L1:r=(i^+2j^+3k^)+λ(i^−3j^+2k^) L2:r=(4i^+5j^+6k^)+μ(2i^+3j^+k^)
The lines are skew.
The shortest distance between them is 19319 units.
Solution
-
Identify points and direction vectors:
For L1: a1=i^+2j^+3k^ and b1=i^−3j^+2k^.
For L2: a2=4i^+5j^+6k^ and b2=2i^+3j^+k^. -
Check for parallelism:
Compare direction vectors b1 and b2.
b1=i^−3j^+2k^
b2=2i^+3j^+k^
Since 21=3−3=12, the direction vectors are not proportional. Therefore, the lines are not parallel. -
Check for intersection (coplanarity):
Calculate a2−a1:
a2−a1=(4−1)i^+(5−2)j^+(6−3)k^=3i^+3j^+3k^.
Calculate b1×b2:
b1×b2=i^12j^−33k^21=i^((−3)(1)−(2)(3))−j^((1)(1)−(2)(2))+k^((1)(3)−(−3)(2)) =i^(−3−6)−j^(1−4)+k^(3+6)=−9i^+3j^+9k^Calculate the scalar triple product (a2−a1)⋅(b1×b2):
(3i^+3j^+3k^)⋅(−9i^+3j^+9k^)=(3)(−9)+(3)(3)+(3)(9) =−27+9+27=9Since the scalar triple product is 9=0, the lines are not coplanar. As they are neither parallel nor coplanar, the lines are skew.
- Calculate the shortest distance between skew lines:
The formula for the shortest distance d between two skew lines is:
We have already calculated the numerator: ∣(a2−a1)⋅(b1×b2)∣=∣9∣=9.
Now calculate the magnitude of b1×b2:
∣b1×b2∣=∣−9i^+3j^+9k^∣=(−9)2+(3)2+(9)2 =81+9+81=171 =9×19=319Substitute these values into the distance formula:
d=3199=193Rationalize the denominator:
d=193×1919=19319