ƒ(ƒ(ƒ(ƒ(x))))
Above pictures the phase-space of some observable, x, that evolves over time x₀, x₁, x₂, x₃, …. The next time step after value x₃ has been reached is shown as the height of the graph above x₃.
(So unlike the graph of a baseball thrown from the origin to (x,y) = (1,0), this is not a time-path picture.)
Also notice that, at whatever time the process might reach, say, x₇ or x₅₅ = .34197, the same thing will always result next turn: x₈ or x₅₆ will become ~.6.
So time in this picture proceeds by jumping to parabola, diagonal, parabola, diagonal, parabola, diagonal, parabola, diagonal. When one reads the width of the parabola, or the height-or-width of the diagonal, one knows the value of the process at this particular time step.
What’s happening mathematically is that the transformation
%3D2.8%20%5Ccdot%20x%20%5Ccdot%20(1-x))
is being applied over and over again. So ƒ(ƒ(ƒ(.5))) represents three time steps after starting in the middle. ƒ(ƒ(ƒ(ƒ(ƒ(ƒ(ƒ(0.000001))))))) represents seven time steps after starting at the left side. This is a spiffy way to describe how systems behave, even if it’s just a one-dimensional observable. Iterative mappings, or “difference equations”, are a popular way to describe real-life systems. I first saw it in economics class, in Robert Solow’s model of capital growth. It also appears in weather models, psychological models, and biological models.
Question. What happens if you do f(f(f(f(f(f( something )))))) ad infinitum? Do the answers ever settle down? This is where, if you had a button on your calculator to do “apply f”, you would hit the button and see what happens. Unless you can program, though, you’ll have to think through this one logically.
x̄̄ is a stable fixed point of this iterative mapping.
%2C%20%5Cquad%20%5Cmu%3D.7)
However consider a very similar cousin,
.
In the .9 case, x̄ is unstable. What’s up with that?