The logistic map is a discrete dynamical system defined by the quadratic difference equation
It is a recurrence relation and a polynomial mapping of degree 2. It is often referred to as an archetypal example of how complex, chaotic behaviour can arise from very simple nonlinear dynamical equations. The map was initially utilized by Edward Lorenz in the 1960s to showcase properties of irregular solutions in climate systems. It was popularized in a 1976 paper by the biologist Robert May, in part as a discrete-time demographic model analogous to the logistic equation written down by Pierre François Verhulst. Other researchers who have contributed to the study of the logistic map include Stanisław Ulam, John von Neumann, Pekka Myrberg, Oleksandr Sharkovsky, Nicholas Metropolis, and Mitchell Feigenbaum.
Two introductory examples
Dynamical systems example
In the logistic map, x is a variable, and r is a parameter. It is a map in the sense that it maps a configuration or phase space to itself (in this simple case the space is one dimensional in the variable x):
It can be interpreted as a tool to get next position in the configuration space after one time step. The difference equation is a discrete version of the logistic differential equation, which can be compared to a time evolution equation of the system. Given an appropriate value for the parameter r and performing calculations starting from an initial condition x 0 {\displaystyle x_{0}} , the sequence x 0 {\displaystyle x_{0}} , x 1 {\displaystyle x_{1}} , x 2 {\displaystyle x_{2}} , ..., which can be interpreted as a sequence of time steps in the evolution of the system, is obtained. In the field of dynamical systems, this sequence is called an orbit, and the orbit changes depending on the value given to the parameter. When the parameter is changed, the orbit of the logistic map can change in various ways, such as settling on a single value, repeating several values periodically, or showing non-periodic fluctuations known as chaos. Another way to understand this sequence is to iterate the logistic map (here represented by f ( x ) {\displaystyle f(x)} ) to the initial state x 0 {\displaystyle x_{0}} :
x 1 = f ( x 0 ) , x 2 = f ( x 1 ) = f ( f ( x 0 ) ) , x 3 = f ( x 2 ) = f ( f ( f ( x 0 ) ) ) , x 4 = … {\displaystyle {\begin{aligned}x_{1}&=f(x_{0}),\\x_{2}&=f(x_{1})=f(f(x_{0})),\\x_{3}&=f(x_{2})=f(f(f(x_{0}))),\\x_{4}&=\dots \\\end{aligned}}}
This was the initial approach of Henri Poincaré to study dynamical systems and ultimately chaos starting from the study of fixed points or, in other words, states that do not change over time (i.e. when x n = . . . = x 1 = x 0 = f ( x 0 ) {\displaystyle x_{n}=...=x_{1}=x_{0}=f(x_{0})} ). Many chaotic systems such as the Mandelbrot set emerge from iteration of very simple quadratic nonlinear functions such as the logistic map.
Demographic model example Taking the biological population model as an example xn is a number between zero and one, which represents the ratio of existing population to the maximum possible population. This nonlinear difference equation is intended to capture two effects:
… excerpt ends here. Continue reading the full article.






