Boneyard Tools

Ellipse Area Calculator

Enter the two half axes of an ellipse and get its area, circumference and eccentricity at once. The area uses the exact pi times a times b formula, while the circumference, which has no simple closed form, uses the Ramanujan second approximation. Results update instantly and round to six decimal places.

How to find the area of an ellipse

  1. Enter the semi major axis a in the first field, the longer of the two half axes.
  2. Enter the semi minor axis b in the second field, the shorter half axis.
  3. Watch the Area, Circumference and Eccentricity cards update as you type.
  4. Keep both axes in the same unit; the area is in square units and the circumference in that same length unit.
  5. Click Copy result to grab all three values as plain text.

Examples

A standard ellipse, a = 5 and b = 3

a = 5, b = 3
area = 47.12389, circumference = 25.526986, eccentricity = 0.8

A circle, a = b = 4

a = 4, b = 4
area = 50.265482, circumference = 25.132741, eccentricity = 0

A more elongated ellipse, a = 8 and b = 3

a = 8, b = 3
area = 75.398224, circumference = 36.36618, eccentricity = 0.927025

Frequently asked questions

What is the formula for the area of an ellipse?

The area equals pi times the semi major axis a times the semi minor axis b. When a and b are equal it reduces to pi times r squared, the area of a circle, which is why a = b = 4 gives 50.265482.

How is the circumference of an ellipse calculated?

There is no simple exact formula for an ellipse perimeter, so this tool uses the Ramanujan second approximation: pi times (3(a+b) minus the square root of (3a+b)(a+3b)). It is accurate to many decimal places for the ellipses people usually work with.

What does eccentricity mean?

Eccentricity measures how stretched the ellipse is. It is 0 for a perfect circle, sits between 0 and 1 for any ellipse, and climbs toward 1 as the shape becomes long and thin. At a = 8, b = 3 it is 0.927025, a clearly elongated oval.

How is eccentricity computed here?

It equals the square root of one minus the squared ratio of the shorter axis to the longer axis, using max(a, b) as the reference. Because it always divides the smaller by the larger, the result is the same no matter which field you label major.

Do I have to enter a as the larger axis?

It is the convention, and the labels assume it, but the math does not force it. Area and circumference are symmetric in a and b, and eccentricity uses the larger of the two internally, so swapping the values gives the same three answers.

What are the semi axes versus the full axes?

A semi axis is half of a diameter. The semi major axis is half the longest width of the ellipse and the semi minor axis is half the shortest. If you measured the full widths, divide each by two before entering them here.

What units and value range does it accept?

It is unit free, so pick any length unit and use it for both axes. Each field accepts values from just above 0 up to 1000 in steps of 0.1. Zero or negative axes are rejected because an ellipse needs two positive half axes.

Why does the circumference show many decimals?

Results are rounded to six decimal places and then displayed with up to six significant fraction digits, so a = 5, b = 3 reads 25.526986 rather than a shorter 25.53. You can round further yourself for a tidy final answer.

Is my data sent anywhere?

No. Every calculation runs locally in your browser as you type. Nothing is uploaded or saved, so the tool keeps working offline once the page has loaded.

Learn more

Related tools