Enter Golden Proportion Inputs
The page stays in a single-column flow, while the calculator fields use 3 columns on large screens, 2 on medium screens, and 1 on mobile.
Worked Examples
| Known Type | Known Value | Larger Segment | Smaller Segment | Whole Length | Comment |
|---|---|---|---|---|---|
| Whole | 100 | 61.8034 | 38.1966 | 100.0000 | Classic golden split of a full length. |
| Larger | 50 | 50.0000 | 30.9017 | 80.9017 | Useful when the dominant section is already fixed. |
| Smaller | 25 | 40.4508 | 25.0000 | 65.4508 | Useful when the minor section is known first. |
| Verification Pair | 34 and 21 | 34.0000 | 21.0000 | 55.0000 | Fibonacci neighbors closely approximate the golden ratio. |
Golden Proportion Formulas
- Golden ratio: φ = (1 + √5) / 2 ≈ 1.6180339887
- Core relationship: Larger / Smaller = φ
- Equivalent relationship: Whole / Larger = φ
- From whole length W: Larger = W / φ
- From whole length W: Smaller = W / φ²
- From larger segment L: Smaller = L / φ
- From larger segment L: Whole = L × φ
- From smaller segment S: Larger = S × φ
- From smaller segment S: Whole = S × φ²
- Verification: Deviation = |(Custom Larger / Custom Smaller) − φ|
The calculator applies these formulas automatically, then reports percentages, scaled values, verification error, and a graph for quick interpretation.
How to Use This Calculator
- Select whether your known input is the whole, the larger segment, or the smaller segment.
- Enter the known numeric value and type your preferred unit label, such as px, cm, m, or units.
- Choose how many decimal places you want in the final output.
- Set the number of golden progression steps for the sequence table.
- Optionally enter custom larger and smaller values to test whether an existing design matches the golden ratio.
- Click Calculate Golden Proportion to show the result directly below the header and above the form.
- Review the results cards, progression table, and Plotly graph.
- Use the export buttons to download a CSV file or save the result block as a PDF.
Frequently Asked Questions
1) What is the golden proportion?
The golden proportion divides a line so the larger part relates to the smaller part the same way the whole relates to the larger part. Its numerical value is about 1.6180339887.
2) What should I enter as the known value?
Enter whichever measurement you already know. You can start from the whole length, the larger segment, or the smaller segment. The calculator then solves the missing values automatically.
3) Why is the larger segment close to 61.8%?
Because dividing by φ gives the dominant section of a golden split. That produces about 61.8034% for the larger share and 38.1966% for the smaller share.
4) Is golden proportion the same as golden ratio?
Yes. The ratio describes the number φ, while the proportion describes how a length or shape is divided according to that ratio. They are two views of the same relationship.
5) Can I test an existing design with this page?
Yes. Enter your custom larger and smaller segments in the optional verification fields. The calculator compares their ratio with φ and reports the deviation, percentage error, and closeness status.
6) Which units can I use?
You may use any consistent unit, including pixels, centimeters, millimeters, meters, inches, or abstract units. The calculator only needs the same unit applied across all compared values.
7) Why do my results differ slightly from other calculators?
Small differences usually come from rounding choices. This version lets you control decimal places, so a low precision setting may round the displayed values more aggressively.
8) Where is the golden proportion commonly used?
It appears in geometry, visual composition, interface layout, architecture, art, photography, logo structure, and proportional planning. It helps create balanced dominant and supporting sections without arbitrary guessing.