Fibonacci & the Golden Ratio

A remarkable sequence of numbers that appears throughout mathematics, geometry, nature and the structure of the golden ratio.

01. The Fibonacci Sequence

The Fibonacci sequence begins with 0 and 1. Every subsequent number is the sum of the two preceding numbers.

Fn = Fn-1 + Fn-2
The simplicity of this rule produces a sequence with surprisingly deep mathematical properties. One of the most important appears when we divide each Fibonacci number by the preceding one.

02. The Golden Ratio Emerges

Take the ratio of consecutive Fibonacci numbers:

Fn+1 / Fn

As the Fibonacci numbers become larger, this ratio converges remarkably quickly towards the golden ratio.

Fibonacci number
610
Previous number
377
Ratio
1.618037
Golden ratio
1.618034
The remarkable result:

Even though the Fibonacci sequence is generated using only addition, the ratio between successive terms converges towards a number that has its own fundamental mathematical identity.

03. Fibonacci Squares & the Golden Spiral

Fibonacci numbers can be used to construct squares whose side lengths follow the sequence. Placing these squares together creates a Fibonacci rectangle.

Drawing a quarter-circle inside each square produces a continuous Fibonacci spiral.

The important point is that the curve is not an approximation made from lots of tiny straight lines. Each section of the spiral is a genuine quarter-circle with a radius equal to the corresponding Fibonacci number.

Because each arc finishes exactly where the next one begins, the result is one continuous curve.

04. Why Does the Golden Ratio Appear?

Suppose the ratio between consecutive Fibonacci numbers tends towards a number φ.

φ = Fn+1 / Fn

From the Fibonacci rule:

Fn+1 = Fn + Fn-1

Dividing everything by Fn gives:

Fn+1/Fn = 1 + Fn-1/Fn

As the sequence becomes very large, both ratios approach the same limiting value φ. Therefore:

φ = 1 + 1/φ

Multiplying through by φ:

φ2 = φ + 1

Solving the resulting quadratic equation gives:

φ = (1 + √5) / 2

Numerically:

φ ≈ 1.6180339887

05. The Mathematical Connection

What makes the Fibonacci sequence particularly beautiful is the way several apparently different ideas are connected:

Sequence
Fibonacci
Ratio
φ
Geometry
Golden Rectangle
Curve
Fibonacci Spiral

A simple recurrence relation leads to a fundamental mathematical constant, which in turn appears naturally in geometry.

Fn+1/Fn → φ = (1 + √5)/2
← Back