|
Before we continue with the Mandelbrot Fractal, it is good to pause for a moment to consider the Feigenbaum tree and the occurrence of chaos. The tree is shown here (enlarged in the c-direction and without the 'trunk') once more.
It turns out that the region where period doubling occurs ends at a value of c = -1.401155..
If c becomes even more negative, there are still regions with x-values that are attracted, but no self-repeating pattern results.
The attractor has become a "Strange Attractor". The successive iterations produce chaos. Howevery, there are still small 'islands' of regularity in this green chaos region.
What does that mean, chaos? We call a process chaotic when we cannot predict what will happen.
In the doubling region, everything is predictable. A starting value of x ends up in a cycle after a number of iterations.
If we choose a different starting value, the initial number of iterations may be different, but you still end up in the same cycle.
In the chaotic region, a starting value of x no longer ends up in a cycle, but jumps back and forth in a chaotic way
When you choose other starting values, even if they are very close to the first one, the iterations quickly start to differ from each other.
|