Phyllotaxis: The Golden Angle and Fibonacci Spirals in Nature

simulator beginner ~8 min
Loading simulation...
21 CW / 34 CCW spirals — golden angle phyllotaxis

At the golden angle of 137.508°, 500 seeds arrange into 21 clockwise and 34 counter-clockwise spirals — consecutive Fibonacci numbers. This is the same pattern found in sunflower heads, pinecone scales, and pineapple eyes.

Formula

θ_n = n × α (divergence angle for seed n)
r_n = c × √n (Vogel's model for radial distance)

Nature's Favorite Angle

Look at the center of a sunflower and you will see two sets of spirals — one winding clockwise, the other counter-clockwise. Count them, and you will almost always find consecutive Fibonacci numbers: 21 and 34, or 34 and 55. This is not coincidence but a direct consequence of the golden angle, 137.508°, which governs how new seeds are placed as the flower grows.

Vogel's Spiral Model

The mathematical model for phyllotaxis places the nth seed at angle θ = n × α and radius r = c × √n, where α is the divergence angle and c is a scaling constant. When α equals the golden angle, the resulting pattern achieves optimal packing — no two seeds are ever aligned radially, and the density is remarkably uniform from center to edge.

Why the Golden Angle is Special

The golden angle is 360° × (1 − 1/φ), where φ = (1+√5)/2 is the golden ratio. What makes it special is that φ is the most irrational number — it has the slowest-converging continued fraction expansion [1; 1, 1, 1, ...]. This means no rational approximation p/q is especially close, so seeds at golden-angle spacing never form exact radial lines, even after thousands of placements.

From Sunflowers to Satellite Dishes

Phyllotaxis patterns appear throughout nature: sunflower heads, pinecone scales, pineapple eyes, succulent leaf arrangements, and even the branching patterns of some trees. Engineers have adopted these patterns too — phyllotactic arrangements of solar panels and satellite dish receivers optimize coverage and minimize shadowing, proving that evolution discovered optimal engineering long before humans did.

FAQ

What is phyllotaxis?

Phyllotaxis is the arrangement of leaves, seeds, or other organs around a plant stem. In many plants, successive organs are placed at the golden angle (137.508°) from each other, producing spiral patterns with Fibonacci numbers of arms.

Why does the golden angle appear in nature?

The golden angle (360° × (1 − 1/φ) ≈ 137.508°) produces the most uniform distribution of points in a spiral. Because it is the most irrational number, no two seeds ever line up radially, maximizing each seed's access to light and space.

How are Fibonacci numbers related to sunflowers?

The number of visible spiral arms in a sunflower head is almost always a pair of consecutive Fibonacci numbers (e.g., 21 and 34, or 34 and 55). This emerges naturally from the golden angle spacing.

What happens if you change the divergence angle?

Even a tiny deviation from 137.508° produces visible radial gaps or spoke patterns. Rational fractions of 360° create obvious radial lines. The golden angle is uniquely optimal because it avoids all rational approximations.

Sources

Embed

<iframe src="https://homo-deus.com/lab/art-mathematics/phyllotaxis/embed" width="100%" height="400" frameborder="0"></iframe>
View source on GitHub