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

Question

Let the line x1=6y2=z+85\frac{x}{1}=\frac{6-y}{2}=\frac{z+8}{5} intersect the lines x54=y73=z+21\frac{x-5}{4}=\frac{y-7}{3}=\frac{z+2}{1} and x+36=3y3=z61\frac{x+3}{6}=\frac{3-y}{3}=\frac{z-6}{1} at the points A\mathrm{A} and B\mathrm{B} respectively. Then the distance of the mid-point of the line segment AB\mathrm{AB} from the plane 2x2y+z=142 x-2 y+z=14 is :

Options

Solution

Key Concepts and Formulas

  1. Parametric Form of a Line: A line passing through a point (x1,y1,z1)(x_1, y_1, z_1) with direction ratios (a,b,c)(a, b, c) can be expressed in symmetric form as xx1a=yy1b=zz1c\frac{x-x_1}{a}=\frac{y-y_1}{b}=\frac{z-z_1}{c}. By setting this equal to a parameter (e.g., λ\lambda), any point on the line can be represented parametrically as (x1+aλ,y1+bλ,z1+cλ)(x_1 + a\lambda, y_1 + b\lambda, z_1 + c\lambda). This form is crucial for finding general points on a line.

  2. Intersection of Two Lines: If two lines intersect, there is a common point that satisfies the equations of both lines. To find this point, we represent a general point on each line using different parameters. By equating the corresponding x,y,zx, y, z coordinates, we form a system of equations. Solving for the parameters and substituting them back into either line's parametric equations yields the intersection point. A crucial step is to verify the parameters satisfy all three coordinate equations to confirm an intersection.

  3. Midpoint Formula: The midpoint MM of a line segment connecting two points (x1,y1,z1)(x_1, y_1, z_1) and (x2,y2,z2)(x_2, y_2, z_2) is given by the average of their respective coordinates: M=(x1+x22,y1+y22,z1+z22)M = \left(\frac{x_1+x_2}{2}, \frac{y_1+y_2}{2}, \frac{z_1+z_2}{2}\right)

  4. Distance of a Point from a Plane: The perpendicular distance DD of a point (x0,y0,z0)(x_0, y_0, z_0) from a plane Ax+By+Cz+D=0Ax+By+Cz+D'=0 is calculated using the formula: D=Ax0+By0+Cz0+DA2+B2+C2D = \frac{|Ax_0+By_0+Cz_0+D'|}{\sqrt{A^2+B^2+C^2}} Note that the constant term in the plane equation must be moved to the left side to match the DD' in the formula.


Step-by-Step Solution

Step 1: Convert All Line Equations to Standard Parametric Form

The first step is to rewrite all given line equations in the standard symmetric form, xx1a=yy1b=zz1c\frac{x-x_1}{a}=\frac{y-y_1}{b}=\frac{z-z_1}{c}, and then convert them into their parametric forms. This makes it easy to represent any point on the line.

  • Line 1 (The main line): x1=6y2=z+85\frac{x}{1}=\frac{6-y}{2}=\frac{z+8}{5} To get the standard form, we must rewrite the yy-term as (yy1)(y-y_1): x1=(y6)2=z+85\frac{x}{1}=\frac{-(y-6)}{2}=\frac{z+8}{5} This simplifies to x1=y62=z+85\frac{x}{1}=\frac{y-6}{-2}=\frac{z+8}{5}. Let's set this equal to a parameter λ\lambda. Any point on Line 1 can be written as: P1(λ)=(λ,62λ,5λ8)P_1(\lambda) = (\lambda, 6-2\lambda, 5\lambda-8)

  • Line 2: x54=y73=z+21\frac{x-5}{4}=\frac{y-7}{3}=\frac{z+2}{1} This line is already in the standard symmetric form. Let's set it equal to a parameter kk. Any point on Line 2 can be written as: P2(k)=(4k+5,3k+7,k2)P_2(k) = (4k+5, 3k+7, k-2)

  • Line 3: x+36=3y3=z61\frac{x+3}{6}=\frac{3-y}{3}=\frac{z-6}{1} Similar to Line 1, we rewrite the yy-term: x+36=(y3)3=z61\frac{x+3}{6}=\frac{-(y-3)}{3}=\frac{z-6}{1} This becomes x+36=y33=z61\frac{x+3}{6}=\frac{y-3}{-3}=\frac{z-6}{1}. Let's set this equal to a parameter μ\mu. Any point on Line 3 can be written as: P3(μ)=(6μ3,33μ,μ+6)P_3(\mu) = (6\mu-3, 3-3\mu, \mu+6) Explanation: We use distinct parameters (λ,k,μ\lambda, k, \mu) for each line because they are independent.

Step 2: Find the Coordinates of Point A

Point A is the intersection of Line 1 and Line 2. This means the coordinates P1(λ)P_1(\lambda) and P2(k)P_2(k) must be identical at point A. We equate their corresponding x,y,zx, y, z coordinates:

  1. xx-coordinate: λ=4k+5\lambda = 4k+5
  2. yy-coordinate: 62λ=3k+76-2\lambda = 3k+7
  3. zz-coordinate: 5λ8=k25\lambda-8 = k-2

We now solve this system of three equations for the two unknowns, λ\lambda and kk. Substitute equation (1) into equation (2): 62(4k+5)=3k+76-2(4k+5) = 3k+7 68k10=3k+76-8k-10 = 3k+7 48k=3k+7-4-8k = 3k+7 11k=11k=1-11k = 11 \Rightarrow k = -1

Now, substitute k=1k=-1 back into equation (1) to find λ\lambda: λ=4(1)+5=4+5=1\lambda = 4(-1)+5 = -4+5 = 1

To confirm consistency, we substitute λ=1\lambda=1 and k=1k=-1 into the third equation (3): 5(1)8=(1)25(1)-8 = (-1)-2 58=35-8 = -3 3=3-3 = -3 The values are consistent, confirming that the lines intersect at a unique point A.

Now, substitute λ=1\lambda=1 into the parametric equations for Line 1 (or k=1k=-1 into Line 2) to find the coordinates of A: xA=1x_A = 1 yA=62(1)=4y_A = 6-2(1) = 4 zA=5(1)8=3z_A = 5(1)-8 = -3 Thus, the coordinates of point A are (1,4,3)(1, 4, -3).

Step 3: Find the Coordinates of Point B

Point B is the intersection of Line 1 and Line 3. We equate the coordinates P1(λ)P_1(\lambda) and P3(μ)P_3(\mu):

  1. xx-coordinate: λ=6μ3\lambda = 6\mu-3
  2. yy-coordinate: 62λ=33μ6-2\lambda = 3-3\mu
  3. zz-coordinate: 5λ8=μ+65\lambda-8 = \mu+6

Substitute equation (1) into equation (2): 62(6μ3)=33μ6-2(6\mu-3) = 3-3\mu 612μ+6=33μ6-12\mu+6 = 3-3\mu 1212μ=33μ12-12\mu = 3-3\mu 9=9μμ=19 = 9\mu \Rightarrow \mu = 1

Now, substitute μ=1\mu=1 back into equation (1) to find λ\lambda: λ=6(1)3=3\lambda = 6(1)-3 = 3

To confirm consistency, we substitute λ=3\lambda=3 and μ=1\mu=1 into the third equation (3): 5(3)8=(1)+65(3)-8 = (1)+6 158=715-8 = 7 7=77 = 7 The values are consistent, confirming the intersection at point B.

Now, substitute λ=3\lambda=3 into the parametric equations for Line 1 (or μ=1\mu=1 into Line 3) to find the coordinates of B: xB=3x_B = 3 yB=62(3)=0y_B = 6-2(3) = 0 zB=5(3)8=7z_B = 5(3)-8 = 7 Thus, the coordinates of point B are (3,0,7)(3, 0, 7).

Step 4: Find the Midpoint of Line Segment AB

Let M be the midpoint of the line segment AB. Using the midpoint formula with A(1,4,3)(1, 4, -3) and B(3,0,7)(3, 0, 7): M=(xA+xB2,yA+yB2,zA+zB2)M = \left(\frac{x_A+x_B}{2}, \frac{y_A+y_B}{2}, \frac{z_A+z_B}{2}\right) M=(1+32,4+02,3+72)M = \left(\frac{1+3}{2}, \frac{4+0}{2}, \frac{-3+7}{2}\right) M=(42,42,42)M = \left(\frac{4}{2}, \frac{4}{2}, \frac{4}{2}\right) M=(2,2,2)M = (2, 2, 2)

Step 5: Calculate the Distance of Midpoint M from the Plane

The given plane equation is 2x2y+z=142x-2y+z=14. To use the distance formula, we must write it in the standard form Ax+By+Cz+D=0Ax+By+Cz+D'=0: 2x2y+z14=02x-2y+z-14=0. Here, the coefficients are A=2,B=2,C=1A=2, B=-2, C=1, and the constant term is D=14D'=-14. The midpoint M is (x0,y0,z0)=(2,2,2)(x_0, y_0, z_0) = (2, 2, 2).

Using the distance formula: D=Ax0+By0+Cz0+DA2+B2+C2D = \frac{|Ax_0+By_0+Cz_0+D'|}{\sqrt{A^2+B^2+C^2}} D=2(2)+(2)(2)+1(2)+(14)(2)2+(2)2+(1)2D = \frac{|2(2) + (-2)(2) + 1(2) + (-14)|}{\sqrt{(2)^2 + (-2)^2 + (1)^2}} D=44+2144+4+1D = \frac{|4 - 4 + 2 - 14|}{\sqrt{4 + 4 + 1}} D=129D = \frac{|-12|}{\sqrt{9}} D=123D = \frac{12}{3} D=4D = 4


Common Mistakes & Tips

  • Standard Form Conversion: Always ensure line equations like cyb\frac{c-y}{b} are correctly converted to ycb\frac{y-c}{-b} to avoid sign errors in direction ratios.
  • Parameter Verification: When finding line intersections, after solving for two parameters using two equations, always substitute them into the third equation to verify consistency. If they don't satisfy the third equation, the lines are skew and do not intersect.
  • Plane Equation Form: For the distance formula, ensure the plane equation is in the form Ax+By+Cz+D=0Ax+By+Cz+D'=0. If it's Ax+By+Cz=DAx+By+Cz=D'', rewrite it as Ax+By+CzD=0Ax+By+Cz-D''=0.
  • Absolute Value: Do not forget the absolute value in the numerator of the distance formula, as distance is always non-negative.

Summary

This problem required a systematic application of 3D geometry concepts. We first converted all line equations into their parametric forms to easily represent general points. Next, we found the intersection points A and B by equating coordinates of the relevant lines and solving the resulting systems of linear equations, ensuring to verify consistency. After obtaining A and B, we calculated their midpoint M using the midpoint formula. Finally, we used the formula for the distance of a point from a plane to find the distance of M from the given plane, arriving at a distance of 4 units.

The final answer is 4\boxed{4} which corresponds to option (C).

Practice More 3D Geometry Questions

View All Questions