A rectangle that reproduces itself
The golden ratio φ = (1 + √5)/2 ≈ 1.6180339887 is defined by a single self-referential property: a rectangle with side ratio φ:1 can have a square cut from its longer side, and what remains is another rectangle with exactly the same ratio φ:1, just smaller and rotated 90°. Algebraically, if the rectangle is φ×1, removing a 1×1 square leaves a (φ−1)×1 piece, and the defining equation φ − 1 = 1/φ (equivalently φ² = φ + 1) is precisely what guarantees the leftover rectangle is similar to the original. Repeat the square-removal forever and you get an infinite nested sequence of shrinking golden rectangles, each a scaled copy of the last by a factor of 1/φ.
The true golden spiral is logarithmic, not circular
Draw a quarter-circle arc inside each square as it is removed and the arcs join into a curve that looks like a spiral — but it is only an approximation. The mathematically exact golden spiral is a logarithmic spiral, r = a·e^(bθ), whose growth constant b is tuned so the radius multiplies by φ every quarter turn (b = ln(φ)/(π/2)). A logarithmic spiral has the defining property that it looks identical at every scale — zoom in or out and the curve you see is congruent to the whole, which is why it is also called the equiangular spiral: a line from the origin crosses the curve at the same angle no matter where you measure.
r(theta) = a * exp(b * theta) b = ln(phi) / (pi/2) so that r grows by a factor of phi every 90 degrees of turn quarter-circle-arc approximation (drawn inside each square): visually close, but NOT a true logarithmic spiral -- its curvature jumps discontinuously at each square boundary
Fibonacci: the integer shadow of phi
The Fibonacci sequence 1, 1, 2, 3, 5, 8, 13, 21, 34, 55… (each term the sum of the previous two) produces a different, only approximately golden spiral when you tile squares of those side lengths — and the two are often conflated. The ratio of consecutive Fibonacci numbers Fₙ₊₁/Fₙ converges to φ as n grows (F₁₃/F₁₂ = 233/144 ≈ 1.618055…, already accurate to four decimal places), but for any finite n it is only an approximation, alternating slightly above and below the true value. Binet's formula makes the connection exact: Fₙ = (φⁿ − ψⁿ)/√5, where ψ = (1−√5)/2 = −1/φ is the conjugate root of the same equation x² = x + 1, and since |ψ| < 1, ψⁿ vanishes as n grows, leaving Fₙ ≈ φⁿ/√5 — the Fibonacci numbers are, in a precise sense, the closest integers can get to pure powers of φ.
Continued fractions: why phi is the 'most irrational' number
φ has the simplest possible continued fraction expansion, φ = [1; 1, 1, 1, 1, …] — an infinite chain of 1s, φ = 1 + 1/(1 + 1/(1 + 1/(1 + …))). In Diophantine approximation theory, a number's continued fraction terms measure how badly it can be approximated by rationals: large terms mean an unusually good rational approximation is nearby, while a continued fraction of all 1s is the worst possible case, in the precise sense proved by the Hurwitz theorem. This is why φ is called the most irrational number, and it is the real mathematical reason it turns up in phyllotaxis — the spiral arrangement of sunflower seeds, pinecone scales and leaves. Packing new growth at a golden-angle rotation (360°/φ² ≈ 137.5°) is, by that same badness-of-approximation property, the rotation angle that never lines successive elements up into rays, giving the densest possible packing with no wasted gaps.
Where the golden ratio is real, and where it is folklore
φ genuinely governs pentagon and pentagram geometry (the diagonal-to-side ratio of a regular pentagon is exactly φ), phyllotaxis spiral counts (consecutive Fibonacci numbers of spirals in a sunflower head), and the growth-factor property of certain logarithmic-spiral shells such as Nautilus pompilius, which does approximate a logarithmic spiral, though careful measurement shows its actual growth ratio is close to but not exactly φ, and varies between individual shells. Claims that the Parthenon, the Great Pyramid or the Mona Lisa were deliberately proportioned to φ are, on the historical evidence, almost entirely retrofitted after the fact — a caution worth keeping alongside the genuinely rigorous mathematics above.
Frequently asked questions
Is the golden spiral the same as the Fibonacci spiral?
No, though they look alike. The true golden spiral is a logarithmic spiral scaled by exactly φ every quarter turn; the Fibonacci spiral approximates it using quarter-circle arcs inside squares of Fibonacci side lengths 1,1,2,3,5,8… and only converges toward the golden spiral's shape as the numbers grow large.
Why do sunflowers use the golden angle?
Because φ's continued fraction of all 1s makes it the hardest number to approximate well with a simple fraction. Rotating each new seed by the golden angle (about 137.5°) therefore never lines successive seeds up into radial gaps, giving the densest possible packing — any other rotation angle would eventually create wasted rays.
Does the golden ratio really appear in the Parthenon and famous paintings?
The rigorous cases — the regular pentagon's diagonal-to-side ratio, Fibonacci-number convergence, and phyllotaxis packing angles — are real mathematics. Claims about specific historical buildings or paintings being deliberately designed around φ are largely unsupported by primary sources and are best treated as popular folklore rather than established fact.
Try it live
Everything above runs in your browser — open Golden Ratio Spiral and change the parameters while it is running. Nothing is installed, nothing is uploaded, the whole model lives in one tab.
▶ Open Golden Ratio Spiral simulation