Kaplan–Yorke map
   HOME

TheInfoList



OR:

The Kaplan–Yorke map is a
discrete-time In mathematical dynamics, discrete time and continuous time are two alternative frameworks within which variables that evolve over time are modeled. Discrete time Discrete time views values of variables as occurring at distinct, separate "po ...
dynamical system In mathematics, a dynamical system is a system in which a function describes the time dependence of a point in an ambient space. Examples include the mathematical models that describe the swinging of a clock pendulum, the flow of water in ...
. It is an example of a dynamical system that exhibits
chaotic behavior Chaos theory is an interdisciplinary area of scientific study and branch of mathematics focused on underlying patterns and deterministic laws of dynamical systems that are highly sensitive to initial conditions, and were once thought to have c ...
. The Kaplan–Yorke
map A map is a symbolic depiction emphasizing relationships between elements of some space, such as objects, regions, or themes. Many maps are static, fixed to paper or some other durable medium, while others are dynamic or interactive. Although ...
takes a point (''xn, yn '') in the
plane Plane(s) most often refers to: * Aero- or airplane, a powered, fixed-wing aircraft * Plane (geometry), a flat, 2-dimensional surface Plane or planes may also refer to: Biology * Plane (tree) or ''Platanus'', wetland native plant * ''Planes' ...
and
maps A map is a symbolic depiction emphasizing relationships between elements of some space, such as objects, regions, or themes. Many maps are static, fixed to paper or some other durable medium, while others are dynamic or interactive. Although ...
it to a new point given by :x_=2x_n\ (\textrm~1) :y_=\alpha y_n+\cos(4\pi x_n) where ''mod'' is the modulo operator with real arguments. The map depends on only the one constant α.


Calculation method

Due to roundoff error, successive applications of the modulo operator will yield zero after some ten or twenty iterations when implemented as a floating point operation on a computer. It is better to implement the following equivalent algorithm: :a_=2a_n\ (\textrm~b) :x_=a_n/b :y_=\alpha y_n+\cos(4\pi x_n) where the a_n and b are computational integers. It is also best to choose b to be a large
prime number A prime number (or a prime) is a natural number greater than 1 that is not a product of two smaller natural numbers. A natural number greater than 1 that is not prime is called a composite number. For example, 5 is prime because the only ways ...
in order to get many different values of x_n. Another way to avoid having the modulo operator yield zero after a short number of iterations is :x_=2x_n\ (\textrm~0.99995) :y_=\alpha y_n+\cos(4\pi x_n) which will still eventually return zero, albeit after many more iterations.


References

* * Chaotic maps {{chaos-stub