Ellipse Equation – Standard Form and Properties

Study the standard equation of an ellipse, including foci, axes lengths, and coordinate geometry properties.
🔑

Definition of an Ellipse

An ellipse is the set of all points in a plane such that the sum of the distances from two fixed points, called the foci (singular: focus), is constant. This constant sum is equal to the length of the major axis (2a). This geometric property creates a shape resembling a stretched or flattened circle.

TermSymbolDescription
Center(h, k)The midpoint of the major and minor axes.
Semi-major AxisaHalf the length of the longest diameter of the ellipse.
Semi-minor AxisbHalf the length of the shortest diameter of the ellipse.
FociF₁, F₂The two fixed points used to define the ellipse.
Focal DistancecThe distance from the center to each focus.
VerticesThe endpoints of the major axis.
Co-verticesThe endpoints of the minor axis.
EccentricityeA measure of how elongated the ellipse is, ranging from 0 (a perfect circle) to just under 1.
📐

Key Formulas for an Ellipse

\[ \frac{(x-h)^2}{a^2} + \frac{(y-k)^2}{b^2} = 1 \]
Standard Equation (Horizontal Major Axis)
\[ \frac{(x-h)^2}{b^2} + \frac{(y-k)^2}{a^2} = 1 \]
Standard Equation (Vertical Major Axis)
\[ c^2 = a^2 - b^2 \]
Focal Distance Relationship
\[ e = \frac{c}{a} = \frac{\sqrt{a^2 - b^2}}{a} \]
Eccentricity
\[ A = \pi ab \]
Area
\[ |PF_1| + |PF_2| = 2a \]
Focal Property (for any point P on the ellipse)
\[ x = h + a\cos t, \quad y = k + b\sin t \]
Parametric Equations
🖼️

Diagram Description

x y a b F₁(−c,0) F₂(c,0) PF₁+PF₂ = 2a, c² = a²−b²
Ellipse x²/a²+y²/b²=1: semi-major axis a, semi-minor axis b, foci at (±c,0) where c²=a²−b². Every point P satisfies PF₁+PF₂=2a.

An ellipse is centered at point (h, k). The major axis is the longest diameter, with length 2a, and its endpoints are the vertices. The minor axis is the shortest diameter, with length 2b, and its endpoints are the co-vertices. The two foci, F₁ and F₂, lie on the major axis, each at a distance 'c' from the center. The semi-major axis 'a' is the distance from the center to a vertex, and the semi-minor axis 'b' is the distance from the center to a co-vertex.

⚙️

Properties of Ellipses

Symmetry: An ellipse is symmetric with respect to its major axis, its minor axis, and its center.

Focal Definition: The sum of the distances from any point on the ellipse to the two foci is constant and equal to the length of the major axis (2a). This is the fundamental defining property.

Reflection Property: A ray of light or sound originating at one focus will reflect off the ellipse and pass through the other focus. This is the principle behind whispering galleries.

Eccentricity: The eccentricity 'e' (where 0 ≤ e < 1) determines the shape of the ellipse. If e = 0, the ellipse is a circle. As 'e' approaches 1, the ellipse becomes increasingly elongated.

Boundaries: All points of the ellipse are contained within a rectangle of dimensions 2a by 2b.

🔬

Derivation of the Standard Equation

The standard equation of an ellipse can be derived from its definition using the distance formula. We start with the focal property: the sum of the distances from any point P(x, y) on the ellipse to the two foci is a constant, 2a.

Step 1: Set up the equation. Let the foci be placed on the x-axis at F₁(-c, 0) and F₂(c, 0). Let P(x, y) be any point on the ellipse. The defining property is:

\[ |PF_1| + |PF_2| = 2a \]

Using the distance formula, this becomes:

\[ \sqrt{(x+c)^2 + y^2} + \sqrt{(x-c)^2 + y^2} = 2a \]

Step 2: Isolate a radical and square both sides.

\[ \sqrt{(x+c)^2 + y^2} = 2a - \sqrt{(x-c)^2 + y^2} \]
\[ (x+c)^2 + y^2 = 4a^2 - 4a\sqrt{(x-c)^2 + y^2} + (x-c)^2 + y^2 \]

Step 3: Simplify and isolate the remaining radical. Expand the squared terms and cancel common terms.

\[ x^2 + 2cx + c^2 + y^2 = 4a^2 - 4a\sqrt{(x-c)^2 + y^2} + x^2 - 2cx + c^2 + y^2 \]
\[ 4cx - 4a^2 = -4a\sqrt{(x-c)^2 + y^2} \]
\[ a^2 - cx = a\sqrt{(x-c)^2 + y^2} \]

Step 4: Square both sides again and simplify.

\[ (a^2 - cx)^2 = a^2((x-c)^2 + y^2) \]
\[ a^4 - 2a^2cx + c^2x^2 = a^2(x^2 - 2cx + c^2 + y^2) \]
\[ a^4 - 2a^2cx + c^2x^2 = a^2x^2 - 2a^2cx + a^2c^2 + a^2y^2 \]
\[ a^4 - a^2c^2 = a^2x^2 - c^2x^2 + a^2y^2 \]
\[ a^2(a^2 - c^2) = x^2(a^2 - c^2) + a^2y^2 \]

Step 5: Substitute b² for a² - c². From the relationship between the axes and focal distance, we know that c² = a² - b², or b² = a² - c².

\[ a^2b^2 = x^2b^2 + a^2y^2 \]

Step 6: Divide by a²b² to get the standard form.

\[ \frac{x^2}{a^2} + \frac{y^2}{b^2} = 1 \]
✍️

Worked Example

For the ellipse defined by the equation \[ \frac{(x-2)^2}{25} + \frac{(y+1)^2}{16} = 1 \], find the center, vertices, co-vertices, foci, and eccentricity.
  1. <b>1. Identify the center (h, k):</b> The equation is in the form \[ \frac{(x-h)^2}{a^2} + \frac{(y-k)^2}{b^2} = 1 \]. By comparison, h = 2 and k = -1. The center is (2, -1).
  2. <b>2. Find a and b:</b> We have a² = 25 and b² = 16, so a = 5 and b = 4. Since a² > b² and a² is under the x-term, the major axis is horizontal.
  3. <b>3. Find the vertices:</b> The vertices are at (h ± a, k). So, V₁ = (2 - 5, -1) = (-3, -1) and V₂ = (2 + 5, -1) = (7, -1).
  4. <b>4. Find the co-vertices:</b> The co-vertices are at (h, k ± b). So, CV₁ = (2, -1 - 4) = (2, -5) and CV₂ = (2, -1 + 4) = (2, 3).
  5. <b>5. Calculate the focal distance c:</b> Using c² = a² - b², we get c² = 25 - 16 = 9, so c = 3.
  6. <b>6. Find the foci:</b> The foci are on the major (horizontal) axis at (h ± c, k). So, F₁ = (2 - 3, -1) = (-1, -1) and F₂ = (2 + 3, -1) = (5, -1).
  7. <b>7. Calculate eccentricity e:</b> Using e = c/a, we get e = 3/5 = 0.6.
Center: (2, -1)<br>Vertices: (-3, -1) and (7, -1)<br>Co-vertices: (2, -5) and (2, 3)<br>Foci: (-1, -1) and (5, -1)<br>Eccentricity: e = 0.6
🧮

Try It

🚀

Applications of Ellipses

🌍 Astronomy & Space Science

The orbits of planets, moons, comets, and satellites are ellipses, as described by Kepler's laws of planetary motion. Engineers use elliptical equations to calculate spacecraft trajectories for interplanetary missions.

🏗️ Architecture & Acoustics

The reflective property of ellipses is used in 'whispering galleries'. In an elliptical room, a sound made at one focus will be clearly heard at the other focus. This principle is used in designing auditoriums and concert halls.

⚕️ Medical Technology

A medical procedure called lithotripsy uses an elliptical reflector to treat kidney stones. High-energy shock waves are generated at one focus and concentrated at the other focus, where the kidney stone is placed, breaking it apart without surgery.

📡 Engineering & Optics

Elliptical reflectors are used to focus light and other electromagnetic waves. They are found in car headlights, telescope mirrors, and antennas to direct a beam with high efficiency.

🌍

Real-World Examples

The orbit of Halley's Comet is an ellipse with the Sun at one focus. The semi-major axis (a) is approximately 17.8 astronomical units (AU), and its eccentricity (e) is 0.967. Calculate its closest distance (perihelion) and farthest distance (aphelion) from the Sun.
  1. <b>1. Calculate the focal distance (c):</b> The formula relating eccentricity, the semi-major axis, and focal distance is e = c/a, so c = a * e.
  2. \[ c = 17.8 \text{ AU} \times 0.967 \approx 17.21 \text{ AU} \]
  3. <b>2. Calculate the perihelion:</b> The closest distance is the length of the semi-major axis minus the focal distance.
  4. \[ \text{Perihelion} = a - c = 17.8 - 17.21 = 0.59 \text{ AU} \]
  5. <b>3. Calculate the aphelion:</b> The farthest distance is the length of the semi-major axis plus the focal distance.
  6. \[ \text{Aphelion} = a + c = 17.8 + 17.21 = 35.01 \text{ AU} \]
Halley's Comet's closest distance to the Sun is approximately 0.59 AU, and its farthest distance is approximately 35.01 AU.
An architect is designing an elliptical arch for a bridge. The arch must have a span of 40 meters and a maximum height of 10 meters. What is the height of the arch at a point 8 meters from the center?
  1. <b>1. Set up the equation of the ellipse:</b> The total span is the major axis, so 2a = 40, which means a = 20. The maximum height is the semi-minor axis, so b = 10. The equation is \[ \frac{x^2}{20^2} + \frac{y^2}{10^2} = 1 \] or \[ \frac{x^2}{400} + \frac{y^2}{100} = 1 \].
  2. <b>2. Solve for y at x = 8:</b> We want to find the height (y) when the horizontal distance from the center (x) is 8 meters. Substitute x = 8 into the equation.
  3. \[ \frac{8^2}{400} + \frac{y^2}{100} = 1 \]
  4. \[ \frac{64}{400} + \frac{y^2}{100} = 1 \]
  5. <b>3. Isolate y²:</b>
  6. \[ \frac{y^2}{100} = 1 - \frac{64}{400} = 1 - 0.16 = 0.84 \]
  7. \[ y^2 = 100 \times 0.84 = 84 \]
  8. <b>4. Calculate y:</b>
  9. \[ y = \sqrt{84} \approx 9.17 \text{ meters} \]
The height of the arch at a point 8 meters from the center is approximately 9.17 meters.
🏙️

Real-World Scenarios

planetary orbit (Kepler)
Planetary Orbit (Kepler's Law)
Kepler's first law: every planet traces an elliptical orbit with the Sun at one focus. NASA uses the ellipse equation x²/a²+y²/b²=1 to calculate orbital periods, perihelion/aphelion distances, and satellite injection burns.
F₁ F₂ 🗣 👂 whispering gallery
Whispering Gallery Acoustics
In an elliptical room, a whisper at one focus reflects off the curved wall and converges at the other focus — audible clearly across the room. The Capitol Rotunda and St. Paul's Cathedral use this ellipse property for architectural acoustics.
parabolic reflector
Satellite Dish Reflector
Parabolic satellite dishes focus incoming parallel signals to a single point (the LNB receiver). The ellipse/parabola equation determines the dish curvature needed to focus the satellite signal for TV, internet, and radio astronomy.

Planetary Orbits
Every planet, asteroid, and comet in our solar system follows an elliptical path around the sun. This predictable motion allows astronomers to forecast events like eclipses and meteor showers and to plan space missions.

Whispering Galleries
In architectural spaces with elliptical domes, such as St. Paul's Cathedral in London or Statuary Hall in the U.S. Capitol, a person whispering at one focus can be heard clearly by someone at the other focus due to the reflection property of the ellipse.

Product Design
The shape of an ellipse is often used in design for both aesthetic and functional reasons. This includes elliptical dining tables, running tracks, mirrors, and logos, which provide a visually appealing and often ergonomic form.

🗂️

Types and Classification

Ellipses are classified based on their eccentricity (e), which describes their shape.

TypeEccentricity (e)Description
Circlee = 0A special case where both foci are at the center. The semi-major and semi-minor axes are equal (a = b).
Standard Ellipse0 < e < 1The typical oval shape where the foci are distinct. As 'e' approaches 0, the ellipse becomes more circular. As 'e' approaches 1, it becomes more elongated.
Degenerate Ellipse (Line Segment)e = 1A theoretical limit where the ellipse flattens completely into a line segment of length 2a, connecting the two foci.
⚠️

Common Mistakes

⚠️ Confusing 'a' and 'b': Always remember that 'a' represents the semi-major axis and is always the larger value. The orientation of the ellipse (horizontal or vertical) depends on whether a² is under the x² or y² term, not on which variable comes first.
⚠️ Incorrect Focal Distance Formula: A frequent error is using c² = a² + b² (for hyperbolas) instead of the correct formula for ellipses: c² = a² - b². An easy way to remember is that the foci must be inside the vertices, so c must be smaller than a.
💡 Misplacing the Foci: After calculating 'c', be sure to place the foci along the major axis. If the ellipse is horizontal (wider than it is tall), the foci are at (h ± c, k). If it is vertical (taller than it is wide), the foci are at (h, k ± c).
🚀

Study Strategy

1 💡 Grasp the Core Concepts
  • Review the geometric definition: an ellipse is the set of points where the sum of distances from two foci is constant.
  • Use the diagram to visually identify the major axis, minor axis, vertices, co-vertices, and foci.
  • Understand the relationship between the key lengths: 'a' (semi-major axis), 'b' (semi-minor axis), and 'c' (center-to-focus distance).
  • Trace the derivation of the standard equation to see how the geometric definition translates into algebra.
2 🧠 Memorize the Key Equations
  • Commit the standard forms to memory: `(x-h)²/a² + (y-k)²/b² = 1` for horizontal and `(x-h)²/b² + (y-k)²/a² = 1` for vertical ellipses.
  • Memorize the focus relationship `c² = a² - b²`, always remembering that `a` is the largest semi-axis length.
  • Learn the formula for eccentricity, `e = c/a`, and its value range for an ellipse (0 < e < 1).
  • Distinguish between the formulas for the major axis length (2a), minor axis length (2b), and the latus rectum.
3 ✍️ Solve Guided Problems
  • Replicate the provided 'Worked Example' without looking at the solution, then compare your steps.
  • Practice finding the ellipse's equation when given its properties, like the foci and vertices.
  • Practice finding an ellipse's properties (center, foci, eccentricity) when given its standard equation.
  • Review the 'Common Mistakes' section and attempt problems specifically designed to test for those errors, such as mixing up a² and b².
4 🛰️ Connect to Real-World Scenarios
  • Use the formulas to model a planetary orbit, placing the sun at one focus and calculating the planet's aphelion and perihelion.
  • Analyze the acoustics of a whispering gallery by calculating the focal points in a given elliptical room.
  • Solve an architectural problem, such as determining the height of an elliptical arch at a specific distance from its center.
  • Apply the concept to a medical scenario, such as positioning a patient in a lithotripter that uses an elliptical reflector to focus shock waves.
By building from core concepts to practical application, you can master the ellipse and see its elegant shape all around you.

Frequently Asked Questions

×

×