Ellipse Foci Calculator – Find the Two Focus Points of Any Ellipse
An ellipse is defined by a beautifully simple property: for every point on the curve, the sum of the distances to two fixed interior points — the foci (singular: focus) — is always the same constant value. This Ellipse Foci Calculator locates those two points instantly from whichever ellipse parameters you already know, and derives every other property along the way.
The Core Formula
For an ellipse centered at the origin with its major axis along the x-axis, the focal distance c (the distance from the center to each focus) relates to the semi-major axis a and semi-minor axis b by:
c² = a² − b², so c = √(a² − b²)
The two foci sit symmetrically on the major axis at F₁ = (−c, 0) and F₂ = (c, 0). The eccentricity e = c / a describes how far the foci sit from the center relative to the ellipse's size — a value near 0 means the foci are close together (a nearly circular shape), while a value approaching 1 means they are far apart (a flattened, elongated shape).
Five Ways to Define the Same Ellipse
Any two independent parameters among a, b, c, and e fully determine an ellipse. This calculator supports all the practical combinations:
- a and b — the standard mode:
c = √(a² − b²) - a and e —
c = a × e,b = a × √(1 − e²) - a and c —
b = √(a² − c²) - b and c —
a = √(b² + c²) - b and e —
a = b / √(1 − e²),c = a × e
Whichever pair you enter, the tool solves for the rest and plots the result on a live diagram showing the ellipse, both axes, and the two foci.
Worked Example
Take an ellipse with semi-major axis a = 10 and semi-minor axis b = 6:
c = √(10² − 6²) = √(100 − 36) = √64 = 8
The foci are located at (−8, 0) and (8, 0), and the eccentricity is e = 8 / 10 = 0.8 — a noticeably elongated ellipse.
Additional Derived Properties
Beyond the foci themselves, the calculator also reports:
- Semi-latus rectum —
l = b² / a, the half-length of the chord through a focus perpendicular to the major axis. - Sum of focal radii — always equal to
2a, the defining constant of the ellipse. - Area —
A = π × a × b. - Perimeter — approximated with Ramanujan's formula,
P ≈ π × [3(a+b) − √((3a+b)(a+3b))], accurate to within 0.04% for any ellipse shape.
Why Foci Matter
The focus-based definition of an ellipse isn't just theoretical — it's how gardeners and drafters trace a perfect ellipse using two pins and a loop of string. In astronomy, Kepler's first law states that every planet orbits the Sun in an ellipse with the Sun at one focus, which is why eccentricity is central to describing orbital shapes. In optics and acoustics, elliptical reflectors and whispering galleries rely on the property that any ray or sound wave leaving one focus reflects off the ellipse and passes through the other focus.
Practical Applications
- Astronomy — modeling planetary, cometary, and satellite orbits under Kepler's laws.
- Architecture & acoustics — designing elliptical rooms, domes, or reflectors that focus sound or light at a point.
- Engineering — optical systems, antenna dishes, and mechanical cam profiles based on elliptical curves.
- Education — visualizing conic sections and verifying geometry or physics coursework.
Tips for Accurate Results
- The semi-major axis
amust always be the longer half-axis;bmust be strictly smaller. - Eccentricity must satisfy
0 < e < 1— a value of 0 describes a circle (no distinct foci), and a value of 1 or more is not a valid ellipse. - Increase decimal precision when feeding results into further calculations to avoid compounding rounding errors.