SICP exercise 1.35
From Drewiki
Problem
Show that the golden ratio
(see section 1.2.2 of the text) is a fixed point of the transformation
, and
use this fact to compute
by means of the fixed-point procedure.
Solution
The fixed point of the function is
Solving for x, we get
Using the quadratic equation to solve for x, we find that one of the roots of this equation is
, which is the golden ratio
(approximately 1.6.18).
Using the fixed-point procedure from the text to compute the numeric value:
The result produced by Chicken Scheme 3.1 on Mac OS X 10.5 on a MacBook Pro is

