Question
Question: Find the shortest distance between the two lines whose vector equations are \(\vec r = \left( {\hat ...
Find the shortest distance between the two lines whose vector equations are r=(i^+2j^+3k^)+β(i^−3j^+2k^) and r=(4i^+5j^+6k^)+μ(2i^+3j^+k^).
Solution
Make use of the formula of the perpendicular distance between the two lines and try to find the distance
Formula used:
r=a1+μband r=a2+μb2 is given by d=∣b1×b2∣(b1×b2).(a2−a1) .
Complete step-by-step answer:
If two lines l1 and l2 are two skew lines, then there is only one line which is perpendicular to the two lines, which is the shortest distance between the two skew lines.
Equation of line first l1 in vector form,
r=(i^+2j^+3k^)+β(i^−3j^+2k^)
Equation of line second l2 in vector form,
r=(4i^+5j^+6k^)+μ(2i^+3j^+k^)
The shortest distance between the two lines r=a1+μband r=a2+μb2
d=b1×b2(b1×b2).(a2−a1)
Calculation of (a2−a1) requires subtracting the terms which are in same direction, subtraction of two vectors give a vector quantity.
a1=(i^+2j^+3k^) and a2=(4i^+5j^+6k^)
Calculation of b1×b2. It is a cross product of 2 vector quantities and it gives a vector quantity which is perpendicular to both the vectors.
Here, b1=(i^−3j^+2k^) and b2=(2i^+3j^+k^)
b1×b2=(i^+2j^+3k^)×(2i^+3j^+k^)
The cross product of two vectors is calculated by the determinant.
{b_1} \times {b_2} = \left| {\begin{array}{*{20}{c}}
{\hat i}&{\hat j}&{\hat k} \\\
1&2&3 \\\
2&3&1
\end{array}} \right| \\\
{b_1} \times {b_2} = \hat i\left[ {1\left( {2 \times 1 - 3 \times 3} \right) - \hat j\left( {1 \times 1 - 3 \times 2} \right) + \hat k\left( {1 \times 3 - 2 \times 2} \right)} \right] \\\
{b_1} \times {b_2} = \hat i\left( {2 - 9} \right) - \hat j\left( {1 - 6} \right) + \hat k\left( {3 - 4} \right) \\\
{b_1} \times {b_2} = - 7\hat i + 5\hat j - \hat k \\\
Calculate the modulus of ∣b1×b2∣ ,
Using the formula for a=xi^+yj^+zk^ as ∣a∣=x2+y2+z2
∣b1×b2∣=(−7)2+(5)2+(−1)2 ∣b1×b2∣=49+25+1 ∣b1×b2∣=75
Now, calculate the shortest distance between the two lines , by substituting the calculated values in equation(1),
d=75(−7i^+5j^−k^).(3i^+2j^+4k^)
Now, use the dot product of the two vectors in the numerator of equation (2). The dot product of the vector is the scalar product as it gives only the magnitude.
d=75(−7i^+5j^−k^).(3i^+2j^+4k^) d=53(−7)(3)+(5)(2)−(1)(4) d=53−21+10−4 d=33−15 d=3−5 d=35Hence, the shortest distance between the two lines is d=35
Note: The important points which are supposed to be remembered are:
The vector multiplication can be done in two ways,
1)Dot product: It is the product which gives a scalar quantity.
2)Cross product: It gives the vector quantity.
Skew lines are the lines which are neither parallel nor intersect each other.