The Geometry of Intersection
A Journey into the Radical Plane
Welcome, future engineer. Today, we are not just solving a problem; we are sculpting space. We are looking at two spheres, two perfect, three-dimensional entities floating in the void, and we are asking a profound question: What happens when they collide?
When these two spheres intersect, they create a common boundary—a circle. Our goal today is to find the plane that contains this circle. This is the concept of the Radical Plane.
Phase 1
Visualizing the Spheres
Let us define our two spheres, S1 and S2. We are given:
S1:x2+y2+z2+7x−2y−z−13=0
S2:x2+y2+z2−3x+3y+4z−8=0
Take a moment to look at these equations. Notice the symmetry. Both equations share the exact same quadratic structure: x2+y2+z2.
This is the signature of a sphere. In the world of coordinate geometry, when you see two equations of this form, you are looking at two objects that are fundamentally similar in their curvature. When they intersect, they create a perfectly flat, circular intersection that must lie on a plane.
Phase 2
The Radical Plane
Here is the secret weapon of the JEE topper: the Radical Plane. The intersection of two spheres S1=0 and S2=0 is exactly the same as the intersection of one of the spheres with the plane defined by S1−S2=0.
Why does this work? Because at every point on that intersection circle, the point satisfies both S1=0 and S2=0. Therefore, it must also satisfy S1−S2=0.
Since S1−S2 results in a linear equation, it represents a plane. It is the common ground where both spheres agree.
Phase 3
The Algebraic Execution
Now, let us perform the subtraction. Do not be intimidated by the length of the expressions; we are simply subtracting the second equation from the first:
(x2+y2+z2+7x−2y−z−13)−(x2+y2+z2−3x+3y+4z−8)=0
Watch the magic happen. The x2, y2, and z2 terms are identical in both spheres. When we subtract them, they vanish completely:
(x2−x2)+(y2−y2)+(z2−z2)=0
This is the moment of clarity. The curvature disappears, and we are left with a linear equation. Now, let us group the remaining terms with precision:
1. The x terms: 7x−(−3x)=7x+3x=10x
2. The y terms: −2y−(3y)=−5y
3. The z terms: −z−(4z)=−5z
4. The constants: −13−(−8)=−13+8=−5
Putting it all together, we get:
Phase 4
The Final Simplification
We are almost at the finish line. Look at the coefficients: 10,−5,−5,−5. They are all multiples of 5.
To make our equation elegant and clean, we divide the entire equation by 5:
Finally, we rearrange this to match the format of our options by moving the constant to the right side:
This is our Radical Plane. It is the plane that slices through the intersection of the two spheres. You have successfully navigated the geometry, performed the algebraic reduction, and arrived at the solution.