Question
Question: Define skew lines. Using only the vector approach, find the shortest distance between the following ...
Define skew lines. Using only the vector approach, find the shortest distance between the following two skew lines.
r=(8+3λ)i^−(9+16λ)j^+(10+7λ)k^r=15i^+29j^+5k^+μ(3i^+8j^−5k^)
Solution
Hint: The shortest distance between two skew line equations r1=a1+λb1 and r2=a2+μb2 is b1×b2(b1×b2).(a2−a1). The vector (b1×b2) can be found by (b1×b2)=i^ b11 b21 j^b12b22k^b13b23 , where b11,b12,b13 are the components of b1 and b21,b22,b23 are the components of b2 respectively.
Substituting all the values we can get the shortest distance.
Complete step-by-step answer:
We can define skew lines as follows,
Skew lines are straight lines in a three-dimensional form which are not parallel and do not cross.
Let’s consider the first skew line to be r1=(8+3λ)i^−(9+16λ)j^+(10+7λ)k^....................(i)
Let’s consider the second skew line to be r2=15i^+29j^+5k^+μ(3i^+8j^−5k^)....................(ii)
As we can see that both the equations are in different forms. Let us convert equation (i) in equation (ii) we get,
r1=8i^−9j^+10k^+λ(3i^−16j^+7k^)....................(iii)
Now, comparing equation (ii) and equation (iii) with r1=a1+λb1 and r2=a2+μb2 we get the values to be as follows,
a1=8i^−9j^+10k^...................(iv)b1=3i^−16j^+7k^...................(v)a2=15i^+29j^+5k^...................(vi)b2=3i^+8j^−5k^...................(vii)
The shortest distance between two skew line equations r1=a1+λb1 and r2=a2+μb2 is b1×b2(b1×b2).(a2−a1)
Let us first find the value of (a2−a1). Substituting the values from equation (vi) and (iv) we get,
(a2−a1)=(15i^+29j^+5k^)−(8i^−9j^+10k^)
Solving the equation, we get,
(a2−a1)=(15−8)i^+(29−(−9))j^+(5−10)k^(a2−a1)=7i^+38j^−5k^.....................(viii)
Now, let's find the value of (b1×b2) . Substituting the values from the equation (v) and (vii) we get,
(b1×b2)=i^ 3 3 j^−168k^7−5
Solving the above equation we get,
(b1×b2)=[(−16×−5)−(7×8)]i^−[(3×−5)−(7×3)]j^+[(3×8)−(3×−16)]k^(b1×b2)=[80−56]i^−[−15−21]j^+[24+48]k^(b1×b2)=24i^+36j^+72k^....................(ix)
Now, let's find the value of (b1×b2).
The magnitude of the (b1×b2) can be found as follows,
(b1×b2)=(Coefficient of i^)2+(Coefficient of j^)2+(Coefficient of k^)2
Finding the magnitude of the vector we get,
(b1×b2)=24i^+36j^+72k^
Solving the above equation we get,
(b1×b2)=242+362+722(b1×b2)=7056(b1×b2)=84.....................(x)
Combining all the values and substituting in the formula we get,
The shortest distance =b1×b2(b1×b2).(a2−a1)=84(24i^+36j^+48k^).(7i^+38j^−5k^)
In the numerator, we need to find the dot product of two vectors. The formula for finding the dot product is as follows,
(a).(b)=(ax×bx)+(ay×by)+(az×bz) where, ax,ay,az are the x, y, z components of a and bx,by,bz are the x, y, z components of b .
Solving the equation further,
=84(24×7)+(36×38)+(48×−5)=84192+1368−240=7110units .
Therefore, the distance between the given lines is 7110units.
Note: It is easily confused while interpreting the components of the a1,a2,b1,b2 . If the final answer is negative, we need to write only the magnitude of the answer obtained. Another common mistake which can be made is that there is a by default negative sign while finding the jth component of (b1×b2) . This is one of the rules while finding the determinant which needs to be taken care of.