Ellipse

An ellipse usually looks like a squashed circle:

images/geom-ellipse.js?mode=foci

"F" is a focus, "G" is a focus,
and together they are called foci.
(pronounced "fo-sigh")

ellipse

 

The total distance from F to P to G stays the same

In other words, we always travel the same distance when going from:

You Can Draw It Yourself

Put two pins in a board, and then ...

ellipse drawing pins and string
put a loop of string around them,
ellipse drawing stretch
insert a pencil into the loop,
ellipse draw
stretch the string so it forms a triangle,
elllipse drawing pins
and draw a curve.
It is an ellipse!

 

It works because the string naturally forces the same distance from pin-to-pencil-to-other-pin.

A Circle is an Ellipse

circle draw

In fact a Circle is an Ellipse, where both foci are at the same point (the center). So to draw a circle we only need one pin!


ellipse as stretched circle
A circle is a "special case" of an ellipse. Ellipses Rule!

Definition

An ellipse is the set of all points on a plane whose distance from two fixed points F and G add up to a constant.

Major and Minor Axes

The Major Axis is the longest diameter. It goes from one side of the ellipse, through the center, to the other side, at the widest part of the ellipse. And the Minor Axis is the shortest diameter (at the narrowest part of the ellipse).

images/geom-ellipse.js?mode=axes

The Semi-major Axis is half of the Major Axis, and the Semi-minor Axis is half of the Minor Axis.

images/geom-ellipse.js?mode=semiaxes

Major Axis Equals f+g

ellipse major axis

Remember from the top how the distance "f+g" stays the same for an ellipse?

Well f+g is equal to the length of the major axis.

Can you think why? (Try moving the point P at the top.)


Calculations

Area is easy, perimeter is not!

Area

ellipse axes

The area of an ellipse is:

π × a × b

where a is the length of the Semi-major Axis, and b is the length of the Semi-minor Axis.

Be careful: a and b are from the center outwards (not all the way across).

(Note: for a circle, a and b are equal to the radius, and you get π × r × r = πr2, which is right!)

Perimeter Approximation

Rather strangely, the perimeter of an ellipse is very difficult to calculate, so I created a special page for the subject: read Perimeter of an Ellipse for more details.

But a simple approximation that is within about 5% of the true value (so long as a is not more than 3 times longer than b) is as follows:

p ≈ 2π a2+b22

Remember this is only an approximation! (That is why the "equals sign" is squiggly.)

Tangent

A tangent line just touches a curve at one point, without cutting across it. Here is a tangent to an ellipse:

images/geom-ellipse.js?mode=tangent

Here is a cool thing: the tangent line has equal angles with the two lines going to each focus! Try bringing the two focus points together (so the ellipse is a circle) ... what do you notice?

Reflection

Light or sound starting at one focus point reflects to the other focus point (because angle in matches angle out):

ellipse focus points

Have a play with a simple computer model of reflection inside an ellipse.

Eccentricity

ellipse eccentricity

The eccentricity is a measure of how "un-round" the ellipse is.

The formula (using semi-major and semi-minor axis) is:

√(a2−b2)a


conic section parabola

Section of a Cone

We also get an ellipse when we slice through a cone (but not too steep a slice, or we get a parabola or hyperbola).

In fact the ellipse is a conic section (a section of a cone) with an eccentricity between 0 and 1.

 

ellipse on xy graph

Equation

By placing an ellipse on an x-y graph (with its major axis on the x-axis and minor axis on the y-axis), the equation of the curve is:

x2a2 + y2b2 = 1

(similar to the equation of the hyperbola: x2/a2 − y2/b2 = 1, except for a "+" instead of a "−")

Or we can use parametric equations, where we have another variable "t" and we calculate x and y from it, like this:

(Just imagine "t" going from 0° to 360°, what x and y values would we get?)

 

635, 3330, 3332, 3333, 636, 3331, 7417, 7418, 7419, 7420