Analyzing the Setup
Welcome, fellow explorer of mathematics. Today, we are not just solving a problem; we are reconstructing a geometric object from the clues it leaves behind.
We are given a circle that touches the y-axis at (0,2) and passes through the point (−1,0). This is a classic JEE Advanced scenario where the beauty lies in translating geometric constraints into algebraic elegance.
Imagine a circle resting gently against the y-axis at the height of y=2. Because the tangent is vertical, the radius drawn to this point must be perfectly horizontal.
This implies that the center of our circle must lie on the horizontal line y=2. If we denote the center as C(h,2), we have already locked in the y-coordinate.
The radius is the perpendicular distance from the center to the y-axis. Since the center is at a horizontal distance of h from the y-axis, the radius r must be equal to ∣h∣.
This gives us the relationship:
r2=h2
Constructing the Algebraic Bridge
With our center C(h,2) and radius r2=h2 defined, we can now construct the standard equation of the circle using the form (x−h)2+(y−k)2=r2.
Substituting our known values, we obtain:
(x−h)2+(y−2)2=h2
We now use our second clue: the circle passes through the point A(−1,0). If this point lies on the circle, it must satisfy our equation.
Substituting
x=−1 and
y=0 into the equation:
(−1−h)2+(0−2)2=h2
Expanding the terms, we note that (−1−h)2=(1+h)2=1+2h+h2. The second term, (0−2)2, is simply 4.
Thus, our equation becomes:
1+2h+h2+4=h2
The Elegance of Cancellation
Observe the equation 1+2h+h2+4=h2. The h2 terms appear on both sides and cancel out completely.
This leaves us with a simple linear equation:
2h+5=0⇒h=−25
We have found our center:
C(−25,2). Substituting this back into our circle equation, we get:
(x+25)2+(y−2)2=(−25)2
Squaring the right side gives
425. Expanding into the general form:
x2+5x+425+y2−4y+4=425
The
425 terms cancel out, leaving us with the elegant final equation:
x2+y2+5x−4y+4=0
The Final Verification
To verify if a point lies on this circle, we test the point
(−4,0) by substituting
x=−4 and
y=0 into our final equation:
(−4)2+(0)2+5(−4)−4(0)+4
Calculating this, we get:
16+0−20−0+4=0
The equation is satisfied. We have successfully navigated the geometry, the algebra, and the verification to confirm the circle's properties.