Input either a part length or the total length to calculate the remaining values according to the golden ratio.
The golden ratio is a unique proportional relationship, often represented as: \( \phi = \frac{1 + \sqrt{5}}{2} \approx 1.618 \) When a total length \( L \) is divided into two parts \( a \) (longer part) and \( b \) (shorter part), the golden ratio satisfies: \( \frac{L}{a} = \frac{a}{b} = \phi \)
Solution:
1. Shorter part:
\( b = \frac{100}{1.618} \approx 61.8 \)
2. Total length:
\( L = a + b = 100 + 61.8 = 161.8 \)
Result: Shorter part \( b \approx 61.8 \), total length \( L \approx 161.8 \).
Solution:
1. Longer part:
\( a = \frac{200}{1.618 + 1} \approx 123.6 \)
2. Shorter part:
\( b = L - a = 200 - 123.6 = 76.4 \)
Result: Longer part \( a \approx 123.6 \), shorter part \( b \approx 76.4 \).