Find the intersection between the circle of centre C(0;1) and radius 3 and the circle of centre D(1;0) and radius 2.
Solution
The two circles are
γ1:x2+y2−2y−8=0,γ2:x2+y2−2x−3=0.
Subtracting term by term cancels x2+y2 and gives the radical axis (the line through the two common points):
−2y−8−(−2x−3)=0⟹2x−2y−5=0⟹x=y+25.
Substituting into γ2:
8y2+12y−7=0⟹y=4−3±23,23≈4.80.
So y1≈0.45, y2≈−1.95 and x=y+25 gives x1≈2.95, x2≈0.55.
P1≈(2.95;0.45),P2≈(0.55;−1.95)