Question
Question: The shortest distance between the lines \(\dfrac{x-3}{3}=\dfrac{y-8}{-1}=\dfrac{z-3}{1}\) and \(\dfr...
The shortest distance between the lines 3x−3=−1y−8=1z−3 and −3x+3=2y+7=4z−6 is?
(a) 30
(b) 230
(c) 530
(d) 330
Solution
Consider the two lines of the form a1x−x1=b1y−y1=c1z−z1 and a2x−x2=b2y−y2=c2z−z2. Now, compare the values of (a1,b1,c1) and (a2,b2,c2) which are considered as the direction ratios of the two lines. Now, write then in vector form as a1i^+b1j^+c1k^ and a2i^+b2j^+c2k^. Assume the shortest distance between the lines in vector form as xi^+yj^+zk^ and take the dot product of this vector with the two vectors assumed above one by one and equate them with 0 to form two linear equations in three variables x, y and z. Use the cross multiplication method for solving linear equations and write the relation in the form mx=ny=pz. Use the formula d = m2+n2+p2 to calculate the shortest distance. Here, d represents the shortest distance.
Complete step by step solution:
Here we have been provided with two lines 3x−3=−1y−8=1z−3 and −3x+3=2y+7=4z−6 and we are asked to find the shortest distance between the two.
Now, assuming the two lines of the form a1x−x1=b1y−y1=c1z−z1 and a2x−x2=b2y−y2=c2z−z2 we know that the direction ratios of these lines is given as (a1,b1,c1) and (a2,b2,c2) respectively. So we have (a1,b1,c1)=(3,−1,1) and (a2,b2,c2)=(−3,2,4). In vector form we can write them as 3i^−j^+k^ and −3i^+2j^+4k^ respectively.
Let us assume that the shortest distance between the two lines is given as xi^+yj^+zk^ in vector form. Now, we know that the shortest distance between the two lines is the perpendicular distance between them. That means the vector xi^+yj^+zk^ is perpendicular to the vectors 3i^−j^+k^ and −3i^+2j^+4k^. This leads us to the conclusion that their dot product will be equal to 0. So considering the dot products one by one we get,
(1) (xi^+yj^+zk^).(3i^−j^+k^)=0 so we get,
⇒3x−y+z=0……… (i)
(2) (xi^+yj^+zk^).(−3i^+2j^+4k^)=0 so we get,
⇒−3x+2y+4z=0 ……… (ii)
We know that the linear equations of the form a1x+b1y+c1z=0 and a2x+b2y+c2z=0 can be simplified using the cross multiplication method as b1c2−b2c1x=c1a2−c2a1y=a1b2−a2b1z so substituting the values we get,
⇒−4−2x=−3−12y=6−3z⇒−6x=−15y=3z
So the direction ratio of the line of the shortest distance is (-6, -15, 3). Therefore the shortest distance (d) will be given as: -
⇒d=(−6)2+(−15)2+(3)2⇒d=36+225+9⇒d=270∴d=330
So, the correct answer is “Option d”.
Note: You can remember a direct formula to find the shortest distance between the two lines a1x−x1=b1y−y1=c1z−z1 and a2x−x2=b2y−y2=c2z−z2 given as d=(a1b2−a2b1)2+(b1c2−b2c1)2+(c1a2−c2a1)2 x2−x1 a1 a2 y2−y1b1b2z2−z1c1c2. This formula will help in solving the question in less time but you have to be careful in calculations as it is a length formula with many terms so the possibility of making small calculation mistakes is high.