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

Question

If the plane 2ax3ay+4az+6=02ax-3ay+4az+6=0 passes through the midpoint of the line joining the centres of the spheres x2+y2+z2+6x8y2z=13{x^2} + {y^2} + {z^2} + 6x - 8y - 2z = 13 and x2+y2+z210x+4y2z=8{x^2} + {y^2} + {z^2} - 10x + 4y - 2z = 8 then a equals :

Options

Solution

Key Concepts and Formulas

This problem requires the application of three fundamental concepts in 3D coordinate geometry:

  1. Equation of a Sphere and its Center: The general equation of a sphere is given by x2+y2+z2+2ux+2vy+2wz+d=0{x^2} + {y^2} + {z^2} + 2ux + 2vy + 2wz + d = 0. The coordinates of its center, CC, are found by taking half of the coefficients of x,y,zx, y, z respectively and negating them: C=(u,v,w)C = (-u, -v, -w).
  2. Midpoint Formula: For any two points P1(x1,y1,z1)P_1(x_1, y_1, z_1) and P2(x2,y2,z2)P_2(x_2, y_2, z_2) in 3D space, the coordinates of the midpoint MM of the line segment joining them are given by the average of their respective coordinates: M=(x1+x22,y1+y22,z1+z22)M = \left( \frac{x_1+x_2}{2}, \frac{y_1+y_2}{2}, \frac{z_1+z_2}{2} \right).
  3. Condition for a Point to Lie on a Plane: If a plane defined by the equation Ax+By+Cz+D=0Ax + By + Cz + D = 0 passes through a point P(x0,y0,z0)P(x_0, y_0, z_0), then the coordinates of that point must satisfy the plane's equation. That is, substituting x0,y0,z0x_0, y_0, z_0 into the equation must result in a true statement: Ax0+By0+Cz0+D=0Ax_0 + By_0 + Cz_0 + D = 0.

Step-by-Step Solution

Step 1: Determine the Centers of the Given Spheres

The problem involves the "midpoint of the line joining the centres of the spheres," so our initial step is to find the coordinates of these centers from their given equations.

  • Sphere 1: x2+y2+z2+6x8y2z=13{x^2} + {y^2} + {z^2} + 6x - 8y - 2z = 13 To find the center, we compare this equation with the general form x2+y2+z2+2ux+2vy+2wz+d=0{x^2} + {y^2} + {z^2} + 2ux + 2vy + 2wz + d = 0. By comparing the coefficients of x,y,zx, y, z: 2u=6    u=32u = 6 \implies u = 3 2v=8    v=42v = -8 \implies v = -4 2w=2    w=12w = -2 \implies w = -1 Therefore, the center of the first sphere, C1C_1, is (u,v,w)=(3,(4),(1))=(3,4,1)(-u, -v, -w) = (-3, -(-4), -(-1)) = (-3, 4, 1).

  • Sphere 2: x2+y2+z210x+4y2z=8{x^2} + {y^2} + {z^2} - 10x + 4y - 2z = 8 Similarly, comparing with the general form of a sphere: 2u=10    u=52u = -10 \implies u = -5 2v=4    v=22v = 4 \implies v = 2 2w=2    w=12w = -2 \implies w = -1 Therefore, the center of the second sphere, C2C_2, is (u,v,w)=((5),(2),(1))=(5,2,1)(-u, -v, -w) = (-(-5), -(2), -(-1)) = (5, -2, 1).

Step 2: Calculate the Midpoint of the Line Segment Joining the Centers

The problem states that the given plane passes through the midpoint of the line segment connecting C1C_1 and C2C_2. We will use the midpoint formula with the coordinates of C1=(3,4,1)C_1 = (-3, 4, 1) and C2=(5,2,1)C_2 = (5, -2, 1).

Let C1=(x1,y1,z1)C_1 = (x_1, y_1, z_1) and C2=(x2,y2,z2)C_2 = (x_2, y_2, z_2). The midpoint M=(xM,yM,zM)M = (x_M, y_M, z_M) is calculated as: xM=x1+x22=3+52=22=1x_M = \frac{x_1+x_2}{2} = \frac{-3+5}{2} = \frac{2}{2} = 1 yM=y1+y22=4+(2)2=22=1y_M = \frac{y_1+y_2}{2} = \frac{4+(-2)}{2} = \frac{2}{2} = 1 zM=z1+z22=1+12=22=1z_M = \frac{z_1+z_2}{2} = \frac{1+1}{2} = \frac{2}{2} = 1 So, the midpoint of the line joining the centers is M=(1,1,1)M = (1, 1, 1).

Step 3: Substitute the Midpoint Coordinates into the Plane Equation

We are given the equation of the plane as 2ax3ay+4az+6=02ax - 3ay + 4az + 6 = 0. Since the plane passes through the midpoint M(1,1,1)M(1, 1, 1), the coordinates of MM must satisfy the plane's equation. This allows us to form an equation in terms of the unknown 'a'.

Substitute x=1x=1, y=1y=1, and z=1z=1 into the plane equation: 2a(1)3a(1)+4a(1)+6=02a(1) - 3a(1) + 4a(1) + 6 = 0 2a3a+4a+6=02a - 3a + 4a + 6 = 0

Step 4: Solve for 'a'

Now, we simplify the algebraic equation from Step 3 to find the value of 'a'. Combine the terms involving 'a': (23+4)a+6=0(2 - 3 + 4)a + 6 = 0 (3)a+6=0(3)a + 6 = 0 Subtract 6 from both sides: 3a=63a = -6 Divide by 3: a=63a = \frac{-6}{3} a=2a = -2

Thus, the value of 'a' is -2.


Common Mistakes & Tips

  • Sign Errors in Center Coordinates: A frequent mistake is forgetting to negate u,v,wu, v, w when determining the center of the sphere. Always remember that the center is (u,v,w)(-u, -v, -w).
  • Incorrect Coefficient Matching: Ensure you correctly identify 2u,2v,2w2u, 2v, 2w from the sphere equation. For instance, if a term is just xx, then 2u=12u=1, so u=1/2u=1/2.
  • Arithmetic Precision: Be careful with additions, subtractions, and divisions, especially with negative numbers, during the midpoint calculation.
  • Substitution Accuracy: Double-check that you substitute the correct x,y,zx, y, z values into the corresponding variables in the plane equation.

Summary

This problem is a straightforward application of fundamental 3D geometry concepts. The solution involved three main steps: first, extracting the centers of the two given spheres from their standard equations; second, calculating the midpoint of the line segment connecting these two centers using the midpoint formula; and finally, utilizing the condition that this midpoint lies on the given plane by substituting its coordinates into the plane's equation to solve for the unknown parameter 'a'. By systematically applying these principles, we found the value of 'a' to be -2.

The final answer is -2\boxed{\text{-2}}, which corresponds to option (C).

Practice More 3D Geometry Questions

View All Questions