Analyzing the Setup
We are given two circles,
C1 and
C2. The first circle is defined by the equation:
x2+y2−2(x+y)+1=0
Expanding this, we obtain:
x2+y2−2x−2y+1=0
Comparing this to the general form x2+y2+2gx+2fy+c=0, we identify the center of C1 as (1,1).
Defining the Second Circle
The second circle,
C2, has a center at
(−1,0) and a radius of
2. Using the standard form
(x−h)2+(y−k)2=r2, we write:
(x+1)2+y2=22
Expanding and simplifying this expression:
x2+2x+1+y2=4
x2+y2+2x−3=0
The Elegance of the Common Chord
To find the common chord, we utilize the radical axis by subtracting the two circle equations,
S1−S2=0. This eliminates the quadratic terms and yields a linear equation:
(x2+y2−2x−2y+1)−(x2+y2+2x−3)=0
Simplifying the terms, we get:
−4x−2y+4=0
Dividing the entire equation by
−2, we arrive at the equation of the common chord:
2x+y−2=0
Finding Point P and the Final Distance
The common chord intersects the
y-axis at point
P. Since any point on the
y-axis has an
x-coordinate of
0, we substitute
x=0 into the line equation:
2(0)+y−2=0⇒y=2
Thus, the coordinates of point P are (0,2). We now calculate the square of the distance between P(0,2) and the center of C1, which is (1,1).
Using the distance formula
d2=(x2−x1)2+(y2−y1)2:
d2=(1−0)2+(1−2)2
d2=12+(−1)2
d2=1+1=2
Conclusion
The square of the distance between point P and the center of C1 is 2. By leveraging the radical axis, we bypassed the need to calculate complex intersection points, demonstrating the power of coordinate geometry in solving JEE-level problems efficiently.