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.
📐 Formula
📖 How to Use This Calculator
Steps
💡 Example Calculations
Example 1 — Garden Pond (a = 5 m, b = 3 m)
Find the area and perimeter of an elliptical pond with semi-major axis 5 m and semi-minor axis 3 m.
Example 2 — Stadium Track Inner Boundary
A track has a semi-major axis of 85 m and a semi-minor axis of 36 m. What is the enclosed area and perimeter?
Example 3 — Near-Circle (a = 10, b = 9.9)
How do the properties of a near-circular ellipse (a=10, b=9.9) compare to a true circle of radius 10?
❓ Frequently Asked Questions
🔗 Related Calculators
What is the formula for the area of an ellipse?
Area = π × a × b, where a is the semi-major axis (half the longest diameter) and b is the semi-minor axis (half the shortest diameter). This generalises the circle area formula A = πr², which is the special case where a = b = r. For example, an ellipse with a = 6 cm and b = 4 cm has area = π × 6 × 4 = 75.40 cm².
What is the formula for the perimeter of an ellipse?
There is no simple closed-form formula for the perimeter of an ellipse. The exact value involves an elliptic integral. The best practical approximation is Ramanujan's second formula: P ≈ π × [3(a+b) − √((3a+b)(a+3b))], which is accurate to within 0.0001% for all ellipses. Some simpler but less accurate approximations include P ≈ 2π√((a²+b²)/2).
What is the eccentricity of an ellipse?
Eccentricity (e) measures how stretched or elongated an ellipse is: e = √(1 − b²/a²), where a is the semi-major axis and b is the semi-minor axis. Eccentricity ranges from 0 (perfect circle, a = b) to just below 1 (extremely elongated, nearly a line). A value of 0.5 means a moderately oval shape. Earth's orbit has eccentricity ≈ 0.0167 (nearly circular).
What are the foci of an ellipse?
An ellipse has two foci (singular: focus) located along the major axis at distance c = √(a² − b²) from the centre. For a horizontally oriented ellipse, the foci are at (±c, 0). A key defining property: for any point P on the ellipse, the sum of distances from P to both foci equals 2a. This property is used in whispering gallery architecture, satellite dish design, and orbital mechanics.
What is the difference between the major axis and the semi-major axis?
The major axis is the longest diameter of the ellipse, passing through both foci. Its length is 2a. The semi-major axis (a) is half of this - the distance from the centre to the farthest point on the ellipse. Similarly, the minor axis has length 2b, and the semi-minor axis b is its half. The semi-major axis is what you enter in the calculator.
How does an ellipse differ from a circle?
A circle is a special case of an ellipse where the two axes are equal (a = b = r). In a circle, the two foci coincide at the centre, and eccentricity = 0. As a and b diverge, the ellipse becomes more elongated. Computationally, you can treat a circle as an ellipse with a = b - all ellipse formulas degenerate correctly to the circle formulas in that case.
What is the semi-latus rectum of an ellipse?
The semi-latus rectum (l) is the half-length of the chord through one focus perpendicular to the major axis: l = b²/a. It is used extensively in orbital mechanics - for a planet orbiting the Sun, the semi-latus rectum determines the orbit's closest approach (perihelion) and farthest point (aphelion) in terms of the eccentricity.
What is the relationship between a, b, and c in an ellipse?
The three key lengths of an ellipse satisfy the Pythagorean-like identity: a² = b² + c², or equivalently c² = a² − b². Here, c is the focal distance (distance from centre to each focus). This means a is always the hypotenuse of the right triangle formed by b, c, and a. You can rearrange to find any one given the other two: b = √(a² − c²), c = √(a² − b²).
How is the ellipse used in real-world applications?
Ellipses appear throughout science and engineering: planetary orbits (Kepler's first law), satellite and comet trajectories, whispering galleries (the Statuary Hall in the US Capitol), lithotripsy (shock wave therapy using elliptical reflectors), elliptical gears in bicycles, and optical mirrors in telescopes. The reflective property - that a ray from one focus reflects to the other - is the basis for many of these applications.
What does an eccentricity of 0.9 look like?
At e = 0.9, the ellipse is very elongated - more like a rugby ball or a narrow oval. Calculating: c = a × e = 0.9a, and b = a × √(1 − e²) = a × √(1 − 0.81) = 0.436a. So the minor axis is less than half the major axis in length. Comets that barely return from the outer solar system can have eccentricities of 0.99 or higher.