Ellipse Calculator
Compute area, perimeter, eccentricity, and foci of any ellipse from its semi-major axis a and semi-minor axis b.
⬭ What is an Ellipse?
An ellipse is a closed, oval-shaped curve in a plane defined as the set of all points where the sum of distances to two fixed points (the foci) is constant and equal to 2a, where a is the semi-major axis. Ellipses are one of the four conic sections - the shapes formed by slicing a cone at various angles - alongside circles (a special ellipse), parabolas, and hyperbolas.
Ellipses govern some of the most important phenomena in nature and engineering. Kepler's first law of planetary motion states that every planet orbits the Sun in an ellipse with the Sun at one focus. The same principle applies to moons, satellites, and comets. Satellite dishes, car headlights, and medical lithotripters exploit the ellipse's reflective property: any ray emitted from one focus reflects off the boundary and converges at the other focus. Whispering galleries - such as the US Capitol's Statuary Hall - are elliptical rooms where a whisper at one focus can be heard clearly at the other, tens of metres away.
The key parameters of an ellipse are: semi-major axis a (half the longest diameter), semi-minor axis b (half the shortest diameter), and focal distance c (distance from centre to each focus), related by a² = b² + c². Eccentricity e = c/a measures how elongated the ellipse is - 0 for a perfect circle and approaching 1 for an extremely narrow oval.
This calculator computes all derived properties - area, perimeter (using Ramanujan's highly accurate approximation), eccentricity, foci coordinates, and semi-latus rectum - from just two inputs: a and b.