Most ratios are ordinary. A 3:2 ratio, a 7:4 ratio — they tell you how one thing compares to another, and that is the end of the story. But there is one ratio that hides a secret: when you use it to build a rectangle and chop the biggest square out, the rectangle you have left has exactly the same proportions as the one you started with. You can repeat the chop forever and never run out of golden rectangles. That ratio is \varphi = \tfrac{1+\sqrt{5}}{2} \approx 1.618, and the recursive picture below is the reason it keeps turning up in sunflowers, seashells, and Renaissance paintings.
The picture
Start with a rectangle whose long side is \varphi times the short side. Chop off a square whose side equals the short side. The rectangle that remains has the same \varphi proportion — it is a golden rectangle again, just smaller and rotated. Chop the largest square out of that rectangle, and you are left with yet another golden rectangle. The recursion never ends.
Why the leftover rectangle is also golden: start with sides \varphi and 1. The chopped-off square has side 1. The leftover rectangle has sides 1 and \varphi - 1. For this to be a golden rectangle, the ratio of its long side to its short side must be \varphi. That requirement is \tfrac{1}{\varphi - 1} = \varphi, which rearranges to 1 = \varphi(\varphi - 1) = \varphi^2 - \varphi, or \varphi^2 = \varphi + 1 — the famous equation that defines \varphi. So the rectangle is golden if and only if \varphi satisfies \varphi^2 = \varphi + 1, which pins down \varphi = \tfrac{1 + \sqrt{5}}{2} \approx 1.618.
Solving for the golden ratio
The equation \varphi^2 = \varphi + 1 is a quadratic in \varphi, and the quadratic formula gives
(The other root, \tfrac{1 - \sqrt{5}}{2} \approx -0.618, is negative and doesn't correspond to a physical rectangle — but it has its own geometric life, often written -1/\varphi.)
Three small facts about \varphi that fall out of \varphi^2 = \varphi + 1:
- \varphi - 1 = \tfrac{1}{\varphi}. The reciprocal of \varphi is just \varphi minus one. So 1/1.618\ldots = 0.618\ldots. Unique among numbers greater than one.
- \varphi^2 = \varphi + 1. Squaring \varphi is the same as adding one to it.
- \varphi is irrational. Because \sqrt{5} is irrational (same proof as for \sqrt{2} — see Tennenbaum's visual proof), and an irrational shifted and scaled by rationals stays irrational.
These three properties are what give \varphi its recursive and self-similar character. Squaring and inverting — the two operations that usually stretch and flip numbers — just nudge \varphi by one.
The infinite chop, visualised
The decomposition doesn't stop at square three or four. It keeps going. At each step, the "remaining rectangle" is another golden rectangle with side lengths scaled down by a factor of 1/\varphi. After n steps, the remaining rectangle has linear dimensions 1/\varphi^n times the original — which shrinks toward zero, but never actually reaches zero. The infinitely nested rectangles converge to a single point inside the figure, called the eye of the spiral.
This is the feature that makes \varphi so visually striking. The recursion is self-similar — each stage of the chop is a scaled-down copy of the previous stage — and self-similar patterns keep your eye moving inward without ever settling.
Why it shows up in nature
Many growing things face the same design problem: how to pack new pieces around a centre, fitting as much as possible into the available space without two pieces overlapping. Sunflowers arrange their seeds, pine cones their scales, pineapples their hexagons — all facing the same geometric task. The best solution turns out to use the golden angle, 360°/\varphi^2 \approx 137.5°, because any other angle eventually creates gaps or repeats.
It is not that nature has a preference for \varphi in the mystical sense. It is that \varphi solves a real packing optimisation problem, and any growing thing subject to the same optimisation lands on the same answer. The golden rectangle is just the simplest way to see that optimisation, because the recursive chop makes the self-similarity visible.
Three things to try
Draw it yourself. On graph paper, draw a 21 \times 13 rectangle. That's close to golden (21/13 = 1.615, within 0.2\% of \varphi). Chop out a 13 \times 13 square — you are left with a 13 \times 8 rectangle. Chop out an 8 \times 8 — you get 8 \times 5. Then 5 \times 3, then 3 \times 2, then 2 \times 1, then 1 \times 1. Notice the side lengths: 21, 13, 8, 5, 3, 2, 1, 1 — the Fibonacci numbers, read backwards. This is not a coincidence.
Try non-golden rectangles. Start with a 2 \times 1 rectangle instead. Chop out the 1 \times 1 square and you are left with a 1 \times 1 square — done in one step, no recursion. Start with a 3 \times 2 rectangle. Chop out the 2 \times 2 square; left with 2 \times 1. Chop the 1 \times 1; left with 1 \times 1. Done. Only the golden rectangle produces an infinite chop — every other ratio terminates.
Compute 1/\varphi on a calculator. If \varphi = 1.6180339887\ldots, then 1/\varphi = 0.6180339887\ldots. Same digits after the decimal point. This is the consequence of \varphi - 1 = 1/\varphi, and no other number greater than one has this property.
The link to Fibonacci
The Fibonacci sequence 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, \ldots is generated by the rule "each number is the sum of the previous two." If you compute the ratios of consecutive Fibonacci numbers,
they zigzag ever closer to \varphi = 1.618\ldots. The reason is that the Fibonacci recursion F_{n+1} = F_n + F_{n-1} is exactly the equation \varphi^2 = \varphi + 1 in disguise (divide both sides of the Fibonacci rule by F_n and call the ratio r; you get r = 1 + 1/r, which is \varphi^2 = \varphi + 1 again).
So the recursive chop of the golden rectangle, the Fibonacci sequence, and the defining equation of \varphi are three faces of the same object — a single self-similar pattern, drawn three different ways.
Related: Percentages and Ratios · Ratio Mixer: Orange Juice and Water in a 3:2 Beaker · Fractions and Decimals · Number Systems