Skip to main content
Back to 3D Geometry
JEE Main 2020
3D Geometry
3D Geometry
Hard

Question

The distance, of the point (7,2,11)(7,-2,11) from the line x61=y40=z83\frac{x-6}{1}=\frac{y-4}{0}=\frac{z-8}{3} along the line x52=y13=z56\frac{x-5}{2}=\frac{y-1}{-3}=\frac{z-5}{6}, is :

Options

Solution

Key Concepts and Formulas

  • Equation of a Line in 3D: A line passing through a point (x0,y0,z0)(x_0, y_0, z_0) with direction ratios (a,b,c)(a,b,c) can be represented in symmetric form as xx0a=yy0b=zz0c\frac{x-x_0}{a}=\frac{y-y_0}{b}=\frac{z-z_0}{c} or in parametric form as x=x0+aλ,y=y0+bλ,z=z0+cλx=x_0+a\lambda, y=y_0+b\lambda, z=z_0+c\lambda.
  • Distance of a Point from a Line Along Another Line: To find the distance of a point AA from a line L1L_1 along a line L2L_2, we need to find a point BB on L1L_1 such that the line segment ABAB is parallel to L2L_2. This involves constructing a line through AA parallel to L2L_2, finding its intersection with L1L_1, and then calculating the distance between AA and this intersection point.
  • 3D Distance Formula: The distance between two points (x1,y1,z1)(x_1, y_1, z_1) and (x2,y2,z2)(x_2, y_2, z_2) is given by D=(x2x1)2+(y2y1)2+(z2z1)2D = \sqrt{(x_2-x_1)^2 + (y_2-y_1)^2 + (z_2-z_1)^2}.

Step-by-Step Solution

Step 1: Identify the Given Point and Lines We are given the point A=(7,2,11)A = (7, -2, 11).

The first line, L1L_1, is: L1:x61=y40=z83L_1: \frac{x-6}{1}=\frac{y-4}{0}=\frac{z-8}{3} From this equation, we can identify that L1L_1 passes through the point P1(6,4,8)P_1(6,4,8) and has a direction vector d1=(1,0,3)\vec{d_1} = (1,0,3).

  • Reasoning: In the symmetric form xx0a=yy0b=zz0c\frac{x-x_0}{a}=\frac{y-y_0}{b}=\frac{z-z_0}{c}, (x0,y0,z0)(x_0,y_0,z_0) is a point on the line and (a,b,c)(a,b,c) are the direction ratios. The denominator 00 for the yy-term implies that the yy-coordinate for any point on L1L_1 must be 44 (i.e., y4=0y-4=0).

The second line, L2L_2, is: L2:x52=y13=z56L_2: \frac{x-5}{2}=\frac{y-1}{-3}=\frac{z-5}{6} From this equation, we identify that L2L_2 passes through the point P2(5,1,5)P_2(5,1,5) and has a direction vector d2=(2,3,6)\vec{d_2} = (2,-3,6).

Step 2: Formulate the Equation of the Line Passing Through AA and Parallel to L2L_2 Let this new line be LAL_A. We are looking for the distance "along the line L2L_2", which means the line segment connecting AA to the target point on L1L_1 must be parallel to L2L_2. Since LAL_A passes through A(7,2,11)A(7,-2,11) and is parallel to L2L_2, its direction vector will be the same as d2\vec{d_2}, which is (2,3,6)(2,-3,6).

The parametric equation of LAL_A can be written as: LA:x=7+2λL_A: \quad x = 7 + 2\lambda y=23λy = -2 - 3\lambda z=11+6λz = 11 + 6\lambda where λ\lambda is a scalar parameter.

  • Reasoning: Any point on LAL_A can be expressed in terms of λ\lambda. We will use this to find the point where LAL_A intersects L1L_1.

Step 3: Find the Point of Intersection BB of LAL_A and L1L_1 The point BB lies on both LAL_A and L1L_1. Therefore, its coordinates must satisfy the equations of both lines. We substitute the parametric coordinates of a general point on LAL_A into the symmetric equation of L1L_1: (7+2λ)61=(23λ)40=(11+6λ)83\frac{(7+2\lambda)-6}{1} = \frac{(-2-3\lambda)-4}{0} = \frac{(11+6\lambda)-8}{3}

Simplify the numerators: 1+2λ1=63λ0=3+6λ3\frac{1+2\lambda}{1} = \frac{-6-3\lambda}{0} = \frac{3+6\lambda}{3}

For a point to lie on L1L_1, the numerator corresponding to the zero denominator must itself be zero. Thus, from the middle term: 63λ=0-6-3\lambda = 0 3λ=6-3\lambda = 6 λ=2\lambda = -2

  • Reasoning: The term y40\frac{y-4}{0} in L1L_1's equation implies that for any point on L1L_1, its yy-coordinate must be 44. Thus, for the point of intersection BB, its yy-coordinate must be 44, which translates to 23λ=4-2-3\lambda=4, or 63λ=0-6-3\lambda=0. We can verify this λ\lambda with the other terms: For λ=2\lambda = -2: 1+2(2)1=141=3\frac{1+2(-2)}{1} = \frac{1-4}{1} = -3 3+6(2)3=3123=93=3\frac{3+6(-2)}{3} = \frac{3-12}{3} = \frac{-9}{3} = -3 Since all parts are consistent, λ=2\lambda = -2 is the correct parameter value for the intersection point.

Step 4: Determine the Coordinates of Point BB Substitute the value of λ=2\lambda = -2 back into the parametric equations of LAL_A (from Step 2) to find the coordinates of point BB: xB=7+2(2)=74=3x_B = 7 + 2(-2) = 7 - 4 = 3 yB=23(2)=2+6=4y_B = -2 - 3(-2) = -2 + 6 = 4 zB=11+6(2)=1112=1z_B = 11 + 6(-2) = 11 - 12 = -1 So, the point of intersection BB is (3,4,1)(3,4,-1).

Step 5: Calculate the Distance ABAB Finally, we calculate the distance between the given point A(7,2,11)A(7,-2,11) and the intersection point B(3,4,1)B(3,4,-1) using the 3D distance formula: AB=(xAxB)2+(yAyB)2+(zAzB)2AB = \sqrt{(x_A-x_B)^2 + (y_A-y_B)^2 + (z_A-z_B)^2} AB=(73)2+(24)2+(11(1))2AB = \sqrt{(7-3)^2 + (-2-4)^2 + (11-(-1))^2} AB=(4)2+(6)2+(12)2AB = \sqrt{(4)^2 + (-6)^2 + (12)^2} AB=16+36+144AB = \sqrt{16 + 36 + 144} AB=196AB = \sqrt{196} AB=14AB = 14

Common Mistakes & Tips

  • Misinterpretation of "along the line": Do not confuse this with finding the perpendicular distance from a point to a line. "Along the line" specifies the direction in which the distance is measured.
  • Handling Zero Denominators in Line Equations: If a direction ratio is zero (e.g., yy00\frac{y-y_0}{0}), it implies that the corresponding coordinate is constant for all points on the line (e.g., y=y0y=y_0). This forms a direct condition that helps in solving for the parameter.
  • Careful with Arithmetic: Errors in squaring negative numbers or basic addition/subtraction can lead to incorrect final answers. Double-check calculations.

Summary

To find the distance of point AA from line L1L_1 along line L2L_2, we first constructed a new line LAL_A passing through AA and parallel to L2L_2. We then found the point of intersection BB of this new line LAL_A with the line L1L_1. The required distance is simply the Euclidean distance between points AA and BB. By carefully using parametric forms of lines and handling the specific conditions arising from direction ratios, we determined the intersection point and subsequently the distance.

The final answer is 14\boxed{\text{14}}, which corresponds to option (D).

Practice More 3D Geometry Questions

View All Questions