How do you find the center and radius of the following circle x^2 + 6x +y^2 -2y +6=0x2+6x+y22y+6=0?

1 Answer
Jun 23, 2016

Complete the square twice to find that the center is (-3,1)(3,1) and the radius is 22.

Explanation:

The standard equation for a circle is:
(x-h)^2+(y-k)^2=r^2(xh)2+(yk)2=r2
Where (h,k)(h,k) is the center and rr is the radius.

We want to get x^2+6x+y^2-2y+6=0x2+6x+y22y+6=0 into that format so we can identity the center and radius. To do so, we need to complete the square on the xx and yy terms separately. Starting with xx:
(x^2+6x)+y^2-2y+6=0(x2+6x)+y22y+6=0
(x^2+6x+9)+y^2-2y+6=9(x2+6x+9)+y22y+6=9
(x+3)^2+y^2-2y+6=9(x+3)2+y22y+6=9

Now we can go ahead and subtract 66 from both sides:
(x+3)^2+y^2-2y=3(x+3)2+y22y=3

We are left to complete the square on the yy terms:
(x+3)^2+(y^2-2y)=3(x+3)2+(y22y)=3
(x+3)^2+(y^2-2y+1)=3+1(x+3)2+(y22y+1)=3+1
(x+3)^2+(y-1)^2=4(x+3)2+(y1)2=4

The equation of this circle is therefore (x+3)^2+(y-1)^2=4(x+3)2+(y1)2=4. Note this can be rewritten as (x-(-3))^2+(y-(1))^2=4(x(3))2+(y(1))2=4, so the center (h,k)(h,k) is (-3,1)(3,1). The radius is found by taking the square root of the number on the right side of the equation (which, in this case, is 44). Doing so yields a radius of 22.