φ

Fibonacci Spiral Visualizer

Golden Ratio & Mathematical Beauty

Ratio Convergence

As n increases, F(n+1)/F(n) approaches φ

n F(n+1)/F(n) Difference Convergence

Properties of φ

Algebraic Identity

φ² = φ + 1
φ is the positive root of x² - x - 1 = 0

Continued Fraction

φ = 1 + 1/(1 + 1/(1 + 1/...))
The simplest continued fraction

Nested Radicals

φ = √(1 + √(1 + √(1 + ...)))
Infinitely nested square roots

Self-Similarity

1/φ = φ - 1 ≈ 0.618
The reciprocal shares the same decimal part

Binet's Formula

F(n) = (φⁿ - ψⁿ) / √5

Where ψ = (1 - √5) / 2 ≈ -0.618. This closed-form expression allows direct calculation of any Fibonacci number without computing all preceding terms.

The Golden Ratio in Nature

The Fibonacci sequence and golden ratio appear throughout the natural world, from the microscopic to the cosmic scale. These patterns emerge because they represent optimal packing and growth strategies.

🐚

Nautilus Shell

The chambered nautilus grows in a logarithmic spiral, adding chambers in golden ratio proportions.

🌻

Sunflower

Seeds arrange in 34 and 55 spirals (consecutive Fibonacci numbers) for optimal packing.

🌲

Pine Cones

Scales spiral in 8 and 13 directions, maximizing exposure to light and rain.

🌀

Galaxies

Spiral galaxies often display logarithmic spiral arms following golden proportions.

🌿

Leaf Arrangement

Phyllotaxis: leaves spiral around stems at 137.5° (golden angle) for optimal sunlight.

🐝

Bee Ancestry

Male bees have 1 parent, females have 2—creating a Fibonacci family tree.

🌺

Flower Petals

Many flowers have Fibonacci petal counts: lilies (3), roses (5), daisies (34, 55, 89).

🧬

DNA Molecule

DNA's double helix measures 34Å long by 21Å wide—a Fibonacci ratio.

Golden Rectangle Subdivision

A golden rectangle can be subdivided infinitely, each time producing a smaller golden rectangle and a square—demonstrating perfect self-similarity.

1.000 0.618 0.382 0.236
Each subdivision maintains the ratio: 1 : 0.618 : 0.382 : 0.236 : 0.146...