What a continued fraction actually is
A continued fraction writes a number as a whole part plus a fraction whose denominator is again a whole part plus a fraction, and so on. The rational number 415/93 unwinds to [4; 2, 6, 7]. A continued fraction terminates after finitely many steps if and only if the original number is rational — irrational numbers produce infinite expansions that never stop.
415 / 93 = 4 + 1/(2 + 1/(6 + 1/7)) = [4; 2, 6, 7]
Truncating the expansion produces excellent rational approximations called convergents. Each convergent is provably the best possible rational approximation for any denominator no larger than its own — a property ordinary decimals simply don't have.
Why phi is the "most irrational" number
The golden ratio satisfies φ = 1 + 1/φ. Substituting the whole expression back into itself, repeatedly, produces a continued fraction made entirely of ones:
φ = 1 + 1/(1 + 1/(1 + 1/(1 + …))) = [1; 1, 1, 1, …] φ² − φ − 1 = 0 → φ = (1 + √5) / 2 ≈ 1.6180339887
Large partial quotients mean a convergent is already excellent, because the next correction is tiny. φ's expansion contains the smallest possible quotients — nothing but ones — so its convergents improve as slowly as any number's can. That is the precise, provable sense in which φ is the most irrational number of all.
Fibonacci ratios and the golden angle
Truncating [1; 1, 1, …] step by step yields 1/1, 2/1, 3/2, 5/3, 8/5, 13/8 — ratios of consecutive Fibonacci numbers, oscillating around φ and closing in on it. Because φ resists rational approximation so stubbornly, placing each new seed or leaf at the golden angle (≈137.5°, a full turn divided in the golden ratio) ensures successive organs never line up — the dense, gap-free spiral packing seen in sunflowers and pinecones. Continued fractions also explain why 22/7 and 355/113 approximate π so well: π's expansion contains large early quotients, unlike φ's.
Frequently asked questions
Why is the golden ratio called the most irrational number?
Its continued fraction is made entirely of ones, [1; 1, 1, 1, …], the smallest possible terms. Large terms make a number easy to approximate by fractions; with only ones, the golden ratio resists rational approximation more stubbornly than any other number.
How does the golden ratio relate to the Fibonacci sequence?
The convergents of the golden ratio's continued fraction are exactly ratios of consecutive Fibonacci numbers: 1/1, 2/1, 3/2, 5/3, 8/5, and so on. As you go further, these ratios approach phi, which equals (1 + √5) / 2.
Do continued fractions always terminate?
A continued fraction terminates if and only if the number is rational. Irrational numbers produce infinite continued fractions; quadratic irrationals such as the golden ratio produce ones that are eventually periodic.
Try it live
Everything above runs in your browser — open Continued Fractions and unfold any real number into [a₀; a₁, a₂, …], watching convergents spiral onto the number line term by term.
▶ Open Continued Fractions simulation