SOLUTION: how do I find the equation of the circle that satisfy this conditions?: endpoints of diameter are P(-1,1) and Q(5,9)

Algebra ->  Circles -> SOLUTION: how do I find the equation of the circle that satisfy this conditions?: endpoints of diameter are P(-1,1) and Q(5,9)      Log On


   



Question 769061: how do I find the equation of the circle that satisfy this conditions?:
endpoints of diameter are P(-1,1) and Q(5,9)

Answer by lwsshak3(11628) About Me  (Show Source):
You can put this solution on YOUR website!
how do I find the equation of the circle that satisfy this conditions?:
endpoints of diameter are P(-1,1) and Q(5,9)
***
Standard form of equation for a circle:%28x-h%29%5E2%2B%28y-k%29%5E2=r%5E2, (h,k)=(x,y) coordinates of center, r=radius
Use distance formula to find radius: diameter=√(x1-x2)^2+(y1-y2)^2)=√((5+1)^2+(9-1)^2)=√36+64
=√100=10
radius=10/2=5
coordinates of center=midpoint of given points: (-1,1) and (5,9)
midpoint=(x1+x2)/2,(y1+y2)/2=(-1+5)/2),(9+1)/2)=(2,5)
center: (2,5)
Equation of given circle:
%28x-2%29%5E2%2B%28y-5%29%5E2=25