How do you find the equation of the circle with center at (3, 2) and through the point (5, 4)?

1 Answer
Jun 18, 2016

The equation is x^2+y^2-6x-4y+5=0x2+y26x4y+5=0.

Explanation:

The generic equation of a circle with center (c_x, c_y)(cx,cy) and radius rr is:

(x-c_x)^2+(y-c_y)=r^2(xcx)2+(ycy)=r2

in our case

(x-3)^2+(y-2)^2=r^2(x3)2+(y2)2=r2

What is missing here is the radius, but we can find it substituting the point (5,4)(5,4)

(5-3)^2+(4-2)^2=r^2(53)2+(42)2=r2

2^2+2^2=r^222+22=r2

4+4=r^24+4=r2

r=sqrt(8)r=8

The final equation is

(x-3)^2+(y-2)^2=8(x3)2+(y2)2=8 or, expanding the squares,

x^2+y^2-6x-4y+5=0x2+y26x4y+5=0.