Area of Ellipse — Formula, Derivation, and Examples

#Geometry
TL;DR
The area of an ellipse is $A = \pi a b$, where $a$ is the semi-major axis and $b$ is the semi-minor axis (the half-lengths of the longest and shortest diameters). This article covers the area of ellipse formula, two ways to derive it — by stretching a circle and by integration — a variable glossary, and worked examples. When $a = b$, the ellipse becomes a circle and the formula collapses to $\pi r^2$.
BT
Bhanzu TeamLast updated on June 25, 20267 min read

What Is The Area Of An Ellipse?

The area of an ellipse is the amount of flat space enclosed by the oval curve, given by:

$$A = \pi a b$$

Here $a$ is the semi-major axis — half the length of the longest diameter — and $b$ is the semi-minor axis, half the length of the shortest diameter. Both are measured from the center to the edge along the two axes, just as a radius is measured in a circle. An ellipse has two such radii instead of one; multiply them, scale by $\pi$, and you have the area.

Symbol

Meaning

Units

$a$

Semi-major axis (center to far edge)

length (cm, m)

$b$

Semi-minor axis (center to near edge)

length (cm, m)

$A$

Area enclosed

square units (cm²)

$\pi$

About $3.14159$

none

A point worth flagging: $a$ and $b$ are semi-axes, the half-lengths. If a problem hands you the full major and minor axis lengths, halve each before multiplying. This is the single most common source of wrong answers on ellipse-area problems.

How Is The Area Of An Ellipse Formula Derived?

There are two clean ways to see where $A = \pi a b$ comes from. The first needs no calculus.

By stretching a circle. Start with a circle of radius $a$. Its area is $\pi a^2$. Now squash the circle vertically by the factor $\dfrac{b}{a}$, so that every vertical distance shrinks while horizontal distances stay the same — the circle becomes an ellipse with semi-axes $a$ and $b$. Scaling one direction by a factor scales the area by the same factor:

$$A = \pi a^2 \times \frac{b}{a} = \pi a b$$

That is the formula, derived from the circle the ellipse came from.

By integration. The top half of an ellipse $\dfrac{x^2}{a^2} + \dfrac{y^2}{b^2} = 1$ is the curve $y = b\sqrt{1 - \dfrac{x^2}{a^2}}$. Integrating across the width and doubling gives the area:

$$A = 2\int_{-a}^{a} b\sqrt{1 - \frac{x^2}{a^2}}, dx$$

The integral of $\sqrt{1 - x^2/a^2}$ across $[-a, a]$ evaluates to $\dfrac{\pi a}{2}$, so:

$$A = 2b \times \frac{\pi a}{2} = \pi a b$$

Both routes land on the same place. The stretch argument is the one to keep in mind, because it shows why the formula multiplies the two semi-axes.

Examples of Area of Ellipse

The examples move from a direct substitution to an applied problem. Each step is on its own line.

Example 1

Find the area of an ellipse with semi-major axis $a = 6$ cm and semi-minor axis $b = 4$ cm. Use $\pi \approx 3.14$.

$$A = \pi a b$$ $$A = 3.14 \times 6 \times 4$$ $$A = 75.36 \text{ cm}^2$$

Final answer: 75.36 cm².

Example 2

An ellipse has a major axis of 14 cm and a minor axis of 10 cm. A student computes the area as $\pi \times 14 \times 10 = 439.6$ cm². What went wrong, and what is the correct area? Use $\pi \approx 3.14$.

The first instinct is to multiply the full axis lengths straight into the formula. But $A = \pi a b$ uses the semi-axes — the half-lengths from the center. Test the logic with the circle case: if both axes equalled $14$, this approach would give $\pi \times 14 \times 14$, far larger than the correct $\pi \times 7 \times 7$. The full-length version overcounts by a factor of four.

Halve each axis first:

$$a = \frac{14}{2} = 7 \text{ cm}, \quad b = \frac{10}{2} = 5 \text{ cm}$$

Then apply the formula:

$$A = \pi a b$$ $$A = 3.14 \times 7 \times 5$$ $$A = 109.9 \text{ cm}^2$$

Final answer: about 109.9 cm². The semi-axes, not the full axes, go into the formula.

Example 3

An ellipse has semi-axes $a = 9$ m and $b = 5$ m. Find its area in terms of $\pi$.

$$A = \pi a b$$ $$A = \pi \times 9 \times 5$$ $$A = 45\pi \text{ m}^2$$

Final answer: $45\pi$ m² (about 141.4 m²).

Example 4

The area of an ellipse is $60\pi$ cm² and its semi-major axis is $a = 12$ cm. Find the semi-minor axis $b$.

Start from the area formula and solve for $b$:

$$A = \pi a b$$ $$60\pi = \pi \times 12 \times b$$ $$60 = 12b$$ $$b = 5 \text{ cm}$$

Final answer: $b = 5$ cm.

Example 5

Show that the ellipse area formula gives the circle area when $a = b = r$.

Set both semi-axes equal to the radius:

$$A = \pi a b$$ $$A = \pi \times r \times r$$ $$A = \pi r^2$$

Final answer: the formula reduces to $\pi r^2$, the area of a circle — a circle is an ellipse with equal axes.

Example 6

An elliptical garden bed is 8 m long and 6 m wide. A gardener needs 0.5 kg of seed per square metre. How much seed is needed? Use $\pi \approx 3.14$.

The length and width are the full axes, so halve them for the semi-axes:

$$a = \frac{8}{2} = 4 \text{ m}, \quad b = \frac{6}{2} = 3 \text{ m}$$

Find the area:

$$A = \pi a b$$ $$A = 3.14 \times 4 \times 3$$ $$A = 37.68 \text{ m}^2$$

Multiply by the seed rate:

$$\text{Seed} = 37.68 \times 0.5 = 18.84 \text{ kg}$$

Final answer: about 18.84 kg.

Why The Ellipse Formula Matters Beyond The Classroom

The ellipse is the shape of orbits. Planets trace ellipses around the Sun, with the Sun at one focus — Kepler established this in 1609, and the area an orbit sweeps in equal times is equal, which is one of his laws of planetary motion. Computing those swept areas starts with knowing the area of the whole ellipse.

Closer to ground level, elliptical shapes appear in whispering galleries, the cross-sections of pipes cut at an angle, stadium architecture, and the design of gears and cams where a smoothly varying radius is needed. In every case the area formula $\pi a b$ is the first quantity an engineer reaches for. The deeper geometry of the ellipse — its foci, its directrix, and the family of conic sections it belongs to — builds on this foundation.

Common Mistakes With The Area Of An Ellipse

Mistake 1: Using the full axes instead of the semi-axes

Where it slips in: When a problem gives "major axis" and "minor axis" lengths, or a length and width.

Don't do this: Substitute the full axis lengths directly as $a$ and $b$.

The correct way: Halve each full axis to get the semi-axis before multiplying. The first-instinct error on ellipse problems is exactly this — reading the full diameter-like lengths as the semi-axes, which inflates the area fourfold.

Mistake 2: Squaring a semi-axis as if it were a circle

Where it slips in: Carrying the circle formula $\pi r^2$ over by habit.

Don't do this: Write $A = \pi a^2$ or $\pi b^2$, using only one axis.

The correct way: An ellipse has two different radii, so the formula multiplies both: $A = \pi a b$. The memorizer who recalls "pi times radius squared" reaches for one axis and squares it; the ellipse needs the product of two.

Mistake 3: Forgetting the area units

Where it slips in: Reporting the answer after the arithmetic.

Don't do this: Leave the answer as a bare number or in length units.

The correct way: Area is in square units — cm², m². Since you multiplied two lengths, the units must be squared.

Conclusion

  • The area of an ellipse is $A = \pi a b$.

  • $a$ and $b$ are the semi-major and semi-minor axes — the half-lengths from the center.

  • The formula comes from scaling a circle's area by the stretch factor along one axis.

  • When $a = b$, it reduces to the circle's area $\pi r^2$.

  • Always halve full axis lengths to semi-axes before substituting.

Practice And A Next Step

Practice these problems to solidify your understanding, and for each one identify whether the question gives you full axes or semi-axes before you substitute. If your answer comes out four times too large, you almost certainly used the full axes.

Want a live Bhanzu trainer to walk through more area-of-ellipse problems? Book a free demo class.

Was this article helpful?

Your feedback helps us write better content

Frequently Asked Questions

What is the difference between the area and the perimeter of an ellipse?
The area is $\pi a b$, a clean formula. The perimeter (circumference) of an ellipse has no simple closed formula and is usually estimated, for example by Ramanujan's approximation. This is one of the surprising asymmetries of the ellipse.
Why is the area of ellipse formula πab and not something with addition?
Because area scales multiplicatively. Stretching a circle by different factors along two directions multiplies its area by those factors, and $\pi a b$ is exactly $\pi$ times the two semi-axes multiplied together.
What are a and b in the area of ellipse formula?
$a$ is the semi-major axis (half the longest diameter) and $b$ is the semi-minor axis (half the shortest diameter). Both run from the center to the curve.
Is a circle an ellipse?
Yes. A circle is the special case where both semi-axes are equal, $a = b = r$, which turns $\pi a b$ into $\pi r^2$.
✍️ Written By
BT
Bhanzu Team
Content Creator and Editor
Bhanzu’s editorial team, known as Team Bhanzu, is made up of experienced educators, curriculum experts, content strategists, and fact-checkers dedicated to making math simple and engaging for learners worldwide. Every article and resource is carefully researched, thoughtfully structured, and rigorously reviewed to ensure accuracy, clarity, and real-world relevance. We understand that building strong math foundations can raise questions for students and parents alike. That’s why Team Bhanzu focuses on delivering practical insights, concept-driven explanations, and trustworthy guidance-empowering learners to develop confidence, speed, and a lifelong love for mathematics.
Related Articles
Book a FREE Demo ClassBook Now →