Question:medium

If the shortest distance between the lines $ \frac{x-1}{2} = \frac{y-2}{3} = \frac{z-3}{4} $ and $ \frac{x}{1} = \frac{y}{\alpha} = \frac{z-5}{1} $ is $ \frac{5}{\sqrt{6}} $, then the sum of all possible values of $ \alpha $ is:

Show Hint

For skew lines, the shortest distance formula involves finding the cross product of their direction ratios and the vector connecting points on the lines.
Updated On: Mar 19, 2026
  • \( \frac{3}{2} \)
  • \( \frac{-3}{2} \)
  • \( 3 \)
  • \( -3 \)
Show Solution

The Correct Option is D

Solution and Explanation

Two lines in space are provided. Their equations in parametric form are:

1. \( L_1: \frac{x-1}{2} = \frac{y-2}{3} = \frac{z-3}{4} \). The parametric equations are: \[ x = 1 + 2t, \quad y = 2 + 3t, \quad z = 3 + 4t \].

2. \( L_2: \frac{x}{1} = \frac{y}{\alpha} = \frac{z-5}{1} \). The parametric equations are: \[ x = s, \quad y = \alpha s, \quad z = 5 + s \].

The shortest distance \( D \) between two skew lines is calculated using the formula: \[ D = \frac{|(\vec{b}_2 - \vec{b}_1) \cdot (\vec{a}_1 \times \vec{a}_2)|}{|\vec{a}_1 \times \vec{a}_2|} \].

Here:

  • \( \vec{a}_1 = \langle 2, 3, 4 \rangle \) and \( \vec{a}_2 = \langle 1, \alpha, 1 \rangle \) represent the direction ratios of the lines.
  • \( \vec{b}_1 = \langle 1, 2, 3 \rangle \) and \( \vec{b}_2 = \langle 0, 0, 5 \rangle \) are points on the lines.

Given that the shortest distance is \( D = \frac{5}{\sqrt{6}} \), we equate the formula to this value and solve for \( \alpha \). The resulting value for \( \alpha \) is \( -3 \).

Was this answer helpful?
1