Fractals/Iterations in the complex plane/jlamination

< Fractals < Iterations in the complex plane

Here doubling map is used to analyze dynamics of complex quadratic polynomials. It is dynamical system easier to analyze then complex quadratic map.


Periodic orbits of angles under doubling map

Note that here chord joining 2 points z1 and z2 on unit circle means that . It does not mean that these points are landing points of the same ray.

Some orbits do not cross :

but some do :

Orbit portraits

An orbit portrait can be in two forms:

Note that :


Image

Image can be made in three forms :

Lamination of Julia sets

"Laminations were introduced to the context of polynomial dynamics in the early 1980’s by Thurston"[2] Are used to show the landing pattern of external rays.


The lamination L gives :

Note that here chord joining 2 points z1 and z2 on unit circle means that these points are landing points of the same ray. It does not mean that .


For a quadratic polynomials initial set has a form :[6]


?????

Definition

Laminations of the unit disk in the plane is a closed collection of chords (leaves, arcs ) inside the unit disk

quadratic laminations = those that remain invariant under the angle doubling map [7]

Notation

Properities of lamination

Lamination must satisfy the following rules :


Invariance of lamination

"Invariance of a lamination L in the unit disc means that:

Tools

Tools used to study dynamics of lamiantions :

Drawing lamination

I have changed in main.cc :

#include <math.h>
#include <iostream> // I have removed .h
#include <stdlib.h>
#include "graphics.cc"
using namespace std; // added because : main.cc:101: error: ‘cout’ was not declared in this scope

and then in program directory :

make
./lamiantion

Examples

cut points of order 2

period one orbit = fixed point

For complex quadratic polynomials for all parameters c in wake bounded by rays 1/3 and 2/3 there is repelling fixed point with orbit portrait :

cut points of order 3

period one orbit = fixed point

Orbit under quadratic map consists of one ( fixed point) :

This point is a landing point of 3 external rays and has orbit portrait :

period 2 orbit

c is a root point of Mandelbrot set between period 2 and 6 components :[11]

with internal address 1-2-6.

Six periodic cycle of rays is landing on two-periodic parabolic orbit :

where :

with orbit portrait :

period 3 orbit

Parameter c is a center of period 9 hyperbolic component of Mandelbrot set

Orbit under quadratic map consists of 3 points :


orbit portrait associated with parabolic period 3 orbit is :[12]

Valence = 3 rays per orbit point ( = each point is a landing point of 3 external rays )

Rays for above angles land on points of that orbit .

cut points of order 5

period one orbit = fixed point

Questions

See also

References

Volume 1732, 2000, DOI: 10.1007/BFb0103999. Springer-Verlag, Berlin-Heidelberg-NewYork 2000

This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.