b2KIT

Golden Ratio Explorer

Visualize the golden ratio in rectangles, spirals, pentagons, and Fibonacci sequences with interactive constructions.

Tested tool guide Tested browser tools Checked August 16, 2026

What Golden Ratio Explorer does and how it behaves

Phi appears in this explorer as a shared proportion rather than only a decimal. Interactive constructions connect golden rectangles, nested squares, spiral-like curves, regular pentagons, and ratios of consecutive Fibonacci numbers. These views help distinguish exact identities from visual approximations. The most important distinction concerns spirals: quarter-circle arcs drawn through adjoining Fibonacci squares form a useful Fibonacci spiral, but they are not the exact logarithmic curve commonly called the golden spiral.

How the result is produced

1

Golden rectangle subdivision

A golden rectangle has long-to-short side ratio phi, where phi = (1 + sqrt(5)) / 2, approximately 1.6180339887. Removing a square whose side equals the rectangle's short side leaves a smaller rectangle with the same proportions. For sides phi and 1, the remainder has sides 1 and phi - 1, and 1 / (phi - 1) equals phi.

2

Pentagons and Fibonacci ratios

In a regular pentagon, the ratio of a diagonal to a side is exactly phi, so drawing all diagonals exposes repeated golden proportions. The Fibonacci view approaches the same number differently: ratios of successive terms in 1, 1, 2, 3, 5, 8, and so on alternate around phi and converge toward it, although every finite ratio remains rational.

Good uses

  • Check why removing one square from a golden rectangle leaves another rectangle with the same long-to-short proportion.
  • Compare the exact diagonal-to-side ratio of a regular pentagon with the approximate ratios produced by neighboring Fibonacci terms.
  • Demonstrate why a spiral assembled from quarter-circle arcs in Fibonacci squares resembles, but does not exactly equal, a golden spiral.

Limits and checks

  • Do not infer numerical accuracy from how closely two lines or shapes appear to align. The defining relationships come from the stated ratios, while a visual construction can be affected by finite display size and rounded labels.
  • The names Fibonacci spiral and golden spiral are sometimes used loosely. A chain of quarter-circle arcs is a piecewise circular construction; the exact golden spiral is logarithmic, so the two curves should not be treated as identical.
  • A ratio of consecutive Fibonacci numbers is only an approximation to phi. It can become very close as the terms grow, but a finite ratio of integers cannot equal phi because phi is irrational.

Common questions

Is phi exactly 1.618?

No. The exact value is (1 + sqrt(5)) / 2, which is irrational and has a nonterminating, nonrepeating decimal expansion beginning 1.6180339887. Writing 1.618 is convenient for comparison, but it is rounded. Repeated geometric construction or measurement using that shortened value can accumulate visible differences.

Does a Fibonacci rectangle have exactly the golden ratio?

No, not when its side lengths are consecutive Fibonacci numbers. Its aspect ratio is a quotient of two integers and therefore rational, while phi is irrational. Larger consecutive terms give progressively closer approximations. Likewise, quarter-circle arcs fitted to Fibonacci squares approximate the appearance of a golden spiral without becoming the exact logarithmic curve.

References and verification

The behavioral notes were checked against the browser implementation. Standards and primary references below define the relevant format, formula, or platform behavior.

Related Tools