Question:medium

The distance of the line \( \frac{x - 2}{2} = \frac{y - 6}{3} = \frac{z - 3}{4} \) from the point \( (1, 4, 0) \) along the line \( \frac{x}{1} = \frac{y - 2}{2} = \frac{z + 3}{3} \) is:

Show Hint

When finding the distance between a point and a line in 3D, use the cross product of the vector from the point to any point on the line with the direction vector of the line, and divide by the magnitude of the direction vector of the line.
Updated On: Apr 1, 2026
  • \( \sqrt{7} \)
  • \( \sqrt{14} \)
  • \( \sqrt{15} \)
  • \( \sqrt{13} \)
Show Solution

The Correct Option is B

Solution and Explanation

To determine the distance of the line given by the symmetric equations \( \frac{x - 2}{2} = \frac{y - 6}{3} = \frac{z - 3}{4} \) from the point \( (1, 4, 0) \) along the line represented by \( \frac{x}{1} = \frac{y - 2}{2} = \frac{z + 3}{3} \), the following steps are performed:

  1. Construct the equation of a plane that encompasses the point \( (1, 4, 0) \) and is perpendicular to the line \( \frac{x}{1} = \frac{y - 2}{2} = \frac{z + 3}{3} \). The direction ratios of this line, (1, 2, 3), serve as the normal vector for the plane.
  2. The plane equation, with a normal vector (1, 2, 3) and passing through \( (1, 4, 0) \), is formulated as: \( 1(x - 1) + 2(y - 4) + 3(z - 0) = 0 \).
  3. Upon simplification, the plane equation is derived as \( x + 2y + 3z = 9 \).
  4. Determine the direction ratios of the line \( \frac{x - 2}{2} = \frac{y - 6}{3} = \frac{z - 3}{4} \), which are (2, 3, 4). A point on this line is \( (2, 6, 3) \).
  5. Substitute the point \( (2, 6, 3) \) into the plane equation \( x + 2y + 3z = 9 \) to verify its position relative to the plane.
    • Calculation: \( 2(1) + 6(2) + 3(3) \) = 2 + 12 + 9 = 23, which is not equal to 9.
  6. Since the point does not lie on the plane, calculate the distance from the plane to the line using the formula \( \frac{|Ax_1 + By_1 + Cz_1 + D|}{\sqrt{A^2 + B^2 + C^2}} \), where \( (x_1, y_1, z_1) \) is the point \( (2, 6, 3) \).
    • The calculation yields \( \frac{|2 + 12 + 9 - 9|}{\sqrt{1^2 + 2^2 + 3^2}} \) = \( \frac{14}{\sqrt{14}} \) = \( \sqrt{14} \).
  7. The distance of the line from the given point along the specified line is \( \sqrt{14} \).

The correct option is therefore \( \sqrt{14} \).

Was this answer helpful?
0