WOLFRAM NOTEBOOK

WOLFRAM|DEMONSTRATIONS PROJECT

Nested Square Root Representation of the Golden Ratio

N
100
Golden Ratio
ϕ
lim
N
1+
1+
1+
N
N = 100
ϕ 1.618033988749894848204586834365638117720309179805762
52 significant figures
One of the simplest possible formulas involving an infinite sequence of nested square roots is
ϕ=
1+
1+
1+
. From that, it can be easily seen that
ϕ=
1+ϕ
. The positive root of this quadratic equation is
ϕ=
1+
5
2
1.6180
, which is none other than the golden ratio, known to Euclid and the ancient Greeks. This is also called the golden mean, golden section, and divine proportion. This is also equal to the limiting ratio of successive Fibonacci numbers:
ϕ=
lim
N
f
N
/
f
N-1
.
Mathematica can readily compute multiply nested functions. With
f(x)
1+x
, the sequence of
N
square roots can be computed using Nest[
f
,
1
,
N
]. This Demonstration lets you compute approximations to
ϕ
containing up to 100 square roots. For each value of
N
, the accuracy, expressed as the number of significant figures, is also given.
Wolfram Cloud

You are using a browser not supported by the Wolfram Cloud

Supported browsers include recent versions of Chrome, Edge, Firefox and Safari.


I understand and wish to continue anyway »

You are using a browser not supported by the Wolfram Cloud. Supported browsers include recent versions of Chrome, Edge, Firefox and Safari.