SOLUTION: Hello, could you help me with this problem: Points A (2,3), B (- 2, 5), and C(4,-1) all lie on circle O with center (h,k). Find the equation of circle O.

Algebra ->  Points-lines-and-rays -> SOLUTION: Hello, could you help me with this problem: Points A (2,3), B (- 2, 5), and C(4,-1) all lie on circle O with center (h,k). Find the equation of circle O.      Log On


   



Question 1022551: Hello, could you help me with this problem: Points A (2,3), B (- 2, 5), and C(4,-1) all lie on circle O with center (h,k). Find the equation of circle O.
Answer by josgarithmetic(39620) About Me  (Show Source):
You can put this solution on YOUR website!
The three points A, B, C, also form three chords of the circle. The perpendicular bisectors will intersect in the center of the circle. The distance from the center to any of point A, B, or C will be the size of the center, r. Use the Distance Formula.

Find those and you can fill in the standard form circle's equation %28x-h%29%5E2%2B%28y-k%29%5E2=r%5E2.


---

Some of the work toward the solution:


Perpendicular Bisector Line to A and B
m=-%282%2B2%29%2F%283-5%29=-4%2F%28-2%29=2;
Through midpoint system%28x=0%2Cy=%283%2B5%29%2F2=8%2F2=4%29 or the point (0,4);
y=2x%2B4.



Perpendicular Bisector Line to B and C
m=-%28-2-4%29%2F%285%2B1%29=-%28-6%29%2F6=1;
Through midpoint system%28x=%28-2%2B4%29%2F2=1%2Cy=%285-1%29%2F2=4%2F2=2%29 or the point (1,2);
y-2=1%2A%28x-1%29
y=x-1%2B2
y=x%2B1



Center point (h,k) is the intersection or solution of the system system%28y=2x%2B4%2Cy=x%2B1%29.
-
MORE----------------------
-
2x%2B4=x%2B1
x%2B4=1
x=1-4
x=-3
-
y=x%2B1
y=-3%2B1
y=-2
-
Center of circle (h,k) is (-3,-2).