SOLUTION: find the center of this ellipse: 16x^2+4y^2+64x+24y+36=0

Algebra ->  Quadratic-relations-and-conic-sections -> SOLUTION: find the center of this ellipse: 16x^2+4y^2+64x+24y+36=0      Log On


   



Question 422335: find the center of this ellipse: 16x^2+4y^2+64x+24y+36=0
Found 2 solutions by stanbon, ewatrrr:
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
find the center of this ellipse:
16x^2+4y^2+64x+24y+36 = 0
-----
16(x^2+4x+4) + 4(y^2+6y+9) = -36+16*4+4*9
----
16(x+2)^2 + 4(y+3) = 24
---
Center at (-2,-3)
===========================
Cheers,
Stan H.
==============

Answer by ewatrrr(24785) About Me  (Show Source):
You can put this solution on YOUR website!

Hi
Standard Form of an Equation of an Ellipse is %28x-h%29%5E2%2Fa%5E2+%2B+%28y-k%29%5E2%2Fb%5E2+=+1+
where Pt(h,k) is the center and a and b are the respective vertices, distances from center.
Finding the center of the following ellipse:
16x^2+4y^2+64x+24y+36=0
16(x^2 + 4x) + 4(y^2+6y)+36 = 0 |completing the squares
16[(x+2)^2 -4] + 4[(y+3)^2-9] + 36 = 0
16(x+2)^2 - 64 + 4(y+3)^2 - 36 + 36 = 0
16(x+2)^2 + 4(y+3)^2 = 64
%28x%2B2%29%5E2%2F4+%2B+%28y%2B3%29%5E2%2F16+=+1
center pt(-2,-3)