numvana

Ellipse Area, Circumference & Eccentricity Calculator

Find an ellipse's area, circumference, and eccentricity from its semi-major and semi-minor axis lengths.

Area
47.1239
Circumference (Ramanujan approximation)
25.527
Eccentricity
0.8

How it works

An ellipse's area has a simple exact formula: area = π × a × b, where a and b are the lengths of its semi-major (longer) and semi-minor (shorter) axes — the direct generalization of a circle's πr², since a circle is just an ellipse with a = b.

Its circumference has no elementary exact formula at all — it's an elliptic integral. This calculator uses Ramanujan's second approximation, one of the most accurate named approximations in common use: C ≈ π(a+b) × (1 + 3h / (10 + √(4 − 3h))), where h = ((a−b)/(a+b))². It's exact when a = b (reducing to the circle's 2πr) and stays accurate to within a few parts in a million even for visibly elongated ellipses.

Eccentricity, e = √(1 − (b/a)²), measures how far the ellipse departs from a circle: e = 0 is a perfect circle, and e approaching 1 describes an increasingly elongated, cigar-shaped ellipse. Axis lengths are treated as plain numbers, not a physical measurement with a unit to convert — the result comes out in whatever unit the two axes were entered in, the same as this site's circle and triangle calculators.

FAQ

Which axis is 'major' and which is 'minor'?

The major axis is simply the longer one and the minor axis the shorter one — this calculator accepts the two lengths in either order and sorts them internally, so it doesn't matter which field you consider 'a' versus 'b' as long as both are entered.

Why use an approximation for circumference instead of an exact formula?

Because no elementary exact formula exists — an ellipse's circumference is a genuine elliptic integral that can only be evaluated exactly with an infinite series or numerical integration. Ramanujan's second approximation is a widely used, extremely close closed-form stand-in that's exact for a circle and stays within a tiny fraction of a percent even for elongated ellipses.

Related calculators