A fixed point is the intersection of a function and the diagonal y=x. When the function is non-linear, there can be many fixed points, something that will be taken care of later. On the figure at left, there is one fixed point. The special thing about this fixed point is that successive iteration leads us to this fixed point. The fixed point is therefore called an attractor.
One way to represent iterations graphically is to use the geometric method as the picture on upper left. Another way, which do not require understanding of geometric iteration, is by using so-called time-series. This is simply a graph of the function value after n iterations. N goes along the x-axis, and f.n(x) along the y-axis. An example when f(x)=cos(x) is shown on picture on the left. This graph is typically for all fixed points, and you will not get any dramatically different time-graphs by using another function. Also note that this function is non-linear, but that is not important in this situation. But we can conclude that this is a fixed point.
We shall look at three other examples:
This is another example. But in this case successive iteration does not lead us to this fixed point. Instead we get farther and farther away from the fixed point. We therefore call this fixed point a repeller.
The difference between this graph and the one above, is the slope of the function. In the first example it was between -1 and 0, in this case it is less than -1.
We also note that we in in both cases got a spiral in or out. This is typical to iteration of function with a negative slope m (derivative).
The shape looks like a stairs, and this iteration is therefore called staircase in ("in" means attractive).
The shape is called staircase out.
To sum things up:
More generally:
We also have another possibility:
The same result can be obtained not using geometric iteration at all. I previously said the behaviour of fixed points could not be understood without geometric iteration. This is not the whole truth. It could be understood in the following way, but it is so much more difficult that it is not recommended as a starting point.
We'll start off easy.
When iterating the function f(x), the fixed points can be found solving this equation:
This is what we have done when the fixed point was the intersection point of the function and the diagonal y=x, as stated above.
The last part of this page is a proof that gives us the criterias listed above for when we have an attractor or a repeller. It is only an example for an attractor, the same thing can be done for a repeller. It is not necessary to read and understand this proof to step further into the feigenbaum fractal.