Locate the fixed point alpha
α≈0.6180 The fixed point satisfies x=g(x).
Differentiate g and evaluate the derivative at alpha
g′(x)=−(x+1)21,g′(α)≈−0.3820 The size and sign of g'(alpha) fix the behaviour of the iteration.
Apply the iterative formula to find x_{1}
x1=1.00000+11≈0.50000 Substitute the previous estimate and evaluate to 5 decimal places.
Apply the iterative formula to find x_{2}
x2=0.50000+11≈0.66667 Substitute the previous estimate and evaluate to 5 decimal places.
Apply the iterative formula to find x_{3}
x3=0.66667+11≈0.60000 Substitute the previous estimate and evaluate to 5 decimal places.
Apply the iterative formula to find x_{4}
x4=0.60000+11≈0.62500 Substitute the previous estimate and evaluate to 5 decimal places.
Apply the iterative formula to find x_{5}
x5=0.62500+11≈0.61538 Substitute the previous estimate and evaluate to 5 decimal places.
Apply the iterative formula to find x_{6}
x6=0.61538+11≈0.61905 Substitute the previous estimate and evaluate to 5 decimal places.
Apply the iterative formula to find x_{7}
x7=0.61905+11≈0.61765 Substitute the previous estimate and evaluate to 5 decimal places.
Apply the iterative formula to find x_{8}
x8=0.61765+11≈0.61818 Substitute the previous estimate and evaluate to 5 decimal places.
Apply the iterative formula to find x_{9}
x9=0.61818+11≈0.61798 Substitute the previous estimate and evaluate to 5 decimal places.
Apply the iterative formula to find x_{10}
x10=0.61798+11≈0.61806 Substitute the previous estimate and evaluate to 5 decimal places.
Apply the iterative formula to find x_{11}
x11=0.61806+11≈0.61803 Substitute the previous estimate and evaluate to 5 decimal places.
Apply the iterative formula to find x_{12}
x12=0.61803+11≈0.61804 Substitute the previous estimate and evaluate to 5 decimal places.
State the behaviour of the iteration near alpha
∣g′(α)∣<1 This determines whether the staircase/cobweb converges or diverges.