Ellipses

Firstly an ellipse is a squashed circle, and a circle is just a special type of ellipse. The general formula for an ellipse is:

(1)   \begin{equation*}  r = \frac{x^{2}}{a^2} + \frac{y^{2}}{b^2} \end{equation*}

Where r is the radius of the ellipse, a is the radius of the ellipse in the x-direction and b is the radius of the ellipse in the y-direction. Therefore a circle of radius 1 has a=b=1, so the formula is:

(2)   \begin{equation*}  1 = x^{2} + y^{2} \end{equation*}

Which looks like this:

Rendered by QuickLaTeX.com

An ellipse has the following measurements:

Rendered by QuickLaTeX.com

We also have two important points along the x-axis of the ellipse called the focus points or foci, they are usually labelled F_1 and F_2, the x-coordinate of the foci is found using:

(3)   \begin{equation*}  F_{1,2} = \pm ae \end{equation*}

where e is the eccentricity of the ellipse, which is a measure of how squashed the ellipse is compared to a circle. The eccentricity is calculated using:

(4)   \begin{equation*}  e = \sqrt{ 1 - \frac{b^2}{a^2}} \end{equation*}

From this we can see that the eccentricity of a circle is zero, and the most squashed ellipse will have an eccentricity of nearly 1. The range of the eccentricity of an ellipse is 0<e<1.

We now have an ellipse with the following important marks and distances:

Rendered by QuickLaTeX.com

Interestingly, the distance between b and F_1 or F_2 is also a, so:

Rendered by QuickLaTeX.com

We can use Pythagoras to help prove this. Remembering that Pythagoras states that, for a right angled triangle we have:

(5)   \begin{equation*}  \text{Hypotenuse} = \sqrt{\text{Opposite}^2 + \text{Adjacent}^2} \end{equation*}

So combining equations (4) and (3) into equation (5) and doing some algebra we get the following:

    \[ \begin{split} \text{Hypotenuse} & = \sqrt{F_1^2 + b^2} \\ & = \sqrt{(ae)^2 + b^2} \\ & = \sqrt{\left( a \sqrt{ 1 - \frac{b^2}{a^2}} \right)^2 + b^2} \\ & = \sqrt{\left( \sqrt{ a^2 - b^2} \right)^2 + b^2} \\ & = \sqrt{( a^2 - b^2 ) + b^2} \\ & = \sqrt{a^2} \\ & = a \end{split} \]

So we can see that the distance between b and F_1 is a as predicted.

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.