Ellipse Area Calculator
Calculate the area of an ellipse from its semi-major and semi-minor axes. Formula: A = π × a × b.
Formula
A = π × a × b
Area of an ellipse
An ellipse is the set of points where the distances to two foci always add up to the same total. Call the semi-major axis a and the semi-minor axis b, and the area is A = π·a·b. So with a = 5 m and b = 3 m you get A = π · 5 · 3 ≈ 47.12 m². Set a = b = r and the ellipse turns into a plain circle, with the formula collapsing to A = π·r². Eccentricity, e = √(1 - b²/a²), tells you how round it is: e = 0 is a circle, while e → 1 gives a long, stretched, almost parabola-shaped ellipse.
The perimeter is a different story. There's no closed elementary formula for it, so people fall back on approximations, and Ramanujan's is the favourite: P ≈ π[3(a+b) - √((3a+b)(a+3b))]. For most ellipses you'll ever deal with it stays within 0.01%. If you need the exact figure, that comes from the complete elliptic integral of the second kind.
Applications: from planetary orbits to medicine
Kepler worked out that planets move in elliptical orbits with the Sun at one focus, and the same curve shows up for comets, satellites, and electron orbitals in semiclassical models. Running tracks have semicircular ends linked by straightaways, yet stadium layouts and field events draw on genuine ellipses. Then there's the reflective property: a ray that leaves one focus bounces off the wall and lands on the other focus. That single fact underpins lithotripsy, in which shock waves aimed by an elliptical reflector break up kidney stones without any surgery, and it explains "whispering galleries", where a voice at one focus carries clearly across to someone standing at the other.
FAQ
What are semi-axes versus full axes? The semi-axes a and b run from the centre out to the edge. The full major and minor axes, measured vertex to vertex, are 2a and 2b. So if a problem hands you the full axes, halve them first and then plug into the area formula.
How does the area compare with the bounding rectangle? Drop the ellipse inside a rectangle with sides 2a × 2b, area 4ab. The ellipse's πab fills roughly 78.5% of that box — the very same fraction you'd get with a circle tucked inside a square.
How to find the foci? They sit on the major axis, a distance c = √(a² - b²) out from the centre, which makes eccentricity e = c/a.
Is Earth's orbit a circle or an ellipse? Technically an ellipse, though such a faint one that it's almost a circle. With an eccentricity near 0.0167, perihelion and aphelion differ by only about 3.3%.
Related Tools
Rent Adjustment Calculator
Compute annual rent adjustment by IGP-M or IPCA accumulated in the last 12 months (manually configurable).
Pregnancy Calculator
Compute estimated due date (EDD), gestational age and trimester from the last menstrual period (LMP).
Fertile Period Calculator
Compute fertile window and ovulation day from the first day of the last cycle and the average cycle length.
Calculate the area of an ellipse
An ellipse is roughly a "flattened" circle. Its area generalises the circle's, swapping pi times the radius squared for pi times the two semi-axes. The tool applies A = π × a × b from the major and minor semi-axes you enter.
It works for maths exercises, design projects, areas of oval shapes and engineering applications. Type the two semi-axes. Pi goes into the math on its own, so you don't need to recall the formula or the value of pi.
The calculation happens in your own browser, sending nothing out. A practical reference for an ellipse's area, a shape that shows up less than the circle but causes more confusion.