Last verified · v1.0
Calculator · math
Golden Rectangle Calculator
Calculate golden rectangle dimensions — longer side, shorter side, area, perimeter, and diagonal — using the golden ratio φ ≈ 1.6180339887.
Inputs
Golden Rectangle Result
—
Explain my result
Get a plain-English breakdown of your result with practical next steps.
The formula
How the
result is
computed.
What Is a Golden Rectangle?
A golden rectangle is a rectangle whose side lengths maintain the golden ratio — the irrational mathematical constant φ (phi) equal to (1 + √5) / 2 ≈ 1.6180339887. For any golden rectangle with longer side a and shorter side b, the defining relationship is:
a / b = φ ≈ 1.6180339887
Removing a square with side length b from one end always leaves a smaller golden rectangle — a self-similar property that generates the famous golden spiral and underlies its appearance across nature, art, and design.
Formula and Derivation
The golden ratio satisfies the quadratic equation φ² = φ + 1, solved analytically as:
φ = (1 + √5) / 2 ≈ 1.6180339887
Its reciprocal equals 1/φ = φ − 1 ≈ 0.6180339887, meaning both values share an identical decimal expansion — a unique algebraic property. According to the UCCS Intro to Scientific Computation Lab on the Golden Rectangle, ratios of consecutive Fibonacci numbers converge to φ: 89/55 ≈ 1.6182, 144/89 ≈ 1.6180, 233/144 ≈ 1.61806 — linking classical geometry with number theory.
How the Calculator Works
The golden rectangle calculator requires three inputs:
- Known Side Length — the numeric measurement in any consistent unit (inches, centimeters, pixels, etc.).
- Which Side Do You Know? — specify whether the input is the shorter side b or the longer side a.
- What to Calculate — select the desired output: the unknown side, area, perimeter, or diagonal of the golden rectangle.
Formulas When Shorter Side b Is Known
- Longer side: a = b × φ = b × 1.6180339887
- Area: A = a × b = b² × 1.6180339887
- Perimeter: P = 2(a + b) = 2b × 2.6180339887
- Diagonal: d = b × √(φ + 2) ≈ b × 1.9021130326
Formulas When Longer Side a Is Known
- Shorter side: b = a / φ = a × 0.6180339887
- Area: A = a × b = a² × 0.6180339887
- Perimeter: P = 2(a + b) = 2a × φ ≈ 2a × 1.6180339887
- Diagonal: d ≈ a × 1.1755705046
Worked Examples
Example 1 — Web Design Banner (Longer Side Known)
A designer sets a banner width (longer side a) to 1,200 px. Golden height: b = 1,200 / 1.6180339887 ≈ 741 px. Area = 1,200 × 741 = 889,200 px². Perimeter = 2 × (1,200 + 741) = 3,882 px. Diagonal = 1,200 × 1.1755705046 ≈ 1,411 px.
Example 2 — Photo Print (Shorter Side Known)
A photographer needs a golden-ratio print with short side b = 5 in. Longer side: a = 5 × 1.6180339887 ≈ 8.09 in, closely matching the standard 5 × 8 print format. Diagonal = 5 × 1.9021130326 ≈ 9.51 in. Area ≈ 40.45 in².
Example 3 — Architecture
If a facade height (shorter side) equals 13.72 m, the ideal golden-rectangle width = 13.72 × 1.6180339887 ≈ 22.20 m, closely matching the Parthenon's classical proportions studied by architectural historians.
Applications of the Golden Rectangle
The golden rectangle drives design and analysis decisions across multiple disciplines:
- Graphic design and typography: Page grid systems built on φ produce visually balanced, readable layouts, as documented by City Tech's Typographic Design OER on the golden ratio grid.
- Biology: Research published by the National Library of Medicine (PMC) examines φ as a potential universal constant linked to biological self-replication and growth structures.
- Photography and film: The golden spiral derived from stacked golden rectangles guides subject placement for aesthetically compelling compositions.
- Finance: Fibonacci retracement levels at 23.6%, 38.2%, and 61.8% are direct derivatives of φ used in technical market analysis.
- Product design: Standard credit card dimensions (85.6 mm × 53.98 mm, ratio ≈ 1.586) approximate golden-rectangle proportions, reflecting the format's broad visual appeal.
Why Use a Golden Rectangle Calculator?
Manual computation with φ = 1.6180339887... requires careful arithmetic to avoid rounding errors. This calculator delivers all four derived measures — unknown side, area, perimeter, and diagonal — in a single step, making it practical for web designers sizing layout grids, photographers cropping images, architects proportioning facades, and students verifying textbook problems.
Reference