How do I find the center of an ellipse in standard form?

1 Answer
Oct 19, 2014

An ellipse in standard form looks like

(x - h)^2/a^2 + (y - k)^2/b^2 = 1(xh)2a2+(yk)2b2=1

or

(x - h)^2/b^2 + (y - k)^2/a^2 = 1(xh)2b2+(yk)2a2=1

where a >= bab.
However, for your question, we don't need to be concerned with aa and bb

An ellipse in standard form is centered at (h, k).

For example,

(x - 1)^2/1 + (y + 2)^2/4 = 1(x1)21+(y+2)24=1 is centered at (1, -2)

x^2/16 + (y - 5)^2/9 = 1x216+(y5)29=1 is centered at (0, 5)