How do you find the center and radius for x^2 + y^2 - 6x - 4y - 12 = 0x2+y26x4y12=0?

2 Answers
Nov 1, 2016

Use the quadratic 'Complete the Square' method

Explanation:

#x^2 - 6x +y^2 - 4y = 12

Then take 1/2 of the 'b' term for both quadratic expressions, square those values and add them to both sides.

#x^2 -6x + 9 + y^2 - 4y + 4 = 12 + 9 + 4

(x - 3)^2 + (y -2)^2 = 25

Circle centered at (3,2) with radius = 5

Nov 1, 2016

Center: (3,2)color(white)("XXXXX")(3,2)XXXXXRadius: 55
color(white)("XXX")XXX(see below for method)

Explanation:

An equation in the form:
color(white)("XXX")(x-color(red)a)^2+(y-color(blue)b)^2=color(magenta)r^2XXX(xa)2+(yb)2=r2
is the standard form for the equation of a circle with center (color(red)a,color(blue)b)(a,b) and radius color(magenta)rr.

Lets try to convert the given equation:
color(white)("XXX")x^2+y^2-6x-4y-12=0XXXx2+y26x4y12=0
into the standard form for the equation of a circle.

Group the xx and yy terms separately and "move" the constant to the right side of the equation:
color(white)("XXX")x^2-6xcolor(white)(+3^2)+y^2-4ycolor(white)(+2^2)=12XXXx26x+32+y24y+22=12

Complete the square for each of xx and yy
color(white)("XXX")x^2-6xcolor(magenta)(+3^2)+y^2-4ycolor(orange)(+2^2)=12color(magenta)(+3^2)color(orange)(+2^2)XXXx26x+32+y24y+22=12+32+22

Write the left side as the sum of two squared binomials
and simplify the result on the right side
color(white)("XXX")(x-3)^2+(y-2)^2=25XXX(x3)2+(y2)2=25

Express the right side as a square.
color(white)("XXX")(x-color(red)3)^2+(y-color(blue)2)^2=color(green)5^2XXX(x3)2+(y2)2=52
...the equation for a circle with center (color(red)3,color(blue)2)(3,2) and radius color(green)55