Blog

How to Calculate a Golden Rectangle

Calculate golden rectangle sides, total width, and area from one known measurement, with verification steps and classroom-friendly examples.

By Golden Rectangle Calculator Team

Warm grid paper with a golden rectangle diagram, phi symbol, and golden spiral for Golden Rectangle Calculator blog articles

Quick Answer

Enter a or b on the Golden Rectangle Calculator; the tool applies φ and shows a + b and area. Manual steps below match the tool.

Formula

  • Known a → b = a ÷ φ
  • Known b → a = b × φ
  • Width = a + b
  • Area = a × (a + b)

Introduction

This guide walks through the same pipeline as the Golden Rectangle Calculator: one known side, φ, then total width and area.

You only need one positive length because golden rectangles lock the other side through a ÷ b = φ.

This method assumes the square-plus-strip labels from our diagram. If a problem draws the figure differently, relabel before calculating.

Always verify with two ratios at the end, even when a computer gives you the numbers.

Main Content

What you are solving for

Typical goals: find strip width from square side, find square side from strip, find total width for a layout grid, or find area for material estimates.

Each goal uses the same formula reference but a different starting known. The calculator picks the path from whichever field you type.

Total width a + b is often the value designers paste into CSS or CAD width fields while height stays at a.

Area answers how much surface the outer rectangle covers, not just the square or strip alone.

Formulas used in each step

  • b = a ÷ φ
  • a = b × φ
  • a + b
  • Area = a × (a + b)
  • (a + b) ÷ a = φ

Keep φ = 1.6180339887 visible on paper so you do not mistype a rounded 1.618 mid-chain.

If you prefer buttons to algebra, the {{linkB}} explains how the live tool enforces these equalities on each keystroke.

Division direction matters: b is smaller than a in the standard orientation, so b = a ÷ φ, not a × φ, unless you relabel sides.

Step-by-step method

These six steps match manual work and the browser tool.

  1. Identify the known side Locate a on the square or b on the right strip in the sketch.
  2. Choose the solve direction Use b = a ÷ φ when a is known; use a = b × φ when b is known.
  3. Calculate the missing side Round only after the chain if your teacher allows it.
  4. Add total width Compute a + b for the horizontal span of the full rectangle.
  5. Multiply area Area = a × (a + b).
  6. Verify φ twice Check (a + b) ÷ a and a ÷ b. Mismatch means mislabeled sides or a measurement error.

Example: calculate from strip width b = 4 in

Given b = 4 in: a = 4 × φ ≈ 6.472 in. Total width a + b ≈ 10.472 in.

Area ≈ 6.472 × 10.472 ≈ 67.7 in². Ratios: 10.472 ÷ 6.472 ≈ 1.618 and 6.472 ÷ 4 ≈ 1.618.

Type b = 4 into the calculator to confirm.

For metric homework, repeat with centimeters; φ has no unit, but a and b must share one.

FAQ

Can I calculate from area alone?
Area plus one side determines the other dimensions. With only area and no side, infinitely many rectangles exist, not just golden ones.
Do I need both a and b to start?
No. One golden side determines the other through φ.
What calculator mode should I use?
Degrees are irrelevant. Use a decimal-capable scientific or phone calculator with enough φ precision.
When should I stop rounding?
Round at the end for report values; keep extra digits during intermediate steps.

Conclusion

Golden rectangle calculation is a short chain: solve one side, add width, multiply area, verify two ratios.

Manual practice builds intuition; the home tool saves time on real projects.

Pair this guide with the formula article when symbols feel abstract.