Question:

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: Nov 1, 2025
  • \( \sqrt{7} \)
  • \( \sqrt{14} \)
  • \( \sqrt{15} \)
  • \( \sqrt{13} \)
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Approach Solution - 1

To find the distance of the line given by \(\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}\), we need to follow these steps:

  1. Find the equation of the plane that contains the point (1, 4, 0) and is perpendicular to the given line \(\frac{x}{1} = \frac{y - 2}{2} = \frac{z + 3}{3}\). The direction ratios of this line are (1, 2, 3), which will form the normal of the plane.
  2. The equation of the plane with normal (1, 2, 3) passing through (1, 4, 0) is given by: 1(x - 1) + 2(y - 4) + 3(z - 0) = 0
  3. Simplifying, the plane equation becomes x + 2y + 3z = 9.
  4. Find the direction ratios of the given line \(\frac{x - 2}{2} = \frac{y - 6}{3} = \frac{z - 3}{4}\), which are (2, 3, 4). A point on this line can be (2, 6, 3).
  5. Substitute the point (2, 6, 3) into the plane equation x + 2y + 3z = 9 to check if it lies on the plane.
    • Calculation: 2(1) + 6(2) + 3(3) = 2 + 12 + 9 = 23 ≠ 9
  6. The above shows that the point does not lie on the plane, therefore, find the distance from plane to line using: \(\frac{|Ax_1 + By_1 + Cz_1 + D|}{\sqrt{A^2 + B^2 + C^2}}\), where (x1, y1, z1) = (2, 6, 3).
    • Calculate \(\frac{|2 + 12 + 9 - 9|}{\sqrt{1^2 + 2^2 + 3^2}}\) = \(\frac{14}{\sqrt{14}}\) = \(\sqrt{14}\)
  7. Thus, the distance of the line from the point along the given line is \(\sqrt{14}\).

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

Was this answer helpful?
0
0
Hide Solution
collegedunia
Verified By Collegedunia

Approach Solution -2

The given lines are expressed in symmetric form: For the first line, \[ \frac{x - 2}{2} = \frac{y - 6}{3} = \frac{z - 3}{4}, \] which represents the parametric equations: \[ x = 2t + 2, \quad y = 3t + 6, \quad z = 4t + 3. \] For the second line, \[ \frac{x}{1} = \frac{y - 2}{2} = \frac{z + 3}{3}, \] which represents the parametric equations: \[ x = t, \quad y = 2t + 2, \quad z = 3t - 3. \] 

Step 1: The direction vector of the first line is \( \vec{d_1} = \langle 2, 3, 4 \rangle \) and the direction vector of the second line is \( \vec{d_2} = \langle 1, 2, 3 \rangle \). 

Step 2: The position vector of the point \( P(1, 4, 0) \) is \( \vec{OP} = \langle 1, 4, 0 \rangle \). 

Step 3: The vector connecting the point \( P(1, 4, 0) \) to any point on the first line can be represented as \( \vec{OP'} = \langle 1 - 2t - 2, 4 - 3t - 6, 0 - 4t - 3 \rangle \), which simplifies to: \[ \vec{OP'} = \langle -2t - 1, -3t - 2, -4t - 3 \rangle. \] 

Step 4: The distance between the point \( P(1, 4, 0) \) and the line is given by the formula: \[ \text{Distance} = \frac{| \vec{OP'} \times \vec{d_1} |}{| \vec{d_1} |}. \] Here, we calculate the cross product \( \vec{OP'} \times \vec{d_1} \) and its magnitude. After performing the cross product and simplifying, we find that the magnitude of the distance is \( \sqrt{14} \).

Was this answer helpful?
0
0

Top Questions on Geometry and Vectors

View More Questions