All Chapters

The Missing Chapter

Fibonacci Numbers & the Golden Ratio

A medieval rabbit puzzle that won't stop showing up in sunflowers, pineapples, and the deepest corners of number theory.

An extension of Jordan Ellenberg's "How Not to Be Wrong"

Chapter 86

The Rabbit Problem

In 1202, a mathematician named Leonardo of Pisa — better known by his nickname Fibonacci — published a book called Liber Abaci. Most of it was about the merits of Hindu-Arabic numerals over Roman ones (a hard sell in thirteenth-century Italy). But tucked inside was a little word problem about rabbits that would echo through eight centuries of mathematics.

The setup is charmingly artificial, the way good math problems always are. You start with one pair of newborn rabbits. After one month, they're mature but haven't reproduced yet. After two months, they produce a new pair. From then on, every mature pair produces one new pair each month. No rabbit ever dies. (This is math, not biology.) How many pairs do you have after twelve months?

Let's count. Month 1: one pair (newborns). Month 2: still one pair (now mature). Month 3: two pairs (the originals plus their first offspring). Month 4: three pairs. Month 5: five. If you're careful about the bookkeeping, you get this:

MonthWhat happensPairs
1Start with 1 newborn pair1
2Pair matures1
3Original pair breeds2
4Original breeds again; month-3 pair matures3
5Two mature pairs breed5
6Three mature pairs breed8
7Five mature pairs breed13

The pattern is irresistible: 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144... Each number is the sum of the two before it. That's the rule, and it's so simple a child could continue the sequence indefinitely. The Fibonacci numbers, as they came to be called, are the mathematical equivalent of a pop song — a tiny motif that repeats and builds into something you can't get out of your head.1

But here's the thing about simple rules: they have a way of producing complicated consequences. The Fibonacci sequence is a gateway drug to some of the most beautiful mathematics in existence, and it all hinges on a single irrational number that the ancient Greeks were already obsessed with.

• • •
Chapter 86

The Ratio That Won't Sit Still

Take any two consecutive Fibonacci numbers and divide the larger by the smaller. Go ahead, try a few:

2/1 = 2. 3/2 = 1.5. 5/3 = 1.667. 8/5 = 1.6. 13/8 = 1.625. 21/13 = 1.615...

The ratios are bouncing around — overshooting, undershooting — but they're converging on something. That something is the golden ratio, traditionally denoted by the Greek letter φ (phi):

The Golden Ratio
φ = (1 + √5) / 2 1.6180339887...
An irrational number: the decimals never repeat, never end.

Why does this happen? Think about what happens when the Fibonacci numbers get very large. If F(n)/F(n-1) approaches some limit L, then F(n+1)/F(n) should approach the same limit. But F(n+1) = F(n) + F(n-1), so:

L = 1 + 1/L

Multiply both sides by L: L² = L + 1. That's a quadratic equation — x² − x − 1 = 0 — and its positive root is exactly φ. The golden ratio isn't just a curiosity that pops out of Fibonacci numbers; it's the reason they grow the way they do.2

φ ≈ 1.618 x² − x − 1 0 2.5
The characteristic equation x² = x + 1. Its positive root is φ — the attractor that pulls Fibonacci ratios toward it.

Binet's Formula: Integers from Irrationals

Now for something that should not work but does. The French mathematician Jacques Philippe Marie Binet showed in 1843 that you can compute any Fibonacci number directly — no recursion needed — using this formula:3

Binet's Formula
F(n) = (φⁿ ψⁿ) / √5
φ
(1 + √5) / 2 ≈ 1.618
ψ
(1 − √5) / 2 ≈ −0.618
Two irrational numbers, combined just so, always produce an exact integer. Every single time.

Take a moment to appreciate how weird this is. You're raising irrational numbers to arbitrary powers, subtracting them, dividing by another irrational number, and the answer is always a whole number. It's as if you took two clouds, subtracted one from the other, and always got a brick. This is not something that should happen, and yet the algebra demands it.

The reason it works is that ψ (the other root of our quadratic) has absolute value less than 1, so ψⁿ shrinks toward zero as n grows. For large n, the Fibonacci number is essentially φⁿ/√5, rounded to the nearest integer. The golden ratio is the Fibonacci sequence, in disguise.

• • •
Chapter 86

The Spiral

If you've ever seen a coffee-table book about mathematics, you've seen the Fibonacci spiral. You build it like this: draw a 1×1 square, then another 1×1 square next to it, then a 2×2 square along the combined edge, then a 3×3 square, a 5×5 square, and so on — each new square's side length is the next Fibonacci number. Then draw a quarter-circle arc through each square, connecting corner to corner, and you get a spiral that expands outward with elegant, steady grace.

This spiral is an approximation of the logarithmic spiral, a curve that grows by a constant factor with each quarter-turn. It's the curve you see in nautilus shells, hurricane cloud bands, and spiral galaxies — not because those things "obey" Fibonacci, but because logarithmic spirals are the natural shape of things that grow at a constant proportional rate while turning.4

Fibonacci Spiral Builder

Watch Fibonacci squares tile together and the spiral emerge. The ratio of consecutive terms converges toward φ.

• • •
Chapter 86

Sunflowers, Pinecones, and the Golden Angle

Here's where things get genuinely spooky. Go look at the head of a sunflower — really look at it. You'll see seeds arranged in two families of spirals: one set curving clockwise, another curving counterclockwise. Count the spirals in each direction. In a typical sunflower, you'll find 34 going one way and 55 going the other. Or 55 and 89. Always consecutive Fibonacci numbers.5

Pinecones? Count the spirals: usually 8 and 13, or 5 and 8. Pineapple scales: 8 and 13. Artichoke bracts: 5 and 8. Nature is playing Fibonacci, and it's not subtle about it.

The explanation is phyllotaxis — the study of how leaves, seeds, and other plant organs arrange themselves. As a sunflower head develops, each new seed emerges at a fixed angle from the previous one. The question is: what angle? If the angle is a simple fraction of a full turn — say, 1/4 turn (90°) — you get seeds lined up in straight rows with gaps between them. Bad for packing. If it's 1/3 turn, you get three spokes. Still bad.

The optimal angle turns out to be the golden angle: 360° × (1 − 1/φ) ≈ 137.507764°. At this angle, no seed ever lines up exactly with a previous one. The packing is as uniform as possible. And the resulting spiral counts are always Fibonacci numbers — because the continued fraction expansion of φ involves only 1's, meaning the best rational approximations of 1/φ are always ratios of consecutive Fibonacci numbers.6

137.5° 222.5°
The golden angle: 137.5°. Its complement is 222.5°. Together they make a full turn — split in the golden ratio.
Why the golden angle works

The golden ratio φ is the "most irrational" number — its continued fraction is [1; 1, 1, 1, ...], all ones, meaning it is the hardest number to approximate with fractions. A seed placed at the golden angle relative to the previous seed will never line up with any earlier seed. That's why sunflower heads pack so efficiently.

Phyllotaxis Simulator

Place seeds at a fixed angle apart. At 137.5° (the golden angle), you get beautiful uniform packing. Any other angle creates visible lines or gaps.

• • •
Chapter 86

The Debunking Section

I should be honest with you about something. The golden ratio has a PR problem — not because it's unimpressive (it's one of the most remarkable numbers in mathematics), but because its fan club has oversold it for centuries.

You have probably heard that the Parthenon is built according to golden ratio proportions. It isn't. The claim relies on selectively choosing which rectangle to measure, ignoring the steps, the stylobate, the pediment. Measure a slightly different part of the building and you get a different ratio. You have probably heard that the Mona Lisa's face fits a golden rectangle. If you're willing to draw enough rectangles on a painting, one of them will approximate any ratio you like.7

Here's a useful rule of thumb: if someone claims the golden ratio appears in an artwork, a building, a human body, or a corporate logo, they are almost certainly wrong. If someone claims it appears in a continued fraction, a Penrose tiling, a quasicrystal, or a sunflower, they are almost certainly right. The golden ratio is genuinely remarkable. It doesn't need the help of mysticism.

The places where φ genuinely appears are more interesting than the myths anyway. In the theory of continued fractions, φ = [1; 1, 1, 1, ...] — the simplest possible infinite continued fraction. This makes it, in a precise sense, the most irrational number — the hardest to approximate with ratios of integers. (Theorem: the worst-approximated numbers are those whose continued fraction coefficients are all 1's.) That's not mystical. It's a theorem with a proof.

Then there are Penrose tilings — those aperiodic patterns of "kite" and "dart" shapes that tile the plane without ever exactly repeating. The ratio of kites to darts? It approaches φ. And when physicists discovered quasicrystals in the 1980s — real physical materials with five-fold symmetry that classical crystallography said couldn't exist — the diffraction patterns were governed by φ. Dan Shechtman won the Nobel Prize for it in 2011.8

• • •
Chapter 86

Zeckendorf's Theorem and the Fibonacci Number System

Here's one more surprise. You know how every positive integer can be written in binary — as a sum of distinct powers of 2? There's a Fibonacci version of that. Zeckendorf's theorem says: every positive integer can be written as a sum of non-consecutive Fibonacci numbers, and this representation is unique.

Take 42. The largest Fibonacci number that doesn't exceed it is 34. 42 − 34 = 8, which is itself a Fibonacci number. So 42 = 34 + 8. And since 34 = F(9) and 8 = F(6), they're not consecutive in the sequence. Done.

42 = 34 + 8

The "non-consecutive" rule is what makes it unique — if you allowed consecutive Fibonacci numbers, you could always merge them (since F(n) + F(n+1) = F(n+2)), giving multiple representations. The constraint forces uniqueness. It's a number system based on Fibonacci instead of powers of 2, and it's just as valid.

1 1 2 3 5 8 13 21 34 42 = 34 + 8
Zeckendorf representation: every integer is a unique sum of non-consecutive Fibonacci numbers (highlighted in red).
• • •
Chapter 86

Simple Rules, Rich Structure

There's a family of Fibonacci-like sequences, by the way. Start with 2 and 1 instead of 1 and 1, and apply the same rule: you get the Lucas numbers: 2, 1, 3, 4, 7, 11, 18, 29, 47... They satisfy exactly the same recurrence, converge to the same ratio φ, and interweave with the Fibonacci numbers through beautiful identities like F(n)² + F(n+1)² = F(2n+1) and L(n) = F(n−1) + F(n+1).

This is the deeper lesson. The Fibonacci sequence isn't really about rabbits, or sunflowers, or golden rectangles. It's about what happens when you take the simplest possible recursive rule — add the last two things — and let it run. You get a sequence that encodes the golden ratio. You get a number system. You get optimal packing in botanical structures. You get quasicrystals. You get identities that link different parts of mathematics in ways nobody planned.

Simple recursive rules create unexpectedly rich structure. The Fibonacci sequence is the proof.

The mathematician Mark Kac once distinguished between "ordinary geniuses" and "magicians." Ordinary geniuses do things you could imagine doing yourself, if you were much smarter. Magicians do things you can't even understand how to begin. The Fibonacci sequence is mathematics's version of a magic trick: the setup is trivially simple — add the last two numbers — and the consequences are inexhaustible. Eight centuries later, we're still finding new ones.

Notes & References

  1. Leonardo of Pisa, Liber Abaci (1202). The rabbit problem appears in Chapter 12. L.E. Sigler's 2002 translation (Springer) provides a modern English version. The name "Fibonacci" (son of Bonacci) was coined by historian Guillaume Libri in 1838.
  2. The convergence of F(n+1)/F(n) to φ follows from the Perron–Frobenius theorem applied to the companion matrix of the recurrence. The companion matrix [[1,1],[1,0]] has eigenvalues φ and ψ, with φ as the dominant eigenvalue.
  3. Although named for Binet (1843), the formula was known to Euler (1765), Daniel Bernoulli (1728), and de Moivre (1718). See R. Knott, "Fibonacci Numbers and the Golden Section," University of Surrey.
  4. D'Arcy Wentworth Thompson, On Growth and Form (1917), Chapter 11. Thompson carefully distinguishes equiangular (logarithmic) spirals from Archimedean spirals and argues that the former arise naturally in organisms that grow by accretion.
  5. H. Vogel, "A better way to construct the sunflower head," Mathematical Biosciences 44 (1979): 179–189. Vogel's model places the nth seed at angle n × 137.508° and radius √n, reproducing observed sunflower patterns.
  6. S. Douady and Y. Couder, "Phyllotaxis as a physical self-organized growth process," Physical Review Letters 68 (1992): 2098–2101. They demonstrated that phyllotactic patterns emerge from mechanical forces in growing tips without genetic specification of Fibonacci numbers.
  7. George Markowsky, "Misconceptions about the Golden Ratio," The College Mathematics Journal 23, no. 1 (1992): 2–19. A thorough debunking of golden ratio myths in art, architecture, and human proportions.
  8. D. Shechtman et al., "Metallic Phase with Long-Range Orientational Order and No Translational Symmetry," Physical Review Letters 53 (1984): 1951–1953. Shechtman received the 2011 Nobel Prize in Chemistry for this discovery.