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

Question

The square of the distance of the point of intersection of the line x12=y23=z+16{{x - 1} \over 2} = {{y - 2} \over 3} = {{z + 1} \over 6} and the plane 2xy+z=62x - y + z = 6 from the point (-1, -1, 2) is __________.

Answer: 1

Solution

Key Concepts and Formulas

  1. Parametric Form of a Line: A line passing through (x1,y1,z1)(x_1, y_1, z_1) with direction ratios (a,b,c)(a, b, c) can be expressed as: xx1a=yy1b=zz1c=λ\frac{x - x_1}{a} = \frac{y - y_1}{b} = \frac{z - z_1}{c} = \lambda Any point on this line can be represented parametrically as (x1+aλ,y1+bλ,z1+cλ)(x_1 + a\lambda, y_1 + b\lambda, z_1 + c\lambda), where λ\lambda is a scalar parameter.

  2. Equation of a Plane: A linear equation of the form Ax+By+Cz=DAx + By + Cz = D represents a plane in three-dimensional space.

  3. Distance Formula in 3D: The square of the distance d2d^2 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: d2=(x2x1)2+(y2y1)2+(z2z1)2d^2 = (x_2 - x_1)^2 + (y_2 - y_1)^2 + (z_2 - z_1)^2

Step-by-Step Solution

This problem requires us to find the point of intersection of a given line and a plane, and then calculate the square of the distance from this intersection point to another specified point.

Step 1: Express the Line in Parametric Form The given equation of the line is in symmetric form: x12=y23=z+16\frac{x - 1}{2} = \frac{y - 2}{3} = \frac{z + 1}{6} To find any point on this line, we set this expression equal to a parameter λ\lambda. This allows us to represent the coordinates of any point on the line in terms of a single variable λ\lambda. x12=λ    x=2λ+1\frac{x - 1}{2} = \lambda \implies x = 2\lambda + 1 y23=λ    y=3λ+2\frac{y - 2}{3} = \lambda \implies y = 3\lambda + 2 z+16=λ    z=6λ1\frac{z + 1}{6} = \lambda \implies z = 6\lambda - 1 Thus, any point on the line can be represented as P(2λ+1,3λ+2,6λ1)P(2\lambda + 1, 3\lambda + 2, 6\lambda - 1).

Step 2: Find the Point of Intersection of the Line and the Plane The equation of the plane is given as: 2xy+z=62x - y + z = 6 For a point to be the intersection of the line and the plane, it must satisfy both equations. We substitute the parametric coordinates of a general point on the line (from Step 1) into the plane's equation. This will give us a linear equation in λ\lambda, which we can solve to find the specific value of λ\lambda corresponding to the intersection point. Substitute x=2λ+1x = 2\lambda + 1, y=3λ+2y = 3\lambda + 2, and z=6λ1z = 6\lambda - 1 into the plane equation: 2(2λ+1)(3λ+2)+(6λ1)=62(2\lambda + 1) - (3\lambda + 2) + (6\lambda - 1) = 6 Now, we simplify and solve for λ\lambda: 4λ+23λ2+6λ1=64\lambda + 2 - 3\lambda - 2 + 6\lambda - 1 = 6 Combine the λ\lambda terms and the constant terms: (4λ3λ+6λ)+(221)=6(4\lambda - 3\lambda + 6\lambda) + (2 - 2 - 1) = 6 7λ1=67\lambda - 1 = 6 7λ=77\lambda = 7 λ=1\lambda = 1 Now that we have the value of λ\lambda, we substitute it back into the parametric equations of the line to find the exact coordinates of the point of intersection, PIP_I. For λ=1\lambda = 1: x=2(1)+1=3x = 2(1) + 1 = 3 y=3(1)+2=5y = 3(1) + 2 = 5 z=6(1)1=5z = 6(1) - 1 = 5 So, the point of intersection of the line and the plane is PI(3,5,5)P_I(3, 5, 5).

Step 3: Calculate the Square of the Distance We need to find the square of the distance between the intersection point PI(3,5,5)P_I(3, 5, 5) and the given point PG(1,1,2)P_G(-1, -1, 2). Using the distance formula for the square of the distance d2d^2: d2=(x2x1)2+(y2y1)2+(z2z1)2d^2 = (x_2 - x_1)^2 + (y_2 - y_1)^2 + (z_2 - z_1)^2 Let (x1,y1,z1)=(3,5,5)(x_1, y_1, z_1) = (3, 5, 5) and (x2,y2,z2)=(1,1,2)(x_2, y_2, z_2) = (-1, -1, 2). d2=((1)3)2+((1)5)2+(25)2d^2 = ((-1) - 3)^2 + ((-1) - 5)^2 + (2 - 5)^2 d2=(4)2+(6)2+(3)2d^2 = (-4)^2 + (-6)^2 + (-3)^2 d2=16+36+9d^2 = 16 + 36 + 9 d2=61d^2 = 61 The square of the distance is 61.

Common Mistakes & Tips

  • Parametric Form: Always convert the line equation to its parametric form. This is the most reliable method for finding points on a line and for intersection problems.
  • Algebraic Accuracy: Pay close attention to signs and arithmetic during the substitution and simplification steps. A small calculation error can lead to an incorrect value of λ\lambda and consequently an incorrect intersection point.
  • Read the Question Carefully: Note that the question asks for the square of the distance, not the distance itself. This means the final step does not require taking a square root.

Summary

This problem is a classic example of finding the intersection of a line and a plane in 3D geometry and then calculating the distance to another point. The process involves converting the line to its parametric form, substituting these parametric equations into the plane equation to find the parameter λ\lambda, and then using λ\lambda to determine the exact coordinates of the intersection point. Finally, the 3D distance formula is applied to find the square of the distance between the intersection point and the given point. Following these steps systematically ensures an accurate solution.

The final answer is 61\boxed{61}.

Practice More 3D Geometry Questions

View All Questions