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

Question

Let the points on the plane P be equidistant from the points (-4, 2, 1) and (2, -2, 3). Then the acute angle between the plane P and the plane 2x + y + 3z = 1 is :

Options

Solution

Key Concepts and Formulas

This problem requires the application of two fundamental concepts from 3D Geometry:

  1. Equation of a Plane Equidistant from Two Points: A plane whose points are equidistant from two given points A(x1,y1,z1)A(x_1, y_1, z_1) and B(x2,y2,z2)B(x_2, y_2, z_2) is the perpendicular bisector plane of the line segment ABAB. Its equation can be determined by setting the squared distance from a generic point P(x,y,z)P(x, y, z) on the plane to AA equal to its squared distance to BB, i.e., PA2=PB2PA^2 = PB^2. The distance formula in 3D between two points (xa,ya,za)(x_a, y_a, z_a) and (xb,yb,zb)(x_b, y_b, z_b) is (xbxa)2+(ybya)2+(zbza)2\sqrt{(x_b-x_a)^2 + (y_b-y_a)^2 + (z_b-z_a)^2}.
  2. Angle Between Two Planes: The acute angle θ\theta between two planes A1x+B1y+C1z+D1=0A_1x + B_1y + C_1z + D_1 = 0 and A2x+B2y+C2z+D2=0A_2x + B_2y + C_2z + D_2 = 0 is found using their 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). The formula is: cosθ=n1n2n1n2\cos \theta = \left| \frac{\vec{n_1} \cdot \vec{n_2}}{|\vec{n_1}| |\vec{n_2}|} \right| Here, n1n2\vec{n_1} \cdot \vec{n_2} represents the dot product of the normal vectors, and n|\vec{n}| denotes the magnitude of a vector. The absolute value ensures that the calculated angle θ\theta is acute.

Step-by-Step Solution

Step 1: Determine the Equation of Plane P

  • Understanding the geometric property: Plane P is defined as the locus of all points (x,y,z)(x, y, z) that are equidistant from the given points A(4,2,1)A(-4, 2, 1) and B(2,2,3)B(2, -2, 3). This means plane P is the perpendicular bisector of the line segment ABAB.
  • Setting up the distance equality: Let P(x,y,z)P(x, y, z) be any point on plane P. By definition, PA=PBPA = PB. To simplify calculations and remove square roots, we equate the squared distances: PA2=PB2PA^2 = PB^2
  • Applying the squared distance formula: (x(4))2+(y2)2+(z1)2=(x2)2+(y(2))2+(z3)2(x - (-4))^2 + (y - 2)^2 + (z - 1)^2 = (x - 2)^2 + (y - (-2))^2 + (z - 3)^2 (x+4)2+(y2)2+(z1)2=(x2)2+(y+2)2+(z3)2(x + 4)^2 + (y - 2)^2 + (z - 1)^2 = (x - 2)^2 + (y + 2)^2 + (z - 3)^2
  • Expanding the binomials: (x2+8x+16)+(y24y+4)+(z22z+1)=(x24x+4)+(y2+4y+4)+(z26z+9)(x^2 + 8x + 16) + (y^2 - 4y + 4) + (z^2 - 2z + 1) = (x^2 - 4x + 4) + (y^2 + 4y + 4) + (z^2 - 6z + 9)
  • Simplifying the equation: Notice that the x2,y2,z2x^2, y^2, z^2 terms cancel out from both sides. 8x4y2z+21=4x+4y6z+178x - 4y - 2z + 21 = -4x + 4y - 6z + 17
  • Rearranging terms to the standard plane equation form (Ax+By+Cz+D=0Ax + By + Cz + D = 0): (8x+4x)+(4y4y)+(2z+6z)+(2117)=0(8x + 4x) + (-4y - 4y) + (-2z + 6z) + (21 - 17) = 0 12x8y+4z+4=012x - 8y + 4z + 4 = 0
  • Simplifying by dividing by the common factor 4: 3x2y+z+1=03x - 2y + z + 1 = 0 This is the equation of plane P.
  • Identifying the normal vector of Plane P: From the equation 3x2y+z+1=03x - 2y + z + 1 = 0, the normal vector to plane P is n1=(3,2,1)\vec{n_1} = (3, -2, 1).

Step 2: Identify the Normal Vector of the Second Plane

  • Given equation: The second plane is given by the equation 2x+y+3z=12x + y + 3z = 1.
  • Identifying the normal vector: From this equation, the normal vector to the second plane is n2=(2,1,3)\vec{n_2} = (2, 1, 3).

Step 3: Calculate the Acute Angle Between the Two Planes

  • Apply the formula for the angle between planes: The acute angle θ\theta between plane P (with normal n1\vec{n_1}) and the second plane (with normal n2\vec{n_2}) is given by: cosθ=n1n2n1n2\cos \theta = \left| \frac{\vec{n_1} \cdot \vec{n_2}}{|\vec{n_1}| |\vec{n_2}|} \right|
  • Calculate the dot product n1n2\vec{n_1} \cdot \vec{n_2}: n1n2=(3)(2)+(2)(1)+(1)(3)=62+3=7\vec{n_1} \cdot \vec{n_2} = (3)(2) + (-2)(1) + (1)(3) = 6 - 2 + 3 = 7
  • Calculate the magnitude of n1\vec{n_1}: n1=32+(2)2+12=9+4+1=14|\vec{n_1}| = \sqrt{3^2 + (-2)^2 + 1^2} = \sqrt{9 + 4 + 1} = \sqrt{14}
  • Calculate the magnitude of n2\vec{n_2}: n2=22+12+32=4+1+9=14|\vec{n_2}| = \sqrt{2^2 + 1^2 + 3^2} = \sqrt{4 + 1 + 9} = \sqrt{14}
  • Substitute these values into the cosine formula: cosθ=71414\cos \theta = \left| \frac{7}{\sqrt{14} \cdot \sqrt{14}} \right| cosθ=714\cos \theta = \left| \frac{7}{14} \right| cosθ=12\cos \theta = \frac{1}{2}
  • Determine the angle θ\theta: We need to find the angle whose cosine is 1/21/2. θ=arccos(12)\theta = \arccos\left(\frac{1}{2}\right) θ=π3\theta = \frac{\pi}{3}

Common Mistakes & Tips

  • Alternative Method for Plane Equation: Instead of using the distance formula, one can find the midpoint MM of the segment ABAB and the vector AB\vec{AB}. The plane P passes through MM and its normal vector is parallel to AB\vec{AB}.
    • Midpoint M=(4+22,222,1+32)=(1,0,2)M = \left(\frac{-4+2}{2}, \frac{2-2}{2}, \frac{1+3}{2}\right) = (-1, 0, 2).
    • Vector AB=(2(4),22,31)=(6,4,2)\vec{AB} = (2 - (-4), -2 - 2, 3 - 1) = (6, -4, 2).
    • The equation of the plane is A(xxM)+B(yyM)+C(zzM)=0A(x-x_M) + B(y-y_M) + C(z-z_M) = 0, where (A,B,C)(A, B, C) is the normal vector (6,4,2)(6, -4, 2).
    • 6(x(1))4(y0)+2(z2)=06(x - (-1)) - 4(y - 0) + 2(z - 2) = 0
    • 6(x+1)4y+2z4=06(x + 1) - 4y + 2z - 4 = 0
    • 6x+64y+2z4=06x + 6 - 4y + 2z - 4 = 0
    • 6x4y+2z+2=06x - 4y + 2z + 2 = 0. Dividing by 2 gives 3x2y+z+1=03x - 2y + z + 1 = 0, which matches our result and is often a quicker method.
  • Algebraic Precision: Be meticulous with signs and calculations when expanding squared terms and simplifying the plane equation. A small error can propagate and lead to an incorrect normal vector.
  • Acute Angle Requirement: Always remember to use the absolute value in the cosθ\cos \theta formula for the angle between planes to ensure you find the acute angle. If the absolute value is omitted, the result could be an obtuse angle.

Summary

This problem involved two key steps: first, determining the equation of a plane that is the perpendicular bisector of a line segment connecting two given points, and second, calculating the acute angle between this newly found plane and another given plane. We found the equation of plane P by equating squared distances, yielding 3x2y+z+1=03x - 2y + z + 1 = 0. Then, we identified its normal vector n1=(3,2,1)\vec{n_1} = (3, -2, 1) and the normal vector of the second plane n2=(2,1,3)\vec{n_2} = (2, 1, 3). Finally, using the dot product formula for the angle between planes, we calculated cosθ=1/2\cos \theta = 1/2, which corresponds to an acute angle of π3\frac{\pi}{3}.

The final answer is π3\boxed{\frac{\pi}{3}}, which corresponds to option (C).

Practice More 3D Geometry Questions

View All Questions