Why Pi Is 3.14

Pi is the ratio of a circle's circumference to its diameter. It's 3.14159... because that's how circles work, and the value is the same in every universe with circles.

Tech Talk News Editorial5 min read
ShareXLinkedInRedditEmail
Why Pi Is 3.14

Pi is the ratio of a circle's circumference to its diameter. Take any circle, divide the distance around it by the distance across it, and you get the same number. That number is roughly 3.14159, and it goes on forever without repeating. The reason it's 3.14 (and not 3 or 4 or some other number) is that this is genuinely how circles work in flat space. The value of pi is a fact about geometry, not a human convention.

The way I think about pi is that it's the cleanest example of a mathematical constant that's “discovered” rather than invented. Aliens with no contact with humans would derive the same number from the same definition, just with different symbols. Pi is built into the structure of flat space the same way the Pythagorean theorem is.

Plain English

Pi (π) ≈ 3.14159265358979... It's irrational, meaning no fraction of two integers exactly equals it, and it's transcendental, meaning it's not the root of any polynomial with integer coefficients. The decimal expansion never terminates and never repeats.

The Geometric Definition

Take a circle with radius r. The circumference (distance around) is:

C = 2πr

The area is:

A = πr²

Pi is whatever number makes both of these formulas correct. It's defined by the geometry of the circle. You don't pick its value; you measure it.

If you draw any circle on a flat surface and measure carefully, you'll find the circumference is a little more than 3 times the diameter. The first three digits, 3.14, are accurate enough that an Egyptian builder using a string in 2500 BC could have measured it. The remaining digits are exotic, and exotic to compute.

The Ancient Methods

Estimating pi was a major computational problem in ancient mathematics. Archimedes (around 250 BC) was the first to prove rigorous bounds. His method: inscribe regular polygons inside a circle and circumscribe regular polygons outside it. Compute the perimeters. The circle's circumference must be between them.

Archimedes worked with 96-sided polygons and proved:

3 + 10/71 < π < 3 + 10/70

Or roughly 3.1408 < π < 3.1429. That's impressively accurate for someone working without modern algebra. Subsequent mathematicians (Liu Hui in China, Madhava in India) extended the polygon method to compute more digits, eventually reaching 100+ digits by the 18th century.

Why It's 3.14 Specifically

The simple answer is “because circles.” The deeper answer is that pi is determined by the structure of Euclidean (flat) geometry. In curved space, the relationship between a circle's circumference and its radius changes. A circle drawn on the surface of a sphere has a smaller circumference than 2πrfor a given radius (measured along the sphere's surface). A circle on a saddle surface has a larger one.

Pi being 3.14159... is specifically a fact about flat 2D space. It's tied up with the parallel postulate (the assumption that parallel lines never meet) and all the geometry that follows. Change those assumptions, and pi changes value, or stops being a constant at all.

The Modern Computation

Modern computations of pi use infinite series that converge fast. Some of the more important:

  • Leibniz formula (1670s): π/4 = 1 − 1/3 + 1/5 − 1/7 + 1/9 − ... Beautiful but slow. To get 10 digits you need billions of terms.
  • Machin's formula (1706): π/4 = 4·arctan(1/5) − arctan(1/239). Much faster than Leibniz; used for centuries to compute pi by hand.
  • Ramanujan series (1914): Multiple formulas converging at remarkable rates. Still used in modern computer calculations.
  • Bailey-Borwein-Plouffe (1995): The first known formula that lets you compute the n-th digit of pi without computing all the digits before it.

The current world record for digits of pi is in the trillions. None of those digits matter for any practical purpose. NASA uses 15 or 16 digits for spacecraft trajectory calculations. The error from using only 16 digits to compute the circumference of the observable universe is less than the diameter of a hydrogen atom.

Why Pi Is Irrational

Pi being irrational means it can't be written as a fraction p/q for any integers p and q. This is non-obvious from the definition. The first proof was given by Johann Lambert in 1761, using the continued fraction expansion of the tangent function.

Pi being transcendental (proved by Lindemann in 1882) is a stronger statement: pi isn't the root of any polynomial with integer coefficients. This is what proves that you can't “square the circle” (construct a square of equal area to a given circle using only compass and straightedge). It also means pi is a fundamentally non-algebraic number.

Pi in Other Contexts

Pi shows up in places that aren't obviously about circles:

  • Probability. The normal distribution's probability density function has pi in the denominator.
  • Quantum mechanics. The Heisenberg uncertainty principle is bounded by ℏ/2, where ℏ = h/(2π).
  • Signal processing. Fourier transforms and frequency analysis are saturated with pi.
  • Statistics. The Stirling approximation for factorials, sample size formulas, error bounds.

Pi appears whenever there's an underlying circular or wave structure to the math, even when the connection isn't obvious. The Fourier transform converts time signals into frequency signals, and the inverse and forward transforms have factors of 2π in them, because frequency is measured in cycles per second and a cycle is one trip around a circle.

Takeaway

Pi equals 3.14159... because that's the ratio of a circle's circumference to its diameter in flat space. It's irrational and transcendental. Ancient mathematicians estimated it by inscribing polygons in circles. Modern formulas converge fast and we know it to trillions of digits, none of which matter practically. Pi shows up everywhere there's a circle or wave hidden in the math.

The Take

The reason pi is 3.14 isn't about humans choosing it. It's a measurement. The number that comes out of dividing any circle's circumference by its diameter is what it is, and the universe's flat-space geometry produces 3.14159... regardless of who's asking. That's why pi is one of the most universal constants in mathematics. The interesting historical question is how long it took humans to compute it precisely. The answer is “forever,” because the digits never stop.

Written by

Tech Talk News Editorial

Tech Talk News covers engineering, AI, and tech investing for people who build and invest in technology.

ShareXLinkedInRedditEmail