You are here
Home ›Lorenz equation
Primary tabs
Lorenz equation
0.1 The history
The Lorenz equation was published in 1963 by a meteorologist and mathematician from MIT called Edward N. Lorenz. The paper containing the equation was titled “Deterministic non-periodic flows” and was published in the Journal of Atmospheric Science. What drove Lorenz to find the set of three dimensional ordinary differential equations was the search for an equation that would “model some of the unpredictable behavior which we normally associate with the weather”[SC]. The Lorenz equation represent the convective motion of fluid cell which is warmed from below and cooled from above.[SC] The same system can also apply to dynamos and laser. In addition some of its popularity can be attributed to the beauty of its solution. It is also important to state that the Lorenz equation has enough properties and interesting behavior that whole books are written analyzing results.
0.2 The equation
The Lorenz equation is commonly defined as three coupled ordinary differential equation like
where the three parameter , , are positive and are called the Prandtl number, the Rayleigh number, and a physical proportion, respectively. It is important to note that the , , are not spacial coordinate. The ” is proportional to the intensity of the convective motion, while is proportional to the temperature difference between the ascending and descending currents, similar signs of and denoting that warm fluid is rising and cold fluid is descending. The variable is proportional to the distortion of vertical temperature profile from linearity, a positive value indicating that the strongest gradients occur near the boundaries.” [LNE]
0.3 Properties of the Lorenz equations
-
Symmetry
The Lorenz equation has the following symmetry of ordinary differential equation:This symmetry is present for all parameters of the Lorenz equation (see natural symmetry of the Lorenz equation).
-
Invariance
The -axis is invariant, meaning that a solution that starts on the -axis (i.e. ) will remain on the -axis. In addition the solution will tend toward the origin if the initial condition are on the -axis. -
Equilibrium points
To solve for the equilibrium points we let and we solve . It is clear that one of those equilibrium point is and with some algebraic manipulation we detemine that and are equilibrium points and real when . -
Solutions stay close to origin
If then all solution of the Lorenz equation will enter an ellipsoid centered at in finite time. In addition the solution will remain inside the ellipsoid once it has entered. It follows by definition that the ellipsoid is an attracting set. (see all solution of the Lorenz equation enter an ellipsoid)
0.4 An example
(The solution with respect to time.)
(The solution with respect to time.)
(The solution with respect to time.)
the above is the solution of the Lorenz equation with parameters , and (which is the classical example). The inital condition of the system is .
0.5 Experimenting with octave
By changing the parameters and initial condition one can observe that some solution will be drastically different. (This is in no way rigorous but can give an idea of the qualitative property of the Lorenz equation.)
\PMlinkescapetext{function} y = lorenz (x, t)
y = [10*(x(2) - x(1));
x(1)*(28 - x(3)) - x(2);
x(1)*x(2) - 8/3*x(3)];
endfunction
solution = lsode ("lorenz", [3; 15; 1], (0:0.01:50)');
gset parametric
gset xlabel "x"
gset ylabel "y"
gset zlabel "\PMlinkescapetext{z}"
gset nokey
gsplot solution
References
- LNE Lorenz, N. Edward: Deterministic non-periodic flows. Journal of Atmospheric Science, 1963.
- MM Marsden, E. J. McCracken, M.: The Hopf Bifurcation and Its Applications. Springer-Verlag, New York, 1976.
- SC Sparow, Colin: The Lorenz Equations: Bifurcations, Chaos and Strange Attractors. Springer-Verlag, New York, 1982.
@.6 See also
-
Paul Bourke, The Lorenz Attractor in 3D
Mathematics Subject Classification
34-00 General reference works (handbooks, dictionaries, bibliographies, etc.)65P40 Nonlinear stabilities
65P30 Bifurcation problems
65P20 Numerical chaos
65P99 None of the above, but in MSC2010 section 65Pxx
- Forums
- Planetary Bugs
- HS/Secondary
- University/Tertiary
- Graduate/Advanced
- Industry/Practice
- Research Topics
- LaTeX help
- Math Comptetitions
- Math History
- Math Humor
- PlanetMath Comments
- PlanetMath System Updates and News
- PlanetMath help
- PlanetMath.ORG
- Strategic Communications Development
- The Math Pub
- Testing messages (ignore)
- Other useful stuff
Recent Activity
new question: Sorry to steal a few minutes of your time for this question, but i honestly don't know what else to do. by Whrazithar
new question: equality of the determinants of submatrices of an orthogonal matrix by ismayli
Jun 11
new correction: Typo by suitangi
Jun 2
new question: Creating another set with same cardinality. by hkkass
Jun 1
new image: ProblemOneRevised by unlord
new Education: Chapter II by rspuzio
May 31
new collection: The Calculus by Davis and Brenke by rspuzio
new question: Proofs by weixifan
new question: Summation Integration Question by trevor.nickle
May 27
new correction: typo+finite measure hypothesis by Filipe


