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

Question

Let the image of the point P(2,1,3)P(2,-1,3) in the plane x+2yz=0x+2 y-z=0 be QQ. Then the distance of the plane 3x+2y+z+29=03 x+2 y+z+29=0 from the point QQ is :

Options

Solution

  1. Key Concepts and Formulas

    This problem requires us to perform two main operations in 3D geometry:

    • Finding the Image of a Point in a Plane: The image of a point P(x1,y1,z1)P(x_1, y_1, z_1) in a plane Ax+By+Cz+D=0Ax+By+Cz+D=0 is another point Q(x,y,z)Q(x', y', z') such that the plane acts as the perpendicular bisector of the line segment PQPQ. The coordinates of QQ can be found using the direct formula: xx1A=yy1B=zz1C=2Ax1+By1+Cz1+DA2+B2+C2\frac{x'-x_1}{A} = \frac{y'-y_1}{B} = \frac{z'-z_1}{C} = -2 \frac{Ax_1+By_1+Cz_1+D}{A^2+B^2+C^2} This formula is derived by considering the line passing through PP and perpendicular to the plane. The foot of the perpendicular, say MM, lies on the plane and is the midpoint of PQPQ. The factor of 2-2 ensures that we find the coordinates of QQ, which is twice the distance from PP to MM along the perpendicular line.

    • Finding the Perpendicular Distance of a Point from a Plane: The perpendicular distance dd of a point Q(x0,y0,z0)Q(x_0, y_0, z_0) from a plane Ax+By+Cz+D=0Ax+By+Cz+D=0 is given by the formula: d=Ax0+By0+Cz0+DA2+B2+C2d = \frac{|Ax_0+By_0+Cz_0+D|}{\sqrt{A^2+B^2+C^2}} This formula directly calculates the shortest distance from the given point to the plane. The numerator evaluates the plane equation at the point's coordinates (its absolute value indicates how far the point is from satisfying the plane equation), and the denominator normalizes it by the magnitude of the normal vector of the plane.

  2. Step-by-Step Solution

    Step 1: Find the coordinates of the image point Q.

    We need to find the image Q(x,y,z)Q(x', y', z') of the point P(2,1,3)P(2,-1,3) in the plane x+2y+z=0x+2y+z=0.

    • Identify the given point and plane parameters:

      • Point P(x1,y1,z1)=(2,1,3)P(x_1, y_1, z_1) = (2, -1, 3)
      • Plane equation: x+2y+z=0x+2y+z=0. Comparing this with Ax+By+Cz+D=0Ax+By+Cz+D=0, we have A=1,B=2,C=1,D=0A=1, B=2, C=1, D=0.
    • Apply the image formula: Substitute these values into the formula for finding the image of a point in a plane: xx1A=yy1B=zz1C=2Ax1+By1+Cz1+DA2+B2+C2\frac{x'-x_1}{A} = \frac{y'-y_1}{B} = \frac{z'-z_1}{C} = -2 \frac{Ax_1+By_1+Cz_1+D}{A^2+B^2+C^2} x21=y(1)2=z31=2(1)(2)+(2)(1)+(1)(3)+012+22+12\frac{x'-2}{1} = \frac{y'-(-1)}{2} = \frac{z'-3}{1} = -2 \frac{(1)(2) + (2)(-1) + (1)(3) + 0}{1^2+2^2+1^2}

    • Calculate the constant value (right-hand side): First, evaluate the numerator of the fraction: (1)(2)+(2)(1)+(1)(3)+0=22+3=3(1)(2) + (2)(-1) + (1)(3) + 0 = 2 - 2 + 3 = 3. Next, evaluate the denominator: 12+22+12=1+4+1=61^2+2^2+1^2 = 1+4+1 = 6. So, the constant value is: 236=2(12)=1-2 \frac{3}{6} = -2 \left(\frac{1}{2}\right) = -1 Let this constant be λ=1\lambda = -1.

    • Solve for the coordinates of Q(x,y,zx', y', z'): Now, equate each part of the formula to λ=1\lambda = -1:

      1. x21=1    x2=1    x=1\frac{x'-2}{1} = -1 \implies x'-2 = -1 \implies x' = 1
      2. y+12=1    y+1=2    y=3\frac{y'+1}{2} = -1 \implies y'+1 = -2 \implies y' = -3
      3. z31=1    z3=1    z=2\frac{z'-3}{1} = -1 \implies z'-3 = -1 \implies z' = 2
    • Coordinates of Q: The image point QQ is (1,3,2)(1, -3, 2).

    Step 2: Find the distance of point Q from the second plane.

    Now we need to find the perpendicular distance of the point Q(1,3,2)Q(1,-3,2) from the plane 3x+2y+z+29=03x+2y+z+29=0.

    • Identify the point and the second plane parameters:

      • Point Q(x0,y0,z0)=(1,3,2)Q(x_0, y_0, z_0) = (1, -3, 2)
      • Plane equation: 3x+2y+z+29=03x+2y+z+29=0. Comparing this with Ax+By+Cz+D=0Ax+By+Cz+D=0, we have A=3,B=2,C=1,D=29A=3, B=2, C=1, D=29.
    • Apply the distance formula: Substitute these values into 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=(3)(1)+(2)(3)+(1)(2)+2932+22+12d = \frac{|(3)(1) + (2)(-3) + (1)(2) + 29|}{\sqrt{3^2+2^2+1^2}}

    • Calculate the numerator and denominator:

      • Numerator: Calculate the value inside the absolute sign: 36+2+29=3+2+29=1+29=283 - 6 + 2 + 29 = -3 + 2 + 29 = -1 + 29 = 28. So, the numerator is 28=28|28| = 28.
      • Denominator: Calculate the square root of the sum of squares of coefficients: 9+4+1=14\sqrt{9 + 4 + 1} = \sqrt{14}.
    • Calculate the distance: d=2814d = \frac{28}{\sqrt{14}} To rationalize the denominator, multiply both the numerator and denominator by 14\sqrt{14}: d=281414=214d = \frac{28 \sqrt{14}}{14} = 2\sqrt{14}

  3. Common Mistakes & Tips

    • Sign Errors: Be extremely careful with negative signs, especially when substituting coordinates or coefficients into the formulas. A common mistake is forgetting the negative sign in front of CC if the plane equation has z-z.
    • Image vs. Foot of Perpendicular: Remember the factor of 2-2 in the image formula. If you use 1-1 instead, you'll find the foot of the perpendicular, not the image.
    • Absolute Value: Always include the absolute value in the numerator for distance calculations, as distance must be non-negative.
    • Rationalizing Denominators: Simplify expressions by rationalizing the denominator. This often helps in matching the final answer with the given options.
  4. Summary

    We began by identifying the given point P(2,1,3)P(2,-1,3) and the first plane x+2y+z=0x+2y+z=0. Using the formula for the image of a point in a plane, we calculated the coordinates of the image point QQ as (1,3,2)(1,-3,2). Subsequently, we used the distance formula to find the perpendicular distance of this point QQ from the second plane 3x+2y+z+29=03x+2y+z+29=0. The calculated distance was 2142\sqrt{14}.

  5. Final Answer

    The distance of the plane 3x+2y+z+29=03x+2y+z+29=0 from the point QQ is 2142\sqrt{14}, which corresponds to option (A).

    The final answer is \boxed{\text{2\sqrt{14}}}.

Practice More 3D Geometry Questions

View All Questions