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

Question

Let P be the plane, which contains the line of intersection of the planes, x + y + z – 6 = 0 and 2x + 3y + z + 5 = 0 and it is perpendicular to the xy-plane. Then the distance of the point (0, 0, 256) from P is equal to :

Options

Solution

Key Concepts and Formulas

  1. Equation of a plane passing through the line of intersection of two given planes: If P1:A1x+B1y+C1z+D1=0P_1: A_1x + B_1y + C_1z + D_1 = 0 and P2:A2x+B2y+C2z+D2=0P_2: A_2x + B_2y + C_2z + D_2 = 0 are two planes, then any plane passing through their line of intersection can be represented by the equation P1+λP2=0P_1 + \lambda P_2 = 0, where λ\lambda is a scalar parameter. This represents a family of planes, and a specific value of λ\lambda determines a unique plane satisfying an additional condition.
  2. Condition for a plane to be perpendicular to a coordinate plane: A plane Ax+By+Cz+D=0Ax + By + Cz + D = 0 is perpendicular to the xy-plane (whose equation is z=0z=0, and normal vector is nxy=k^\vec{n}_{xy} = \hat{k}) if its normal vector, n=Ai^+Bj^+Ck^\vec{n} = A\hat{i} + B\hat{j} + C\hat{k}, is perpendicular to nxy\vec{n}_{xy}. This implies nnxy=0\vec{n} \cdot \vec{n}_{xy} = 0, which means C=0C = 0. Geometrically, this means the normal vector of the plane lies in the xy-plane, and thus the plane itself is perpendicular to the xy-plane.
  3. Distance of a point from a plane: The perpendicular distance 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 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}}

Step-by-Step Solution

Step 1: Formulating the General Equation of Plane P

We are given two planes: P1:x+y+z6=0P_1: x + y + z – 6 = 0 P2:2x+3y+z+5=0P_2: 2x + 3y + z + 5 = 0

Plane P contains the line of intersection of P1P_1 and P2P_2. According to the first key concept, the general equation of such a plane is given by P1+λP2=0P_1 + \lambda P_2 = 0.

Substituting the equations of P1P_1 and P2P_2: (x+y+z6)+λ(2x+3y+z+5)=0(x + y + z – 6) + \lambda (2x + 3y + z + 5) = 0

To express this in the standard form Ax+By+Cz+D=0Ax + By + Cz + D = 0, we group the terms with xx, yy, zz, and the constant terms: x(1+2λ)+y(1+3λ)+z(1+λ)+(6+5λ)=0x(1 + 2\lambda) + y(1 + 3\lambda) + z(1 + \lambda) + (-6 + 5\lambda) = 0 This is the equation of plane P in terms of the parameter λ\lambda. Its normal vector is nP=(1+2λ)i^+(1+3λ)j^+(1+λ)k^\vec{n}_P = (1+2\lambda)\hat{i} + (1+3\lambda)\hat{j} + (1+\lambda)\hat{k}.

Step 2: Applying the Perpendicularity Condition to find λ\lambda

We are given that plane P is perpendicular to the xy-plane. The normal vector of the xy-plane is nxy=k^\vec{n}_{xy} = \hat{k}.

For two planes to be perpendicular, their normal vectors must be perpendicular. This means their dot product must be zero: nPnxy=0\vec{n}_P \cdot \vec{n}_{xy} = 0 ((1+2λ)i^+(1+3λ)j^+(1+λ)k^)k^=0((1 + 2\lambda)\hat{i} + (1 + 3\lambda)\hat{j} + (1 + \lambda)\hat{k}) \cdot \hat{k} = 0 Since i^k^=0\hat{i} \cdot \hat{k} = 0, j^k^=0\hat{j} \cdot \hat{k} = 0, and k^k^=1\hat{k} \cdot \hat{k} = 1, the dot product simplifies to: (1+λ)=0(1 + \lambda) = 0 Solving for λ\lambda: λ=1\lambda = -1 Reasoning: The coefficient of zz in the plane's equation represents the z-component of its normal vector. For the plane to be perpendicular to the xy-plane, its normal vector must lie entirely within the xy-plane, meaning its z-component must be zero. Setting 1+λ=01+\lambda = 0 achieves this.

Step 3: Determining the Specific Equation of Plane P

Now that we have the value of λ=1\lambda = -1, we substitute it back into the general equation of plane P from Step 1: (x+y+z6)+(1)(2x+3y+z+5)=0(x + y + z – 6) + (-1)(2x + 3y + z + 5) = 0 x+y+z62x3yz5=0x + y + z – 6 - 2x - 3y - z - 5 = 0

Combine like terms: (12)x+(13)y+(11)z+(65)=0(1 - 2)x + (1 - 3)y + (1 - 1)z + (-6 - 5) = 0 x2y+0z11=0-x - 2y + 0z - 11 = 0 x2y11=0-x - 2y - 11 = 0

Multiplying the entire equation by -1 to make the leading coefficient positive (which is standard practice for clarity): x+2y+11=0x + 2y + 11 = 0 This is the specific equation of plane P. Note that the zz term is absent, which is consistent with the plane being perpendicular to the xy-plane.

Step 4: Calculating the Distance of the Point (0, 0, 256) from Plane P

We need to find the distance of the point (x0,y0,z0)=(0,0,256)(x_0, y_0, z_0) = (0, 0, 256) from the plane P:x+2y+0z+11=0P: x + 2y + 0z + 11 = 0. Here, the coefficients of the plane equation are A=1A=1, B=2B=2, C=0C=0, and the constant term is D=11D=11.

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=(1)(0)+(2)(0)+(0)(256)+1112+22+02D = \frac{|(1)(0) + (2)(0) + (0)(256) + 11|}{\sqrt{1^2 + 2^2 + 0^2}} D=0+0+0+111+4+0D = \frac{|0 + 0 + 0 + 11|}{\sqrt{1 + 4 + 0}} D=115D = \frac{|11|}{\sqrt{5}} D=115D = \frac{11}{\sqrt{5}}


Common Mistakes & Tips

  • Sign Errors: Be meticulous with signs when expanding and combining terms, especially when λ\lambda is negative.
  • Misinterpreting Perpendicularity: Remember that "perpendicular to the xy-plane" means the coefficient of zz in the plane's equation must be zero, not necessarily that the plane equation itself is z=0z=0.
  • Irrelevant Coordinates: In this specific case, since plane P is perpendicular to the xy-plane (meaning its equation has no zz term), the z-coordinate of the point (256) does not influence the calculated distance.
  • Absolute Value: Always include the absolute value in the numerator of the distance formula, as distance is a non-negative quantity.

Summary

This problem required us to first determine the equation of a specific plane P by using the family of planes passing through the intersection of two given planes and then applying a perpendicularity condition. We found the parameter λ=1\lambda = -1, which led to the plane equation x+2y+11=0x + 2y + 11 = 0. Finally, we used the formula for the distance from a point to a plane to calculate the distance of (0,0,256)(0, 0, 256) from this plane. The calculated distance is 115\frac{11}{\sqrt{5}}.

The final answer is 11/5\boxed{11/\sqrt{5}}, which corresponds to option (C).

Practice More 3D Geometry Questions

View All Questions