Template:Short description Template:For
The logistic map is a discrete dynamical system defined by the quadratic difference equation: Template:NumBlk Equivalently 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.<ref>Template:Cite journal</ref> It was popularized in a 1976 paper by the biologist Robert May,<ref name=":2" group="May, Robert M. (1976)">Template:Harvnb</ref> in part as a discrete-time demographic model analogous to the logistic equation written down by Pierre François Verhulst.<ref>{{#invoke:Template wrapper|{{#if:|list|wrap}}|_template=cite web |_exclude=urlname, _debug, id |url = https://mathworld.wolfram.com/{{#if:LogisticEquation%7CLogisticEquation.html}} |title = Logistic Equation |author = Weisstein, Eric W. |website = MathWorld |access-date = |ref = Template:SfnRef }}</ref> 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.<ref>see Research history</ref> Template:Citation needed
Two introductory examplesEdit
Dynamical Systems exampleEdit
Template:See also 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)
<math display="block">{\displaystyle f:x\mapsto ax(1-x)}</math>
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 <math>x_0</math>, we obtain the sequence <math>x_0</math>, <math>x_1</math>, <math>x_2</math>, .... which can be interpreted as a sequence of time steps in the evolution of the system.
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.<ref name=":1" group="Devaney 1989">Template:Harvnb</ref><ref name="Gleick"/>
Another way to understand this sequence is to iterate the logistic map (here represented by <math>f(x)</math>) to the initial state <math>x_0</math><ref name=":3" group="Devaney 1989">Template:Harvnb</ref>
<math display="block"> \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}&=...\\ \end{aligned} </math>
Now this is important given 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 <math>x_n=...=x_1=x_0=f(x_0)</math>). Many chaotic systems such as the Mandelbrot set emerge from iteration of very simple quadratic nonlinear functions such as the logistic map.<ref>Template:Cite book</ref>
Demographic model exampleEdit
Taking the biological population model as an example Template:Mvar is a number between zero and one, which represents the ratio of existing population to the maximum possible population. <ref name=":1" group="May, Robert M. (1976)" >Template:Harvnb</ref> This nonlinear difference equation is intended to capture two effects:
- reproduction, where the population will increase at a rate proportional to the current population when the population size is small,
- starvation (density-dependent mortality), where the growth rate will decrease at a rate proportional to the value obtained by taking the theoretical "carrying capacity" of the environment less the current population.
The usual values of interest for the parameter Template:Mvar are those in the interval Template:Math, so that Template:Mvar remains bounded on Template:Math. The Template:Math case of the logistic map is a nonlinear transformation of both the bit-shift map and the Template:Math case of the tent map. If Template:Math, this leads to negative population sizes. (This problem does not appear in the older Ricker model, which also exhibits chaotic dynamics.) One can also consider values of Template:Mvar in the interval Template:Math, so that Template:Mvar remains bounded on Template:Math.<ref name="Takashi Tsuchiya, Daisuke Yamagishi, 1997"/>
Characterization of the logistic mapEdit
The animation shows the behaviour of the sequence <math>x_n</math> over different values of the parameter r. A first observation is that the sequence does not diverge and remains finite for r between 0 and 4. It is possible to see the following qualitative phenomena in order of time:
- exponential convergence to zero
- convergence to a non-zero fixed value (see Exponential function or Characterizations of the exponential function point 4)
- initial oscillation and then convergence (see Damping and Damped harmonic oscillator)
- stable oscillations between two values (see Resonance and Simple harmonic oscillator)
- growing oscillations between a set of values which are multiples of two such as 2,4,8,16 etc. (see Period-doubling bifurcation)
- Intermittency (i.e. sprouts of oscillations at the onset of chaos)
- fully developed chaotic oscillations
- topological mixing (i.e. the tendency of oscillations to cover the full available space).
The first four are also available in standard linear systems, oscillations between two values are available too under resonance, chaotic systems though have typically a large range of resonance conditions. The other phenomena are peculiar to chaos. This progression of stages is strikingly similar to the onset of turbulence. Chaos is not peculiar to non-linear systems alone and it can also be exhibited by infinite dimensional linear systems.<ref>Template:Cite journal</ref>
As mentioned above, the logistic map itself is an ordinary quadratic function. An important question in terms of dynamical systems is how the behavior of the trajectory changes when the parameter Template:Mvar changes. Depending on the value of Template:Mvar, the behavior of the trajectory of the logistic map can be simple or complex.<ref name=":1" group="Thompson & Stewart">Template:Harvnb</ref> Below, we will explain how the behavior of the logistic map changes as Template:Mvar increases.
Domain, graphs and fixed pointsEdit
As mentioned above, the logistic map can be used as a model to consider the fluctuation of population size. In this case, the variable x of the logistic map is the number of individuals of an organism divided by the maximum population size, so the possible values of x are limited to 0 ≤ x ≤ 1. For this reason, the behavior of the logistic map is often discussed by limiting the range of the variable to the interval [0, 1].<ref name=":1" group="Hirsch,Smale & Devaney">Template:Harvnb</ref>
If we restrict the variables to 0 ≤ x ≤ 1, then the range of the parameter r is necessarily restricted to 0 to 4 (0 ≤ r ≤ 4). This is because if <math>x_n</math> is in the range [0, 1], then the maximum value of <math>x_{n+1}</math> is r/4. Thus, when r > 4, the value of <math>x_{n +1}</math> can exceed 1. On the other hand, when r is negative, x can take negative values.<ref name=":1" group="Hirsch,Smale & Devaney"/>
A graph of the map can also be used to learn much about its behavior. The graph of the logistic map <math>x_{n+1}= r x (1-x_n)</math> is the plane curve that plots the relationship between <math>x_n</math> and <math>x_{n+1}</math>, with <math>x_n</math> (or x) on the horizontal axis and <math>x_{n + 1}</math> (or f (x)) on the vertical axis. The graph of the logistic map looks like this, except for the case r = 0:
It has the shape of a parabola with a vertex at<ref name=":4" group="Gulick">Template:Harvnb</ref> Template:NumBlk\right)}</math>|Template:EquationRef}} When r is changed, the vertex moves up or down, and the shape of the parabola changes. In addition, the parabola of the logistic map intersects with the horizontal axis (the line where <math>x_{n+1} = 0</math>) at two points. The two intersection points are <math>(x_n, x_{n + 1}) = (0,0)</math> and <math>(x_n, x_{n + 1}) = (1,0)</math>, and the positions of these intersection points are constant and do not depend on the value of r.
Graphs of maps, especially those of one variable such as the logistic map, are key to understanding the behavior of the map. One of the uses of graphs is to illustrate fixed points, called points. Draw a line y = x (a 45° line) on the graph of the map. If there is a point where this 45° line intersects with the graph, that point is a fixed point. In mathematical terms, a fixed point is
It means a point that does not change when the map is applied. We will denote the fixed point as <math>x_f</math>. In the case of the logistic map, the fixed point that satisfies equation (2-2) is obtained by solving <math>rx (1 - x)= x </math>.
Template:NumBlk Template:NumBlk}=4.66920...</math>|Template:EquationRef}}
This value of δ is called the Feigenbaum constant because it was discovered by mathematical physicist Mitchell Feigenbaum. a∞ is called the Feigenbaum point. In the period doubling cascade, <math>f^m</math> and <math>f^{2m}</math> have the property that they are locally identical after an appropriate scaling transformation. The Feigenbaum constant can be found by a technique called renormalization that exploits this self-similarity. The properties that the logistic map exhibits in the period doubling cascade are also universal in a broader class of maps, as will be discussed later.
To get an overview of the final behavior of an orbit for a certain parameter, an approximate bifurcation diagram, orbital diagram, is useful. In this diagram, the horizontal axis is the parameter r and the vertical axis is the variable x, as in the bifurcation diagram. Using a computer, the parameters are determined and, for example, 500 iterations are performed. Then, the first 100 results are ignored and only the results of the remaining 400 are plotted. This allows the initial transient behavior to be ignored and the asymptotic behavior of the orbit remains. For example, when one point is plotted for r, it is a fixed point, and when m points are plotted for r, it corresponds to an m-periodic orbit. When an orbital diagram is drawn for the logistic map, it is possible to see how the branch representing the stable periodic orbit splits, which represents a cascade of period-doubling bifurcations.
When the parameter <math>r = r_{\infty}</math> is exactly the accumulation point of the period-doubling cascade, the variable <math>x_n</math> is attracted to aperiodic orbits that never close. In other words, there exists a periodic point with infinite period at <math>r_{\infty}</math>. This aperiodic orbit is called the Feigenbaum attractor. The critical <math>2^{\infty}</math> attractor. An attractor is a term used to refer to a region that has the property of attracting surrounding orbits, and is the orbit that is eventually drawn into and continues. The attractive fixed points and periodic points mentioned above are also members of the attractor family.
The structure of the Feigenbaum attractor is the same as that of a fractal figure called the Cantor set. The number of points that compose the Feigenbaum attractor is infinite and their cardinality is equal to the real numbers. However, no matter which two of the points are chosen, there is always an unstable periodic point between them, and the distribution of the points is not continuous. The fractal dimension of the Feigenbaum attractor, the Hausdorff dimension or capacity dimension, is known to be approximately 0.54.
Case when 3.56995 < r < 4Edit
Qualitative SummaryEdit
- At Template:Math (sequence A098587 in the OEIS) is the onset of chaos, at the end of the period-doubling cascade. From almost all initial conditions, we no longer see oscillations of finite period. Slight variations in the initial population yield dramatically different results over time, a prime characteristic of chaos.
- This number shall be compared and understood as the equivalent of the Reynolds number for the onset of other chaotic phenomena such as turbulence and similar to the critical temperature of a phase transition. In essence the phase space contains a full subspace of cases with extra dynamical variables to characterize the microscopic state of the system, these can be understood as Eddies in the case of turbulence and order parameters in the case of phase transitions.
- Most values of Template:Mvar beyond 3.56995 exhibit chaotic behaviour, but there are still certain isolated ranges of Template:Mvar that show non-chaotic behavior; these are sometimes called islands of stability. For instance, beginning at 1 + Template:Sqrt<ref>Template:Cite journal</ref> (approximately 3.82843) there is a range of parameters Template:Mvar that show oscillation among three values, and for slightly higher values of Template:Mvar oscillation among 6 values, then 12 etc.
- At <math>r = 1 + \sqrt 8 = 3.8284...</math>, the stable period-3 cycle emerges.<ref>Template:Cite journal</ref>
- The development of the chaotic behavior of the logistic sequence as the parameter Template:Mvar varies from approximately 3.56995 to approximately 3.82843 is sometimes called the Pomeau–Manneville scenario, characterized by a periodic (laminar) phase interrupted by bursts of aperiodic behavior. Such a scenario has an application in semiconductor devices.<ref name="carson82">Template:Cite journal</ref> There are other ranges that yield oscillation among 5 values etc.; all oscillation periods occur for some values of Template:Mvar. A period-doubling window with parameter Template:Mvar is a range of Template:Mvar-values consisting of a succession of subranges. The Template:Mvarth subrange contains the values of Template:Mvar for which there is a stable cycle (a cycle that attracts a set of initial points of unit measure) of period Template:Math. This sequence of sub-ranges is called a cascade of harmonics.<ref name=":2" group="May, Robert M. (1976)"/> In a sub-range with a stable cycle of period Template:Math, there are unstable cycles of period Template:Math for all Template:Math. The Template:Mvar value at the end of the infinite sequence of sub-ranges is called the point of accumulation of the cascade of harmonics. As Template:Mvar rises there is a succession of new windows with different Template:Mvar values. The first one is for Template:Math; all subsequent windows involving odd Template:Mvar occur in decreasing order of Template:Mvar starting with arbitrarily large Template:Mvar.<ref name=":2" group="May, Robert M. (1976)"/><ref>Template:Cite journal</ref>
- At <math>r = 3.678..., x = 0.728...</math>, two chaotic bands of the bifurcation diagram intersect in the first Misiurewicz point for the logistic map. It satisfies the equations <math>r^3 - 2r^2 - 4r -8 = 0, x = 1-1/r</math>.<ref>{{#invoke:citation/CS1|citation
|CitationClass=web }}</ref>
- Beyond Template:Math, almost all initial values eventually leave the interval Template:Math and diverge. The set of initial conditions which remain within Template:Math form a Cantor set and the dynamics restricted to this Cantor set is chaotic.<ref>Template:Cite book</ref>
For any value of Template:Mvar there is at most one stable cycle. If a stable cycle exists, it is globally stable, attracting almost all points.<ref>Template:Cite book</ref>Template:Rp Some values of Template:Mvar with a stable cycle of some period have infinitely many unstable cycles of various periods.
The bifurcation diagram at right summarizes this. The horizontal axis shows the possible values of the parameter Template:Mvar while the vertical axis shows the set of values of Template:Mvar visited asymptotically from almost all initial conditions by the iterates of the logistic equation with that Template:Mvar value.
The bifurcation diagram is a self-similar: if we zoom in on the above-mentioned value Template:Math and focus on one arm of the three, the situation nearby looks like a shrunk and slightly distorted version of the whole diagram. The same is true for all other non-chaotic points. This is an example of the deep and ubiquitous connection between chaos and fractals.
We can also consider negative values of Template:Mvar:
- For Template:Mvar between -2 and -1 the logistic sequence also features chaotic behavior.<ref name="Takashi Tsuchiya, Daisuke Yamagishi, 1997">Template:Cite journal</ref>
- With Template:Mvar between -1 and 1 - Template:Sqrt and for Template:Mvar0 between 1/Template:Mvar and 1-1/Template:Mvar, the population will approach permanent oscillations between two values, as with the case of Template:Mvar between 3 and 1 + Template:Sqrt, and given by the same formula.<ref name="Takashi Tsuchiya, Daisuke Yamagishi, 1997"/>
The Emergence of ChaosEdit
When the parameter r exceeds <math>r_{\infty} = 3.56994...</math>, the logistic map exhibits chaotic behavior. Roughly speaking, chaos is a complex and irregular behavior that occurs despite the fact that the difference equation describing the logistic map has no probabilistic ambiguity and the next state is completely and uniquely determined. The range of <math>r > r_{\infty}</math> of the logistic map is called the chaotic region.
One of the properties of chaos is its unpredictability, symbolized by the term butterfly effect. This is due to the property of chaos that a slight difference in the initial state can lead to a huge difference in the later state. In terms of a discrete dynamical system, if we have two initial values <math>x_0</math> and <math>\hat{x}_0</math> No matter how close they are, once time n has progressed to a certain extent, each destination <math>x_n</math> and <math>\hat{x}_n</math> can vary significantly. For example, use <math>r = 3.95, x_0 = 0.1, \hat{x}_0=x_0+10^{-9}</math> If the orbits are calculated using two very similar initial values, 0 = 0.1000000001, the difference grows to macroscopic values that are clearly visible on the graph after about 29 iterations.
This property of chaos, called initial condition sensitivity, can be quantitatively expressed by the Lyapunov exponent. For a one-dimensional map, the Lyapunov exponent λ can be calculated as follows:
Template:NumBlk\sum _{i=0}^{N-1}\log \left|f^{\prime }(x_{i})\right\vert }</math>|Template:EquationRef}}
Here, log means natural logarithm. This λ is the distance between the two orbits (<math>x_n</math> and <math>\hat{x}_n</math>). A positive value of λ indicates that the system is sensitive to initial conditions, while a zero or negative value indicates that the system is not sensitive to initial conditions. When calculating λ of numerically, it can be confirmed λ remains in the range of zero or negative values in the range <math>r < r_{\infty}</math>, and that λ can take positive values in the range <math>r > r_{\infty}</math>.
Window, intermittent
Even beyond <math>r_{\infty}</math>, the behavior does not depend simply on the parameter r. Many sophisticated mathematical structures lurk in the chaotic region for <math>r > r_{\infty}</math>. In this region, chaos does not persist forever; stable periodic orbits reappear. The behavior for <math>r_{\infty}< a \le 4</math> can be broadly divided into two types:
- Stable periodic point: In this case, the Lyapunov exponent is negative.
- Aperiodic orbits: In this case, the Lyapunov exponent is positive.
The region of stable periodic points that exists for r <math>r_{\infty} < r \le 4</math> is called a periodic window, or simply a window. If one looks at a chaotic region in an orbital diagram, the region of nonperiodic orbits looks like a cloud of countless points, with the windows being the scattered blanks surrounded by the cloud.
In each window, the cascade of period-doubling bifurcations that occurred before <math>r_{\infty} = 3.56994...</math> occurs again. However, instead of the previous stable periodic orbits of 2 k, new stable periodic orbits such as 3×2 k and 5×2 k are generated. The first window has a period of p, and the windows from which the period-doubling cascade occurs are called windows of period p, etc.. For example, a window of period 3 exists in the region around 3.8284 < a < 3.8415, and within this region the period doublings are: 3, 6, 12, 24, ..., 3×2 k, ....
In the window region, chaos does not disappear but exists in the background. However, this chaos is unstable, so only stable periodic orbits are observed. In the window region, this potential chaos appears before the orbit is attracted from its initial state to a stable periodic orbit. Such chaos is called transient chaos. In this potential presence of chaos, windows differ from the periodic orbits that appeared before a∞.
There are an infinite number of windows in the range a∞ < a < 4. The windows have various periods, and there is a window with a period for every natural number greater than or equal to three. However, each window does not occur exactly once. The larger the value of p, the more often a window with that period occurs. A window with period 3 occurs only once, while a window with period 13 occurs 315 times. When a periodic orbit of 3 occurs in the window with period 3, the Szarkovsky order is completed, and all orbits with all periods have been seen.
If we restrict ourselves to the case where p is a prime number, the number of windows with period p is
Template:NumBlk}</math>|Template:EquationRef}}
This formula was derived for p to be a prime number, but in fact it is possible to calculate with good accuracy the number of stable p- periodic points for non-prime p as well.
The window width (the difference between a where the window begins and a where the window ends) is widest for windows with period 3 and narrows for larger periods. For example, the window width for a window with period 13 is about 3.13 × 10−6. Rough estimates suggest that about 10% of <math>[ r_{\infty}, 4]</math> is in the window region, with the rest dominated by chaotic orbits.
The change from chaos to a window as r is increased is caused by a tangent bifurcation, where the map curve is tangent to the diagonal of y = x at the moment of bifurcation, and further parameter changes result in two fixed points where the curve and the line intersect. For a window of period p, the iterated map <math>f^p(x)</math> exhibits tangent bifurcation, resulting in stable p-periodic orbits. The exact value of the bifurcation point for a window of period 3 is known, and if the value of this bifurcation point r is <math>r_3</math>, then <math>r_3 = 1 + \sqrt{8} = 3.828427...</math>. The outline of this bifurcation can be understood by considering the graph of <math>f^3(x)</math> (vertical axis <math>x_{n+3}</math>, horizontal axis <math>x_n</math>).
When we look at the behavior of <math>x_n</math> when r = 3.8282, which is slightly smaller than the branch point <math>r_3</math>, we can see that in addition to the irregular changes, there is also a behavior that changes periodically with approximately three periods, and these occur alternately. This type of periodic behavior is called a "laminar", and the irregular behavior is called a burst, in analogy with fluids. There is no regularity in the length of the time periods of the bursts and laminars, and they change irregularly. However, when we observe the behavior at r = 3.828327, which is closer to <math>r_3</math>, the average length of the laminars is longer and the average length of the bursts is shorter than when r = 3.8282. If we further increase r, the length of the laminars becomes larger and larger, and at <math>r_3</math> it changes to a perfect three- period.
The phenomenon in which orderly motions called laminars and disorderly motions called bursts occur intermittently is called intermittency or intermittent chaos. If we consider the parameter a decreasing from a3, this is a type of emergence of chaos. As the parameter moves away from the window, bursts become more dominant, eventually resulting in a completely chaotic state. This is also a general route to chaos, like the period doubling bifurcation route mentioned above, and routes characterized by the emergence of intermittent chaos due to tangent bifurcations are called intermittency routes.
The mechanism of intermittency can also be understood from the graph of the map. When <math>r</math> is slightly smaller than <math>r_3</math>, there is a very small gap between the graph of <math>f^3(x)</math> and the diagonal. This gap is called a channel, and many iterations of the map occur as the orbit passes through the narrow channel. During the passage through this channel, <math>x_n</math> and <math>x_{n + 3}</math> become very close, and the variables change almost like a periodic three orbit. This corresponds to a laminar. The orbit eventually leaves the narrow channel, but returns to the channel again as a result of the global structure of the map. While leaving the channel, it behaves chaotically. This corresponds to a burst.
Band, window finish
Looking at the entire chaotic domain, whether it is chaotic or windowed, the maximum and minimum values on the vertical axis of the orbital diagram (the upper and lower limits of the attractor) are limited to a certain range. As shown in equation (2-1), the maximum value of the logistic map is given by r/4, which is the upper limit of the attractor. The lower limit of the attractor is given by the point f(r/4) where r/4 is mapped. Ultimately, the maximum and minimum values at which xn moves on the orbital diagram depend on the parameter r
Template:NumBlk\leq x_{n}\leq {\frac {r}{4}}}</math>|Template:EquationRef}}
Finally, for r = 4, the orbit spans the entire range [0, 1].
When observing an orbital map, the distribution of points has a characteristic shading. Darker areas indicate that the variable takes on values in the vicinity of the darker areas, whereas lighter areas indicate that the variable takes on values in the vicinity of the darker areas.Template:Clarify inline These differences in the frequency of the points are due to the shape of the graph of the logistic map. The top of the graph, near r/4, attracts orbits with high frequency, and the area near f(r/4) that is mapped from there also becomes highly frequent, and the area near <math>f^2(r/4)</math> that is mapped from there also becomes highly frequent, and so on. The density distribution of points generated by the map is characterized by a quantity called an invariant measure or distribution function, and the invariant measure of the attractor is reproducible regardless of the initial value.
Looking at the beginning of the chaotic region of the orbit diagram, just beyond the accumulation point <math>r_{\infty} = 3.56994</math> of the first period - doubling cascade, one can see that the orbit is divided into several subregions. These subregions are called bands. When there are multiple bands, the orbit moves through each band in a regular order, but the values within each band are irregular. Such chaotic orbits are called band chaos or periodic chaos, and chaos with k bands is called k -band chaos. Two-band chaos lies in the range 3.590 < r < 3.675, approximately.
As the value of r is further decreased from the left-hand end of two-band chaos, r = 3.590, the number of bands doubles, just as in the period doubling bifurcation. Let <math>e_p</math> (for p = 1, 2, 4, ..., 2k, ...) denote the bifurcation points where p − 1 band chaos splits into p band chaos, or where p band chaos merges into p − 1 band chaos. Then, just as in the period doubling bifurcation, e p accumulates to a value as p → ∞. At this accumulation point <math>e_{\infty}</math>, the number of bands becomes infinite, and the value of <math>e_{\infty}</math> is equal to the value of <math>r_{\infty}</math>.
Similarly, for the bifurcation points of the period-doubling bifurcation cascade that appeared before a∞, let a p (where p = 1, 2, 4, ..., 2k, ...) denote the bifurcation points where p stable periodic orbits branch into p + 1 stable periodic orbits. In this case, if we look at the orbital diagram from <math>r_2</math> to <math>e_2</math>, there are two reduced versions of the global orbital diagram from <math>r_1</math> to <math>e_1</math> in the orbital diagram from <math>r_2</math> to <math>e_2</math>. Similarly, if we look at the orbital diagram from <math>r_4</math> to <math>e_4</math>, there are four reduced versions of the global orbital diagram from a1 to e1 in the orbital diagram from <math>r_4</math> to <math>e_4</math>. Similarly, there are p reduced versions of the global orbital diagram in the orbital diagram from ap to ep, and the branching structure of the logistic map has an infinite self-similar hierarchy.
A self-similar hierarchy of bifurcation structures also exists within windows. The period-doubling bifurcation cascades within a window follow the same path as the cascades of period-2k bifurcations. That is, there are an infinite number of period-doubling bifurcations within a window, after which the behavior becomes chaotic again. For example, in a window of period 3, the cascade of stable periodic orbits ends at <math>a_{3\infty}</math> ≈ 3.8495. After <math>a_{3\infty}</math> ≈ 3.8495, the behavior becomes band chaos of multiples of three. As a increases from <math>a_{3\infty}</math>, these band chaos also merge by twos, until at the end of the window there are three bands. Within such bands within a window, there are an infinite number of windows. Ultimately, the window contains a miniature version of the entire orbital diagram for 1 ≤ a ≤ 4, and within the window there exists a self-similar hierarchy of branchings.
At the end of the window, the system reverts to widespread chaos. For a period 3 window, the final 3-band chaos turns into large-area 1-band chaos at a ≈ 3.857, ending the window. However, this change is discontinuous, and the 3-band chaotic attractor suddenly changes size and turns into a 1-band. Such discontinuous changes in attractor size are called crises. Crises of this kind, which occur at the end of a window, are also called internal crises. When a crisis occurs at the end of a window, a stable periodic orbit just touches an unstable periodic point that is not visible on the orbit diagram. This creates an exit point through which the periodic orbits can escape, resulting in an internal crisis. Immediately after the internal crisis, there are periods of widespread chaos, and periods of time when the original band chaotic behavior reoccurs, resulting in a kind of intermittency similar to that observed at the beginning of a window.
When r = 4Edit
When the parameter r = 4, the behavior becomes chaotic over the entire range [0, 1]. At this time, the Lyapunov exponent λ is maximized, and the state is the most chaotic. The value of λ for the logistic map at r = 4 can be calculated precisely, and its value is λ = log 2. Although a strict mathematical definition of chaos has not yet been unified, it can be shown that the logistic map with r = 4 is chaotic on [0, 1] according to one well-known definition of chaos.
The invariant measure of the density of points, ρ(x), can also be given by the exact function ρ(x) for r = 4:
Template:NumBlk}}}</math>|Template:EquationRef}}
Here, ρ(x) means that the fraction of points xn that fall in the infinitesimal interval [x,x+dx] when the map is iterated is given by ρ(x) dx. The frequency distribution of the logistic map with r = 4 has high density near both sides of [0, 1] and is least dense at x = 0.5.
When r = 4, apart from chaotic orbits, there are also periodic orbits with any period. For a natural number n, the graph of <math>f_{r=4}^n(x)</math> is a curve with <math>2^{n-1}</math> peaks and <math>2^{n-1}-1</math> valleys, all of which are tangent to 0 and 1. Thus, the number of intersections between the diagonal and the graph is <math>2^n</math>, and there are <math>2^n</math> fixed points of <math>f^n(x)</math>. The n-periodic points are always included in these <math>2^n</math> fixed points, so any n-periodic orbit exists for <math>f_{r = 4}^n(x)</math>. Thus,when r = 4, there are an infinite number of periodic points on [0, 1], but all of these periodic points are unstable. Furthermore,the uncountably infinite set in the interval [0, 1], the number of periodic points is countably infinite, and so almost all orbits starting from initial values are not periodic but non-periodic.
One of the important aspects of chaos is its dual nature: deterministic and stochastic. Dynamical systems are deterministic processes, but when the range of variables is appropriately coarse-grained, they become indistinguishable from stochastic processes. In the case of the logistic map with r = 4, the outcome of every coin toss can be described by the trajectory of the logistic map. This can be elaborated as follows.
Assume that a coin is tossed with a probability of 1/2 landing on heads or tails, and the coin is tossed repeatedly. If heads is 0 and tails is 1, then the result of heads, tails, heads, tails, etc. will be a symbol string such as 01001.... On the other hand, for the trajectory <math>x_0, x_1, x_2, ...</math> of the logistic map, values less than x = 0.5 are converted to 0 and values greater than x = 0.5 are converted to 1, and the trajectory is replaced with a symbol string consisting of 0s and 1s. For example, if the initial value is <math>x_0 = 0.2</math>, then <math>x_1 = 0.64</math>, <math>x_2 = 0.9216</math>, <math>x_3 = 0.28901</math>, ..., so the trajectory will be the symbol string 0110.... Let <math>S_C</math> be the symbol string resulting from the former coin toss, and <math>S_L</math> be the symbol string resulting from the latter logistic map. The symbols in the symbol string <math>S_C</math> were determined by random coin tossing, so any number sequence patterns are possible. So, whatever the string <math>S_L</math> of the logistic map, there is an identical one in <math>S_C</math>. And, what is "remarkable" is that the converse is also true: whatever the string of <math>S_C</math>, it can be realized by a logistic map trajectory <math>S_L</math> by choosing the appropriate initial values. That is, for any <math>S_C</math>, there exists a unique point <math>x_0</math> in [0, 1] such that <math>S_C = S_L</math>.
When r > 4Edit
When the parameter r exceeds 4, the vertex r /4 of the logistic map graph exceeds 1. To the extent that the graph penetrates 1, trajectories can escape [0, 1].
The bifurcation at r = 4 is also a type of crisis, specifically a boundary crisis. In this case, the attractor at [0, 1] becomes unstable and collapses, and since there is no attractor outside it, the trajectory diverges to infinity.
On the other hand, there are orbits that remain in [0, 1] even if r > 4. Easy-to-understand examples are fixed points and periodic points in [0, 1], which remain in [0, 1]. However, there are also orbits that remain in [0, 1] other than fixed points and periodic points.
Let <math>A_0</math> be the interval of x such that f (x) > 1. As mentioned above,once a variable <math>x_n</math> enters <math>A_0</math>, it diverges to minus infinity. There is also <math>r_n</math> x in [0, 1] that maps to <math>A_0</math> after one application of the map. This interval of x is divided into two, which are collectively called <math>A_1</math>. Similarly, there are four intervals that map to <math>A_1</math> after one application of the map, which are collectively called <math>A_2</math>. Similarly,there are 2n intervals <math>A_n</math> that reach <math>A_0</math> after n iterations. Therefore, the interval <math>\Lambda</math> obtained by removing <math>A_n</math> from [0, 1] an infinite number of times as follows is a collection of orbits that remain in I.
Template:NumBlk</math>|Template:EquationRef}}
The process of removing <math>A_n</math> from [0, 1] is similar to the construction of the Cantor set mentioned above, and in fact Λ exists in [0, 1] as a Cantor set (a closed, completely disconnected, and complete subset of [0, 1]). Furthermore, on <math>\Lambda</math>, the logistic map <math>f_{r >4}</math> is chaotic.
When r < 0Edit
Since the logistic map has been often studied as an ecological model, the case where the parameter r is negative has rarely been discussed. As a decreases from 0, when −1 < r < 0, the map asymptotically approaches a stable fixed point of xf = 0, but when a exceeds −1, it bifurcates into two periodic points, and as in the case of positive values, it passes through a period doubling bifurcation and reaches chaos. Finally, when a falls below −2, the map diverges to plus infinity.
Exact solutions for special casesEdit
For a logistic map with a specific parameter a, an exact solution that explicitly includes the time n and the initial value x 0 has been obtained as follows.
When r = 4
Template:NumBlk}</math>|Template:EquationRef}}
When r = 2
Template:NumBlk}</math>|Template:EquationRef}}
When r = −2
Template:NumBlk-\cos \left\{{\frac {1}{3}}\left[\pi -(-2)^{n}\left(\pi -3\arccos({\frac {1}{2}}-x_{0})\right)\right]\right\}} </math>|Template:EquationRef}}
Considering the three exact solutions above, all of them are
Template:NumBlk\left\{1-f\left[a^{n}f^{-1}(1-2x_{0})\right] \right\}}</math>|Template:EquationRef}}
Chaos and the logistic mapEdit
The relative simplicity of the logistic map makes it a widely used point of entry into a consideration of the concept of chaos. A rough description of chaos is that chaotic systems exhibits:<ref name=":2" group="Devaney 1989">Template:Harvnb</ref> (see Chaotic dynamics)
- Great sensitivity on initial conditions: i.e. for a small or infinitesimal variation in the initial conditions you may have a large finite effect.
- Topologically transitive: i.e. the system tends to occupy all available states in a similar sense to fluid mixing.<ref>{{#invoke:citation/CS1|citation
|CitationClass=web }}</ref>
- The system exhibits dense periodic orbits
These are properties of the logistic map for most values of Template:Mvar between about 3.57 and 4 (as noted above).<ref name=":2" group="May, Robert M. (1976)"/> A common source of such sensitivity to initial conditions is that the map represents a repeated folding and stretching of the space on which it is defined. In the case of the logistic map, the quadratic difference equation describing it may be thought of as a stretching-and-folding operation on the interval Template:Math.<ref name="Gleick">Template:Cite book</ref>
The following figure illustrates the stretching and folding over a sequence of iterates of the map. Figure (a), left, shows a two-dimensional Poincaré plot of the logistic map's state space for Template:Math, and clearly shows the quadratic curve of the difference equation (Template:EquationNote). However, we can embed the same sequence in a three-dimensional state space, in order to investigate the deeper structure of the map. Figure (b) demonstrates this, showing how initially nearby points begin to diverge, particularly in those regions of Template:Mvar corresponding to the steeper sections of the plot.
This stretching-and-folding does not just produce a gradual divergence of the sequences of iterates, but an exponential divergence (see Lyapunov exponents), evidenced also by the complexity and unpredictability of the chaotic logistic map. In fact, exponential divergence of sequences of iterates explains the connection between chaos and unpredictability: a small error in the supposed initial state of the system will tend to correspond to a large error later in its evolution. Hence, predictions about future states become progressively (indeed, exponentially) worse when there are even very small errors in our knowledge of the initial state. This quality of unpredictability and apparent randomness led the logistic map equation to be used as a pseudo-random number generator in early computers.<ref name="Gleick" />
At Template:Mvar = 2, the function <math>rx(1-x)</math> intersects <math>y = x</math> precisely at the maximum point, so convergence to the equilibrium point is on the order of <math>\delta^{2^n}</math>. Consequently, the equilibrium point is called "superstable". Its Lyapunov exponent is <math>-\infty</math>. A similar argument shows that there is a superstable <math>r</math> value within each interval where the dynamical system has a stable cycle. This can be seen in the Lyapunov exponent plot as sharp dips.<ref name=":0">Template:Cite book</ref>
Since the map is confined to an interval on the real number line, its dimension is less than or equal to unity. Numerical estimates yield a correlation dimension of Template:Val (Grassberger, 1983), a Hausdorff dimension of about 0.538 (Grassberger 1981), and an information dimension of approximately 0.5170976 (Grassberger 1983) for Template:Math (onset of chaos). Note: It can be shown that the correlation dimension is certainly between 0.4926 and 0.5024.
It is often possible, however, to make precise and accurate statements about the likelihood of a future state in a chaotic system. If a (possibly chaotic) dynamical system has an attractor, then there exists a probability measure that gives the long-run proportion of time spent by the system in the various regions of the attractor. In the case of the logistic map with parameter Template:Math and an initial state in Template:Math, the attractor is also the interval Template:Math and the probability measure corresponds to the beta distribution with parameters Template:Math and Template:Math. Specifically,<ref>Template:Cite journal</ref> the invariant measure is
<math display="block">\frac{1}{\pi\sqrt{x(1-x)}}.</math>
Unpredictability is not randomness, but in some circumstances looks very much like it. Hence, and fortunately, even if we know very little about the initial state of the logistic map (or some other chaotic system), we can still say something about the distribution of states arbitrarily far into the future, and use this knowledge to inform decisions based on the state of the system.
Graphical representationEdit
The bifurcation diagram for the logistic map can be visualized with the following Python code: <syntaxhighlight lang="python3" line="1"> import numpy as np import matplotlib.pyplot as plt
interval = (2.8, 4) # start, end accuracy = 0.0001 reps = 600 # number of repetitions numtoplot = 200 lims = np.zeros(reps)
fig, biax = plt.subplots() fig.set_size_inches(16, 9)
lims[0] = np.random.rand() for r in np.arange(interval[0], interval[1], accuracy):
for i in range(reps - 1): lims[i + 1] = r * lims[i] * (1 - lims[i])
biax.plot([r] * numtoplot, lims[reps - numtoplot :], "b.", markersize=0.02)
biax.set(xlabel="r", ylabel="x", title="logistic map") plt.show() </syntaxhighlight>
Special cases of the mapEdit
Upper bound when Template:MathEdit
Although exact solutions to the recurrence relation are only available in a small number of cases, a closed-form upper bound on the logistic map is known when Template:Math.<ref>Template:Cite arXiv</ref> There are two aspects of the behavior of the logistic map that should be captured by an upper bound in this regime: the asymptotic geometric decay with constant Template:Mvar, and the fast initial decay when Template:Math is close to 1, driven by the Template:Math term in the recurrence relation. The following bound captures both of these effects:
<math display="block"> \forall n \in \{0, 1, \ldots \} \quad \text{and} \quad x_0, r \in [0, 1], \quad x_n \le \frac{x_0}{r^{-n} + x_0n}. </math>
Solution when Template:MathEdit
The special case of Template:Math can in fact be solved exactly, as can the case with Template:Math;<ref name="schr" /> however, the general case can only be predicted statistically.<ref>Template:Cite journal</ref> The solution when Template:Math is:<ref name="schr">Template:Cite journal</ref><ref name=":2">Template:Cite journal</ref>
<math display="block">x_{n}=\sin^{2}\left(2^{n} \theta \pi\right),</math>
where the initial condition parameter Template:Mvar is given by
<math display="block">\theta = \tfrac{1}{\pi}\sin^{-1}\left(\sqrt{x_0}\right).</math>
For rational Template:Mvar, after a finite number of iterations Template:Mvar maps into a periodic sequence. But almost all Template:Mvar are irrational, and, for irrational Template:Mvar, Template:Mvar never repeats itself – it is non-periodic. This solution equation clearly demonstrates the two key features of chaos – stretching and folding: the factor Template:Math shows the exponential growth of stretching, which results in sensitive dependence on initial conditions, while the squared sine function keeps Template:Mvar folded within the range Template:Math.
For Template:Math an equivalent solution in terms of complex numbers instead of trigonometric functions is<ref name="schr" />
<math display="block">x_n=\frac{-\alpha^{2^n} -\alpha^{-2^n} +2}{4}</math>
where Template:Mvar is either of the complex numbers
<math display="block">\alpha = 1 - 2x_0 \pm \sqrt{\left(1 - 2x_0\right)^2 - 1}</math>
with modulus equal to 1. Just as the squared sine function in the trigonometric solution leads to neither shrinkage nor expansion of the set of points visited, in the latter solution this effect is accomplished by the unit modulus of Template:Mvar.
By contrast, the solution when Template:Math is<ref name="schr" />
<math display="block">x_n = \tfrac{1}{2} - \tfrac{1}{2}\left(1-2x_0\right)^{2^n}</math>
for Template:Math. Since Template:Math for any value of Template:Math other than the unstable fixed point 0, the term Template:Math goes to 0 as Template:Mvar goes to infinity, so Template:Mvar goes to the stable fixed point Template:Sfrac.
Finding cycles of any length when Template:MathEdit
For the Template:Math case, from almost all initial conditions the iterate sequence is chaotic. Nevertheless, there exist an infinite number of initial conditions that lead to cycles, and indeed there exist cycles of length Template:Mvar for all integers Template:Math. We can exploit the relationship of the logistic map to the dyadic transformation (also known as the bit-shift map) to find cycles of any length. If Template:Mvar follows the logistic map Template:Math and Template:Mvar follows the dyadic transformation
<math display="block">y_{n+1}=\begin{cases}2y_n & 0 \le y_n < \tfrac12 \\2y_n -1 & \tfrac12 \le y_n < 1, \end{cases}</math>
then the two are related by a homeomorphism
<math display="block">x_{n}=\sin^{2}\left(2 \pi y_{n}\right).</math>
The reason that the dyadic transformation is also called the bit-shift map is that when Template:Mvar is written in binary notation, the map moves the binary point one place to the right (and if the bit to the left of the binary point has become a "1", this "1" is changed to a "0"). A cycle of length 3, for example, occurs if an iterate has a 3-bit repeating sequence in its binary expansion (which is not also a one-bit repeating sequence): 001, 010, 100, 110, 101, or 011. The iterate 001001001... maps into 010010010..., which maps into 100100100..., which in turn maps into the original 001001001...; so this is a 3-cycle of the bit shift map. And the other three binary-expansion repeating sequences give the 3-cycle 110110110... → 101101101... → 011011011... → 110110110.... Either of these 3-cycles can be converted to fraction form: for example, the first-given 3-cycle can be written as Template:Sfrac → Template:Sfrac → Template:Sfrac → Template:Sfrac. Using the above translation from the bit-shift map to the <math>r = 4</math> logistic map gives the corresponding logistic cycle 0.611260467... → 0.950484434... → 0.188255099... → 0.611260467.... We could similarly translate the other bit-shift 3-cycle into its corresponding logistic cycle. Likewise, cycles of any length Template:Mvar can be found in the bit-shift map and then translated into the corresponding logistic cycles.
However, since almost all numbers in Template:Math are irrational, almost all initial conditions of the bit-shift map lead to the non-periodicity of chaos. This is one way to see that the logistic Template:Math map is chaotic for almost all initial conditions.
The number of cycles of (minimal) length Template:Math for the logistic map with Template:Math (tent map with Template:Math) is a known integer sequence (sequence A001037 in the OEIS): 2, 1, 2, 3, 6, 9, 18, 30, 56, 99, 186, 335, 630, 1161.... This tells us that the logistic map with Template:Math has 2 fixed points, 1 cycle of length 2, 2 cycles of length 3 and so on. This sequence takes a particularly simple form for prime Template:Mvar: Template:Math. For example: 2 ⋅ Template:Sfrac = 630 is the number of cycles of length 13. Since this case of the logistic map is chaotic for almost all initial conditions, all of these finite-length cycles are unstable.
UniversalityEdit
A class of mappings that exhibit homogeneous behaviorEdit
The bifurcation pattern shown above for the logistic map is not limited to the logistic map . It appears in a number of maps that satisfy certain conditions . The following dynamical system using sine functions is one example :
Template:NumBlk</math>|Template:EquationRef}}
Here, the domain is 0 ≤ b ≤ 1 and 0 ≤ x ≤ 1 . The sine map ( 4-1 ) exhibits qualitatively identical behavior to the logistic map ( 1-2 ) : like the logistic map, it also becomes chaotic via a period doubling route as the parameter b increases, and moreover, like the logistic map, it also exhibits a window in the chaotic region .
Both the logistic map and the sine map are one-dimensional maps that map the interval [0, 1] to [0, 1] and satisfy the following property, called unimodal .
<math>f(0)=f(1)= 0</math>. The map is differentiable and there exists a unique critical point c in [0, 1] such that <math>f'( c ) = 0</math>. In general, if a one-dimensional map with one parameter and one variable is unimodal and the vertex can be approximated by a second-order polynomial, then, regardless of the specific form of the map, an infinite period-doubling cascade of bifurcations will occur for the parameter range 3 ≤ r ≤ 3.56994... , and the ratio δ defined by equation ( 3-13 ) is equal to the Feigenbaum constant, 4.669... .
The pattern of stable periodic orbits that emerge from the logistic map is also universal . For a unimodal map, <math>x_{n +1} = cf ( x_n )</math> , with parameter c, stable periodic orbits with various periods continue to emerge in a parameter interval where the two fixed points are unstable, and the pattern of their emergence (the number of stable periodic orbits with a certain period and the order of their appearance) is known to be common . In other words, for this type of map, the sequence of stable periodic orbits is the same regardless of the specific form of the map . For the logistic map, the parameter interval is 3 < a < 4, but for the sine map ( 4-1 ), the parameter interval for the common sequence of stable periodic orbits is 0.71... < b < 1 . This universal sequence of stable periodic orbits is called the U sequence .
In addition, the logistic map has the property that its Schwarzian derivative is always negative on the interval [0, 1] . The Schwarzian derivative of a map f (of class C3 ) is
Template:NumBlk-{\frac {3}{2}}\left({\frac {f(x)}{f'(x)}}\right)^{2}} </math>|Template:EquationRef}}
In fact, when we calculate the Schwarzian derivative of the logistic map, we get
Template:NumBlk}<0}</math>|Template:EquationRef}}
where the Schwarzian derivative is negative regardless of the values of a and x . It is known that if a one-dimensional mapping from [0, 1] to [0, 1] is unimodal and has a negative Schwarzian derivative, then there is at most one stable periodic orbit .
Topological conjugate mappingEdit
Let the symbol ∘ denote the composition of maps . In general, for a topological space X, Y, two maps f : X → X and g : Y → Y are composed by a homeomorphism h : X → Y.
f and g are said to be phase conjugates if they satisfy the relation . The concept of phase conjugation plays an important role in the study of dynamical systems . Phase conjugate f and g exhibit essentially identical behavior, and if the behavior of f is periodic, then g is also periodic, and if the behavior of f is chaotic, then g is also chaotic .
In particular, if a homeomorphism h is linear, then f and g are said to be linearly conjugate . Every quadratic function is linearly conjugate with every other quadratic function . Hence,
Template:NumBlk</math>|Template:EquationRef}}
Template:NumBlk</math>|Template:EquationRef}}
are linearly conjugates of the logistic map for any parameter a . Equations ( 4-6 ) and ( 4-7 ) are also called logistic maps . In particular, the form ( 4-7 ) is suitable for time-consuming numerical calculations, since it requires less computational effort .
Moreover, the logistic map <math>f_{a=4}</math> for <math>r = 4</math> is topologically conjugate to the following tent map T ( x ) and Bernoulli shift map B ( x ) .
Template:NumBlk\right)\\2(1-x_{n})&\left({\frac {1}{2}}\leq x_{n}\leq 1\right)\end{cases}}}</math>|Template:EquationRef}}
Template:NumBlk\right)\\2x_{n}-1&\left({\frac {1}{2}}\leq x_{n}\leq 1\right)\end{cases}}}</math>|Template:EquationRef}}
These phase conjugate relations can be used to prove that the logistic map <math>f_{a=4}</math> is strictly chaotic and to derive the exact solution ( 3-19 ) of <math>f_{r=4}</math> .
Alternatively, introducing the concept of symbolic dynamical systems, consider the following shift map σ defined on the symbolic string space consisting of strings of 0s and 1s as introduced above :
Here, <math>s_i</math> is 0 or 1. On the set <math>\Lambda</math> introduced in equation ( 3-18 ), the logistic map <math>f_{r>4}</math> is topologically conjugate to the shift map, so we can use this to derive that <math>f_{r>4}</math> on <math>\Lambda</math> is chaotic .
Period-doubling route to chaosEdit
In the logistic map, we have a function <math>f_r (x) = rx(1-x)</math>, and we want to study what happens when we iterate the map many times. The map might fall into a fixed point, a fixed cycle, or chaos. When the map falls into a stable fixed cycle of length <math>n</math>, we would find that the graph of <math>f_r^n</math> and the graph of <math>x\mapsto x</math> intersects at <math>n</math> points, and the slope of the graph of <math>f_r^n</math> is bounded in <math>(-1, +1)</math> at those intersections.
For example, when <math>r=3.0</math>, we have a single intersection, with slope bounded in <math>(-1, +1)</math>, indicating that it is a stable single fixed point.
As <math>r</math> increases to beyond <math>r=3.0</math>, the intersection point splits to two, which is a period doubling. For example, when <math>r=3.4</math>, there are three intersection points, with the middle one unstable, and the two others stable.
As <math>r</math> approaches <math>r = 3.45</math>, another period-doubling occurs in the same way. The period-doublings occur more and more frequently, until at a certain <math>r\approx 3.56994567</math>, the period doublings become infinite, and the map becomes chaotic. This is the period-doubling route to chaos.
Scaling limitEdit
{{#invoke:Labelled list hatnote|labelledList|Main article|Main articles|Main page|Main pages}}
Looking at the images, one can notice that at the point of chaos <math>r^* = 3.5699\cdots</math>, the curve of <math>f^{\infty}_{r^*}</math> looks like a fractal. Furthermore, as we repeat the period-doublings<math>f^{1}_{r^*}, f^{2}_{r^*}, f^{4}_{r^*}, f^{8}_{r^*}, f^{16}_{r^*}, \dots</math>, the graphs seem to resemble each other, except that they are shrunken towards the middle, and rotated by 180 degrees.
This suggests to us a scaling limit: if we repeatedly double the function, then scale it up by <math>\alpha </math> for a certain constant <math>\alpha </math>:<math display="block">f(x) \mapsto - \alpha f( f(-x/\alpha ) )
</math>then at the limit, we would end up with a function <math>g </math> that satisfies <math> g(x) = - \alpha g( g(-x/\alpha ) ) </math>. This is a Feigenbaum function, which appears in most period-doubling routes to chaos (thus it is an instance of universality). Further, as the period-doubling intervals become shorter and shorter, the ratio between two period-doubling intervals converges to a limit, the first Feigenbaum constant <math>\delta = 4.6692016\cdots </math>.
The constant <math>\alpha </math> can be numerically found by trying many possible values. For the wrong values, the map does not converge to a limit, but when it is <math>\alpha = 2.5029\dots </math>, it converges. This is the second Feigenbaum constant.
Chaotic regimeEdit
In the chaotic regime, <math>f^\infty_r</math>, the limit of the iterates of the map, becomes chaotic dark bands interspersed with non-chaotic bright bands.
Other scaling limitsEdit
When <math>r</math> approaches <math>r \approx 3.8494344</math>, we have another period-doubling approach to chaos, but this time with periods 3, 6, 12, ... This again has the same Feigenbaum constants <math>\delta, \alpha</math>. The limit of <math display="inline">f(x) \mapsto - \alpha f( f(-x/\alpha ) )
</math> is also the same Feigenbaum function. This is an example of universality.
We can also consider period-tripling route to chaos by picking a sequence of <math>r_1, r_2, \dots</math> such that <math>r_n</math> is the lowest value in the period-<math>3^n</math> window of the bifurcation diagram. For example, we have <math>r_1 = 3.8284, r_2 = 3.85361, \dots</math>, with the limit <math>r_\infty = 3.854 077 963\dots</math>. This has a different pair of Feigenbaum constants <math>\delta= 55.26\dots, \alpha = 9.277\dots</math>.<ref name=":1">Template:Cite journal</ref> And <math>f^\infty_r</math>converges to the fixed point to <math display="block">f(x) \mapsto - \alpha f(f( f(-x/\alpha ) ))
</math>As another example, period-4-pling has a pair of Feigenbaum constants distinct from that of period-doubling, even though period-4-pling is reached by two period-doublings. In detail, define <math>r_1, r_2, \dots</math> such that <math>r_n</math> is the lowest value in the period-<math>4^n</math> window of the bifurcation diagram. Then we have <math>r_1 =3.960102, r_2 = 3.9615554, \dots</math>, with the limit <math>r_\infty = 3.96155658717\dots</math>. This has a different pair of Feigenbaum constants <math>\delta= 981.6\dots, \alpha = 38.82\dots</math>.
In general, each period-multiplying route to chaos has its own pair of Feigenbaum constants. In fact, there are typically more than one. For example, for period-7-pling, there are at least 9 different pairs of Feigenbaum constants.<ref name=":1" />
Generally, <math display="inline">3\delta \approx 2\alpha^2 </math>, and the relation becomes exact as both numbers increase to infinity: <math>\lim \delta/\alpha^2 = 2/3</math>.
Feigenbaum universality of 1-D mapsEdit
Universality of one-dimensional maps with parabolic maxima and Feigenbaum constants <math>\delta=4.669201...</math>, <math>\alpha=2.502907...</math>.<ref>Feigenbaum, M. J. (1976) "Universality in complex discrete dynamics", Los Alamos Theoretical Division Annual Report 1975-1976</ref><ref>Template:Cite journal</ref>
The gradual increase of <math>G</math> at interval <math>[0, \infty)</math> changes dynamics from regular to chaotic one <ref name="Okulov, A Yu 1984">Template:Cite journal</ref> with qualitatively the same bifurcation diagram as those for logistic map.
Renormalization estimateEdit
The Feigenbaum constants can be estimated by a renormalization argument. (Section 10.7,<ref name=":0" />).
By universality, we can use another family of functions that also undergoes repeated period-doubling on its route to chaos, and even though it is not exactly the logistic map, it would still yield the same Feigenbaum constants.
Define the family <math display="block">f_r(x) = -(1+r)x + x^2</math>The family has an equilibrium point at zero, and as <math>r</math> increases, it undergoes period-doubling bifurcation at <math>r = r_0, r_1, r_2, ...</math>.
The first bifurcation occurs at <math>r = r_0 = 0</math>. After the period-doubling bifurcation, we can solve for the period-2 stable orbit by <math>f_r(p) = q, f_r(q) = p</math>, which yields <math display="block">\begin{cases} p = \frac 12 (r + \sqrt{r(r+4)}) \\ q = \frac 12 (r - \sqrt{r(r+4)}) \end{cases}</math>At some point <math>r = r_1</math>, the period-2 stable orbit undergoes period-doubling bifurcation again, yielding a period-4 stable orbit. In order to find out what the stable orbit is like, we "zoom in" around the region of <math>x = p</math>, using the affine transform <math>T(x) = x/c + p</math>. Now, by routine algebra, we have<math display="block">(T^{-1}\circ f_r^2 \circ T)(x) = -(1+S(r)) x + x^2 + O(x^3)</math>where <math>S(r) = r^2 + 4r - 2, c = r^2 + 4r - 3\sqrt{r(r+4)}</math>. At approximately <math>S(r) = 0</math>, the second bifurcation occurs, thus <math>S(r_1) \approx 0</math>.
By self-similarity, the third bifurcation when <math>S(r) \approx r_1</math>, and so on. Thus we have <math>r_n \approx S(r_{n+1})</math>, or <math>r_{n+1} \approx \sqrt{r_{n}+6}-2</math>. Iterating this map, we find <math>r_\infty = \lim_n r_n \approx \lim_n S^{-n}(0) = \frac 12(\sqrt{17}-3)</math>, and <math>\lim_n \frac{r_\infty - r_n}{r_\infty - r_{n+1}} \approx S'(r_\infty) \approx 1 + \sqrt{17}</math>.
Thus, we have the estimates <math>\delta \approx 1+\sqrt{17} = 5.12...</math>, and <math>\alpha \approx r_\infty^2 +4r_\infty- 3 \sqrt{r_\infty^2+4r_\infty} \approx -2.24...</math>. These are within 10% of the true values.
Relation to logistic ordinary differential equationEdit
The logistic map exhibits numerous characteristics of both periodic and chaotic solutions, whereas the logistic ordinary differential equation (ODE) exhibits regular solutions, commonly referred to as the S-shaped sigmoid function. The logistic map can be seen as the discrete counterpart of the logistic ODE, and their correlation has been extensively discussed in literature.<ref>Template:Cite journal</ref>
The logistic map as a model of biological populationsEdit
Discrete population modelEdit
While Lorenz used the logistic map in 1964,<ref name=":2" /> it gained widespread popularity from the research of British mathematical biologist Robert May and became widely known as a formula for considering changes in populations of organisms. In such a logistic map for organism populations, the variable <math>x_n</math> represents the number of organisms living in a certain environment (more technically, the population size). Furthermore, it is assumed that no organisms leave the environment and no external organisms enter the environment (or that there is no substantial impact even if there is immigration), and the mathematical model for considering the increase or decrease in population in such a situation is the logistic map in mathematical biology .
There are two types of mathematical models for the growth of populations of organisms: discrete-time models using difference equations and continuous-time models using differential equations . For example, in the case of a type of insect that dies soon after laying eggs, the population of the insect is counted for each generation, i.e., the number of individuals in the first generation, the number of individuals in the second generation, and so on . Such examples fit the former discrete-time model . On the other hand, when the generations are continuously overlapping, it is compatible with the continuous-time model . The logistic map corresponds to such a discrete or generation-separated population model .
Let N denote the number of individuals of a single species in an environment . The simplest model for population growth is one in which the population continues to grow at a constant rate relative to the number of individuals. This type of population growth model is called the Malthusian model, and can be expressed as follows :
Template:NumBlk</math>|Template:EquationRef}}
Here, N n is the number of individuals in the nth generation, and α is the population growth rate, a positive constant . However, in model ( 5-1 ), the population continues to grow indefinitely, making it an unrealistic model for most real-world phenomena . Since there is a limit to the number of individuals that an environment can support, it seems natural that the growth rate α decreases as the population N n increases . This change in growth rate due to changes in population density is called the density effect . The following difference equation is the simplest improvement model that reflects the density effect in model ( 5-1 ).
Template:NumBlk</math>|Template:EquationRef}}
Here, a is the maximum growth rate possible in the environment, and b is the strength of the influence of density effects . Model ( 5-2 ) assumes that the growth rate declines simply in proportion to the number of individuals . Let N n in equation ( 5-2 ) be
Template:NumBlkN_{n}}</math>|Template:EquationRef}}
After performing the variable transformation, the following logistic map is derived :
Template:NumBlk</math>|Template:EquationRef}}
When using equation ( 5-2 ) or equation ( 5-4 ) as the population size of an organism, if Nn or xn becomes negative, it becomes meaningless as a population size . To prevent this, the condition 0 ≤ x0 ≤ 1 for the initial value x0 and the condition 0 ≤ r ≤ 4 for the parameter a are required .
Alternatively, we can assume a maximum population size K that the environment can support, and use this to
{{NumBlk|:|<math>{\displaystyle N_{n+1}=a\left(1-{\frac {N_{n}}{K}}\right)N_{n}}</math>|Template:EquationRef}}
The logistic map can be derived by considering a difference equation that incorporates density effects in the form <math>x_n = N_n / K </math> , where the variable <math>x_n</math> represents the ratio of the number of individuals <math>N_n</math> to the maximum number of individuals K .
Discretization of the logistic equationEdit
The logistic map can also be derived from the discretization of the logistic equation for continuous-time population models . The name of the logistic map comes from Robert May's introduction of the logistic map from the discretization of the logistic equation. The logistic equation is an ordinary differential equation that describes the time evolution of a population as follows :
Template:NumBlk\ =rN\left(1-{\frac {N}{K}}\right)}</math>|Template:EquationRef}}
Here, N is the number or population density of an organism, t is continuous time, and K and r are parameters. K is the carrying capacity, and r is the intrinsic rate of natural increase, which is usually positive . The left-hand side of this equation dN/dt denotes the rate of change of the population size at time t .
The logistic equation ( 5-6 ) appears similar to the logistic map ( 5-4 ), but the behavior of the solutions is quite different from that of the logistic map . As long as the initial value N 0 is positive, the population size N of the logistic equation always converges monotonically to K .
The logistic map can be derived by applying the Euler method, which is a method for numerically solving first-order ordinary differential equations, to this logistic equation . [ Note 2 ] The Euler method uses a time interval (time step size) Δt to approximate the growth rate dN/dt is approximated as follows :
Template:NumBlk\approx {\frac {N(t+\Delta t)-N(t)}{\Delta t}}}</math>|Template:EquationRef}}
This approximation leads to the following logistic map :
where <math>x_n</math> and a in this equation are related to the original parameters, variables, and time step size as follows :
Template:NumBlkN(n\Delta t)}</math>|Template:EquationRef}}
If Δt is small enough, equation ( 5-8 ) serves as a valid approximation to the original equation ( 5-6 ), and coincides with the solution of the original equation as Δt → 0 . On the other hand, as Δt becomes large, the solution deviates from the original solution . Furthermore, due to the relationship in equation ( 5-10 ), increasing Δt is equivalent to increasing the parameter a . Thus, increasing Δt not only increases the error from the original equation but also produces chaotic behavior in the solution .
PositioningEdit
As described above, in biological population dynamics, the logistic map is one of the models of discrete growth processes. However, unlike the laws of physics, the logistic map as a model of biological population size is not derived from direct experimental results or universally valid principles . Although there is some rationality in the way it is derived, it is essentially a "model" thought up in one's mind . May, who made the logistic map famous, did not claim that the model he was discussing accurately represented the increase and decrease in population size . Historically, continuous-time models based on differential equations have been widely used in the study of biological population dynamics, and the application of these continuous-time models has deepened our understanding of biological population dynamics . As a discrete-time population model that takes into account density effects, the Ricker model, in which the population size is not negative, is more realistic .
Generally speaking, mathematical models can provide important qualitative information about population dynamics, but their results should not be taken too seriously without experimental support . Even if the conclusions of mathematical models deviate from those of biological studies, mathematical modeling is still useful because it can provide a useful control. Biological issues may be raised by reviewing the model construction process and settings, or the biological knowledge and assumptions that the model is based on. Although the logistic map is too simple to be realistic as a population model, its results suggest that a variety of population fluctuations may occur due to the dynamics inherent in the population itself, regardless of random influences from the environment.
ApplicationsEdit
Coupled map systemEdit
The degree of freedom or dimension of a one-variable logistic map as a system is one . On the other hand, in the real natural world, it is thought that there are many chaotic systems with many degrees of freedom, not only in time but also in space . Alternatively, the synchronization phenomenon of oscillators performing chaotic motion is also a research subject . To investigate such things, there is a method of coupled maps that couples many difference equations (maps) . The logistic map is often used as a subject of coupled map model research . The reason for this is that the logistic map itself has already been well investigated as a typical model of chaos, and there is an accumulation of research on it .
There are various methods for the specific coupling in the coupled map model . Suppose a total of N maps are coupled, and the state of the i-th map at time n is represented by <math>x_n( i )</math> . In a method called globally coupled maps, <math>x_{n + 1}( i )</math> is formulated as follows :
Template:NumBlk\sum _{j=1}^{N}f(x_{n}(j))}</math>|Template:EquationRef}}
In the current field of coupled oscillators, the simplest model is the following, in which two oscillators, x and y, are coupled by a difference in variables :
Template:NumBlk}</math>|Template:EquationRef}}
In these equations, f( x ) is the specific map to incorporate into the coupled map model, and applies here if the logistic map is used .
In equations ( 6-1 ) and ( 6-2 ), ε and D are parameters called coupling coefficients, which indicate the strength of the coupling between the maps . On the other hand, when the logistic map is incorporated into a coupled map model, the parameter a of the logistic map indicates the strength of the nonlinearity of the model . By changing the value of a and the value of ε or D, various phenomena appear in the coupled map system of logistic maps. For example, in model ( 6-2 ), when D is increased to a value Dc or more, x and y oscillate chaotically while synchronously . Even below Dc, not only do chaotic oscillations occur in a continuous manner . When D is in a certain range, x and y oscillate with two periods even though r = 4 . When a = 3.8, behavior in which synchronous and asynchronous states alternate continuously is also observed .
In a study of the application of the logistic map to a globally coupled map with a large degree of freedom ( 6-1 ), a phenomenon called chaotic itinerancy was found . This is a phenomenon in which the orbit traverses a region in phase space that is said to be the remains of an attractor, repeating the cycle from an orderly state in which several clusters oscillate together to a disordered state, then to another cluster state, then back to the disordered state again, and so on .
Pseudorandom number generatorEdit
In the fields of computer simulation and information security, the creation of pseudorandom numbers using a computer is an important technique, and one of the methods for generating pseudorandom numbers is the use of chaos. Although a pseudorandom number generator based on chaos with sufficient performance has not yet been realized, several methods have been proposed. Several researchers have also investigated the possibility of creating a pseudorandom number generator based on chaos for the logistic map.
Parameter r = 4 is often used for pseudorandom number generation using the logistic map. Historically, as described below, in 1947, shortly after the birth of electronic computers, Stanisław Ulam and John von Neumann also pointed out the possibility of a pseudorandom number generator using the logistic map with r = 4. However, the distribution of points for the logistic map <math>f_{r = 4}</math> is as shown in equation ( 3-17 ), and the numbers that are generated are biased toward 0 and 1. Therefore, some processing is required to obtain unbiased uniform random numbers. Methods for doing so include:
A method for converting the obtained values to a uniform distribution using the tent map ( 4-8 ). The resulting number is converted to either 0 or 1 using a threshold, as in the coin tossing analogy above, and this process is repeated to obtain a uniformly random bit stringm In addition, the sequences <math>x_n</math> and <math>x_n +1</math> obtained by the logistic map are strongly correlated, which makes it problematic for pseudorandom sequences. One way to solve this is to generate the sequence <math>x_0, x_1, x_2, ... </math> for each iteration of the map, rather than generating the sequence <math>x_0, x_{\tau}, x_{2 \tau} ,...</math> for some number of iterations τ > 1 For example, it is said that good pseudorandom numbers can be obtained for method 1 with τ > 10 or τ > 13, and for method 2 with τ > 16.
A common problem with digitally calculating chaos using a computer is that, because a computer has a finite calculation precision, it is in principle impossible to obtain a truly aperiodic sequence, which is the nature of chaos, and instead outputs a finite periodic sequence. Even if aperiodic sequences cannot be obtained in principle, sequences with as long a period as possible are desirable for generating pseudorandom numbers. However, when the periodicity of the sequence actually output by the logistic map <math>f_{r=4}</math> in single-precision floating-point calculations was investigated, it was reported that the period of the sequence actually output is much smaller than the maximum period possible from the number of bits allocated, and from this point of view, it has been pointed out that pseudorandom number generation by the logistic map is inferior to existing pseudorandom number generators such as the Mersenne Twister. In addition, with the logistic map, <math>f_{r=4}</math> there is a risk that the value will fall to the fixed point 0 during the calculation and remain constant. On the other hand, the logistic map always takes values in the open interval (0, 1), so it can be calculated without problems not only with floating point but also with fixed point, and can enjoy the advantages of fixed point arithmetic. It has been pointed out that fixed point has a longer period than floating point for the same number of bits, and that unintended convergence to 0 can be eliminated.
Extension to complex numbersEdit
Dynamical systems defined by complex analytic functions are also of interest.LP An example is the dynamical system defined by the quadratic function:
where the parameter c and the variable z are complex numbers. This map is essentially the same as the logistic map (1–2). As mentioned above, the map (6–3) is topologically conjugate to the logistic map (1–2) through a linear function.
When the iteration of the map (6–3) is calculated with a fixed parameter c and varying the initial value <math>z_0</math>, a set of <math>z_0</math> such that <math>z_n</math> does not diverge to infinity as n → ∞ is called a filled Julia set. Furthermore, the boundary of a filled Julia set is called a Julia set. When the iteration of the map (6–3) is calculated with a fixed initial value <math>z_0 = 0</math> and varying the parameter Template:Mvar, a set of Template:Mvar such that Template:Mvar does not diverge to infinity is called a Mandelbrot set. The Julia sets and Mandelbrot sets of the map (6–3) generate fractal figures that are described as "mystical looking" and "extremely mysterious".Template:Attribution needed
In particular, in the Mandelbrot set, each disk in the diagram corresponds to a region of asymptotically stable periodic orbits of a certain period. By juxtaposing the logistic map orbit diagram with the Mandelbrot set diagram, it is possible to see that the asymptotically stable fixed points, period doubling bifurcations, and period-three windows of the logistic map orbit diagram correspond on the real axis to the Mandelbrot set diagram.
When there is a time delayEdit
If we interpret the logistic map as a model of the population of each generation of organisms, it is possible that the population of the next generation will affect not only the population of the current generation, but also the population of the generation before that. An example of such a case is
where the number of individuals in the previous generation, <math>x_{n-1}</math>, is included in the equation as a negative density effect . If <math>x_{n+1} = y_n</math>, then equation ( 6-4 ) can be replaced by the following two-variable difference equation .
Template:NumBlk}</math>|Template:EquationRef}}
This dynamical system is used to study bifurcation of quasi-periodic attractors and is called the delayed logistic map . The delayed logistic map exhibits a Neimark–Sakher bifurcation at r = 2, where the asymptotically stable fixed point becomes unstable and an asymptotically stable invariant curve forms around the unstable fixed point .
Research historyEdit
Before Chaos was namedEdit
Before the iteration of maps became relevant to dynamical systems, mathematicians Gaston Julia and Pierre Fatou studied the iteration of complex functions. Julia and Fatou's work was broad, focusing on analytic functions. In particular, they studied the behavior of the following complex quadratic function, also shown in equation (6–3), in the 1920s.
Julia and Fatu also recognized chaotic behavior in Julia sets, but because there was no computer graphics at the time, no one followed suit and their research stalled. Research on complex dynamical systems then declined until the late 1970s, and it was not until the appearance of Benoit Mandelbrot and others that the rich dynamical behavior exhibited by maps on the complex plane was noticed.
In 1947, mathematicians Stanislaw Ulam and John von Neumann wrote a short paper entitled "On combination of stochastic and deterministic processes" in which theyTemplate:Huh?
They pointed out that pseudorandom numbers can be generated by the repeated composition of quadratic functions such as.Template:Huh? In modern terms, this equation corresponds to the logistic map with Template:Mvar = 4. At that time, the word "chaos" had not yet been used, but Ulam and von Neumann were already paying attention to the generation of complex sequences using nonlinear functions. In their report, Ulam and von Neumann also clarified that the map (7–2) and the tent map are topologically conjugate, and that the invariant measure of the sequence of this map is given by equation (3–17).
There have since been some detailed investigations of quadratic maps of the form with arbitrary parameter Template:Mvar. Between 1958 and 1963, Finnish mathematician Pekka Mylberg developed theTemplate:Huh?
This line of research is essential for dynamical systems, and Mühlberg has also investigated the period-doubling branching cascades of this map, showing the existence of an accumulation point λ = 1.401155189.... Others, such as the work of the Soviet Oleksandr Sharkovsky in 1964, the French Igor Gumowski and Christian Mila in 1969, and Nicholas Metropolis in 1973, have revealed anomalous behavior of simple one-variable difference equations such as the logistic map.
Robert May's researchEdit
Later, in the early 1970s, mathematical biologist Robert May encountered the model of equation (1–2) while working on an ecological problem. May introduced equation (1–2), i.e., the logistic map, by discretizing the logistic equation in time. He mathematically analyzed the behavior of the logistic map, and published his results in 1973 and 1974. Numerical experiments were performed on the logistic map to investigate the change in its behavior depending on the parameter Template:Mvar.
In 1976, he published a paper in Nature entitled "Simple mathematical models with very complicated dynamics". This paper was a review paper that focused on the logistic map and emphasized and drew attention to the fact that even simple nonlinear functions can produce extremely complex behaviors such as period-doubling bifurcation cascades and chaos. This paper in particular caused a great stir and was accepted by the scientific community due to May's status as a mathematical biologist, the clarity of his research results, and above all, the shocking content that a simple parabolic equation can produce surprisingly complex behavior. Through May's research, the logistic map attracted many researchers to chaos research and became such a famous mathematical model that it is said to have restarted the flow of chaos research.
After May's researchEdit
May also drew attention to the paper by using the term "chaos", which was used by Tien-Yen Li and James York in their paper "Period three implies chaos". Although some disagree, Li and York's paper is considered the first to use the word "chaos" as a mathematical term, and is credited with coining the term "chaos" to refer to deterministic, chaotic behavior. Li and York completed the paper in 1973, but when they submitted it to The American Mathematical Monthly, they were told that it was too technical and that it should be significantly rewritten to make it easier to understand, and it was rejected. The paper was then left unrevised. However, the following year, in 1974, May came to give a special guest lecture at the University of Maryland where Lee and York were working, and talked about the logistic map. At the time, May did not yet understand what was happening in the chaotic domain of the logistic map, but Lee and York were also unaware of the period-doubling cascade of the logistic map. Excited by May's talk, Lee and York caught up with May after the lecture and told him about their results, which surprised May. Lee and York quickly rewrote the rejected paper, and the resubmitted paper was published in 1975.
Also, around 1975, mathematical physicist Mitchell Feigenbaum noticed a scaling law in which the branching values converged in a geometric progression when he looked at the period-doubling cascade of the logistic map, and discovered the existence of a constant, now called the Feigenbaum constant, through numerical experiments. May and George Oster had also noticed the scaling law, but they were unable to follow it in depth. Feigenbaum discovered that the same constant also appeared in the sine map shown in equation (4–1), and realized that this scaling law had a universality that went beyond the logistic map. In 1980, a rigorous proof of this result was given by Pierre Collé, Jean-Pierre Eckman, Oscar Rumford, and others. At about the same time as Feigenbaum, or later, physicists discovered the same period doubling cascade and the Feigenbaum constant in real life, and chaos, which had previously been seen as a strictly mathematical phenomenon, had a major impact on the field of physics as well.
However, there is criticism of the tendency to downplay research results from before the popularity of chaos, and to attribute many of those results to rediscoverers who used the logistic map, etc. May himself respects the existence of previous research, but positions his own achievement as not being "the first to independently discover the strange mathematical behavior of quadratic maps", but as being one of the "last researchers to emphasize their broad implications in science". Mathematician Robert Devaney states the following before explaining the logistic map in his book:
Occurrences and similar systemsEdit
- In a toy model for discrete laser dynamics: <math> x \rightarrow G x (1 - \tanh (x))</math>, where <math>x</math> stands for electric field amplitude, <math>G</math><ref name="Okulov, A Yu 1986">Template:Cite journal</ref> is laser gain as bifurcation parameter.
- Hofstadter sequences are an example of one dimensional quasi-random, aperiodic, chaotic sequences again defined by recursion, a very special case is the logistic map
See alsoEdit
- Logistic function, solution of the logistic map's continuous counterpart: the Logistic differential equation.
- Lyapunov stability#Definition for discrete-time systems
- Malthusian growth model
- Periodic points of complex quadratic mappings, of which the logistic map is a special case confined to the real line
- Radial basis function network, which illustrates the inverse problem for the logistic map.
- Schröder's equation
- Stiff equation
NotesEdit
CitationsEdit
Template:Reflist Template:Reflist Template:Reflist Template:Reflist Template:Reflist
ReferencesEdit
- Template:Cite journal
- Template:Cite book
- Template:Cite book
- Template:Cite book
- Template:Cite book
- Template:Cite journal
- Template:Cite journal
- Template:Cite book
- Template:Cite book
- Template:Cite book
- Template:Cite book
External linksEdit
- The Chaos Hypertextbook. An introductory primer on chaos and fractals.
- An interactive visualization of the logistic map as a Jupyter notebook
- The Logistic Map and Chaos by Elmer G. Wiens
- Complexity & Chaos (audiobook) by Roger White. Chapter 5 covers the Logistic Equation.
- "History of iterated maps," in A New Kind of Science by Stephen Wolfram. Champaign, IL: Wolfram Media, p. 918, 2002.
- "A very brief history of universality in period doubling" by P. Cvitanović
- "A not so short history of Universal Function" by P. Cvitanović
- Discrete Logistic Equation by Marek Bodnar after work by Phil Ramsden, Wolfram Demonstrations Project.
- Multiplicative coupling of 2 logistic maps by C. Pellicer-Lostao and R. Lopez-Ruiz after work by Ed Pegg Jr, Wolfram Demonstrations Project.
- Using SAGE to investigate the discrete logistic equation