
Kendra F. answered 02/23/17
Tutor
4.7
(23)
Patient & Knowledgeable Math & Science Tutor
Standard Equation for a circle:
(x -h)2 + (y-k)2 = r2
where (h,k) = center
and r= radius
x2+6x+y2+8y+9=0
Start by grouping like terms, add a (b/2)2 term to both sides of equal sign to complete the square
(x2 + 6x + (6/2)2 ) + (y2 + 8y + (8/2)2 ) + 9 = (6/2)2 + (8/2)2
move constants (the 9) to the other side of the equal sign by +/- them.
(x2 + 6x + 9) + (y2 + 8y + 16) = 9 + 16 - 9
(x + 3)2 + (y + 4)2 = 16
Compare this to standard circle equation:
(x - h)2 + (y - k)2 = r2
(x - (-3))2 + (y -(-4))2 = (4)2