Mathwords logoMathwords

Golden Ratio — Definition, Formula & Examples

The golden ratio is the irrational number approximately equal to 1.6180339887, often denoted by the Greek letter φ (phi). It arises when a line is divided into two parts so that the ratio of the whole to the longer part equals the ratio of the longer part to the shorter part.

The golden ratio φ is the positive root of the quadratic equation x2x1=0x^2 - x - 1 = 0. Equivalently, if a quantity is divided into two parts a>b>0a > b > 0 such that a+ba=ab\frac{a+b}{a} = \frac{a}{b}, then this common ratio equals φ=1+52\varphi = \frac{1 + \sqrt{5}}{2}.

Key Formula

φ=1+521.6180339887\varphi = \frac{1 + \sqrt{5}}{2} \approx 1.6180339887
Where:
  • φ\varphi = The golden ratio (phi)
  • 5\sqrt{5} = The square root of 5, an irrational number ≈ 2.2360679775

How It Works

To check whether a ratio matches the golden ratio, divide the larger quantity by the smaller and see if the result is approximately 1.618. The golden ratio has a unique self-similar property: if you subtract 1, you get its reciprocal, since φ1=1φ\varphi - 1 = \frac{1}{\varphi}. This means a golden rectangle (one whose sides are in ratio φ : 1) can be split into a square and a smaller golden rectangle, and this process repeats infinitely. The golden ratio also connects to the Fibonacci sequence: the ratio of consecutive Fibonacci numbers Fn+1Fn\frac{F_{n+1}}{F_n} converges to φ as nn grows.

Worked Example

Problem: Verify that φ = (1 + √5)/2 satisfies the equation x² − x − 1 = 0.
Step 1: Compute φ using the formula.
φ=1+521+2.23612=3.236121.6180\varphi = \frac{1 + \sqrt{5}}{2} \approx \frac{1 + 2.2361}{2} = \frac{3.2361}{2} \approx 1.6180
Step 2: Compute φ².
φ2=(1+52)2=1+25+54=6+254=3+52\varphi^2 = \left(\frac{1+\sqrt{5}}{2}\right)^2 = \frac{1 + 2\sqrt{5} + 5}{4} = \frac{6 + 2\sqrt{5}}{4} = \frac{3 + \sqrt{5}}{2}
Step 3: Substitute into x² − x − 1 and simplify.
φ2φ1=3+521+521=221=11=0\varphi^2 - \varphi - 1 = \frac{3+\sqrt{5}}{2} - \frac{1+\sqrt{5}}{2} - 1 = \frac{2}{2} - 1 = 1 - 1 = 0
Answer: Since φ² − φ − 1 = 0, the golden ratio satisfies the defining equation.

Another Example

Problem: Show that the ratio of consecutive Fibonacci numbers approaches φ by computing F(n+1)/F(n) for the first several terms.
Step 1: List the first eight Fibonacci numbers: 1, 1, 2, 3, 5, 8, 13, 21.
Step 2: Compute successive ratios.
11=1.000,  21=2.000,  32=1.500,  531.667,  85=1.600,  138=1.625,  21131.615\frac{1}{1}=1.000,\;\frac{2}{1}=2.000,\;\frac{3}{2}=1.500,\;\frac{5}{3}\approx1.667,\;\frac{8}{5}=1.600,\;\frac{13}{8}=1.625,\;\frac{21}{13}\approx1.615
Step 3: Observe that the ratios oscillate above and below φ ≈ 1.618 and converge toward it.
Answer: As n increases, F(n+1)/F(n) approaches φ ≈ 1.6180. By the 8th term the ratio is already within 0.003 of the golden ratio.

Visualization

Why It Matters

The golden ratio appears in algebra courses when solving quadratic equations and studying sequences, and it resurfaces in linear algebra through eigenvalues of certain matrices. Architects and graphic designers use golden-ratio proportions to create visually balanced layouts. In computer science, Fibonacci heaps and search algorithms exploit the mathematical properties of φ for efficient performance.

Common Mistakes

Mistake: Confusing the golden ratio with its reciprocal. Students sometimes report φ ≈ 0.618 instead of φ ≈ 1.618.
Correction: The golden ratio is φ = (1 + √5)/2 ≈ 1.618. Its reciprocal is 1/φ = (√5 − 1)/2 ≈ 0.618. Note the elegant relationship φ − 1 = 1/φ, but they are different values.
Mistake: Assuming any aesthetically pleasing rectangle must have golden-ratio proportions.
Correction: Many rectangles people find attractive have aspect ratios near 1.5 or 1.7, not necessarily 1.618. Always measure and compute the actual ratio before claiming a golden-ratio relationship.