Question:medium

Let a straight line \( L \) pass through the point \(P(2, -1, 3)\) and be perpendicular to the lines \[ \frac{x - 1}{2} = \frac{y + 1}{1} = \frac{z - 3}{-2} \quad \text{and} \quad \frac{x - 3}{1} = \frac{y - 2}{3} = \frac{z + 2}{4}. \] If the line \(L\) intersects the yz-plane at the point Q, then the distance between the points P and Q is:

Show Hint

For intersection points on coordinate planes, set the appropriate coordinate (e.g., \(x = 0\) for yz-plane) to simplify calculations.
Updated On: Jan 14, 2026
  • 2
  • \(\sqrt{10}\)
  • 3
  • \(2\sqrt{3}\)
Show Solution

The Correct Option is C

Solution and Explanation

Step 1: Determine the direction vector of the line.
The direction vector $\mathbf{v}$ is found using the cross product of direction vectors: \[ \mathbf{v} = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ 2 & 1 & -2 \\ 1 & 3 & 4 \end{vmatrix} = 10\hat{i} - 10\hat{j} + 5\hat{k} = 5(2\hat{i} - 2\hat{j} + \hat{k}) \]

Step 2: Express the line's equation.
The parametric form of the line is: \[ \frac{x - 2}{2} = \frac{y + 1}{-2} = \frac{z - 3}{1} = \lambda \]

Step 3: Locate the intersection with the yz-plane.
The yz-plane is defined by $x = 0$. Setting $x = 0$ in the line equation yields: \[ \frac{0 - 2}{2} = \lambda \implies \lambda = -1 \] Substituting $\lambda = -1$ into the parametric equations gives the intersection point: \[ Q(0, 0, 2) \]

Step 4: Compute the distance.
The distance between points P and Q is calculated as: \[ d(P, Q) = \sqrt{4 + 3 + 2} = \sqrt{9} = 3 \]
Was this answer helpful?
0