Golden Ratio
Learn the golden ratio formula phi = (1 + sqrt5)/2 with examples in art, architecture, nature, and the Fibonacci sequence.
The Formula
The golden ratio, denoted by the Greek letter phi (φ), is one of the most famous irrational numbers in mathematics. It is defined as the positive solution to the equation x² = x + 1, which yields the value (1 + √5) / 2, approximately 1.618.
The golden ratio has a beautifully simple geometric definition. If you divide a line segment into two parts so that the ratio of the whole segment to the longer part equals the ratio of the longer part to the shorter part, that ratio is φ. In other words, if a > b > 0, then a/b = (a + b)/a = φ.
This proportion appears throughout nature, art, and architecture. The spiral arrangement of sunflower seeds, the proportions of nautilus shells, and the branching patterns of trees all approximate the golden ratio. Renaissance artists and architects, including Leonardo da Vinci, used golden ratio proportions to create visually pleasing compositions. The Parthenon in Athens, built around 438 BCE in Greece, is often cited as an example of golden ratio proportions in architecture.
The golden ratio is intimately connected to the Fibonacci sequence (1, 1, 2, 3, 5, 8, 13, 21, ...). As you take the ratio of consecutive Fibonacci numbers, the result converges to φ. For example, 8/5 = 1.6, 13/8 = 1.625, 21/13 = 1.615..., getting ever closer to 1.618.
The conjugate of the golden ratio, often written as ψ, equals (1 − √5) / 2 ≈ −0.618. A remarkable property is that 1/φ = φ − 1 ≈ 0.618, meaning the golden ratio is the only positive number whose reciprocal is exactly one less than itself.
Variables
| Symbol | Meaning |
|---|---|
| φ | The golden ratio, approximately 1.6180339887 |
| a | The longer segment of a line divided in golden proportion |
| b | The shorter segment of a line divided in golden proportion |
| ψ | The conjugate of the golden ratio, (1 − √5) / 2 ≈ −0.618 |
Example 1
A rectangle has a width of 10 cm. What should its height be to form a golden rectangle?
Height = Width / φ = 10 / 1.618
Height = 6.18 cm
The golden rectangle measures 10 cm by 6.18 cm.
Example 2
Show that the ratio of consecutive Fibonacci numbers 89/55 approximates φ.
89 / 55 = 1.61818...
φ = 1.61803...
The ratio 89/55 = 1.61818 is within 0.01% of the golden ratio.
When to Use It
The golden ratio appears in many practical and theoretical contexts.
- Graphic design and typography for creating visually balanced layouts
- Architecture and interior design for pleasing proportions
- Photography composition using the golden spiral or golden rectangle
- Understanding growth patterns in biology and botany
- Financial analysis where Fibonacci retracement levels (based on φ) are used in stock trading
- Mathematical research into continued fractions, as φ has the simplest continued fraction expansion: [1; 1, 1, 1, ...]