Analyzing the Setup
Welcome, fellow traveler on the path to JEE Advanced. Today, we are not just solving a problem; we are witnessing a beautiful convergence of two distinct worlds: the rigid, structured world of Coordinate Geometry and the fluid, dynamic world of Calculus.
We are tasked with finding the equation of a circle, but the center of this circle is not given to us directly. It is hidden behind a limit, a moving target that we must pin down.
The Dynamic Intersection
Imagine you are standing on a coordinate plane. You have two lines, 3x+5y=1 and (2+c)x+5c2y=1. As the parameter c changes, the second line shifts and rotates, causing the intersection point (xc,yc) to dance across the plane.
To find this intersection, we treat c as a constant for a moment. We have a system of two linear equations. From the first equation, we isolate 5y:
Now, look at the second equation: (2+c)x+c2(5y)=1. By substituting our expression for 5y, we eliminate y entirely:
Expand this carefully to get (2+c)x+c2−3c2x=1. Grouping the x terms gives us x(2+c−3c2)=1−c2. Solving for xc, we arrive at:
The Limit of Precision
Now, we enter the realm of Calculus. We need the limit as c→1. If you plug c=1 directly into the expression above, you get 0/0, which indicates a hidden factor of (1−c) in both the numerator and the denominator.
Let us factorize:
1−c2=(1−c)(1+c)
2+c−3c2=(1−c)(2+3c)
When we divide these, the (1−c) terms cancel out, leaving us with a clean, well-behaved function:
Applying the limit c→1 is now trivial. We get h=2+3(1)1+1=52.
By substituting this back into our relation 5yc=1−3xc, we find yc=51−3(52)=5−1/5=−251. Our center C is at (52,−251).
The Final Assembly
We have the center. We know the circle passes through P(2,0). The radius squared, r2, is the squared distance between C and P:
r2=(58)2+(251)2=2564+6251=6251600+1=6251601
Finally, we write the equation of the circle in standard form: (x−h)2+(y−k)2=r2. Substituting our values:
(x−52)2+(y+251)2=6251601
Expanding this and multiplying by 625 to clear the denominators, we arrive at the final result:
This is the equation of our circle. It matches Option 4 perfectly. This is the essence of JEE Advanced mathematics—connecting disparate concepts to reveal a single, elegant truth.