Skip to content

Area of a Circle

The Story Behind the Math

Archimedes and the Impossible Shape

Around 250 BCE, Archimedes had a problem that had haunted mathematicians for centuries: how do you measure the area of a circle?

Rectangles were easy - length times width. Triangles - half base times height. But circles? They had no straight edges, no corners. You couldn't just multiply two numbers and get an answer.

Earlier mathematicians had tried approximations. The Egyptians used (8d/9)² where d is diameter - not bad, but wrong. The Babylonians used 3 × radius² - closer, but still off. Nobody had a precise formula, and worse, nobody knew why circles worked the way they did.

Archimedes decided to solve it using a brilliant trick: if you can't measure the curve, trap it between things you can measure.

The Method of Exhaustion

Archimedes drew a circle. Then he drew a square inside it, touching the circle at four points. The square's area was easy to calculate, but it was clearly less than the circle's area.

Then he drew a square outside the circle, with the circle touching all four sides. This square was bigger than the circle.

So the circle's area was somewhere between those two squares. But that's not precise enough.

Next move: instead of 4-sided polygons, use 6-sided. Then 12-sided. Then 24-sided. Then 48-sided. Then 96-sided.

As the number of sides increased, the inner polygon got closer to filling the circle, and the outer polygon got closer to matching it. The gap between them shrank. If you kept going forever, the polygons would become the circle.

This is the method of exhaustion - exhaust the difference by making it smaller and smaller until it vanishes.

The π Discovery

Through this method (with 96-sided polygons and a lot of manual calculation), Archimedes proved that the area of a circle equals π times the radius squared.

But where does π come from? Archimedes also proved that the circumference (perimeter) of a circle is 2πr. So π is the ratio of circumference to diameter: π = C/d ≈ 3.14159...

This number shows up everywhere in circles. It's not arbitrary - it's a fundamental property of curved space in a flat plane.

Why It Matters

Before Archimedes, you couldn't accurately calculate the area of anything circular. Wheels, wells, circular fields, planetary orbits - all estimates and guesses.

After Archimedes, engineers could design precise circular structures. Astronomers could calculate planetary paths. It became the foundation for understanding curves, spheres, and eventually calculus.

And the method of exhaustion itself became a precursor to integral calculus - the idea that you can approximate complex shapes with simple ones, then take the limit as the approximation gets infinitely precise.

The Formula

For a circle with radius r:

\[ A = \pi r^2 \]

Where π ≈ 3.14159... (an irrational number that goes on forever without repeating)

Derivation: Why π and Why Squared?

Visual Proof: Unwrapping the Circle

Imagine cutting a circle into many thin pizza slices - say, 16 slices.

Step 1: Rearrange the slices

Take those 16 slices and arrange them alternately pointing up and down, side by side. They form something that looks almost like a rectangle: - The "top" is made of curved edges (half the circumference) - The "bottom" is made of the other curved edges (the other half) - The height is the radius r

Step 2: More slices = more rectangular

With 16 slices, it's bumpy. With 32 slices, it's smoother. With 1000 slices, it looks very close to a rectangle.

As the number of slices approaches infinity, the shape becomes a perfect rectangle with: - Width = half the circumference = πr (since full circumference = 2πr) - Height = radius = r

Step 3: Calculate the area

Area of rectangle = width × height:

\[ A = \pi r \times r = \pi r^2 \]

That's where the formula comes from. The circle "unwraps" into a rectangle with dimensions determined by its radius and the constant π.

Why Squared?

Because area scales with the square of linear dimensions. If you double the radius, you quadruple the area (2² = 4). Triple the radius, you get 9 times the area (3² = 9).

This isn't unique to circles - it's true for all 2D shapes. A square with side length s has area s². A circle with radius r has area proportional to r². The π is just the specific constant that makes circles work.

Archimedes' Polygon Method (Rigorous Proof)

Start with a regular polygon (equal sides, equal angles) inscribed in a circle of radius r.

For an n-sided polygon:

Each triangle from the center to two adjacent vertices has: - Base = one side of the polygon ≈ (2πr)/n (as n gets large) - Height ≈ r (approximately the radius)

Area of one triangle ≈ ½ × base × height = ½ × (2πr/n) × r

Total area of n triangles:

\[ A_n = n \times \frac{1}{2} \times \frac{2\pi r}{n} \times r = \pi r^2 \]

As n → ∞, the polygon becomes the circle, so A_circle = πr².

Why π?

The constant π emerges from the ratio of circumference to diameter. If you wrap a string around a circle (circumference C) and measure it against the diameter (d), you always get:

\[ \frac{C}{d} = \pi \approx 3.14159... \]

This is the same for every circle - tiny coin or planet-sized. It's a property of Euclidean geometry itself.

Since C = πd = 2πr, and the area derivation uses circumference, π naturally appears in the area formula.

Why This Matters Today

  • Engineering: Designing pipes, gears, wheels, circular structures
  • Physics: Planetary orbits, wave equations, anything involving rotation
  • Statistics: Normal distribution (bell curve) has π in its formula
  • GPS: Earth is roughly spherical, calculations use π constantly
  • Pizza: Knowing if you're getting ripped off (a 14" pizza is way more than a 10" pizza)

Archimedes figured this out 2,200 years ago by hand, using polygons with 96 sides. Today we use π in nearly every scientific calculation. That's the power of rigorous mathematical proof.

  • Circumference of circle: C = 2πr
  • Surface area of sphere: 4πr²
  • Volume of sphere: (4/3)πr³
  • Volume of cylinder: πr²h
  • Radians (angle measure based on π)