In short
The auxiliary circle of an ellipse \frac{x^2}{a^2} + \frac{y^2}{b^2} = 1 is the circle x^2 + y^2 = a^2. Every point on the ellipse corresponds to a point on this circle via a vertical projection, and the angle that the circle-point makes with the positive x-axis is called the eccentric angle \theta. This gives the parametric form (a\cos\theta, \, b\sin\theta). The director circle is the locus of points from which tangents to the ellipse are perpendicular, and the latus rectum is the chord through a focus perpendicular to the major axis.
Take the ellipse \frac{x^2}{25} + \frac{y^2}{9} = 1. It has a = 5 and b = 3. Now draw the circle x^2 + y^2 = 25 — the circle with the same centre and radius equal to a. This circle passes through the vertices of the ellipse and entirely encloses it.
Pick any point on this circle, say at angle \theta from the positive x-axis. That point is (5\cos\theta, 5\sin\theta). Now drop a vertical line from it to the x-axis... but instead of going all the way to the axis, stop when you hit the ellipse. The ellipse-point directly below (or above) the circle-point has the same x-coordinate but a compressed y-coordinate. By how much? The circle has radius a = 5; the ellipse reaches height b = 3 at the same proportional position. So the y-coordinate gets scaled by b/a = 3/5.
The ellipse-point is (5\cos\theta, \, 3\sin\theta).
That is the entire idea. The auxiliary circle is a coordinate system for the ellipse, where the coordinate is an angle. And the parametric equations fall out immediately: x = a\cos\theta, y = b\sin\theta.
The auxiliary circle
Auxiliary circle
The auxiliary circle of the ellipse \dfrac{x^2}{a^2} + \dfrac{y^2}{b^2} = 1 is the circle
It is centred at the origin with radius equal to the semi-major axis a.
Why is this circle useful? Because circles are easy. Angles on a circle are clean. The trigonometry of circles is something you already know. By projecting from the circle to the ellipse, you transfer all that cleanliness to the ellipse.
The projection works like this. Take a point Q on the auxiliary circle at angle \theta: Q = (a\cos\theta, a\sin\theta). Drop a perpendicular from Q to the major axis (the x-axis). This perpendicular meets the ellipse at a point P. Since P has the same x-coordinate as Q, we have P = (a\cos\theta, y_P).
To find y_P, substitute x = a\cos\theta into the ellipse equation:
Taking the sign that matches the quadrant of \theta: y_P = b\sin\theta.
The eccentric angle and parametric form
The angle \theta is called the eccentric angle of the point P on the ellipse. It is not the angle that CP makes with the x-axis — it is the angle that CQ makes, where Q is the corresponding point on the auxiliary circle.
Eccentric angle and parametric form
The eccentric angle of a point P on the ellipse \dfrac{x^2}{a^2} + \dfrac{y^2}{b^2} = 1 is the angle \theta such that
This is the parametric form of the ellipse. As \theta ranges from 0 to 2\pi, the point P traces out the entire ellipse.
Verification. Substitute x = a\cos\theta and y = b\sin\theta into the ellipse equation:
The Pythagorean identity does the work. This is why the parametric form is so useful — the ellipse equation reduces to an identity, which means you never have to worry about whether a parametric point actually lies on the curve. It always does, by construction.
Key angles and the points they give:
| \theta | \cos\theta | \sin\theta | Point on ellipse |
|---|---|---|---|
| 0 | 1 | 0 | (a, 0) — right vertex |
| \pi/2 | 0 | 1 | (0, b) — top of minor axis |
| \pi | -1 | 0 | (-a, 0) — left vertex |
| 3\pi/2 | 0 | -1 | (0, -b) — bottom of minor axis |
The parametric form is the ellipse analogue of the parabola's parametric form (at^2, 2at). For the parabola, the parameter t is a slope. For the ellipse, the parameter \theta is an angle — an eccentric angle, to be precise. Both serve the same purpose: they reduce the conic to a single parameter, making tangent equations, chord equations, and locus problems far cleaner.
Why the eccentric angle is not the polar angle
A common mistake is to think that \theta is the angle \angle PCx, where P is the point on the ellipse and C is the centre. It is not. The actual angle that CP makes with the x-axis is
This equals \theta only when \theta is 0, \pi/2, \pi, or 3\pi/2 — the four cardinal points. At all other positions, \alpha \neq \theta.
For instance, at \theta = \pi/4: the auxiliary circle point is (a/\sqrt{2}, a/\sqrt{2}), making a 45° angle with the x-axis. But the ellipse point is (a/\sqrt{2}, b/\sqrt{2}), and its angle from the x-axis is \arctan(b/a), which is less than 45° when b < a.
The minor auxiliary circle
There is also a circle of radius b centred at the origin: x^2 + y^2 = b^2. This is called the minor auxiliary circle. It is less commonly used than the auxiliary circle of radius a, but it appears in some constructions. The ellipse lies entirely between the two circles — touching the larger one at the vertices (\pm a, 0) and the smaller one at the co-vertices (0, \pm b).
The director circle
From any external point, you can draw two tangent lines to the ellipse. For most points, these two tangents meet at an arbitrary angle. But there is a special set of points from which the two tangents are perpendicular — meeting at exactly 90°. The locus of all such points is called the director circle.
Derivation. The tangent to the ellipse \frac{x^2}{a^2} + \frac{y^2}{b^2} = 1 in slope form is
(This comes from the condition for a line y = mx + c to be tangent to the ellipse: c^2 = a^2 m^2 + b^2.)
If this tangent passes through a point (h, k):
This is a quadratic in m, giving two slopes m_1 and m_2 — the slopes of the two tangents. By Vieta's formulas:
For the tangents to be perpendicular: m_1 m_2 = -1. So:
Director circle
The director circle of the ellipse \dfrac{x^2}{a^2} + \dfrac{y^2}{b^2} = 1 is the circle
From any point on this circle, the two tangent lines to the ellipse are perpendicular.
The director circle has radius \sqrt{a^2 + b^2}, which is larger than the auxiliary circle's radius a. It sits outside the auxiliary circle, which in turn sits outside the ellipse. The three concentric curves — ellipse, auxiliary circle, director circle — are nested inside one another.
Special case: the circle. When a = b, the ellipse is a circle of radius a, and the director circle has radius a\sqrt{2}. From any point at distance a\sqrt{2} from the centre, the two tangents to the circle are perpendicular — a fact you may have encountered in circle geometry.
The latus rectum
The latus rectum (plural: latera recta) is the chord of the ellipse that passes through a focus and is perpendicular to the major axis. There are two latera recta — one through each focus — and by symmetry they have the same length.
Derivation. Take the focus F_2(c, 0). The latus rectum is the vertical chord through (c, 0). Its endpoints have x = c. Substitute into the ellipse equation:
The endpoints of the latus rectum are \left(c, \, \frac{b^2}{a}\right) and \left(c, \, -\frac{b^2}{a}\right).
Latus rectum of an ellipse
The length of the latus rectum of the ellipse \dfrac{x^2}{a^2} + \dfrac{y^2}{b^2} = 1 is
The endpoints are at \left(\pm c, \, \pm \frac{b^2}{a}\right).
Comparison with the parabola. For the parabola y^2 = 4ax, the latus rectum has length 4a. For the ellipse, it is 2b^2/a. As the ellipse becomes more elongated (b \to 0), the latus rectum shrinks. As the ellipse becomes circular (b \to a), the latus rectum approaches 2a — the diameter of the circle.
The latus rectum is a measure of how "wide" the ellipse is near the focus. It appears in orbital mechanics: the semi-latus rectum \ell/2 = b^2/a determines the shape of an orbit in a way that separates it from the orbit's size and orientation.
Worked examples
Example 1: Parametric form and eccentric angle
Find the eccentric angle of the point P\!\left(\dfrac{3\sqrt{2}}{2}, \, 2\sqrt{2}\right) on the ellipse \dfrac{x^2}{9} + \dfrac{y^2}{16} = 1.
Step 1. Identify the denominators. Here \frac{x^2}{9} has denominator 9 and \frac{y^2}{16} has denominator 16. The larger denominator is under y^2, so the major axis is along the y-axis, with semi-major axis 4 and semi-minor axis 3.
Why: the parametric form for \frac{x^2}{A^2} + \frac{y^2}{B^2} = 1 is (A\cos\theta, B\sin\theta). Here A = 3, B = 4.
Step 2. Verify the point is on the ellipse.
Why: always confirm before computing the eccentric angle — if the point is not on the ellipse, the angle is undefined.
Step 3. Match with the parametric form (3\cos\theta, \, 4\sin\theta).
From the x-coordinate: 3\cos\theta = \frac{3\sqrt{2}}{2}, so \cos\theta = \frac{1}{\sqrt{2}}.
From the y-coordinate: 4\sin\theta = 2\sqrt{2}, so \sin\theta = \frac{\sqrt{2}}{2} = \frac{1}{\sqrt{2}}.
Both give \theta = \pi/4.
Why: check both coordinates, not just one. If they give different values of \theta, either the point is not on the ellipse or you have made an arithmetic error.
Step 4. Locate the auxiliary circle point. The auxiliary circle x^2 + y^2 = 9 has the corresponding point Q = (3\cos(\pi/4), \, 3\sin(\pi/4)) = (3/\sqrt{2}, \, 3/\sqrt{2}). The projection from Q to P scales the y-coordinate by B/A = 4/3: from 3/\sqrt{2} to 4/\sqrt{2} = 2\sqrt{2}. This matches.
Result: The eccentric angle of P = (3\sqrt{2}/2, \, 2\sqrt{2}) on \frac{x^2}{9} + \frac{y^2}{16} = 1 is \theta = \pi/4.
The eccentric angle is the angle measured on the auxiliary circle, not on the ellipse itself. The point P on the ellipse at angle \theta does not in general make an angle of \theta with the x-axis.
Example 2: Director circle and latus rectum
For the ellipse \frac{x^2}{16} + \frac{y^2}{9} = 1, find: (i) the equation of the director circle, (ii) the length of the latus rectum, and (iii) verify that the endpoints of the latus rectum lie on the ellipse.
Step 1. Identify parameters. a^2 = 16, b^2 = 9, so a = 4, b = 3. Then c = \sqrt{16 - 9} = \sqrt{7}.
Why: a^2 > b^2, so the major axis is along the x-axis and c^2 = a^2 - b^2 = 7.
Step 2. Director circle. x^2 + y^2 = a^2 + b^2 = 16 + 9 = 25. The director circle is x^2 + y^2 = 25, a circle of radius 5.
Why: the formula x^2 + y^2 = a^2 + b^2 was derived from the condition m_1 m_2 = -1 for perpendicular tangents.
Step 3. Latus rectum length. \ell = 2b^2/a = 2(9)/4 = 9/2 = 4.5.
Why: the formula 2b^2/a gives the full length of the chord through a focus, perpendicular to the major axis.
Step 4. Verify the endpoints. The right focus is at (\sqrt{7}, 0). The latus rectum endpoints are (\sqrt{7}, \, b^2/a) = (\sqrt{7}, \, 9/4) and (\sqrt{7}, \, -9/4).
Check (\sqrt{7}, 9/4) on the ellipse:
Result: Director circle: x^2 + y^2 = 25. Latus rectum length: 9/2. Both endpoints verified on the ellipse.
The director circle encloses the auxiliary circle (r = 4), which in turn encloses the ellipse. These three concentric curves — ellipse, auxiliary circle, director circle — are a hierarchy that makes the geometry of the ellipse visible at a glance.
Common confusions
-
"The eccentric angle is the angle at which you see the point from the centre." No. The eccentric angle \theta is measured on the auxiliary circle, not at the ellipse-point. The line from the centre to the ellipse-point makes a different angle (call it \alpha) with the x-axis. They coincide only at \theta = 0, \pi/2, \pi, 3\pi/2.
-
"The parametric form is (a\cos\theta, a\sin\theta)." That is the parametric form of the circle x^2 + y^2 = a^2, not the ellipse. For the ellipse, the y-coordinate uses b, not a: (a\cos\theta, b\sin\theta).
-
"The director circle exists for every ellipse." It does — and its radius \sqrt{a^2 + b^2} is always larger than a, so it always encloses the auxiliary circle. For a circle (a = b), the director circle has radius a\sqrt{2}, which is the familiar result from circle geometry.
-
"The latus rectum passes through the centre." It does not. The latus rectum passes through a focus, which is different from the centre (unless c = 0, which gives a circle). There are two latera recta — one through each focus.
-
"b^2/a is the length of the latus rectum." b^2/a is the semi-latus rectum — half the length. The full length is 2b^2/a. This factor-of-2 error is extremely common in timed exams.
Going deeper
If you are comfortable with the auxiliary circle, the parametric form, the director circle, and the latus rectum, you have covered the main material for this chapter. The rest of this section develops a few extensions and connections.
The auxiliary circle and areas
The auxiliary circle has a clean relationship with the area of the ellipse. The area of the auxiliary circle is \pi a^2. The ellipse is obtained by compressing the circle vertically by the factor b/a. Area scales linearly with vertical compression (a horizontal strip of height dy becomes a strip of height (b/a)\,dy), so
This is one of the most elegant area formulas in mathematics. A circle of radius r has area \pi r^2 = \pi r \cdot r. An ellipse with semi-axes a and b has area \pi a \cdot b. The formula is the same — you just replace "radius times radius" with "semi-major times semi-minor."
Aryabhata, in his Aryabhatiya (499 CE), gave a formula for the area of a circle that was correct to several decimal places. The extension to the ellipse follows from the same geometric intuition about scaling.
Concyclic points and the eccentric angle
Four points on an ellipse are concyclic (they lie on a single circle) if and only if the sum of their eccentric angles is an even multiple of \pi:
This is a beautiful and non-obvious result. It connects the geometry of the ellipse (which points lie on a circle?) to the arithmetic of angles (do they sum to 2n\pi?). The proof uses the parametric form and the condition for four points to lie on a general second-degree curve.
The semi-latus rectum in orbital mechanics
In celestial mechanics, the orbit of a planet (or any object under gravity) is a conic with the central body at one focus. The semi-latus rectum \ell = b^2/a determines the orbit's angular momentum. Kepler's second law — that the line from the Sun to a planet sweeps equal areas in equal times — is a direct consequence of angular momentum conservation, which is encoded in \ell.
The Indian Space Research Organisation (ISRO) uses these exact formulas when computing transfer orbits for missions like Chandrayaan and Mangalyaan. The Hohmann transfer orbit — the most fuel-efficient path between two circular orbits — is half an ellipse, and its parameters are computed from the latus rectum.
Relation between the three circles
For the ellipse \frac{x^2}{a^2} + \frac{y^2}{b^2} = 1, you now have three concentric circles:
| Circle | Equation | Radius |
|---|---|---|
| Minor auxiliary circle | x^2 + y^2 = b^2 | b |
| Auxiliary circle | x^2 + y^2 = a^2 | a |
| Director circle | x^2 + y^2 = a^2 + b^2 | \sqrt{a^2 + b^2} |
The ellipse is sandwiched between the minor auxiliary circle and the auxiliary circle, and the director circle contains all three. For a circle (a = b), the minor auxiliary circle and the auxiliary circle coincide with the curve itself, and the director circle has radius a\sqrt{2}.
Chord joining two parametric points
The chord joining two points P_1 = (a\cos\theta_1, b\sin\theta_1) and P_2 = (a\cos\theta_2, b\sin\theta_2) on the ellipse has the equation:
This formula uses sum-to-product identities for sine and cosine. It is the ellipse analogue of the chord equation y(t_1 + t_2) = 2x + 2at_1 t_2 for the parabola.
When \theta_2 \to \theta_1, this chord becomes the tangent at \theta_1:
which is the parametric tangent equation for the ellipse — a result you will use extensively in the next article.
Where this leads next
The parametric form and the auxiliary circle are the foundation for everything that follows in ellipse geometry.
- Ellipse — Tangent and Normal — tangent and normal equations in parametric, point, and slope forms, plus the reflection property.
- Ellipse — Introduction — the definition, standard form, and terminology, if you need to revisit the basics.
- Circle — Standard Forms — the circle as a special case of the ellipse, and the properties of the auxiliary and director circles in their own right.
- Parabola — Position and Parametric Form — the parametric form (at^2, 2at) for the parabola, the analogue of the eccentric-angle parametrisation.
- Trigonometric Ratios — the sine and cosine functions that power the parametric form.