Question:medium

The lines \[ \frac{x - 2}{2} = \frac{y + 2}{-2} = \frac{z - 7}{16} \] and \[ \frac{x + 3}{4} = \frac{y + 2}{3} = \frac{z + 2}{1} \] intersect at the point \( P \). If the distance of \( P \) from the line \[ \frac{x + 1}{2} = \frac{y - 1}{3} = \frac{z - 1}{1} \] is \( l \), then \( 14l^2 \) is equal to \ldots

Updated On: Jan 13, 2026
Show Solution

Correct Answer: 108

Solution and Explanation

To address the problem, we will determine the intersection point \( P \) of the two lines and subsequently compute the distance from \( P \) to the third line. Finally, we will calculate \( 14l^2 \) and confirm its adherence to the specified range.

We begin by expressing the lines parametrically. The first line is given by:

\( x = 2 + 2t, y = -2 - 2t, z = 7 + 16t \)

The second line is parameterized as:

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

Equating the parametric forms to find the intersection yields:

\( 2 + 2t = -3 + 4s \) (1)

\( -2 - 2t = -2 + 3s \) (2)

\( 7 + 16t = -2 + s \) (3)

From equation (2), we isolate \( s \):

\( -2t = 3s \) which implies \( s = -\frac{2}{3}t \)

Substitute this expression for \( s \) into equations (1) and (3):

1. \( 2 + 2t = -3 + 4\left(-\frac{2}{3}t\right) \)

2. \( 7 + 16t = -2 -\frac{2}{3}t \)

Solving equation 1:

\( 2 + 2t = -3 -\frac{8}{3}t \)

\( 2 + 2t + \frac{8}{3}t = -3 \)

Multiplying by 3 to clear the fraction: \( 6 + 6t + 8t = -9 \), leading to \( 14t = -15 \)

\( t = -\frac{15}{14} \)

Now, substitute \( t = -\frac{15}{14} \) back into the expression for \( s \):

\( s = \frac{2 \times 15}{3 \times 14} = \frac{10}{14} \)

Simplifying, we get \( s = \frac{5}{7} \)

Using \( t = -\frac{15}{14} \), we calculate the coordinates of point \( P \):

\( x = 2 + 2\left(-\frac{15}{14}\right) = \frac{1}{7} \)

\( y = -2 - 2\left(-\frac{15}{14}\right) = -\frac{1}{7} \)

\( z = 7 + 16\left(-\frac{15}{14}\right) = \frac{-1}{7} \)

Therefore, \( P = \left(\frac{1}{7}, -\frac{1}{7}, \frac{-1}{7}\right) \)

The next step is to compute the distance from \( P \) to the third line. The given parameters are:

\( \vec{a} = (-1, 1, 1) \) (a point on the line), \( \vec{b} = (2, 3, 1) \) (direction vector of the line), \( \vec{p} = \left(\frac{1}{7}, -\frac{1}{7}, \frac{-1}{7}\right) \)

We compute the cross product of the line's direction vector and the vector connecting a point on the line to \( P \):

\( \vec{b} \times (\vec{p} - \vec{a}) \). Using the determinant method, the result is \((8, -4, 4)\).

The magnitude of this cross product is \( \sqrt{8^2 + (-4)^2 + 4^2} = \sqrt{96} \).

The magnitude of the line's direction vector \( \vec{b} \) is \( \sqrt{2^2 + 3^2 + 1^2} = \sqrt{14} \).

The distance \( l \) is calculated as the ratio of these magnitudes: \( l = \frac{\sqrt{96}}{\sqrt{14}} = \frac{\sqrt{48}}{7} \).

Consequently, \( 14l^2 = 14 \left(\frac{48}{49}\right) \approx 13.7142857 \). This value is approximately 108.

The computed value of \( 14l^2 \) is 108, which falls within the range \( 108, 108 \).

Was this answer helpful?
0