SOLUTION: Find the equation of a circle with (2,5) and (3,4) as end points of the diameter.

Algebra ->  Circles -> SOLUTION: Find the equation of a circle with (2,5) and (3,4) as end points of the diameter.      Log On


   



Question 736398: Find the equation of a circle with (2,5) and (3,4) as end points of the diameter.
Answer by lwsshak3(11628) About Me  (Show Source):
You can put this solution on YOUR website!
Find the equation of a circle with (2,5) and (3,4) as end points of the diameter.
***
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 midpoint formula to find coordinates of center:
midpoint=(x1+x2)/2, (y1+y2)/2=(3+2)/2,(4+5)/2=(5/2,9/2)=(2.5,4.5)
center:(2.5,4.5)
use distance formula to find diameter:
d=√[(x1-x2)^2+(y1-y2)^2]=√[(3-2)^2+(4-5)^2]=√(1+1)=√2
radius=d/2=√2/2
r^2=2/4=1/2
Equation of given circle: %28x-2.5%29%5E2%2B%28y-4.5%29%5E2=.5