Geometry Tutorials

What Is Pi? The Number That Never Ends — Definition, History, and Why It Matters

By Published June 18, 2026

Pi (π) is the most famous constant in mathematics. It is the ratio of the circumference of a circle to its diameter — the same value for every circle in flat (Euclidean) space, regardless of size. Numerically, π ≈ 3.14159265358979323846… and the digits never end and never repeat. This guide explains what makes π special, why mathematicians call it irrational and transcendental, the 4000-year history of computing its digits, and the surprising places it shows up outside circles.

The definition of π

Take any circle. Measure its circumference C (the distance all the way around) and its diameter d (the distance across through the center). Divide:

π = C / d

Try this with a coin, a dinner plate, or any round object you can measure. The ratio comes out to about 3.14 every single time. The bigger or smaller the circle, the ratio doesn’t change — that universal constancy is what makes π a fundamental constant of the universe.

From this single definition, two more formulas follow immediately:

  • C = πd (circumference equals π times diameter)
  • C = 2πr (where r = d/2 is the radius)

And by integral calculus or by careful geometric argument (Archimedes did it in 250 BC), the area of the circle is:

A = πr²

Why π is “irrational”

An irrational number is one that cannot be expressed as a fraction p/q where p and q are integers. Examples include √2, e, and π. The opposite — a rational number — has a decimal expansion that either terminates (like 0.25 = 1/4) or repeats (like 0.333… = 1/3).

π is irrational. Its decimal expansion never terminates and never falls into a repeating pattern. This was first proved in 1761 by Johann Lambert. The proof is not trivial — it requires a clever continued-fraction argument and was a major mathematical achievement of the 18th century.

So next time someone says “π equals 22/7” — they’re wrong. 22/7 ≈ 3.142857… and is close to π (accurate to about 0.04%), but π itself cannot be written as any fraction.

Why π is “transcendental”

A transcendental number is one that is not the root of any polynomial equation with integer coefficients. (For comparison: √2 is irrational but not transcendental — it IS a root of x² − 2 = 0.)

π is transcendental. This was proved in 1882 by Ferdinand von Lindemann. The proof had a famous historical consequence: it settled the ancient Greek “squaring the circle” problem. The problem asked whether you could construct, using only a compass and straightedge, a square whose area exactly equals a given circle. Lindemann’s theorem proved it is impossible — because such a construction would require π to be algebraic (root of a polynomial), which it is not.

This was a 2000+ year-old puzzle. Settled forever by one proof about the nature of π.

A brief history of computing π

Humans have been computing better and better approximations of π for at least 4000 years:

  • ~1900 BC (Babylon): π ≈ 3.125 (3 + 1/8). Used in early geometry tablets.
  • ~1650 BC (Egypt, Rhind Papyrus): π ≈ 3.16 (computed as (16/9)² ≈ 3.1605).
  • ~250 BC (Archimedes): proved 3 + 10/71 < π < 3 + 1/7, i.e., 3.1408 < π < 3.1429. He used 96-sided polygons inscribed and circumscribed around a circle.
  • ~480 AD (Zu Chongzhi, China): π ≈ 355/113, accurate to 7 digits. This approximation remained the world record for nearly a thousand years.
  • 1700s (calculus arrives): infinite series like the Leibniz formula π/4 = 1 − 1/3 + 1/5 − 1/7 + … let mathematicians compute hundreds of digits by hand.
  • 1949 (ENIAC computer): 2,037 digits computed in 70 hours.
  • 2022: 100 trillion digits (Google Cloud computation).

The first 50 digits of π are: 3.14159265358979323846264338327950288419716939937510. There is no known pattern in them. They appear statistically random and pass every randomness test devised.

Where π shows up

π appears in every geometry formula involving circles, spheres, cylinders, cones, ellipses, and any rotational symmetry. But it also turns up in places that have nothing to do with circles, which surprises most students learning math:

  • Probability: the probability that two random integers are coprime (share no common factor) is 6/π² ≈ 0.6079. Why π? Nobody has a fully intuitive answer — it just emerges from number theory.
  • The normal distribution: the famous bell curve in statistics is e^(−x²/2)/√(2π). Half of statistics has a π in it.
  • Quantum mechanics: Heisenberg’s uncertainty principle states Δx · Δp ≥ ℏ/2, where ℏ = h/(2π). Atomic physics fundamentally involves π.
  • Fourier analysis: every signal — audio, image, radio wave — can be decomposed into sine waves, and that decomposition is built on integrals from 0 to 2π.
  • Euler’s identity: e^(iπ) + 1 = 0. Five of the most important constants in math — e, i, π, 1, and 0 — linked in one short equation. Often called “the most beautiful equation in mathematics”.

Computing with π — what precision do you actually need?

For most practical applications, only the first few decimal places of π matter:

  • To measure the circumference of the observable universe (90 billion light-years across) to within the width of a hydrogen atom, you would need only about 40 digits of π.
  • NASA’s most precise spacecraft trajectories use 15 to 16 digits of π — the limits of double-precision floating-point arithmetic.
  • For homework and everyday engineering: 3.14159 or 3.14 is almost always enough.

Computing 100 trillion digits is interesting as a benchmark and a computer-science exercise, but no engineering problem ever requires more than about 40 digits.

Pi vs Tau: a modern debate

Some mathematicians argue we should have defined the fundamental circle constant as τ (tau) = 2π instead of π. Their reasoning: τ is the circumference of a unit circle (radius 1), and many formulas simplify when you use τ. A full rotation is τ radians instead of 2π. The formula for the area of a circle becomes ½τr² (mirroring kinetic energy ½mv² in physics).

The “Tau Manifesto” (2010) and “Tau Day” (June 28, written 6/28 because τ ≈ 6.28) are part of a small movement to replace π with τ in education. Mainstream math has not switched.

How to remember the first few digits

The classic mnemonic: count the letters in each word.

“How I want a drink, alcoholic of course, after the heavy lectures involving quantum mechanics.”
3   1   4   1   5   9   2   6   5   3   5   8   9   7   9

That gets you 15 digits: 3.141592653589797. The last digit is technically 8 (the next is 9), so the final “quantum mechanics” gives 7-9. Close enough for any practical use.

Try it yourself

Every circle-related calculator on this site uses the full double-precision π. The Circle Geometry Calculator takes any one of radius, diameter, circumference, or area and computes the other three using π to ~15 decimal digits. The Circle Analytic Geometry Calculator handles circle equations on the coordinate plane.

FAQ

Why does π appear in formulas that don’t involve circles? Most “hidden” appearances trace back to integration over a circular or oscillating domain. The bell curve’s π comes from an integral; quantum mechanics’ π comes from wave behavior; Fourier analysis’ π comes from sinusoids. Circles are everywhere mathematically, even when they’re not obvious geometrically.

Is the value of π different in curved spaces? The ratio C/d differs from π on a curved surface. On a sphere, a “circle” drawn around the pole has a smaller circumference than πd because the sphere curves inward. The π we use in everyday geometry assumes Euclidean (flat) space.

What is “Pi Day”? March 14 (3/14 in US date format) is widely celebrated as Pi Day. It was made an official US federal observance in 2009.

#circle #history #irrational numbers #mathematical constants #pi
← Previous
Quadratic Formula in Geometry — 4 Real Scenarios with Examples
Next →
SOHCAHTOA Explained: Sine, Cosine, and Tangent for Right Triangles