Can you work out the equation of an ellipse in polar co-ordinates?

--[reporting2] Doing 'do snippet' - should be imbed--

This needs A-level skills.

It is easy enough to produce an ellipse in cartesian co-ordinates, by squashing a circle in the y direction.

Instead of x2/r2 + y2/r2 = 1
which is the normal equation of a circle, choose different values for the "radius" in each direction, to get

x2/a2 + y2/b2 = 1

But how do you know this is an ellipse? And where is the focus in this formulation?

The ellipse is fundamental in astronomy, where it is the shape of the orbit of a gravitationally bound object. Two objects each orbit in ellipses around the mutual centre of gravity, with the centre of gravity at one of the foci of the ellipse.

One construction for an ellipse is to put two pins into a piece of paper, which will form the foci of the ellipse, and then attach a loose piece of string to each pin. Stretching it with the pencil point, you trace the pencil point around to make the shape of the ellipse.

We can do this algebraically with the following diagram. If the length of the string is k and the distance between the pins is c (k > c) we have this arrangement: --[reporting2] Doing 'do snippet' - should be imbed--

Please download Adobe Plug-in to see SVG diagram

r and x are just the polar co-ordinates of the point C about the point O.

Using just the cosine rule, we have
(k-r)2 = r2 + c2 - 2cr cos x
k2-2kr = c2 - 2cr cos x
(k2 - c2)/2 = r(k - c cos x)

Now making the substitutions a=k/2 and e=c/k we get
r = a (1 - e2)/(1 - e cos x)

This is the polar equation of an ellipse from one focus, where a is the semi-major axis (half of the longest diameter) and e the eccentricity.