Golden Ratio & Fibonacci Spiral Interactive Simulator

simulator beginner ~8 min
Loading simulation...
phi = 1.6180339887... — The golden ratio, where a/b = (a+b)/a

The golden ratio phi equals approximately 1.6180339887, the unique number where the ratio of the whole to the larger part equals the ratio of the larger to the smaller part.

Formula

phi = (1 + sqrt(5)) / 2 = 1.6180339887...
F(n) = F(n-1) + F(n-2), with F(1) = F(2) = 1
lim(n->inf) F(n+1)/F(n) = phi

The Most Irrational Number

The golden ratio phi is sometimes called the most irrational number because its continued fraction representation is the simplest possible: all ones. This makes it the hardest number to approximate with fractions, which is precisely why nature uses it for optimal packing of seeds and leaves — phyllotaxis avoids resonance.

Fibonacci and the Rabbits

Leonardo of Pisa, known as Fibonacci, introduced his famous sequence in 1202 through a thought experiment about rabbit populations. Each pair produces a new pair every month, leading to the sequence 1, 1, 2, 3, 5, 8, 13, 21... The ratio of consecutive terms converges to phi with remarkable speed.

The Golden Rectangle and Spiral

A golden rectangle subdivides into a square and a smaller golden rectangle, recursively. Drawing quarter-circle arcs through each square produces the Fibonacci spiral, which closely approximates the logarithmic spiral found in nautilus shells and galaxy arms. The spiral expands by a factor of phi every quarter turn.

Phi in Art and Architecture

From the Parthenon to Le Corbusier's Modulor, architects have used golden proportions for millennia. Whether the ancient Greeks did this intentionally remains debated, but the aesthetic appeal of phi-based proportions has been confirmed in psychological studies of preference for rectangular shapes.

FAQ

What is the golden ratio?

The golden ratio (phi) is approximately 1.618. It is the unique ratio where dividing a line into two parts so that the whole length divided by the longer part equals the longer part divided by the shorter part. It appears throughout nature, art, and architecture.

How are Fibonacci numbers related to the golden ratio?

As you go further into the Fibonacci sequence (1, 1, 2, 3, 5, 8, 13...), the ratio of consecutive terms converges to the golden ratio. By the 15th term, the approximation is accurate to many decimal places.

Where does the golden ratio appear in nature?

The golden ratio appears in the spiral arrangement of sunflower seeds, the proportions of nautilus shells, the branching of trees, and the arrangement of leaves. These patterns emerge because phi-based growth is the most efficient packing strategy.

What is a golden rectangle?

A golden rectangle has sides in the ratio 1:phi. When you cut a square from it, the remaining rectangle is also golden. This self-similar property creates the basis for the Fibonacci spiral when you connect quarter-circles through successive squares.

Sources

Embed

<iframe src="https://homo-deus.com/lab/mathematics/golden-ratio/embed" width="100%" height="400" frameborder="0"></iframe>