Ad Space — Top Banner

Golden Rectangle Calculator

Calculate the dimensions of a golden rectangle from one side.
Find width or height using φ = 1.618, plus area, diagonal, and the nested square spiral.

Golden Rectangle Dimensions

A golden rectangle has sides in the ratio 1 : φ where φ = (1+√5)/2 ≈ 1.61803398…

The golden ratio has a unique property: if you cut a square from a golden rectangle, the remaining piece is another golden rectangle. You can repeat this forever, generating the spiral of squares that traces a logarithmic spiral — the same curve seen in nautilus shells, galaxy arms, and hurricane bands.

The exact value

φ = (1+√5)/2

This is the positive root of x² - x - 1 = 0. It satisfies φ = 1 + 1/φ, which means you can write it as an infinite continued fraction: φ = 1 + 1/(1 + 1/(1 + 1/…)). It is the hardest number to approximate with simple fractions, which makes it the most “irrational” of all irrationals.

Fibonacci and the golden ratio

The Fibonacci sequence (1, 1, 2, 3, 5, 8, 13, 21…) converges to φ: each term divided by the previous term approaches 1.61803… as the sequence grows. This is why Fibonacci numbers appear in phyllotaxis (leaf arrangement), pine cones, and sunflower seed spirals.

Does it appear in art?

The claim that the golden ratio appears in the Parthenon, Leonardo’s paintings, and other classical works is largely a myth propagated in the 20th century. Most such claims involve cherry-picking measurements until they fit. The ratio does appear in architecture and design deliberately when artists consciously apply it.

Diagonal

The diagonal of a golden rectangle with shorter side w is √(w² + (φw)²) = w√(1+φ²) = w√(φ+2) ≈ 1.902w.

Enter either dimension to get the full rectangle.

Ad Space — Bottom Banner

Embed This Calculator

Copy the code below and paste it into your website or blog.
The calculator will work directly on your page.