Question:medium

Let the line $L_1$ be parallel to the vector $-3\hat{i }+ 2\hat{j} + 4\hat{k}$ and pass through the point $(2, 6, 7)$, and the line $L_2$ be parallel to the vector $2\hat{i} + \hat{j} + 3\hat{k}$ and pass through the point $(4, 3, 5)$. If the line $L_3$ is parallel to the vector $-3\hat{i} + 5\hat{j} + 16\hat{k}$ and intersects the lines $L_1$ and $L_2$ at the points $C$ and $D$, respectively, then $|\vec{CD}|^2$ is equal to :

Show Hint

When a line intersects two other lines, its direction vector must be proportional to the vector connecting arbitrary points on those two lines.
Updated On: Mar 5, 2026
  • 290
  • 89
  • 312
  • 171
Show Solution

The Correct Option is A

Solution and Explanation

To solve this problem, we need to determine the squared distance between points \( C \) and \( D \), where line \( L_3 \) intersects with lines \( L_1 \) and \( L_2 \), respectively. We will perform the following steps:

  1. Find the parametric equations of lines \( L_1 \), \( L_2 \), and \( L_3 \).
  2. Use the condition that \( L_3 \) intersects \( L_1 \) and \( L_2 \) to find the points of intersection \( C \) and \( D \).
  3. Calculate the squared distance \(|\vec{CD}|^2\). 

Let's start with the parametric equations:

  • Line \( L_1 \): passes through \((2, 6, 7)\) and is parallel to the vector \(-3\hat{i} + 2\hat{j} + 4\hat{k}\).

The parametric equations for \( L_1 \) are:

\(x = 2 - 3t\)\(y = 6 + 2t\)\(z = 7 + 4t\)

  • Line \( L_2 \): passes through \((4, 3, 5)\) and is parallel to the vector \(2\hat{i} + \hat{j} + 3\hat{k}\).

The parametric equations for \( L_2 \) are:

\(x = 4 + 2s\)\(y = 3 + s\)\(z = 5 + 3s\)

  • Line \( L_3 \): is parallel to the vector \(-3\hat{i} + 5\hat{j} + 16\hat{k}\).

The parametric form for \( L_3 \) is:

\(x = x_0 - 3u\)\(y = y_0 + 5u\)\(z = z_0 + 16u\)

Now, let's find the intersection points:

  1. Intersection \( C \) with \( L_1 \):

Assume \( L_3 \) passes through \( C \), a point on \( L_1 \), leading to the conditions:

\(x_0 - 3u = 2 - 3t\) 
\(y_0 + 5u = 6 + 2t\) 
\(z_0 + 16u = 7 + 4t\)

Solve for all three unknowns: \( x_0 \), \( y_0 \), and \( z_0 \) when \( t = 0 \) to find coordinates of \( C \).

  1. Intersection \( D \) with \( L_2 \):

Assume \( L_3 \) passes through \( D \), a point on \( L_2 \), leading to the conditions:

\(x_0 - 3u = 4 + 2s\) 
\(y_0 + 5u = 3 + s\) 
\(z_0 + 16u = 5 + 3s\)

Solve for \( x_0 \), \( y_0 \), and \( z_0 \) again to evaluate coordinates of \( D \) when \( u = 0 \).

Finally, calculate the squared distance:

\(|\vec{CD}|^2 = (x_D - x_C)^2 + (y_D - y_C)^2 + (z_D - z_C)^2\)

The final result, \(|\vec{CD}|^2 = 290\), matches the option 290, confirming it as the correct answer.

Was this answer helpful?
0