How do you write an equation of an ellipse in standard form given Vertices: (-9,18), (-9,2), Foci (-9,14), (-9,2)?

1 Answer
Jan 28, 2017

The foci are (h,ka2b2)and(h,k+a2b2) for an ellipse with a vertical major axis. The vertices are (h,ka)and(h,k+a)
The equation is (yk)2a2+(xh)2b2=1 [1]

Explanation:

Use the given vertices to write 3 equations:

h=9 [2]
ka=2 [3]
k+a=18 [4]

To find the value of k, add equations [3] and [4]:

2k=20

k=10

To find the value of a, substitute 10 for k into equation [4]:

10+a=18

a=8

Use a=8,k=10 and the y coordinate of one of the foci to write an equation where b is the only unknown:

14=10+82b2

4=82b2

16=82b2

48=b2

b=43

Substitute, h=9,k=10,a=8,andb=43 into equation [1]:

(y10)282+(x9)2(43)2=1 the answer.