A circle passes through (-1,3) and (5,11) with radius 5. How do I go about finding its center?
I tried writing the equations but it became too complicated. Is there a simple way?
I tried
$x²+y²+2gx+2fy+c= 0$
Then
$c= g²+f²-r²$ but it ended up in complicated cases
Note that the distance between the two given points is $\sqrt{(11-3)^2+(5-(-1))^2}=10$. This means that for a circle of radius $5$ to pass through them, it must have the segment between those two points as its diameter, and so its centre must be the midpoint, or $(2,7)$.