← Back to all activities 한국어 →
🌀 Fibonacci and the Golden Ratio Lab

1, 1, 2, 3, 5, 8…
The ratio of these numbers converges to the golden ratio

If you divide two consecutive terms in the Fibonacci sequence (the later term ÷ the earlier term), the value jumps around at first, but as the terms get larger, it gradually approaches a single value. That value is the golden ratio, φ ≈ 1.618…. Move the slider to increase the term number and watch the ratio approach φ.

Term number n6
F(6)=8, F(7)=13
F(7)/F(6) = 13/8 = 1.625
Difference from the golden ratio φ=1.618…: 0.007

Why does it converge to the golden ratio? The Fibonacci sequence is defined by F(n+1) = F(n) + F(n-1). If we assume that the ratio r = F(n+1)/F(n) converges to some value, dividing the recurrence relation by F(n) eventually gives the equation r = 1 + 1/r. Solving this gives r² = r + 1, and the positive solution of this equation is exactly the golden ratio, φ = (1+√5)/2 ≈ 1.618.

The frequent appearance of spiral structures in nature, such as the arrangement of sunflower seeds and the shells of nautiluses, is also related to this convergence property.

🌀 Fibonacci & Golden Ratio Quiz

Question 1/3 · Correct 0