Question:

Shortest distance between lines \(\frac{(x-5)}{4}\)=\(\frac{(y-3)}{6}\)=\(\frac{(z-2)}{4}\) and \(\frac{(x-3)}{7}=\frac{(y-2)}{5}=\frac{(z-9)}{6}\) is ?

Show Hint

To calculate shortest distance, find the vector perpendicular to both direction vectors and project the joining vector onto it.
Updated On: Apr 24, 2025
  • \(\frac{190}{37}\)

  • \(\frac{190}{\sqrt{756}}\)

  • \(\frac{37}{190}\)

  • \(\frac{756}{\sqrt{190}}\)

Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Solution and Explanation

To find the shortest distance between two skew lines, we can use the vector projection method. Here's how:
Let the first line be L1 and the second line be L2.
L1\(\frac{(x - 5)}{ 4 }= \frac{(y - 3) }{6} = \frac{(z - 2)}{4}\)
L2\(\frac{(x - 3)}{ 7 }= \frac{(y - 2) }{5} = \frac{(z - 9)}{6}\)
Let A and B be any two points on L1, and let C and D be any two points on L2. Then, the vector connecting A to B is parallel to L1, and the vector connecting C to D is parallel to L2.
Let's first find the direction vectors of L1 and L2:
L1 direction vector: <4, 6, 4>
L2 direction vector: <7, 5, 6>
Next, let's choose two points on L1 and L2, respectively. For simplicity, we can choose the points where all three parameters are 0.
A = (5, 3, 2)
B = (9, 9, 6)
C = (3, 2, 9)
D = (10, 7, 15)
Now, let's find the vector connecting A to B and the vector connecting C to D.
AB = <9 - 5, 9 - 3, 6 - 2> = <4, 6, 4>
CD = <10 - 3, 7 - 2, 15 - 9> = <7, 5, 6>
To find the shortest distance between L1 and L2, we need to find the component of AB that is perpendicular to CD. We can do this using vector projection:
\(proj_{CD}(AB)\) = (AB . CD_unit) * \(CD_{unit}\)
where CD_unit is the unit vector in the direction of CD, given by:
\(CD_{unit}\) = \(\frac{CD}{ ||CD||}\)
First, let's find ||CD||:
||CD|| = \(\sqrt{(7^2 + 5^2 + 6^2)} = \sqrt{110}\)
Next, let's find CD_unit:
\(CD_{unit}\) = \(\frac{CD}{ ||CD||}\) = \(7\sqrt{1.10}, 5\sqrt{110} , 6\sqrt{110}\)
Now, let's find the dot product AB . CD_unit:
AB . CD_unit = \(47\sqrt{110}+ 65\sqrt{110} +4*6\sqrt{110}=58\sqrt{110}\)
Finally, let's find the vector projection proj_CD(AB):
proj_CD(AB) = (AB . CD_unit) * CD_unit = \(58\sqrt{110}\)* <\(7\sqrt{110},(5\sqrt{110}),(6\sqrt{110})\)> = \(<\frac{406}{110},\frac{290}{110},\frac{348}{110}>\)
The length of proj_CD(AB) gives us the shortest distance between L1 and L2:
||proj_CD(AB)|| = \(\sqrt{(\frac{406}{110})^2+(\frac{290}{110})^2+(\frac{348}{110})^2}\)) = \(\frac{190}{√756}\) = \(10\sqrt{\frac{190}{9}}\)
Therefore, the answer is \(\frac{190}{√756}\).
Answer. B
Was this answer helpful?
0
0

Top Questions on Three Dimensional Geometry

View More Questions

Concepts Used:

Shortest Distance Between Two Parallel Lines

Formula to find distance between two parallel line:

Consider two parallel lines are shown in the following form :

\(y = mx + c_1\) …(i)

\(y = mx + c_2\) ….(ii)

Here, m = slope of line

Then, the formula for shortest distance can be written as given below:

\(d= \frac{|c_2-c_1|}{\sqrt{1+m^2}}\)

If the equations of two parallel lines are demonstrated in the following way :

\(ax + by + d_1 = 0\)

\(ax + by + d_2 = 0\)

then there is a little change in the formula.

\(d= \frac{|d_2-d_1|}{\sqrt{a^2+b^2}}\)