Conics, ellipses and hyperbolas
I've got the circles and parabolas but I am having trouble with these... any guidance would be greatly appreciated.
Ellipse: x^2 + 4y^2 + 6x + 16y + 21 = 0
(x^2 + 6x +9) + 4y^2+16y) = -21 +9
(x+3)^2 + 4(y^2 + 4y+4) = -12 + 16
(x+3)^2 + 4(y+2)^2=4
divide both sides by 4
(x+3)^2 / 2^2 + (y+2)^2 / 1^2= 1
Center (-3,-2)
What next? Is the above correct?
Hyperbola: 4y^2-9x^2+8y-54x-81=0
(4y^2+8y ) - (9x^2-54x ) = 81
4(y^2+2y+1) - 9(x^2-6x+9) = 81+4-81
4(y+1)^2 - 9(x-3)^2=4
divide both sides by 4
(y+1)^2 / 1^2 - 9(x-3)^2 / 2^2 = 1
here I wasn't sure what to do with the 9