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

Question

A plane passing through the points (0, –1, 0) and (0, 0, 1) and making an angle π4{\pi \over 4} with the plane y – z + 5 = 0, also passes through the point

Options

Solution

Key Concepts and Formulas

To solve this problem, we will utilize the following fundamental concepts from 3D Geometry:

  1. Equation of a Plane: The general equation of a plane is Ax+By+Cz+D=0Ax + By + Cz + D = 0. Here, A,B,CA, B, C are the direction ratios of the normal vector to the plane.
  2. Normal Vector to a Plane: For a plane Ax+By+Cz+D=0Ax + By + Cz + D = 0, its normal vector is n=Ai^+Bj^+Ck^\vec{n} = A\hat{i} + B\hat{j} + C\hat{k}.
  3. Plane Passing Through Points: If a plane passes through a point (x0,y0,z0)(x_0, y_0, z_0), then substituting these coordinates into the plane's equation must satisfy the equation. This helps in determining the coefficients of the plane.
  4. Angle Between Two Planes: The angle θ\theta between two planes 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 is the angle between their normal vectors n1=A1i^+B1j^+C1k^\vec{n_1} = A_1\hat{i} + B_1\hat{j} + C_1\hat{k} and n2=A2i^+B2j^+C2k^\vec{n_2} = A_2\hat{i} + B_2\hat{j} + C_2\hat{k}. The formula is: cosθ=n1n2n1n2\cos \theta = \frac{|\vec{n_1} \cdot \vec{n_2}|}{||\vec{n_1}|| \cdot ||\vec{n_2}||} The absolute value ensures we find the acute angle (0θπ20 \le \theta \le \frac{\pi}{2}).

Step-by-Step Solution

Step 1: Formulating the Equation of the Required Plane

Let the general equation of the required plane be ax+by+cz+d=0ax + by + cz + d = 0. Our goal is to find the values of a,b,c,da, b, c, d.

  1. Using point (0,1,0)(0, -1, 0): The plane passes through (0,1,0)(0, -1, 0). Substituting these coordinates into the plane equation: a(0)+b(1)+c(0)+d=0a(0) + b(-1) + c(0) + d = 0 b+d=0b=d-b + d = 0 \quad \Rightarrow \quad b = d Explanation: Any point lying on the plane must satisfy its equation. This provides a relationship between the coefficients.

  2. Using point (0,0,1)(0, 0, 1): The plane also passes through (0,0,1)(0, 0, 1). Substituting these coordinates: a(0)+b(0)+c(1)+d=0a(0) + b(0) + c(1) + d = 0 c+d=0c=dc + d = 0 \quad \Rightarrow \quad c = -d Explanation: Similar to the first point, this gives us another relationship.

Now, substitute b=db = d and c=dc = -d back into the general equation ax+by+cz+d=0ax + by + cz + d = 0: ax+(d)y+(d)z+d=0ax + (d)y + (-d)z + d = 0 ax+dydz+d=0ax + dy - dz + d = 0 Explanation: By expressing bb and cc in terms of dd, we reduce the number of independent unknowns.

Important Note on dd: We must check if dd can be zero. If d=0d=0, then b=0b=0 and c=0c=0. The plane equation would simplify to ax=0ax=0. For this to represent a plane, aa must be non-zero (otherwise 0=00=0, which is not a plane). If a0a \neq 0, ax=0ax=0 implies x=0x=0, which is the YZ-plane. This plane passes through (0,1,0)(0,-1,0) and (0,0,1)(0,0,1). The normal vector for x=0x=0 is n1=(1,0,0)\vec{n_1} = (1,0,0). The given plane is yz+5=0y-z+5=0, with normal n2=(0,1,1)\vec{n_2} = (0,1,-1). The cosine of the angle between them would be cosθ=(1)(0)+(0)(1)+(0)(1)1202+12+(1)2=012=0\cos\theta = \frac{|(1)(0) + (0)(1) + (0)(-1)|}{\sqrt{1^2}\sqrt{0^2+1^2+(-1)^2}} = \frac{0}{1 \cdot \sqrt{2}} = 0. This implies θ=π2\theta = \frac{\pi}{2}. However, the problem states the angle is π4\frac{\pi}{4}. Therefore, d0d \neq 0.

Since d0d \neq 0, we can divide the entire equation ax+dydz+d=0ax + dy - dz + d = 0 by dd: adx+ddyddz+dd=0\frac{a}{d}x + \frac{d}{d}y - \frac{d}{d}z + \frac{d}{d} = 0 adx+yz+1=0\frac{a}{d}x + y - z + 1 = 0 Let k=adk = \frac{a}{d}. This substitution simplifies the equation of the required plane to: P1:kx+yz+1=0P_1: kx + y - z + 1 = 0 Explanation: Dividing by dd normalizes the equation, which is a common practice to reduce the number of independent variables without losing generality, as dd cannot be zero.

Step 2: Using the Angle Condition Between Planes

The problem states that plane P1P_1 makes an angle of θ=π4\theta = \frac{\pi}{4} with the plane P2:yz+5=0P_2: y - z + 5 = 0.

  1. Identify Normal Vectors:

    • For P1:kx+yz+1=0P_1: kx + y - z + 1 = 0, the normal vector is n1=ki^+1j^1k^\vec{n_1} = k\hat{i} + 1\hat{j} - 1\hat{k}.
    • For P2:yz+5=0P_2: y - z + 5 = 0, the normal vector is n2=0i^+1j^1k^\vec{n_2} = 0\hat{i} + 1\hat{j} - 1\hat{k}. Explanation: The coefficients of x,y,zx, y, z in the plane equation directly represent the components of its normal vector.
  2. Calculate Dot Product and Magnitudes:

    • Dot Product: n1n2=(k)(0)+(1)(1)+(1)(1)=0+1+1=2\vec{n_1} \cdot \vec{n_2} = (k)(0) + (1)(1) + (-1)(-1) = 0 + 1 + 1 = 2
    • Magnitudes: n1=k2+(1)2+(1)2=k2+1+1=k2+2||\vec{n_1}|| = \sqrt{k^2 + (1)^2 + (-1)^2} = \sqrt{k^2 + 1 + 1} = \sqrt{k^2 + 2} n2=(0)2+(1)2+(1)2=0+1+1=2||\vec{n_2}|| = \sqrt{(0)^2 + (1)^2 + (-1)^2} = \sqrt{0 + 1 + 1} = \sqrt{2}
  3. Apply Angle Formula: Given θ=π4\theta = \frac{\pi}{4}, we know cos(π4)=12\cos \left(\frac{\pi}{4}\right) = \frac{1}{\sqrt{2}}. Using the formula cosθ=n1n2n1n2\cos \theta = \frac{|\vec{n_1} \cdot \vec{n_2}|}{||\vec{n_1}|| \cdot ||\vec{n_2}||}: 12=2k2+22\frac{1}{\sqrt{2}} = \frac{|2|}{\sqrt{k^2 + 2} \cdot \sqrt{2}} Explanation: We use the absolute value of the dot product to ensure we are considering the acute angle between the planes.

  4. Solve for kk: 12=22(k2+2)\frac{1}{\sqrt{2}} = \frac{2}{\sqrt{2(k^2 + 2)}} Cancel 2\sqrt{2} from both denominators: 1=2k2+21 = \frac{2}{\sqrt{k^2 + 2}} Rearrange the equation: k2+2=2\sqrt{k^2 + 2} = 2 Square both sides: (k2+2)2=22(\sqrt{k^2 + 2})^2 = 2^2 k2+2=4k^2 + 2 = 4 k2=2k^2 = 2 k=±2k = \pm \sqrt{2} Explanation: Squaring both sides is a standard algebraic method to remove square roots. The ±\pm sign indicates two possible values for kk, meaning there are two distinct planes satisfying the given conditions.

Step 3: Determining the Equations of the Possible Planes

We have two possible values for kk, leading to two possible plane equations:

  1. If k=2k = \sqrt{2}, the equation of the plane is PA:2x+yz+1=0P_A: \sqrt{2}x + y - z + 1 = 0.
  2. If k=2k = -\sqrt{2}, the equation of the plane is PB:2x+yz+1=0P_B: -\sqrt{2}x + y - z + 1 = 0.

Step 4: Checking the Options

The question asks which of the given points the plane also passes through. We test each option by substituting its coordinates into the derived plane equations.

  • Option (A): (2,1,4)(\sqrt{2}, 1, 4)

    • Test with PA:2x+yz+1=0P_A: \sqrt{2}x + y - z + 1 = 0: Substitute x=2,y=1,z=4x=\sqrt{2}, y=1, z=4: 2(2)+(1)(4)+1=2+14+1=0\sqrt{2}(\sqrt{2}) + (1) - (4) + 1 = 2 + 1 - 4 + 1 = 0. Since 0=00 = 0, point (A) lies on plane PAP_A.
    • Test with PB:2x+yz+1=0P_B: -\sqrt{2}x + y - z + 1 = 0: Substitute x=2,y=1,z=4x=\sqrt{2}, y=1, z=4: 2(2)+(1)(4)+1=2+14+1=40-\sqrt{2}(\sqrt{2}) + (1) - (4) + 1 = -2 + 1 - 4 + 1 = -4 \neq 0. Since point (A) satisfies the equation for PAP_A, it is a point on one of the planes.
  • Option (B): (2,1,4)(-\sqrt{2}, 1, 4)

    • Test with PA:2x+yz+1=0P_A: \sqrt{2}x + y - z + 1 = 0: 2(2)+(1)(4)+1=2+14+1=40\sqrt{2}(-\sqrt{2}) + (1) - (4) + 1 = -2 + 1 - 4 + 1 = -4 \neq 0.
    • Test with PB:2x+yz+1=0P_B: -\sqrt{2}x + y - z + 1 = 0: 2(2)+(1)(4)+1=2+14+1=0-\sqrt{2}(-\sqrt{2}) + (1) - (4) + 1 = 2 + 1 - 4 + 1 = 0. Since 0=00 = 0, point (B) lies on plane PBP_B.

Since the question asks for a point the plane passes through, and Option (A) is satisfied by one of the derived planes (PAP_A), it is the correct answer. (Both (A) and (B) are valid points for the two distinct planes, but only one option can be chosen).

  • Option (C): (2,1,4)(-\sqrt{2}, -1, -4)

    • Testing with PAP_A: 2(2)+(1)(4)+1=21+4+1=20\sqrt{2}(-\sqrt{2}) + (-1) - (-4) + 1 = -2 - 1 + 4 + 1 = 2 \neq 0.
    • Testing with PBP_B: 2(2)+(1)(4)+1=21+4+1=60-\sqrt{2}(-\sqrt{2}) + (-1) - (-4) + 1 = 2 - 1 + 4 + 1 = 6 \neq 0. Point (C) does not lie on either plane.
  • Option (D): (2,1,4)(\sqrt{2}, -1, 4)

    • Testing with PAP_A: 2(2)+(1)(4)+1=214+1=20\sqrt{2}(\sqrt{2}) + (-1) - (4) + 1 = 2 - 1 - 4 + 1 = -2 \neq 0.
    • Testing with PBP_B: 2(2)+(1)(4)+1=214+1=60-\sqrt{2}(\sqrt{2}) + (-1) - (4) + 1 = -2 - 1 - 4 + 1 = -6 \neq 0. Point (D) does not lie on either plane.

Thus, Option (A) is the only point that satisfies one of the derived plane equations.


Common Mistakes & Tips

  • Normal Vector Signs: Be careful when extracting the components of the normal vector from the plane equation. For yz+5=0y-z+5=0, the normal is (0,1,1)(0, 1, -1).
  • Absolute Value in Angle Formula: Always use the absolute value of the dot product in the cosθ\cos \theta formula for the angle between planes to ensure you calculate the acute angle.
  • Considering Both Roots: When solving for a squared variable (e.g., k2=2k^2 = 2), remember that there are two possible roots (k=±2k = \pm \sqrt{2}). Both solutions represent valid planes that satisfy the initial conditions.
  • Systematic Option Checking: If multiple planes are possible, systematically check each given option against all derived plane equations.

Summary

This problem required us to first determine the general equation of a plane using two given points, simplifying it by expressing coefficients in terms of a single parameter. Then, we utilized the condition of the angle between this plane and a given second plane. By calculating the dot product and magnitudes of their normal vectors and applying the angle formula, we solved for the unknown parameter, which yielded two possible plane equations. Finally, we checked which of the given options satisfied either of these derived plane equations to find the correct point.

The final answer is (2,1,4)\boxed{\left( {\sqrt 2 ,1,4} \right)}, which corresponds to option (A).

Practice More 3D Geometry Questions

View All Questions