How do you find the equation of an ellipse with foci #(+-5,0)# and major axis of length 12?

1 Answer
Dec 22, 2016

Please see the explanation.

Explanation:

Because the x coordinate of the foci is the coordinate that is changing, we know that the major axis of the ellipse is parallel to the x axis. Therefore, the standard Cartesian form of the equation of the ellipse is:

#(x - h)^2/a^2 + (y -k)^2/b^2 = 1" [1]"#

where #(h,k)# is the center, "a" is half of the length of the major axis and "b" is half of the length of the minor axis.

We are given that the major axis is length 12, therefore, we substitute 6 for "a" into equation [1]:

#(x - h)^2/6^2 + (y -k)^2/b^2 = 1" [2]"#

The foci for this type of ellipse are located at:

#(h - sqrt(a^2 - b^2), k) and (h + sqrt(a^2 - b^2), k)#

Using the foci, #(-5, 0) and (5, 0)#, and #a = 6# we can write 3 equations that will help is to find the values of #h, k, and b#:

#h - sqrt(6^2 - b^2) = -5" [3]"#
#h + sqrt(6^2 - b^2) = 5" [4]"#
#k = 0" [5]"#

Add equations [3] and [4]:

#2h = 0#

#h = 0#

Subtract equation [3] from equation [4]:

#2sqrt(6^2 - b^2) = 10#

#sqrt(6^2 - b^2) = 5#

#6^2 - b^2 = 25#

#-b^2 = 25 - 6^2#

#-b^2 = - 11#

#b = sqrt(11)#

Substitute these values into equation [2]:

#(x - 0)^2/6^2 + (y -0)^2/(sqrt(11))^2 = 1" [6]"#