How do I find the major and minor axes of an ellipse?

1 Answer
Mar 7, 2015

Assuming that the axes have not been rotated:

In the standard form equation, look at the numbers in the denominators. They are the squares of half the lengths of the axes of the ellipse parallel to the respective variable.
If the number under the fraction involving #(x-h)^2# is larger than the number under the other fraction, then the major axis of the ellipse is parallel to the #x#-axis of the coordinate system. And vice versa.

From standard form for the equation of an ellipse:
#(x-h)^2/(a^2)+(y-k)^2/(b^2)=1#

The center of the ellipse is #(h,k)#

The major axis of the ellipse has length = the larger of #2a# or #2b# and the minor axis has length = the smaller.

If #a>b# then the major axis of the ellipse is parallel to the #x#-axis (and, the minor axis is parallel to the #y#-axis)
In this case the endpoints of the major axis are #(h-a,k)# and #(h+a,k)# and the endpoints of the minor axis are #(h,k-b)# and #(h,k+b)#

if #a < b# then the major and minor axes of the ellipse with respect to the #x# and #y#-axes are reversed (the dual)
if #a < b# the major axis is parallel to the #y#-axis (and the minor axis is parallel to the #x#-axis)
In this case the endpoint of the minor axis are #(h-a,k)# and #(h+a,k)# and the endpoints of the major axis are #(h,k-b)# and #(h,k+b)#

By the way: if #a=b#, then the "ellipse" is a circle.

Example:
#(x-3)^2/(4)+(y+2)^2/(49)=1#

Major axis: parallel to #y#-axis
Lengths: major axis length is #7#, minor has length #2#

Center: #(3,-2)#

Endpoints of axes:
(parallel to the #x#-axis) : #(1,-2)# and #(5,-2)# -- minor
(parallel to the #y#-axis) : #(10,3)# and #(-4,3)# -- major