Audited 29 Jul 2026·Last updated 31 Jul 2026·4 citations·Tier 2·0 uses

Golden Rectangle Calculator

Find the golden-ratio partner of any side. Enter the short side, long side, area, perimeter or diagonal and get every dimension of the golden rectangle.

Golden Rectangle Calculator

Which measurement do you already know?
Any unit you like — millimetres, inches, pixels, metres. Lengths come back in that same unit and the area comes back in that unit squared. Must be greater than zero.
Long side (a)
16.1803
The longer of the two sides, equal to φ × the short side. φ is irrational, so unless the long side is the value you typed, this figure is an approximation — exact to the 10 decimal places shown and no further.
Short side (b)
10
Area
161.8034
Perimeter
52.3607
Diagonal
19.0211
Leftover rectangle — short side
6.1803
Ratio a : b (φ)
1.618

Background.

The Quanta golden rectangle calculator takes any single measurement of a rectangle whose sides stand in the golden ratio and returns every other measurement it has. Enter the short side, the long side, the area, the perimeter or the diagonal, and the calculator returns both sides, the area, the perimeter, the diagonal, the golden ratio itself, and the short side of the smaller golden rectangle that remains once you cut a square off one end. With the default short side of 10, the long side comes back as 16.1803398875, the area as 161.803398875, the perimeter as 52.360679775 and the diagonal as 19.0211303259.

A golden rectangle has exactly one degree of freedom. Ordinary rectangles need two numbers to pin them down, because the length and the width are independent; here the ratio between them is fixed at φ = (1 + √5) ÷ 2 = 1.6180339887, so a single measurement determines the shape completely. That is why this page asks for one number rather than two, and it is the difference between this calculator and a general area-and-perimeter tool: those need both sides and cannot supply a missing one, because they have no ratio to work from.

The definition goes back to Euclid, who did not call it golden. Book VI, Definition 3 of the Elements describes a line "cut in extreme and mean ratio" — divided so that the whole is to the greater part as the greater part is to the lesser — and Book VI, Proposition 30 gives the straightedge-and-compass construction. Written algebraically that condition is (a + b) ÷ a = a ÷ b, which rearranges to φ² − φ − 1 = 0 and has the single positive root (1 + √5) ÷ 2. Everything else on this page follows from that one quadratic.

The property that makes the shape genuinely interesting rather than merely proportioned is self-similarity. Remove a square whose side equals the short side, and the rectangle left behind is again golden, at a scale reduced by exactly one factor of φ. Repeat the cut on the leftover and you get another, and another, without end. Drawing a quarter-circle inside each square in turn produces the familiar spiral. This calculator reports the short side of that first leftover rectangle so you can start the sequence, and the algebra behind it is a restatement of the same quadratic: a − b = b ÷ φ, because φ − 1 = 1 ÷ φ.

One caveat belongs beside the answer rather than three screens below it. The mathematics of the golden ratio is exact and uncontroversial; the claims routinely made about where it appears are not. George Markowsky's 1992 survey in the College Mathematics Journal measured the usual examples — the Parthenon, the Great Pyramid, the Mona Lisa, the proportions of the human body, the dimensions of a credit card — and found that none of them match φ under any consistent choice of what to measure from and to, and that several of the standard citations trace back to sources that never made the claim at all. Use this page to build a golden rectangle, to check the geometry of one, or to lay out a design you have decided you want in that proportion. Do not use it as evidence that a rectangle in the wild is golden, because the odds are that it is not, and the honest reason to choose the proportion is that you like it.

What is golden rectangle calculator?

A golden rectangle is a rectangle whose long side divided by its short side equals the golden ratio φ = (1 + √5) ÷ 2 ≈ 1.6180339887. Wolfram MathWorld's Golden Rectangle entry derives that value in its Equation (2) as φ = (x(√5 + 1)) ÷ (2x) = ½(√5 + 1), and characterises the shape by its defining behaviour: partitioning the rectangle into a square and a new rectangle leaves a new rectangle whose sides are again in the ratio 1 : φ. The underlying proportion is Euclid's, from Elements Book VI Definition 3 — a line is cut in extreme and mean ratio when the whole is to the greater segment as the greater is to the lesser — with the construction given in Book VI Proposition 30. Setting φ = a ÷ b in that definition gives (a + b) ÷ a = a ÷ b, hence φ² = φ + 1, whose positive root is (1 + √5) ÷ 2. Two consequences of that quadratic do most of the work on this page. First, φ − 1 = 1 ÷ φ, so the leftover rectangle after removing the square is scaled down by exactly one factor of φ and is therefore golden itself, infinitely often. Second, φ is irrational, which means no golden rectangle has both sides rational: pick a whole number for one side and the other is an unending decimal. The successive ratios of Fibonacci numbers — 3/2, 5/3, 8/5, 13/8, 21/13 — converge to φ, which is why 8 by 13 and 13 by 21 turn up as practical approximations in design work and in graph-paper constructions.

How to use this calculator.

  1. Choose which measurement you already have from the dropdown: short side, long side, area, perimeter or diagonal. A golden rectangle has one degree of freedom, so any one of these fixes the whole shape.
  2. Enter that value in any unit you like. Millimetres, inches, pixels and metres all work — lengths come back in the same unit and the area comes back in that unit squared.
  3. Read the long side at the top. In short-side mode it is the number you came for: the partner side that makes the rectangle golden.
  4. Read the area, perimeter and diagonal underneath if you need them for a layout, a material estimate or a frame.
  5. Read the leftover rectangle's short side to start the classic subdivision. Cut a square off the golden rectangle and the piece that remains is golden too, with that short side.
  6. To check whether a rectangle you already have is golden, type its short side and compare the long side the calculator returns with the one you measured. If they differ by more than your measuring error, the rectangle is not golden — and given how many objects are wrongly claimed to be, that is the expected outcome.

The formula.

φ = (1 + √5) ⁄ 2 , a = bφ , A = b²φ , P = 2b(φ + 1) , d = b√(φ² + 1)

Every mode on this page solves for the short side b first, then rebuilds the rest of the rectangle from it. Short-side mode is trivial. Long-side mode divides by φ, since a = bφ. Area mode uses A = ab = b²φ, so b = √(A ÷ φ). Perimeter mode uses P = 2(a + b) = 2b(φ + 1), so b = P ÷ (2(φ + 1)). Diagonal mode uses d = √(a² + b²) = b√(φ² + 1), so b = d ÷ √(φ² + 1). Once b is known, a = bφ, A = ab, P = 2(a + b) and d = √(a² + b²).

Working the default all the way through: b = 10, so a = 10 × 1.618033988749894848 = 16.180339887498948, displayed as 16.1803398875. The area is 16.180339887498948 × 10 = 161.80339887498948, displayed as 161.803398875. The perimeter is 2 × (16.180339887498948 + 10) = 52.360679774997896, displayed as 52.360679775. The diagonal is √(16.180339887498948² + 10²) = √(261.803398874989484 + 100) = √361.803398874989484 = 19.021130325903071, displayed as 19.0211303259. The leftover rectangle's short side is 16.180339887498948 − 10 = 6.180339887498948, displayed as 6.1803398875 — and notice that it equals 10 ÷ 1.618033988749894848 to every digit shown, which is the identity φ − 1 = 1 ÷ φ in action.

Why that identity holds: the defining condition φ² = φ + 1 can be divided through by φ to give φ = 1 + (1 ÷ φ), so φ − 1 = 1 ÷ φ. Geometrically it says the square you removed shrank the rectangle by exactly one factor of φ, which is the reason the subdivision never terminates and never changes shape.

Rounding stage: every intermediate is carried at 40 significant digits in Decimal arithmetic and rounded once, at the return boundary, to 10 decimal places. φ itself is computed as (1 + √5) ÷ 2 at that precision rather than entered as the literal 1.618033989 — a literal would inject error into the ninth decimal place of the area, which is quadratic in the side length. The short side is never rounded before the long side, area, perimeter and diagonal are derived from it. Nothing on this page is sorted into bands or graded, so no threshold depends on display rounding.

A worked example.

Example

A designer is laying out a printed card and has decided the short edge will be 10 centimetres. Selecting short-side mode and entering 10 returns a long side of 16.1803398875 centimetres — in practice 16.18 cm, or 161.8 mm on a ruler that reads to the millimetre. The area is 161.803398875 square centimetres, the perimeter is 52.360679775 centimetres of trim edge, and the diagonal is 19.0211303259 centimetres, which is the figure to check against when squaring the artboard. The leftover rectangle's short side comes back as 6.1803398875 centimetres: mark a square 10 cm on a side at one end of the card, and the strip that remains measures 10 cm by 6.1803398875 cm, which is a golden rectangle in its own right, rotated a quarter turn. Cut a 6.18 cm square off that strip and the remainder is golden again, and so on for as long as the paper and the eyesight hold out. Two sanity checks are worth doing by hand. Divide 16.1803398875 by 10 and you get 1.61803398875, which is φ. Add the two sides and divide by the long one — 26.1803398875 ÷ 16.1803398875 — and you get 1.6180339887 again, which is precisely Euclid's condition that the whole is to the greater part as the greater part is to the lesser. Because φ is irrational, the 16.1803398875 can never be made exact by choosing a better unit; a card cut to 10 cm by 16.18 cm is off by about three thousandths of a millimetre, which is far below what a guillotine can hold, and that is as golden as physical objects get.

value10
known QuantityshortSide

Frequently asked questions.

What is the golden ratio, exactly?
It is the number φ = (1 + √5) ÷ 2 = 1.618033988749894848204586834365638117720…, the positive root of φ² − φ − 1 = 0. Euclid defined the underlying proportion without naming a number: in Elements Book VI, Definition 3, a line is cut in extreme and mean ratio when the whole is to the greater segment as the greater is to the lesser. Setting the ratio to φ turns that sentence into (a + b) ÷ a = a ÷ b, and solving the resulting quadratic gives the value above. φ is irrational, so its decimal expansion never repeats and never ends. This calculator computes it from √5 at 40 significant digits rather than storing a rounded literal.
If I know only the area, can you still find both sides?
Yes, and that is one of the five modes. Because the ratio is fixed, the area is A = ab = b²φ, so the short side is b = √(A ÷ φ) and the long side follows as bφ. The same reasoning works from the perimeter, since P = 2b(φ + 1), and from the diagonal, since d = b√(φ² + 1). An ordinary rectangle calculator cannot do any of this: with two independent sides, one number is never enough. The single constraint a ÷ b = φ is exactly what removes the second degree of freedom.
Why does cutting a square off a golden rectangle leave another golden rectangle?
Because φ − 1 = 1 ÷ φ. Start from the defining equation φ² = φ + 1 and divide both sides by φ: you get φ = 1 + (1 ÷ φ), so φ − 1 = 1 ÷ φ. Now cut a square of side b off a rectangle with sides a = bφ and b. What remains measures b by (a − b) = b(φ − 1) = b ÷ φ. Its long side is b and its short side is b ÷ φ, so its ratio is φ again — the same shape, scaled down by one factor of φ. The process repeats forever, and drawing a quarter-circle in each square as you go produces the spiral that usually accompanies the shape in print.
Is the Parthenon really a golden rectangle? What about the Mona Lisa?
Almost certainly not, in both cases. George Markowsky's 1992 paper in the College Mathematics Journal went through the standard examples with a tape measure and found that the Parthenon's façade does not give φ under any consistent choice of which edges to measure between, that the Great Pyramid's claimed ratio depends on picking convenient dimensions, that the Mona Lisa attribution has no documented basis, and that several frequently repeated citations point to sources that never made the claim. No writing by Leonardo, Phidias or their contemporaries proposes the ratio as an aesthetic rule. The mathematics on this page is exact and beyond dispute; the art-history claims attached to it usually are not, which is why the caveat sits in the introduction rather than in a footnote.
How does the golden ratio relate to the Fibonacci sequence?
The ratio of consecutive Fibonacci numbers converges to φ. Take 1, 1, 2, 3, 5, 8, 13, 21, 34, 55 and divide each term by the one before it: 2, 1.5, 1.667, 1.6, 1.625, 1.615, 1.619, 1.6176, 1.6182 — closing in on 1.6180339887 and alternating either side of it. That is why 8 by 13 and 13 by 21 show up as whole-number approximations to a golden rectangle in design grids and on graph paper, and it is why a Fibonacci spiral drawn on squares looks like the golden spiral even though the two are not the same curve. The convergence follows from Binet's formula, in which φ is the dominant term.
Can a golden rectangle have whole-number sides?
No. φ is irrational, so if one side is a whole number the other cannot be — it is that number multiplied or divided by an unending non-repeating decimal. Any golden rectangle you can actually build is an approximation, and the useful question is how close you need to get. A 10 cm by 16.18 cm card is off by roughly 0.003 mm from the exact long side, which no guillotine can resolve. If you want whole numbers, use consecutive Fibonacci pairs: 13 by 21 is within 0.17 percent of golden, and 34 by 55 is within 0.03 percent.
What is the diagonal of a golden rectangle?
For a golden rectangle with short side b, the diagonal is b√(φ² + 1) ≈ 1.9021130326 b, from the Pythagorean theorem applied to sides b and bφ. With b = 10 that gives 19.0211303259. The diagonal is worth having when you are squaring up an artboard, a frame or a panel: measuring both diagonals and confirming they are equal is the fastest check that the corners are truly at right angles, and this figure tells you what the measurement should be. This calculator also accepts the diagonal as an input, which is useful when the diagonal is the dimension a screen or a frame is specified by.

References& sources.

  1. [1]Wolfram Research, MathWorld — ‘Golden Rectangle’ (live revision retrieved 2026-07-29). Equation (2) derives φ = (FC)/(CD) = (x(√5 + 1))/(2x) = ½(√5 + 1), and the entry states the defining self-similarity: partitioning the rectangle into a square and a new rectangle leaves a rectangle with sides in ratio 1:φ. Open access.
  2. [2]Wolfram Research, MathWorld — ‘Golden Ratio’ (live revision retrieved 2026-07-29). Gives the defining quadratic φ² − φ − 1 = 0 and the decimal expansion 1.618033988749894848204586834365638117720… (cited there to OEIS A001622), against which this page's computed value was checked digit for digit. Open access.
  3. [3]Euclid, Elements, Book VI, Definition 3 — ‘A straight line is said to have been cut in extreme and mean ratio when, as the whole line is to the greater segment, so is the greater to the less’ — with the construction at Book VI, Proposition 30 (‘To cut a given finite straight line in extreme and mean ratio’). David E. Joyce web edition of the Heath translation, Clark University; both quotations confirmed on retrieval 2026-07-29. Used as the independent geometric derivation of φ.
  4. [4]Markowsky, George. ‘Misconceptions about the Golden Ratio.’ The College Mathematics Journal 23, no. 1 (1992): 2–19, DOI 10.1080/07468342.1992.11973428. Peer-reviewed survey measuring the standard claimed occurrences of φ — the Parthenon, the Great Pyramid, the Mona Lisa, human body proportions — and showing that they do not hold up. Publisher-gated; abstract and bibliographic record open. Cited for this page's scope limit, not for any computed value.

In this category

Embed

Quanta Pro

Paid features are coming later.

  • All 977 calculators remain free
  • No billing is enabled
Coming soon