Using the Fixed-Point Iteration Tool to Investigate "Orbits"


Caution: TEMATH's tools will write the values of computed results at the bottom of this Report window. This will cause you to constantly scroll between the computed results and the instructions for this activity. You may want to print a copy of the contents of the Report window before you begin this activity.


Fixed-point iteration is defined by the iteration process

x[n+1] = f(x[n]), n = 0, 1, 2, 3, ..., where the value of x[0] is given.

For example, if f(x) = 1.5x(1-x) and x0 = 0.6, then

x1 = 1.5(0.6)(1–0.6) = 0.36
x2 = 1.5(0.36)(1-0.36) = 0.3456
x3 = 1.5(0.3456)(1-0.3456) = 0.33924096
 .
 .
 .

This sequence converges to the fixed point 0.333333333333.

You can use TEMATH's Fixed-Point Iteration tool to visualize this process.


Iteration of  y1(x)=1.5x(1-x)  with x0 = 0.6


What else can happen in the fixed-point iteration process besides the sequence of iterates converging to a fixed point or diverging. To find out,


Let's change the function from 3.2x(1-x) to 3.5x(1-x).


As a last example, let's change the function to 4x(1-x).


Return to Topic Start Return to Examples Menu

Copyright 2000-2008 Adam O. Hausknecht and Robert E. Kowalczyk