
What is π, really?
Most of us meet as the ratio of a circle’s circumference to its diameter. It is a clean definition, easy to state and easy to remember. But it does not explain why the same number shows up in probability, infinite sums, and even problems about counting.
That wider story is what makes so interesting.
The definition you were taught
Take any circle: a coin, a plate, or a planet. Measure its circumference and its diameter , then divide one by the other. You will always get the same number: , about .
This works because all circles have the same shape. Make a circle twice as wide and its circumference also becomes twice as long, so the ratio stays fixed.
That is a perfectly good definition of . The surprise is that it turns up far beyond geometry.
First stop: a stick on the floor
Consider a floor ruled with parallel lines, spaced apart, and a needle of length , where . Drop the needle at random. Sometimes it crosses a line and sometimes it does not. Repeat this thousands of times and count the crossings.
You might expect to learn something about needles and floors. Instead, you can use the results to estimate .
If you drop the needle times and it crosses a line times, then:
This is Buffon’s needle problem, posed by Georges-Louis Leclerc in 1777. It is one of the earliest examples of a Monte Carlo method, which uses random experiments to estimate a fixed quantity. People have actually recovered several decimal places of by dropping sticks.
Why does appear? The needle lands at an angle relative to the lines, and that angle is uniformly random on . When we account for every possible angle and position, falls out of the geometry of the angle itself.
The probability of a crossing is:
No circle is drawn on the floor. But angles are measured in radians, and radians are built from circle geometry. is already nearby.
Second stop: an infinite sum
In 1644, Pietro Mengoli asked a question that puzzled mathematicians for nearly a century: what is the exact value of this endless sum?
The sum is finite, but for nearly a century nobody could find its exact value. In 1734, Leonhard Euler found the answer:
Why should adding fractions involving square numbers produce ? The link comes through the sine function. Euler found that can be written as an infinite product:
The important detail is where sine equals zero: . Expand this product and compare it with the Taylor series for , and the coefficient of forces the sum to equal . The regular rhythm of sine carries with it.
3Blue1Brown has a beautiful visual proof of this.
There is an even stranger link to prime numbers. The probability that two randomly chosen integers are coprime, meaning they share no factor other than 1, is , or about 61%. has no obvious business being in number theory, and yet there it is.
Third stop: the bell curve
This is often the most surprising example.
Consider . It makes a bell-shaped curve, related to the patterns behind measurement errors, heights, and noise in signals. It is one of the central shapes in probability and statistics.
Now integrate it over the entire real line:
is hiding in the area under this curve. Why?
The usual trick is to call the integral , then square it:
Squaring the integral lets us view it over the whole plane. Now switch to polar coordinates, where and the area element becomes . The double integral becomes:
So . The original curve did not mention circles, but the two-dimensional version has circular symmetry. Polar coordinates make that symmetry visible, and comes along with it.
This is not an extra detail. In the normal distribution, the familiar bell curve used in statistics, science, and machine learning, appears in the denominator:
The makes the total area under the curve equal to 1. Without it, the curve could not represent probabilities.
3Blue1Brown has a visual walkthrough of the polar coordinates argument.
Fourth stop: counting things
Factorials are about counting. For example, is the number of ways to arrange five books on a shelf. So it feels odd to find in a formula about factorials.
For large , Stirling’s approximation gives:
The is essential. Without it, the estimate is much less accurate; with it, the relative error shrinks as grows.
Why is it there? The Gamma function gives an exact integral for a factorial: . For large , the integrand peaks sharply near , and near that peak it is shaped like a Gaussian. Evaluating that Gaussian peak is the same computation as the bell curve integral, so appears for the same reason.
The Gamma function also works beyond positive integers, and it still contains : . Counting and continuous mathematics are more connected than they first appear.
Fifth stop: a formula nobody expected
In 1748, Euler published what is now called Euler’s identity:
Five famous constants appear in one equation: , , , , and . There are no circles or geometric objects in the setup, only the exponential function and imaginary numbers. So why is involved?
The answer is Euler’s formula:
This formula follows from the power series for . Put into that series and separate the real and imaginary parts; the familiar series for and appear.
Geometrically, an imaginary exponent makes travel around the unit circle. As increases, it moves at a steady rate and completes one full loop at .
Try dragging the point around the circle below. The blue value is the real part, , and the green value is the imaginary part, .
Set . Since and :
And so .
appears because means a half-turn around the unit circle. This is the same circle geometry behind . The formula also explains why keeps returning wherever sines and cosines describe repeating motion: in sound, waves, and quantum mechanics.
So what is π, really?
Imagine mathematicians who discovered calculus before they studied geometry. They could meet through the bell curve, the Basel problem, or the Gamma function. Later, when they finally studied circles, they might be surprised to find the same number waiting there too.
The schoolbook definition is not wrong. It is one view of a much larger idea. Circles are where is easiest to see, but they are not its only home.
is a constant that appears throughout continuous mathematics. You see it in angles, infinite sums, probability, and counting. A circle is one expression of it; Euler’s identity is another.
The ratio remains a valid definition. But it is also a doorway into a number that connects many parts of mathematics.
Last updated