SOLUTION: find the center and radius of the circle passes through (2,3), (6,1) and (4,-3).

Algebra ->  Customizable Word Problem Solvers  -> Geometry -> SOLUTION: find the center and radius of the circle passes through (2,3), (6,1) and (4,-3).      Log On

Ad: Over 600 Algebra Word Problems at edhelper.com


   



Question 771838: find the center and radius of the circle passes through (2,3), (6,1) and (4,-3).
Found 2 solutions by josgarithmetic, lwsshak3:
Answer by josgarithmetic(39618) About Me  (Show Source):
You can put this solution on YOUR website!
%28x-h%29%5E2%2B%28y-k%29%5E2=r%5E2 fundamental standard form for circle

x%5E2-2hx%2Bh%5E2%2By%5E2-2ky%2Bk%5E2=r%5E2
-2hx-2ky%2Bk%5E2%2Bh%5E2-r%5E2=-x%5E2-y%5E2
k%5E2%2Bh%5E2-r%5E2-2hx-2ky=-%28x%5E2%2By%5E2%29
%28k%5E2%2Bh%5E2-r%5E2%29-2hx-2ky=-%28x%5E2%2By%5E2%29____________and use this form with your given points to obtain a system of three equations, and then solve the system; but this way may be messy. Your constants are the unknowns and they are in the form of complicated variable expressions.

Easier would be to take the typical general form for a conic section as x%5E2%2By%5E2%2Bdx%2Bey%2Bf=0
dx%2Bey%2Bf=-%28x%5E2%2By%5E2%29_________THIS is the form to start with, forming one equation each for each given point. Your unknowns will be the unknown coefficients d, e, f.

Solve THAT system, substitution, or elimination, or through matrix operations, or Cramer's Rule. Once that is done, you would write the resulting general form equation, Complete the Square to turn into standard form equation; and then directly read the center and radius.

Answer by lwsshak3(11628) About Me  (Show Source):
You can put this solution on YOUR website!
find the center and radius of the circle passes through (2,3), (6,1) and (4,-3).
***
%28x-h%29%5E2%2B%28y-k%29%5E2=r%5E2
solve for h, k, and r^2 with following system of 3 equations:
..
(2,3) (2-h)^2+(3-k)^2=r^2
(6,1) (6-h)^2+(1-k)^2)=r^2
(4,-3) (4-h)^2+(-3-k)^2)=r^2
..
(2-h)^2+(3-k)^2=r^2
(6-h)^2+(1-k)^2=r^2
expand:
4-4h+h^2+9-6k+k^2=r^2
36-12h+h^2+1-2k+k^2=r^2
subtract:
-32+8h+8-4k=0
-24+8h-4k=0
-6+2h-k=0
..
(6-h)^2+(1-k^2)=r^2
(4-h)^2+(-3-k)^2=r^2
expand:
36-12h+h^2+1-2k+k^2=r^2
16-8h+h^2+9+6k+k^2=r^2
subtract:
20-4h-8-8k=0
12-4h-8k=0
3-h-2k=0
..
-6+2h-k=0
3-h-2k=0
..
-12+4h-2k=0
3-h-2k=0
subtract
-15+5h=0
5h=15
h=3
k=-6+2h=0
(2-h)^2+(3-k)^2=r^2
(2-3)^2+(3)^2=r^2
r^2=1+9=10
Equation of given circle:
%28x-3%29%5E2%2By%5E2=10
center: (3,0)
radius: √10