Analyzing the Setup
Welcome, fellow problem solvers. Today, we are going to dissect a problem that looks like a nightmare of algebra but is actually a beautiful dance of geometry.
When you see complex numbers, your first instinct might be to write z=x+iy and start grinding through equations. While that works, the JEE Advanced examiners love to hide geometric elegance behind algebraic masks. Let us peel back the layers.
Phase 1
The Circle S1
We begin with S1={z1∈C:∣z1−3∣=21}. This is the bread and butter of complex geometry.
The equation ∣z−z0∣=r represents a circle centered at z0 with radius r. Here, our center is C(3,0) and our radius is r=21.
Imagine this circle sitting on the real axis, centered at 3, extending from 2.5 to 3.5. It is a simple, well-behaved object.
Phase 2
Taming the Beast S2
The set S2 is defined by ∣z2−∣z2+1∣∣=∣z2+∣z2−1∣∣. At first glance, this looks terrifying.
Take a deep breath. We have a powerful tool: squaring. Since both sides are moduli, they are non-negative, and squaring preserves the equality without introducing extraneous solutions.
We use the identity ∣a±b∣2=∣a∣2+∣b∣2±2Re(abˉ). Let a=z2 and b=∣z2+1∣. Since b is a real number, its conjugate is itself. Expanding both sides, we get:
∣z2∣2+∣z2+1∣2−2∣z2+1∣Re(z2)=∣z2∣2+∣z2−1∣2+2∣z2−1∣Re(z2)
The ∣z2∣2 terms cancel out beautifully, leaving us with:
∣z2+1∣2−∣z2−1∣2=2Re(z2)(∣z2+1∣+∣z2−1∣)
Phase 3
The Geometric Revelation
Let z2=x+iy, so Re(z2)=x. The left side simplifies to ((x+1)2+y2)−((x−1)2+y2)=4x.
Our equation becomes 4x=2x(∣z2+1∣+∣z2−1∣). Rearranging this, we get:
2x(2−(∣z2+1∣+∣z2−1∣))=0
This gives us two distinct, elegant cases:
1. Case 1: x=0. This is the entire imaginary axis! Any point on the y-axis satisfies the original equation.
2. Case 2: ∣z2+1∣+∣z2−1∣=2. This is the definition of an ellipse where the sum of distances to the foci (−1,0) and (1,0) equals the distance between the foci. This forces z2 to lie on the line segment connecting −1 and 1.
Final Calculation
We now have our two sets: a circle S1 and a set S2 consisting of the y-axis and the segment [−1,1]. We want the minimum distance between S1 and S2.
The distance from the center C(3,0) to the y-axis is 3. The distance from C(3,0) to the segment [−1,1] is the distance to the point (1,0), which is 2.
Since 2<3, the minimum distance from the center to the set S2 is 2. Finally, to find the minimum distance between the circle and the set, we subtract the radius of the circle from this distance:
And there you have it. What started as a daunting algebraic expression revealed itself to be a simple geometric problem. Trust the process, visualize the geometry, and the math will always guide you home.