GEOMETRY • MATH

Deriving Ellipse & Hyperbola Equations from Foci

Understanding how the geometric definition of conic sections leads to their algebraic equations.

Historical Origins of Conic Sections

The story of conic sections begins over 2,000 years ago with ancient Greek mathematicians who discovered these curves by slicing cones at different angles. What they didn't initially realize was that these seemingly geometric shapes would become fundamental to understanding planetary motion, optics, and engineering. The journey from geometric definitions based on distances to foci to algebraic equations represents one of mathematics' greatest triumphs.

350 BC
Menaechmus Discovers Conics
Greek mathematician Menaechmus first studies curves formed by slicing cones, discovering what we now call parabolas, ellipses, and hyperbolas while trying to solve the problem of doubling the cube.
200 BC
Apollonius's Comprehensive Study
Apollonius of Perga writes "Conics," providing detailed geometric analysis and introducing the names ellipse, parabola, and hyperbola based on how areas compare to rectangles.
1609 AD
Kepler's Planetary Ellipses
Johannes Kepler discovers that planets orbit the Sun in elliptical paths with the Sun at one focus, revolutionizing astronomy and demonstrating the practical importance of conic sections.
1637 AD
Descartes Introduces Coordinates
René Descartes develops analytic geometry, providing the tools to express conic sections as algebraic equations and bridging the gap between geometry and algebra.
1680 AD
Focus Definition Formalized
Mathematicians formally establish the focus-based definitions of ellipses and hyperbolas, leading to elegant derivations of their standard form equations.

This historical progression reveals a fundamental question: how do we connect the geometric beauty of curves defined by distance relationships to the algebraic power of equations? The answer lies in understanding how the focus-based definitions of ellipses and hyperbolas naturally lead to their coordinate expressions, providing both geometric insight and computational tools.

Core Principles of Focus-Based Definitions

The beauty of conic sections lies in their elegant geometric definitions based on foci – special points that determine the shape through distance relationships. Understanding these principles provides the foundation for deriving the algebraic equations that make these curves so useful in mathematics and science.

1

Ellipse Definition

An ellipse is the set of all points where the sum of distances to two foci is constant. This constant sum equals twice the semi-major axis length.
2

Hyperbola Definition

A hyperbola is the set of all points where the absolute difference of distances to two foci is constant. This constant difference equals twice the semi-transverse axis length.
3

Distance Formula Foundation

Both derivations rely on the distance formula to express distances from any point (x,y) to the foci, then apply the defining distance relationship.
4

Standard Position

Placing the center at the origin with foci on a coordinate axis simplifies the algebra significantly, leading to the familiar standard form equations.
KEY INSIGHT
Think of an ellipse like a racetrack where every point maintains the same total distance to two fixed flagpoles (the foci). A hyperbola is like a valley where every point maintains the same difference in distance to two mountain peaks. These simple geometric rules create surprisingly rich algebraic expressions.

Visualizing Focus-Based Definitions

The geometric definitions of ellipses and hyperbolas become clear when we visualize how distance relationships to fixed points (foci) determine the shape of each curve. This visual understanding provides the intuition needed to derive their algebraic equations.

The diagrams show how ellipses and hyperbolas are defined by distance relationships to two foci. For an ellipse, the sum d₁ + d₂ remains constant for every point P on the curve. For a hyperbola, the absolute difference |d₁ − d₂| remains constant. The coordinate system shows the standard position with foci at (±c, 0), which simplifies the algebraic derivation.

The coordinate system setup is crucial for successful derivation. By placing the center at the origin and the foci at (−c, 0) and (c, 0), we create symmetry that simplifies the algebra. For any point (x, y) on the curve, we can use the distance formula to express the distances to each focus, then apply the defining relationship (sum for ellipse, difference for hyperbola) to derive the equation.

Mathematical Framework and Key Equations

The derivation process transforms geometric definitions into algebraic equations through systematic application of the distance formula and algebraic manipulation. Understanding these key equations provides the foundation for both derivations.

DISTANCE FORMULA
d = √[(x₂ − x₁)² + (y₂ − y₁)²]
Used to express distances from point (x, y) to each focus. For foci at (±c, 0), we get d₁ = √[(x + c)² + y²] and d₂ = √[(x − c)² + y²].
ELLIPSE CONDITION
d₁ + d₂ = 2a
The sum of distances to the foci equals twice the semi-major axis length a. This constant sum defines every point on the ellipse.
HYPERBOLA CONDITION
|d₁ − d₂| = 2a
The absolute difference of distances to the foci equals twice the semi-transverse axis length a. This constant difference defines every point on the hyperbola.
RELATIONSHIP: c, a, b
c² = a² − b² (ellipse) c² = a² + b² (hyperbola)
Where c is the distance from center to focus, a is the semi-major (or semi-transverse) axis, and b is the semi-minor (or semi-conjugate) axis.

The derivation strategy involves substituting the distance expressions into the defining condition, then systematically eliminating square roots through algebraic manipulation. The key insight is that squaring both sides eliminates radicals, but this process must be repeated twice to fully simplify the expression to standard form.

Step-by-Step Derivation Process

The algebraic derivation follows a systematic pattern for both ellipses and hyperbolas. Understanding this process reveals why the standard form equations have their particular structure and coefficients.

The derivation flowchart shows the systematic process of converting geometric distance definitions into algebraic standard forms. The double squaring process is essential to eliminate both square roots, and the relationship between a, b, and c emerges naturally from the algebraic manipulation rather than being imposed from outside.

The critical insight is that both curves follow identical algebraic steps, but with different signs in their defining conditions. The ellipse uses addition (d₁ + d₂ = 2a) while the hyperbola uses subtraction (|d₁ − d₂| = 2a). This fundamental difference leads to opposite signs in their standard form equations, creating the characteristic shapes we recognize.

Complete Derivation: Ellipse Equation

Let's work through the complete derivation of the ellipse equation step by step, starting from the geometric definition and arriving at the familiar standard form. This detailed example illustrates the algebraic techniques that apply to both ellipses and hyperbolas.

ELLIPSE DERIVATION
1
Step 1 — Set Up the ProblemPlace the ellipse with center at origin and foci at F₁(−c, 0) and F₂(c, 0). For any point P(x, y) on the ellipse, the sum of distances to the foci equals 2a.
√[(x + c)² + y²] + √[(x − c)² + y²] = 2a
2
Step 2 — Isolate One RadicalMove one square root to the right side to prepare for squaring. This strategy simplifies the algebra by dealing with one radical at a time.
√[(x + c)² + y²] = 2a − √[(x − c)² + y²]
3
Step 3 — First Squaring OperationSquare both sides to eliminate one radical. Expand the left side and apply the binomial formula (A − B)² = A² − 2AB + B² on the right side.
(x + c)² + y² = 4a² − 4a√[(x − c)² + y²] + (x − c)² + y²
4
Step 4 — Simplify and Isolate Remaining RadicalExpand and cancel terms. The y² terms cancel, and we can combine the x terms to get 4cx. Rearrange to isolate the remaining radical term.
4cx − 4a² = −4a√[(x − c)² + y²]
5
Step 5 — Divide and Square AgainDivide by −4 and square both sides again to eliminate the final radical. This step requires careful expansion of both sides.
(a² − cx)² = a²[(x − c)² + y²]
6
Step 6 — Expand and Collect TermsExpand both sides completely, then collect all terms on one side. Group x² terms and y² terms separately to prepare for factoring.
(a² − c²)x² + a²y² = a²(a² − c²)
7
Step 7 — Substitute b² and DivideRecognize that a² − c² = b² (this relationship emerges from the geometry). Substitute and divide by a²b² to get standard form.
x²/a² + y²/b² = 1

Comparing Ellipse and Hyperbola Derivations

Understanding the similarities and differences between ellipse and hyperbola derivations reveals the underlying mathematical structure. The parallel algebraic processes lead to equations that differ by a single sign, yet produce dramatically different geometric shapes.

Comparison of ellipse and hyperbola properties and derivations
AspectEllipseHyperbola
Distance Definitiond₁ + d₂ = 2a (constant sum)|d₁ − d₂| = 2a (constant difference)
Initial Equation√[(x+c)²+y²] + √[(x−c)²+y²] = 2a√[(x+c)²+y²] − √[(x−c)²+y²] = ±2a
Key Relationshipb² = a² − c² (b² > 0 always)b² = c² − a² (c > a required)
Standard Formx²/a² + y²/b² = 1x²/a² − y²/b² = 1
Geometric ShapeClosed oval; bounded curveOpen branches; unbounded curve
Eccentricity Range0 ≤ e < 1 (e = c/a)e > 1 (e = c/a)
MATHEMATICAL INSIGHT
The difference between addition and subtraction in the distance definitions creates a mathematical butterfly effect. Like how a single gene mutation can change an organism's entire structure, changing + to − transforms a closed, bounded ellipse into an open, infinite hyperbola. The algebra preserves this fundamental difference through the sign change in the standard form equation.

Connection to Advanced Mathematical Concepts

The focus-based approach to conic sections opens pathways to advanced mathematical concepts including analytic geometry, differential geometry, and applications in physics and engineering. Understanding these connections shows how fundamental geometric principles scale to sophisticated mathematical frameworks.

Progression from basic conic concepts to advanced mathematics
High School LevelAdvanced LevelApplications
Distance-based definitionsParametric and polar representationsSatellite orbits, antenna design
Standard form equationsGeneral conic equation Ax² + Bxy + Cy² + Dx + Ey + F = 0Computer graphics, 3D modeling
Algebraic manipulationMatrix methods and eigenvalue analysisSignal processing, data analysis
Two-dimensional focus pointsThree-dimensional quadric surfacesArchitecture, structural engineering
Geometric propertiesDifferential geometry and curvature analysisOptics, lens design, mirrors

In calculus and beyond, these curves become foundations for studying optimization problems, where ellipses represent level curves of quadratic functions and hyperbolas appear in saddle point analysis. The focus-based definitions we've studied provide geometric intuition that remains valuable even in these abstract contexts, demonstrating how fundamental mathematical concepts maintain their relevance across increasing levels of sophistication.

Practice Problems

Test your understanding of deriving conic section equations from their focus-based definitions. These problems progress from conceptual understanding to computational applications, building skills in both geometric reasoning and algebraic manipulation.

PROBLEM 1CONCEPTUAL
Explain why an ellipse with foci at (±4, 0) and semi-major axis a = 5 must have semi-minor axis b = 3. What would happen if we tried to use a = 3 instead?
PROBLEM 2BASIC CALCULATION
An ellipse has foci at (±3, 0) and passes through the point (4, 2.4). Find the value of the semi-major axis a and write the standard form equation.
PROBLEM 3INTERMEDIATE
Derive the equation of a hyperbola with foci at (±5, 0) where the difference of distances from any point to the foci equals 6. Show all algebraic steps.
PROBLEM 4APPLIED
A satellite follows an elliptical orbit with Earth at one focus. If the satellite's closest approach is 200 km above Earth's surface and farthest distance is 800 km, find the equation of the orbit. (Use Earth's radius = 6400 km)
PROBLEM 5CRITICAL THINKING
Consider the general approach to deriving conic equations. Explain why the "double squaring" technique works and why we can't avoid it. What mathematical properties ensure the final result is equivalent to the original distance condition?

Key Concepts Review

The derivation of ellipse and hyperbola equations from their focus-based definitions demonstrates the power of connecting geometric intuition with algebraic precision. An ellipse is defined by points where the sum of distances to two foci is constant, leading to the equation x²/a² + y²/b² = 1. A hyperbola is defined by points where the absolute difference of distances to two foci is constant, yielding x²/a² − y²/b² = 1.

The algebraic derivation process follows identical steps for both curves: apply the distance formula, set up the defining equation, isolate radicals, and square twice to eliminate all square roots. The key relationships c² = a² − b² for ellipses and c² = a² + b² for hyperbolas emerge naturally from the algebra, connecting the geometric parameters to the algebraic coefficients and providing a foundation for understanding conic sections in both pure mathematics and real-world applications.

Varsity Tutors • Geometry • Deriving Ellipse & Hyperbola Equations from Foci