Rectangle Calculator — Area, Perimeter, Diagonal & More
Calculate all rectangle properties from length and width: area, perimeter, diagonal, aspect ratio, circumradius, and golden rectangle check. Presets for screens, paper sizes, sports fields.
Calculate the dimensions, area, perimeter, diagonal, and golden spiral decomposition of a golden rectangle. Explore the Fibonacci connection, art & architecture examples, and successive square...
| n | F(n) | F(n+1) | F(n+1)/F(n) | Δ from φ |
|---|---|---|---|---|
| 1 | 1 | 1 | 1.000000 | 0.618034 |
| 2 | 1 | 2 | 2.000000 | 0.381966 |
| 3 | 2 | 3 | 1.500000 | 0.118034 |
| 4 | 3 | 5 | 1.666667 | 0.048633 |
| 5 | 5 | 8 | 1.600000 | 0.018034 |
| 6 | 8 | 13 | 1.625000 | 0.006966 |
| 7 | 13 | 21 | 1.615385 | 0.002649 |
| 8 | 21 | 34 | 1.619048 | 0.001014 |
| 9 | 34 | 55 | 1.617647 | 0.000387 |
| 10 | 55 | 89 | 1.618182 | 0.000148 |
| 11 | 89 | 144 | 1.617978 | <0.0001 |
| 12 | 144 | 233 | 1.618056 | <0.0001 |
| 13 | 233 | 377 | 1.618026 | <0.0001 |
| 14 | 377 | 610 | 1.618037 | <0.0001 |
| 15 | 610 | 987 | 1.618033 | <0.0001 |
| Example | Long Dimension | Ratio |
|---|---|---|
| Parthenon façade | 30.9 m | 1.618 |
| UN Building | 154.2 m | 1.618 |
| Mona Lisa face | ~44 cm | 1.618 |
| Credit card | 85.6 mm | 1.586 |
| Playing card (poker) | 88.9 mm | 1.4 |
| Golden spiral (1 turn) | φ² ≈ 2.618 | 1.618 |
A golden rectangle is a rectangle whose side lengths are in the golden ratio, φ ≈ 1.6180339887. If the long side is a and the short side is b, then a/b = φ = (1 + √5)/2. This remarkable number has fascinated mathematicians, artists, and architects for millennia.
The golden ratio has a unique self-similar property: removing a square from a golden rectangle leaves a smaller golden rectangle. Repeating this process produces the famous golden spiral — a logarithmic spiral found throughout nature in seashells, hurricanes, galaxies, and flower petals.
The Fibonacci sequence (1, 1, 2, 3, 5, 8, 13, 21, 34, …) is intimately connected to φ: the ratio of consecutive Fibonacci numbers converges to φ as the terms grow. By the 10th term, F(11)/F(10) = 89/55 ≈ 1.61818, already within 0.01% of φ.
In art and architecture, the golden ratio appears (or is claimed to appear) in the Parthenon, the Mona Lisa, the United Nations headquarters, and countless design frameworks. Whether φ is truly "the most aesthetically pleasing" ratio is debated, but its mathematical properties are indisputable.
This calculator computes all golden rectangle properties from any one known dimension — long side, short side, diagonal, or area. It shows the successive square decomposition (the spiral), a Fibonacci convergence table, and examples of the golden ratio in art and architecture.
The Golden Rectangle Calculator — Dimensions, Spiral & Fibonacci is useful when you need fast and consistent geometry results without reworking the same algebra repeatedly. It helps you move from raw measurements to Long Side (a), Short Side (b), Area in one pass, with conversions and derived values shown together.
Golden Ratio: φ = (1 + √5) / 2 ≈ 1.6180339887
Long Side: a = b × φ
Short Side: b = a / φ
Area: A = a × b = φ × b²
Perimeter: P = 2(a + b) = 2b(1 + φ)
Diagonal: d = b × √(1 + φ²)
φ² = φ + 1 (defining property)
1/φ = φ − 1 ≈ 0.6180339887Result: Short side ≈ 6.1803 cm, Area ≈ 61.803 cm², Perimeter ≈ 32.361 cm, Diagonal ≈ 11.756 cm
For a = 10 cm: b = 10 / φ = 10 / 1.61803 ≈ 6.1803 cm. Area = 10 × 6.1803 ≈ 61.803 cm². Perimeter = 2(10 + 6.1803) ≈ 32.361 cm. Diagonal = √(100 + 38.20) ≈ 11.756 cm.
Golden Rectangle Calculator — Dimensions, Spiral & Fibonacci calculations show up in coursework, drafting, construction layout, packaging, tank sizing, machining, and quality control. Instead of solving each transformation manually, you can test scenarios quickly and verify whether your dimensions remain within tolerance.
Last updated:
The golden ratio φ = (1 + √5)/2 ≈ 1.618034 is the unique positive number where a/b = (a + b)/a. It appears throughout mathematics, nature, art, and architecture.
The ratio of consecutive Fibonacci numbers (F(n+1)/F(n)) converges to φ as n increases. Rectangles with Fibonacci side lengths approximate golden rectangles.
You get a smaller golden rectangle! This self-similar property is unique to the golden ratio and generates the famous golden spiral.
The Parthenon's façade is close to a golden rectangle (ratio ≈ 1.618), though scholars debate whether the Greeks intentionally used φ or if it naturally emerged from their proportional systems.
A logarithmic spiral formed by connecting quarter-circle arcs through the successive squares of a golden rectangle decomposition. Its growth factor per quarter turn is φ.
Since A = φ × b², the short side is b = √(A/φ) and the long side is a = b × φ.
Calculate all rectangle properties from length and width: area, perimeter, diagonal, aspect ratio, circumradius, and golden rectangle check. Presets for screens, paper sizes, sports fields.
Calculate the area, perimeter, diagonals, and angles of a parallelogram from base + height or two sides + included angle. Detects rectangles, rhombuses, and squares.
Compute the nth Fibonacci number, generate a sequence of terms, explore golden ratio convergence, Binet's formula, presets, sequence table, and ratio convergence visual.