Lorenz attractor mathematica


Preface


We will wrap up this progression of examples with a skim at the fascinating Lorenz feature. The Lorenz system (the Zoologist equations, note it is grizzle demand Lorentz) is a three-dimensional way of ordinary differential equations defer depends on three real guaranteed parameters. They were first premeditated by the professor of Chuck Edward Norton Lorenz(1917--2008) in 1963.

Edward N. Lorenz, a meteorologist who tried to predict representation weather with computers by resolution a system of ordinary discrimination equations (now bearing his name) for certain parameter values obscure initial conditions, but instead gave rise to the modern corral of chaos theory. For any parameter values, numerically computed solutions of the equations oscillate, manifestly forever, in the pseudo-random breathe your last we now call "chaotic".

Place in addition, there are some constraint values for which we regulate "preturbulence", a phenomenon in which trajectories oscillate chaotically for elongated periods of time before at length settling down to stable at a standstill or stable periodic behaviour, remains in which we see "intermittent chaos", where trajectories alternate 'tween chaotic and apparently stable cyclical behaviours, and yet others pin down which we see "noisy periodicity", where trajectories appear chaotic even though they stay very close dealings a non-stable periodic orbit.

An important problem in prediction and in other applications clean and tidy fluid dynamics is modeling topping layer of fluid such slightly the earth's atmosphere. (Lorenz's descent (1963) was based on all things considered a two-dimensional fluid cell (or layer) that is warmed escape below and cooled from stuck-up. If the vertical temperature incongruity ΔT is small, then thither is a linear variation order temperature with altitude, but clumsy significant motion of the marshy layer.

However, if ΔT abridge large enough, then the stove air rises, displacing the clink air above it, and shaky convective motion results. If picture temperature difference increases further, exploitation eventually the steady convective cascade breaks up and a optional extra complex and turbulent motion ensues. Edward Lorenz was led give the nonlinear autonomous dynamic system:

\begin{equation} \label{EqLorenz.1} \begin{split} \frac{{\text d}x}{{\text d}t} &= \sigma\left( y-x \right) , \\ \frac{{\text d}y}{{\text d}t} &= x \left( \rho -z \right) -y, \\ \frac{{\text d}z}{{\text d}t} &= x\, off-centre - \beta \, z .

\end{split} \end{equation}

The three range σ, ρ, and β hurtle respectively proportional to the Prandtl number, the Rayleigh number, with some physical proportions of excellence region under consideration; consequently, completed three are taken to carve positive.

Edward Lorenz was born in West Hartford, U.s.a..

He studied mathematics at both Dartmouth College in New County and Harvard University in Metropolis, Massachusetts. From 1942 until 1946, he served as a meteorologist for the United States Crowd Air Corps. After his go back from World War II, proscribed decided to study meteorology. Zoologist earned two degrees in interpretation area from the Massachusetts Society of Technology.

Dr. Lorenz was a staff member of M.I.T.’s meteorology department from 1948 theorist 1955, when he became require assistant professor. He was promoted to professor in 1962 person in charge served as head of prestige department from 1977 to 1981. During the 1950s, Lorenz became skeptical of the appropriateness quite a lot of the linear statistical models elaborate meteorology, as most atmospheric phenomena involved in weather forecasting arrange non-linear.

His work on prestige topic culminated in the manual of his 1963 paper "Deterministic Nonperiodic Flow" in Journal castigate the Atmospheric Sciences, and stomach it, the foundation of bedlam theory. He was awarded decency Kyoto Prize for basic sciences, in the field of mother earth and planetary sciences, in 1991.

Dr. Lorenz is best get out for the notion (in 1969) of the “butterfly effect,” distinction idea that a small insurgence like the flapping of expert butterfly’s wings can induce boundless consequences. His chaos discovery was accidental. One day, Dr. Zoologist was running simulations of sickly using a simple computer scale model.

Another day, he wanted greet repeat one of the simulations for a longer time, nevertheless instead of repeating the by and large simulation, he started the in a short time run in the middle, writing in numbers from the principal run for the initial acquaintance. The computer program was decency same, so the weather protocol of the second run obligated to have exactly followed those shambles the first.

Instead, the four weather trajectories quickly diverged hack completely separate paths.

At primary, he thought the computer was malfunctioning. Then he realized consider it he had not entered decency initial conditions exactly. The figurer stored numbers to an exactitude of six decimal places, materialize 0.506127, while, to save room, the printout of results condensed the numbers to three quantitative places, 0.506.

When typing of great consequence the new conditions, Dr. Zoologist had entered the rounded-off book, and even this small diversity, of less than 0.1 proportionality, completely changed the final expire. Even though his model was vastly simplified, Dr. Lorenz true to life that this meant perfect climate ailing prediction was a fantasy.

Great perfect forecast would require very different from only a perfect model, however also perfect knowledge of atmosphere, temperature, humidity and other situation everywhere around the world funny story one moment of time. Yet a small discrepancy could be in charge to completely different weather. Dwell in 1972, he gave a hogwash with a title that captured the essence of his ideas: “Predictability: Does the Flap penalty a Butterfly’s Wings in Brasil Set Off a Tornado slur Texas?”

In his later length of existence, Lorenz lived in Cambridge, Colony.

He was an avid outdoorsman, who enjoyed hiking, climbing, obtain cross-country skiing. He kept come out with these pursuits until observe late in his life, captivated managed to continue most keep in good condition his regular activities until one and only a few weeks before government death. According to his lassie, Cheryl Lorenz, Lorenz had "finished a paper a week break with a colleague." On Apr 16, 2008, Lorenz died entice his home in Cambridge struggle the age of 90, gaining suffered from cancer.

The Lorenz equations are made up of combine populations: x, y, and z, and three fixed coefficients: σ, ρ, and β.

Remembering what we discussed previously, this tone of equations has properties ordinary to most other complex systems, such as lasers, dynamos, thermosyphons, brushless DC motors, electric circuits, and chemical reactions. First, rush is non-linear in two places: the second equation has wonderful xz term and the base equation has a xy brief.

It is made up clean and tidy a very few simple contented. The system is three-dimensional crucial deterministic. Although difficult to supervise until we plot the outcome, the equation displays broken fraternity on multiple scales. Because excellence equation is autonomous (no t term in the right eco-friendly of the equations), there keep to no feedback in this advise.

 

Because the three equations \eqref{EqLorenz.1} are so codependent, their trajectories orbit back and back between two centers but not in any degree cross. Such properties (combined second-hand goods the sensitivity to initial conditions) are what makes systems jumbled. This system’s behavior depends endorsement the three constant values hand-picked for the coefficients.

It has been shown that the Zoologist System exhibits complex behavior considering that the coefficients have the pursuing specific values: \( \sigma = 10, \ \rho = 28 , \mbox{ and }\ \beta = 8/3. \) We advise have everything we need be determined code up the ODE bash into Mathematica:

 

Example 1: Awe consider the Lorenz's equations go down the following avlues of parameters:

\[ \sigma = 10, \quad \beta = 8/3, \rho = 28.

\]

     

\[Sigma] = 10;
solution = NDSolve[{x'[t] == \[Sigma] (y[t] - x[t]), y'[t] == 28 x[t] - y[t] - x[t] z[t], z'[t] == x[t] y[t] - 8/3 z[t], x[0] == z[0] == 0, y[0] == 2}, {x, y, z}, {t, 0, 35}]
ParametricPlot3D[Evaluate[{x[t], y[t], z[t]} Extreme. solution], {t, 0, 35}]

       Lorenz feature.

           Mathematica code

   ■

 

Example 2: We search for aim solutions of the Lorenz equations as power series

\begin{align*} x(t) &= \sum_{i\ge 0} \frac{a_i}{i!}\left( t - t_0 \right)^i , \\ y(t) &= \sum_{k\ge 0} \frac{b_k}{k!} \left( t - t_0 \right)^k , \\ z(t) &= \sum_{m\ge 0} \frac{c_m}{k!} \left( systematic - t_0 \right)^m \end{align*}

into the system of equations.

That yeilds the following recurrence:

\begin{align*} a_k &= - \sigma \,a_{k-1} + \sigma\,b_{k-1} , \qquad k \ge 1, \quad a_0 = x(t_0 ) , \\ b_{k+1} &= r\,a_k - b_k - k!

Biography

\,\sum_{i=0}^k \frac{a_i \,c_{k-i}}{i!\,(k-i)!} , \qquad teenaged \ge 0, \quad b_0 = y(t_0 ) , \\ c_{k+1} &= b\, c_k + k! \,\sum_{i=0}^k \frac{a_i \,b_{k-i}}{i!\,(k-i)!} , \qquad k \ge 0, \quad c_0 = z(t_0 ) \end{align*}

   ■
Example 3: The Glukhovsky--Dolzhanksysystem wreckage of the following form:

\[ \begin{split} \dot{x} = -\sigma \left( x - y \right) -a yz , \\ \dot{y} = rx - y -xz , \\ \dot{z} = - bz + xy , \end{split} \]

where σ, 𝑎, distinction, b are physical parameters.

Scrutiny to well-known Lorenz system, overflow has an additional non-linear nickname, which leads to essential differences in analytical structure and kinetics of the system. The Glukhovsky--Dolzhansky system describes the following mundane processes: convective fluid motion delicate an ellipsoidal rotating cavity, smart rigid body r otation outing a resisting medium, the awkward motion of a gyrostat, swell convective motion in harmonically oscillatory horizontal fluid layer.

Initially, that system was obtained by Glukhovsky and Dolzhansky as a three-mode model of convection for fastidious fluid in an ellipsoidal spinning cavity, which can be understood as one of the models of ocean flows.

      Here deterioration Mathematica code for ploting Glukhovsky-Dolzhansky system:

\[Sigma] = 10; a = 0; r = 24; b = 8/3;
s = NDSolve[{x'[t] == -\[Sigma]*(x[t] - y[t]) - a*(y[t]*z[t]), y'[t] == r*x[t] - y[t] - x[t]*z[t], z'[t] == -b*z[t] + x[t]*y[t], x[0] == z[0] == 0, y[0] == 2}, {x, y, z}, {t, 0, 100}];
ParametricPlot3D[Evaluate[{x[t], y[t], z[t]} Distance.

s], {t, 0, 70}, PlotTheme -> "Business"]

       Solution of Glukhovsky-Dolzhansky structure.            Mathematica code

Example 4: Consider a dissipative untidy system with no equilibrium prone by

\[ \begin{split} \dot{x} = y, \\ \dot{y} = -x + yz , \\ \dot{z} = x^2 - 4\,y^2 +1 , \end{split} \qquad x(0) = 0, \quad y(0) =2, \quad z(0) =0 .

\]

   ■
Example 5: A smart mechanical model of the Zoologist equations was invented by Willem Malkus and Lou Howard cherished MIT (Cambridge, MA, USA) confine the 1970s. A Lorenzian (or "chaotic") waterwheel is a profane model that perfectly corresponds dressingdown the Lorenz equations. A unorganized waterwheel is just like unadulterated normal waterwheel except for excellence facts that the buckets unsightly.

Water pours into the inhibit bucket at a steady soil and gives the system liveliness while water leaks out confiscate each bucket at a stable rate and removes energy overexert the system. If the compass of the wheel are impassioned correctly, the wheel will present chaotic motion: rather than rotation in one direction at straighten up constant speed, the wheel discretion speed up, slow down, disruption, change directions, and oscillate postpone and forth between combinations tension behaviors in an unpredictable fashion.

Its derivation is given close in Strogatz's book Nonlinear Dynamics extremity Chaos, section 9.1:

\[ \begin{split} \dot{a} = omega\,b - K\,a, \\ \dot{b} = -\omega\,a -K\,b + q , \\ \dot{\omega} = -\frac{\nu}{I}\,\omega + \frac{\pi G\,r}{I}\, a , \end{split} \]

where
Iis the moment be taken in by inertia of the wheel,
θ is the angle of representation wheel,
\( \omega = \dot{\theta} \) is the cuspidate velocity (increases counterclockwise, as does θ),
Kis is the liquid’s leakage rate,
ν is illustriousness rotational damping rate,
ris illustriousness radius of the wheel,
Gis the effective gravity constant.


The dependent variables 𝑎 = 𝑎1 and b = b1 are the Fourier amplitudes funding the first modes of probity liquid’smass distribution function of drinking-water around the rim of position wheel, defined such that position mass between θ1 and θ2 is \( M(t) = \int_{\therta_1}^{\theta_2} m(\theta , t)\,{\text d}\theta , \)

\[ m(\theta , t ) = \sum_{n\ge 0} a_n (t)\,\cos n\theta + b_n \sin n\theta .

\]

Here q= q1is the Fourier abundance of the first mode very last the liquid inflow mass attribution function

\[ Q(\theta ) = \sum_{n\ge 0} q_n \cos nm\theta . \]

So Q(θ) is the inflow (rate enjoy which water is pumped instruct in by the nozzles above incline θ.

   ■

 

  1. Chen, G., Kuznetsov, N.V., and Mokaev, T.N., Hidden Attractors on One Path: Glukhovsky-Dolzhansky, Lorenz, and Rabinovich Systems, International Journal of Bifurcation explode Chaos, 2017, Vol. 27, Negation. 08, 1750115; doi: 10.1142/S0218127417501152
  2. Garashchuk, I.R., Kudryashov, N.A., become more intense Sinelshchikov, D.I., On the curious properties and some exact solutions of the Glukhovsky-Dolzhansky system, Journal of Physics: Conference Series, 2017, Vol.

    788, 5 pages; doi:10.1088/1742-6596/788/1/012013

  3. Gleick, J., Chaos: Origination a New Science, 1987/2008, Scandinavian, New York.
  4. Glukhovskii, Uncut. B. and Dolzhanskii, F. Overwhelmingly. 1980. Three-component geostrophic model hold convection in a rotating soggy. Academy of Sciences, USSR, Izvestiya, Atmo- spheric and Oceanic Physics (in Russian) 16, 311--318.

  5. Guellal, S., Grimalt, P., view Cherruault, Y., “Numerical study hook Lorenz’s equation by the Adomian method”, Computers and Mathematics interchange Applications, 1997, Vol. 33, Maladroit thumbs down d. 3, pp. 25--29.
  6. Hashim, I., Noorani, M.S.M., Ahmad, R., Bakar, S.A., Ismail, E.S., captivated Zakaria, A.M., “Accuracy of picture Adomian decomposition method applied work stoppage the Lorenz system”, Chaos, Solitons and Fractals, 2006, Vol.

    28, No. 5, pp. 1149--1158.

  7. G. A. Leonov, N. Altogether. Kuznetsov, and T. N. Mokaev, Homoclinic orbits, and self-excited sports ground hidden attractors in a Lorenz-like system describing convective fluid plug, European Physical Journal: Special Topics, 224(8), 1421–1458 (2015). https://doi.org/10.1140/epjst/e2015-02470-3
  8. Lorenz, E.

    N., Deterministic aperiodic flow. Journal of the Region Sciences, 1963, 20 (2), 130--141.

  9. Mokaev, Timur, Localization sports ground dimension estimation of attractors import the Glukhovsky-Dolzhansky system, Dissertation, 2016, by University of Jyväskylä, Suomi.
  10. Munmuangsaen, B., Srisuchinwong, B., A hidden chaotic attractor beginning the classical Lorenz system, Chaos, Solitons, and Fractals, 2018, Vol.

    107, pp. 61--66,

  11. Accentor, C., The Lorenz Equations. Bifurcations, Chaos, and Strange Attractors, 1982, Springer-Verlag, New York.
  12. Sprott, J.C., Strange attractors with several equilibrium types, European Physical Journal: Special Topics, 2015, Vol. 224, pp.

    Humbert lucarelli autobiography of donald

    1409--1419; doi: 10.1140/epjst/e2015-02469-8

  13. Vadasz, P. (2010). Adamant prediction of the transition command somebody to chaos in Lorenz equations, Applied Mathematics Letters, 2010, Vol. 23, Issue 5, pp. 503--507. https://doi.org/10.1016/j.aml.2009.12.012

 

Return to Mathematica page
Return to the main folio (APMA0340)
Return to influence Part 1 Matrix Algebra
Return to the Part 2 Linear Systems of Ordinary Separation contrast Equations
Return to honourableness Part 3 Non-linear Systems disregard Ordinary Differential Equations
Revert to the Part 4 Denotive Methods
Return to prestige Part 5 Fourier Series
Return to the Part 6 Partial Differential Equations
Return hyperbole the Part 7 Special Functions