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

Question

The direction ratios of normal to the plane 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 are :

Options

Solution

Key Concepts and Formulas

  1. Equation of a Plane: The equation of a plane passing through a point (x1,y1,z1)(x_1, y_1, z_1) and having a normal vector with direction ratios (a,b,c)(a, b, c) is given by: a(xx1)+b(yy1)+c(zz1)=0a(x - x_1) + b(y - y_1) + c(z - z_1) = 0 The coefficients (a,b,c)(a, b, c) represent the direction ratios of any vector perpendicular (normal) to the plane.
  2. Condition for a Point on a Plane: If a plane passes through a point, the coordinates of that point must satisfy the plane's equation.
  3. Angle Between Two Planes: If θ\theta is the acute angle between two planes with normal vectors n1=(a1,b1,c1)\vec{n_1} = (a_1, b_1, c_1) and n2=(a2,b2,c2)\vec{n_2} = (a_2, b_2, c_2), then: cosθ=n1n2n1n2=a1a2+b1b2+c1c2a12+b12+c12a22+b22+c22\cos \theta = \frac{|\vec{n_1} \cdot \vec{n_2}|}{||\vec{n_1}|| \cdot ||\vec{n_2}||} = \frac{|a_1 a_2 + b_1 b_2 + c_1 c_2|}{\sqrt{a_1^2 + b_1^2 + c_1^2} \sqrt{a_2^2 + b_2^2 + c_2^2}} The absolute value ensures that θ\theta is the acute angle. For a plane Ax+By+Cz+D=0Ax + By + Cz + D = 0, its normal vector has direction ratios (A,B,C)(A, B, C).

Step-by-Step Solution

Step 1: Formulate the Equation of the Required Plane Let the direction ratios of the normal vector to the required plane be (a,b,c)(a, b, c). The plane passes through the point (0,1,0)(0, -1, 0). Why this step? We use the point-normal form of the plane equation. By using one of the given points, we introduce the unknown direction ratios (a,b,c)(a, b, c) and establish a general equation for the plane.

Using the point-normal form with (x1,y1,z1)=(0,1,0)(x_1, y_1, z_1) = (0, -1, 0): a(x0)+b(y(1))+c(z0)=0a(x - 0) + b(y - (-1)) + c(z - 0) = 0 ax+b(y+1)+cz=0(Equation 1)ax + b(y + 1) + cz = 0 \quad \text{(Equation 1)}

Step 2: Incorporate the Second Given Point The required plane also passes through the point (0,0,1)(0, 0, 1). Why this step? Since the second point lies on the plane, its coordinates must satisfy the plane's equation. Substituting these coordinates into Equation 1 will give us a linear relationship between a,b,ca, b, c.

Substitute (x,y,z)=(0,0,1)(x, y, z) = (0, 0, 1) into Equation 1: a(0)+b(0+1)+c(1)=0a(0) + b(0 + 1) + c(1) = 0 b+c=0b + c = 0 c=b(Equation 2)c = -b \quad \text{(Equation 2)}

Step 3: Apply the Angle Condition The required plane makes an angle of θ=π4\theta = \frac{\pi}{4} with the plane yz+5=0y - z + 5 = 0. Why this step? The angle between two planes is determined by the angle between their respective normal vectors. This condition allows us to establish a second relationship between a,b,ca, b, c using the given angle.

The normal vector to our required plane is n1=(a,b,c)\vec{n_1} = (a, b, c). The normal vector to the given plane yz+5=0y - z + 5 = 0 is n2=(0,1,1)\vec{n_2} = (0, 1, -1).

We are given θ=π4\theta = \frac{\pi}{4}, so cosθ=cosπ4=12\cos \theta = \cos \frac{\pi}{4} = \frac{1}{\sqrt{2}}.

Now, we calculate the dot product and magnitudes of the normal vectors:

  • Dot product: n1n2=(a)(0)+(b)(1)+(c)(1)=bc\vec{n_1} \cdot \vec{n_2} = (a)(0) + (b)(1) + (c)(-1) = b - c
  • Magnitude of n1\vec{n_1}: n1=a2+b2+c2||\vec{n_1}|| = \sqrt{a^2 + b^2 + c^2}
  • Magnitude of n2\vec{n_2}: n2=02+12+(1)2=0+1+1=2||\vec{n_2}|| = \sqrt{0^2 + 1^2 + (-1)^2} = \sqrt{0 + 1 + 1} = \sqrt{2}

Substitute these into the angle formula: 12=bca2+b2+c22\frac{1}{\sqrt{2}} = \frac{|b - c|}{\sqrt{a^2 + b^2 + c^2} \cdot \sqrt{2}} Multiply both sides by 2\sqrt{2}: 1=bca2+b2+c21 = \frac{|b - c|}{\sqrt{a^2 + b^2 + c^2}} Rearrange and square both sides to eliminate the square root and absolute value: a2+b2+c2=bc\sqrt{a^2 + b^2 + c^2} = |b - c| a2+b2+c2=(bc)2a^2 + b^2 + c^2 = (b - c)^2 a2+b2+c2=b22bc+c2a^2 + b^2 + c^2 = b^2 - 2bc + c^2 a2=2bc(Equation 3)a^2 = -2bc \quad \text{(Equation 3)}

Step 4: Solve for the Direction Ratios We now have a system of two equations relating a,b,ca, b, c:

  1. c=bc = -b (from Equation 2)
  2. a2=2bca^2 = -2bc (from Equation 3)

Why this step? By solving this system, we can find the proportional relationships between a,b,ca, b, c, which represent the direction ratios of the normal vector.

Substitute Equation 2 (c=bc = -b) into Equation 3: a2=2b(b)a^2 = -2b(-b) a2=2b2a^2 = 2b^2 Taking the square root of both sides gives: a=±2ba = \pm \sqrt{2} b

So, we have the relationships: a=±2ba = \pm \sqrt{2} b and c=bc = -b. The direction ratios (a,b,c)(a, b, c) are therefore proportional to (±2b,b,b)(\pm \sqrt{2}b, b, -b). Since direction ratios are proportional, we can choose a convenient non-zero value for bb. Let's choose b=1b = 1. Then c=1c = -1. And a=±2(1)=±2a = \pm \sqrt{2}(1) = \pm \sqrt{2}.

This gives two possible sets of direction ratios:

  1. (2,1,1)(\sqrt{2}, 1, -1)
  2. (2,1,1)(-\sqrt{2}, 1, -1)

If we choose b=1b = -1: Then c=(1)=1c = -(-1) = 1. And a=±2(1)=2a = \pm \sqrt{2}(-1) = \mp \sqrt{2}. This gives (2,1,1)(-\sqrt{2}, -1, 1) or (2,1,1)(\sqrt{2}, -1, 1).

All these sets of direction ratios are proportional to (2,1,1)(\sqrt{2}, 1, -1). Comparing these with the given options, option (C) is (2,1,1)(\sqrt{2}, 1, -1), which is one of the derived possibilities.

Common Mistakes & Tips

  • Absolute Value in Angle Formula: Always use the absolute value in the numerator of the angle between planes formula (n1n2|\vec{n_1} \cdot \vec{n_2}|) to ensure you calculate the acute angle, as is standard unless specified otherwise.
  • Proportionality of Direction Ratios: Remember that direction ratios are proportional. If (a,b,c)(a, b, c) are direction ratios, then (ka,kb,kc)(ka, kb, kc) for any non-zero scalar kk are also valid direction ratios. This means your derived ratios might be a multiple of an option, but the ratios themselves must match.
  • Algebraic Simplification: Be careful when squaring both sides of an equation to remove square roots and absolute values. For example, X=Y\sqrt{X} = |Y| simplifies to X=Y2X = Y^2.

Summary

This problem required us to find the direction ratios of the normal to a plane given two points it passes through and the angle it makes with another plane. We first used the two points to establish a relationship between the direction ratios (a,b,c)(a,b,c). Then, we used the angle between planes formula to establish a second relationship. Solving the system of these two equations (c=bc = -b and a2=2bca^2 = -2bc) yielded a=±2ba = \pm \sqrt{2}b. By choosing a convenient value for bb (e.g., b=1b=1), we found the direction ratios to be proportional to (2,1,1)(\sqrt{2}, 1, -1).

The final answer is (C)\boxed{\text{(C)}}.

Practice More 3D Geometry Questions

View All Questions