Infinite edge, finite space
Infinity and unboundedness are two different things. You can add infinitely many positive pieces and still get a finite answer, provided the pieces shrink quickly enough.
This simple idea leads to two remarkable shapes:
| Shape | Finite | Infinite |
|---|---|---|
| Koch snowflake | Area | Perimeter |
| Gabriel’s horn | Volume | Surface area |
Both examples follow the same basic idea. We keep adding pieces forever, but the pieces become small fast enough for one total to settle down. Another total does not.
A snowflake with no end to its edge
Start with an equilateral triangle whose sides have length 1. At each step, split every line segment into three equal parts and replace the middle part with the other two sides of a small outward-pointing equilateral triangle.
This is the Koch snowflake. Each step makes the boundary more jagged.
Why its perimeter is infinite
At the start, the triangle has three sides, so its perimeter is 3.
At every step, each old segment is replaced by four new segments. Each new segment is one-third as long as the old one. So the perimeter is multiplied by
After steps, the perimeter is
Because is greater than 1, this grows without limit as grows. The finished snowflake has an infinite perimeter.
There is no contradiction here. The boundary contains infinitely many tiny turns, and their total length never settles down.
Why its area is finite
Now look at the area. The original triangle has area
On the first step, we add three small triangles. Each has side length , so each has one ninth of the original triangle’s area. The area added is therefore
At the next step, there are four times as many new triangles, but each is one ninth the area of a triangle from the previous step. So each new layer adds as much area as the layer before it:
This is a geometric series. Since is less than 1, it has a finite sum:
So the Koch snowflake encloses a finite area, even though walking all the way around its edge would require infinite distance.
The key difference is the rate of change. The perimeter is multiplied by at each step, so it keeps growing. The new area is multiplied by , so the additions shrink fast enough to have a limit.
A horn you can fill but not paint
The second example comes from calculus. Take the curve
and rotate it around the -axis. The result is Gabriel’s horn, a trumpet-shaped surface that extends forever to the right while becoming narrower and narrower.
It has finite volume. Yet its surface area is infinite.
Why it has finite volume
At a position , the horn has radius . Its cross-section is a circle with area
Adding all those circular slices gives the volume:
The horn extends forever, but its radius shrinks quickly enough that all of its slices add up to cubic units.
Why it has infinite surface area
The surface-area formula for rotating around the -axis is
For , we have . Therefore
The square root is always greater than 1, so the surface area is greater than
But this integral does not settle to a finite value:
and grows without bound as goes to infinity. Since the surface area is always larger than a quantity that grows without bound, it must be infinite too.
The famous version of this result says that Gabriel’s horn can be filled with a finite amount of paint, yet its surface can never be fully painted. Real paint is made of atoms and molecules, so you could never actually carry this out – but in the ideal mathematical model, the result is exact.
Infinite processes, finite totals
The snowflake and Gabriel’s horn illustrate a basic fact about infinity: an endless process does not necessarily have an infinite total.
What matters is how quickly the new pieces become smaller. If they shrink fast enough, their combined contribution has a finite total. If they do not, the total grows without bound.
The snowflake has a finite area even as its perimeter becomes infinite because each new round adds less area than the one before it, and those additions decrease quickly enough to have a finite sum. Gabriel’s horn follows the same pattern for volume: its slices shrink as , fast enough for their volumes to add up to a finite amount. Its surface contributions shrink as instead, the same rate as the harmonic series, so their total is infinite.
The same principle appears in supertasks: thought experiments in which infinitely many steps are completed in a finite time. If each step takes half as long as the previous one, the times form the series , which has a finite total. An infinite number of steps can fit into a finite interval for the same reason that infinitely many small areas can fit inside a finite region.
A shape can have finite area or volume while its perimeter or surface area is infinite – it comes down to how fast the relevant quantities shrink.
Last updated