I would like to find an equation that I can put into excel to calculate the coordinates for the center of the circle.
Given
$P_1\equiv (a=33855.05, b=21129.55)$
$P_2\equiv (c=33745.04, d=21221.69)$
$\text{Radius}= 590$
I know that the center lies on the perpendicular bisector between the two points, but don't know how to calculate it. What I have so far:
I calculated the Midpoint ($M$) of the chord
$M \equiv(e, f) \equiv\left(\frac{a+c}{2}, \frac{b+d}{2}\right) \equiv (e=338855.05, f= 21175.62)$
I also know the slope $m = \frac{b-d}{c-a} = 0.838$
So how do I find the coordinates of center? I am aware that there will be two possible answers.
