How do you write an equation of an ellipse given endpoints of major axis at (-11,5) and (7,5) and endpoints of the minor axis at (-2,9) and (-2,1)?

1 Answer
Dec 12, 2016

Please see the explanation for steps leading to the equation.

Explanation:

The endpoints, (-11, 5) and (7,5)(11,5)and(7,5), of the major axis (where the x coordinate changes) have a general form of:

(h - a, k) and (h + a, k)(ha,k)and(h+a,k)

This allows us to write the following equations:

"[1] "[1] k = 5k=5
"[2] "[2] h - a = -11ha=11
"[3] "[3] h + a = 7h+a=7

The endpoints, (-2, 1) and (-2,9)(2,1)and(2,9), of the minor axis (where the y coordinate changes) have a general form of:

(h, k - b) and (h, k + b)(h,kb)and(h,k+b)

This allows us to write the following equations:

"[4] "[4] h = -2h=2
"[5] "[5] k - b = 1kb=1
"[6] "[6] k + b = 9k+b=9

Subtracting equation [2] from [3] gives us:

2a = 182a=18

a = 9a=9

Subtracting equation [5] from [6] gives us:

2b = 82b=8

b = 4b=4

All that remains, is to substitute these values into the general form for an ellipse with a horizontal major axis:

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

(x - -2)^2/9^2 + (y - 5)^2/4^2 = 1(x2)292+(y5)242=1