GoldenSpiral
The Journal
What Is the Golden Ratio? A Plain-Language Introduction
The golden ratio, φ ≈ 1.618, is one number defined by one simple property. Here's what it actually is, where the value comes from, and where the popular claims about it start to overreach.
The Golden Ratio in Nature: Nautilus Shells, Sunflowers, and Pinecones
One of these is a solid, well-documented case of golden-ratio math in a living organism. The other is a popular myth that keeps getting repeated. Here's how to tell them apart.
Why Phyllotaxis Uses the Golden Angle (137.5°), Not a “Nicer” Number
A sunflower head rotates each new seed by roughly 137.5 degrees from the last. That's an oddly specific number for nature to land on — until you see what happens with the tidier alternatives.
The Fibonacci Sequence: How It's Built and Why It Shows Up Everywhere
0, 1, 1, 2, 3, 5, 8, 13… The rule behind the Fibonacci sequence is almost embarrassingly simple. What's genuinely interesting is why that one simple rule keeps resurfacing across unrelated fields.
Binet's Formula: Computing Fibonacci Numbers Without Recursion
Every Fibonacci number is a whole number built entirely from addition. Binet's formula computes any one of them directly from a single irrational constant — no earlier terms required.
Modular Scales: Using the Golden Ratio to Size Type and Layout
Picking heading sizes by feel rarely produces a coherent page. A modular scale generates every size from one base number and one ratio — here's how the technique actually works.
The Golden Rectangle and the Parthenon Myth: What's Actually True
The claim that the Parthenon was deliberately designed around the golden ratio is repeated constantly — and it doesn't hold up well to the historical and mathematical scrutiny it's actually received.
How the Fibonacci Ratio Converges to the Golden Ratio
Divide consecutive Fibonacci numbers and the ratio homes in on φ startlingly fast — this is the one popular golden-ratio claim that's not just approximately true, it's exactly provable. Here's the full run of the numbers.
Continued Fractions and Why Phi Is the Most Irrational Number
Phi's continued fraction is an endless chain of nothing but 1s — the simplest one possible, and the precise, provable reason it resists rational approximation better than any other irrational number.
How Fast Do Fibonacci Numbers Grow? Digit Counts and the Limits of Binet's Formula
F(10) is two digits. F(70) is fifteen. The exponential growth rate behind that jump predicts exact digit counts, explains why naive recursion collapses, and pins down exactly why a calculator has to cap out somewhere.
Lucas Numbers: Fibonacci's Sibling Sequence, Explained
Start the Fibonacci recurrence from 2 and 1 instead of 0 and 1, and you get the Lucas sequence — its own identities, its own primes, and a real role in testing today's largest known prime numbers.
Generating a Phyllotaxis Pattern by Hand: What the Numbers Mean
One square root, one modulo, two trig calls per point — the entire sunflower-spiral algorithm, worked through point by point with the calculator's own real output, plus what happens if you round the angle even slightly wrong.