Math

Metallic Ratios: Golden, Silver, Bronze, and Beyond

By David Brown · June 2026 · 4 min read

Most people have heard of the golden ratio. Fewer know that it is the first member of an infinite family of proportions — the metallic means — each with its own algebraic identity, geometric spiral, and surprisingly practical applications.

What Is a Metallic Mean?

The metallic mean of order n is defined as:

Mₙ = (n + √(n² + 4)) / 2

Each metallic mean is the unique positive solution to the equation x² = nx + 1. Rearranged: Mₙ² − n·Mₙ − 1 = 0.

NamenValueIdentityAssociated sequence
Golden11.6180339887…φ² = φ + 1Fibonacci: 1, 1, 2, 3, 5, 8, 13…
Silver22.4142135623…δ² = 2δ + 1Pell: 1, 2, 5, 12, 29, 70…
Bronze33.3027756377…β² = 3β + 1Bronze Fibonacci: 1, 3, 10, 33…
Copper44.2360679774…κ² = 4κ + 1

The Golden Ratio (M₁ = φ ≈ 1.618)

The golden ratio divides a line segment into two parts where the ratio of the whole to the larger equals the ratio of the larger to the smaller. You know this one. It appears in Fibonacci spirals, the Parthenon, nautilus shells, and credit card dimensions.

Its algebraic peculiarity: φ² = φ + 1. Squaring it just adds 1. No other positive number does this for n = 1.

The Silver Ratio (M₂ = δₛ ≈ 2.414)

The silver ratio is 1 + √2. It satisfies δ² = 2δ + 1, meaning δₛ² − 2δₛ − 1 = 0.

Its most visible application is ISO A-series paper. An A4 sheet is 210 × 297 mm. The ratio 297/210 ≈ 1.4142 = √2. That is not the silver ratio directly — it is the square root of 2, which is intimately connected: the silver ratio is 1 + √2, and the A-paper ratio √2 is the geometric mean between 1 and the silver ratio.

The practical result: fold an A4 sheet in half and you get an A5 with identical proportions. This self-similarity is the same recursive property that makes the golden rectangle special — it just uses a different constant.

The Pell sequence (1, 2, 5, 12, 29, 70, 169…) converges to the silver ratio in the same way that Fibonacci numbers converge to the golden ratio. The ratio of consecutive Pell numbers: 70/29 ≈ 2.4138, already within 0.02% of δₛ.

The Bronze Ratio (M₃ ≈ 3.303)

The bronze ratio satisfies β² = 3β + 1. It is less well-known but appears in the geometry of certain Islamic tile patterns and in the continued-fraction representation [3; 3, 3, 3, …] — an infinite continued fraction with all 3s, just as the golden ratio is [1; 1, 1, 1, …] and the silver is [2; 2, 2, 2, …].

Continued Fractions — The Unifying Pattern

Every metallic mean has a purely periodic continued fraction:

  • φ = [1; 1, 1, 1, …] = 1 + 1/(1 + 1/(1 + …))
  • δₛ = [2; 2, 2, 2, …]
  • β = [3; 3, 3, 3, …]
  • Mₙ = [n; n, n, n, …]

This means each metallic mean is the "most irrational" number of its kind — it is the hardest to approximate by rationals for a given denominator size. That property is precisely why phyllotaxis (leaf and seed arrangement) uses the golden ratio: it minimizes overlap when packing items in a disk by being as far as possible from any simple fraction.

The a + b = c Proportion

For any metallic mean Mₙ, you can divide a length c into two segments a and b where b/a = Mₙ. Given any one value:

  • b = a × Mₙ
  • a = b ÷ Mₙ
  • a = c ÷ (1 + Mₙ), b = c × Mₙ ÷ (1 + Mₙ)

The calculator below lets you pick any metallic mean (or define your own n) and solve for all three values instantly.

Frequently Asked Questions

What's the difference between the golden ratio and the silver ratio?

The golden ratio (φ ≈ 1.618) satisfies φ² = φ + 1, while the silver ratio (δₛ ≈ 2.414) satisfies δ² = 2δ + 1. Practically, the silver ratio governs ISO A-series paper dimensions — when you fold an A4 sheet in half, you get an A5 with identical proportions. The golden ratio appears more in nature and classical architecture, whereas the silver ratio is built into the paper standards used worldwide.

How do I use this calculator to find a metallic mean?

Enter the order number n (1 for golden, 2 for silver, 3 for bronze, etc.) and the calculator solves Mₙ = (n + √(n² + 4)) / 2 to give you the exact metallic mean value. You can then use this ratio to scale rectangles, design layouts, or check if a sequence of numbers converges toward that mean by dividing consecutive terms.

Why do Fibonacci and Pell numbers matter for metallic ratios?

Consecutive Fibonacci numbers (1, 1, 2, 3, 5, 8…) converge to the golden ratio — the ratio 8/5 = 1.6 already approximates φ ≈ 1.618. Similarly, consecutive Pell numbers (1, 2, 5, 12, 29, 70…) converge to the silver ratio — the ratio 70/29 ≈ 2.4138. These sequences let you construct metallic ratios to arbitrary precision using only integers, which is useful for design and engineering when you can't use irrational decimals.

What does the continued fraction representation tell me?

The continued fraction reveals the deep recursive structure of each metallic mean: the golden ratio is [1; 1, 1, 1, …], the silver ratio is [2; 2, 2, 2, …], and the bronze ratio is [3; 3, 3, 3, …]. This pattern means each ratio can be expressed as an infinite nested division using its own order number, which explains why the associated integer sequences (Fibonacci, Pell, etc.) converge to these values so elegantly.

This article is for informational purposes only. See our disclaimer.