Blog

Golden Rectangle Formula

Every golden rectangle formula on one page: core ratio, side swaps, total width, and area, tied to the diagram used by our calculator.

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

Core rule: (a + b) ÷ a = a ÷ b = φ. The Golden Rectangle Calculator computes b = a ÷ φ or a = b × φ instantly.

Formula

  • φ = (1 + √5) / 2
  • b = a ÷ φ
  • a = b × φ
  • a + b = a × φ
  • Area = a × (a + b)

Introduction

This article collects the relationships the Golden Rectangle Calculator uses under the hood. If you can read these lines, you can predict calculator output by hand.

Formulas are easier when you fix the diagram first: a is the square side, b is the strip, total width is a + b.

Some books swap which side is longer in prose. This site keeps a as height and uses b only for the right strip.

Carry at least six decimals of φ for school work; round only at the end for reporting.

Main Content

What the formula describes

The golden rectangle formula is really two equal ratios. Total width over height equals height over strip width, and both equal φ.

Height equals a because the square sets the vertical span. Total width splits into the square’s width a plus the strip width b, which is why how to calculate a golden rectangle starts by choosing which of those you know.

Area always uses the outer rectangle: height a times total width (a + b). The product a × b is only the right-hand piece, not the full golden area.

When you solve b = a ÷ φ, you are enforcing a ÷ b = φ. When you solve a = b × φ, you are enforcing the same relationship from the strip inward.

  • Known a: b = a ÷ φ, then a + b, then area
  • Known b: a = b × φ, then a + b, then area
  • Check: (a + b) ÷ a and a ÷ b should match

Formula sheet

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

From square side a: compute strip b, add for total width, multiply for area. From strip b: multiply to get a, then repeat.

Geometrically, total width is φ times the height because (a + b) ÷ a = φ. That single line is what many designers memorize.

Numeric tables and design-sized samples live in golden rectangle examples, including pixel and centimeter cases you can paste into the tool.

Step-by-step formula use

Mirror these steps when you validate homework or a Figma frame.

  1. Write φ Use φ = 1.6180339887 or your calculator’s golden ratio constant.
  2. Pick the known side Decide whether a or b is given in the problem statement.
  3. Solve the unknown Apply b = a ÷ φ or a = b × φ.
  4. Compute a + b Add the two horizontal parts for total width.
  5. Compute area Multiply a × (a + b).
  6. Verify both ratios Confirm (a + b) ÷ a and a ÷ b equal φ.

Formula example with a = 10 cm

Given a = 10 cm: b = 10 ÷ φ ≈ 6.180 cm. Total width a + b ≈ 16.180 cm.

Area = 10 × 16.180 ≈ 161.8 cm². Both ratio checks return about 1.618.

Enter a = 10 in the calculator to see matching rounded values.

If a problem gives total width first, subtract a to get b, then still verify with φ rather than assuming the figure is golden.

FAQ

Is a + b the same as a × φ?
Yes, when (a + b) ÷ a = φ, total width equals a × φ.
Why is area not a × b?
a × b is the area of the right strip only. The golden rectangle spans the full width a + b.
Can I use 1.618 for φ?
For sketches, yes. For stacked calculations, use more decimals to avoid drift.
What if my formula sheet uses L and W differently?
Map their longer side to a + b and height to a, or redraw the square-plus-strip diagram before substituting.

Conclusion

Golden rectangle math boils down to two equal ratios and three derived values: the missing side, a + b, and area.

Memorize b = a ÷ φ and a = b × φ, then verify every result.

Practice with the home calculator to build speed before design deadlines or exams.