|
|
|
|
Lorenz equation
|
(Definition)
|
|
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.
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]
![\includegraphics[scale=1]{lorenzx.eps} \includegraphics[scale=1]{lorenzx.eps}](http://images.planetmath.org:8080/cache/objects/4383/js/img35.png)
(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
.
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.)
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 "z"
gset nokey
gsplot solution
- 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.
|
"Lorenz equation" is owned by Daume.
|
|
(view preamble | get metadata)
| Other names: |
Lorenz attractor |
|
|
Cross-references: all solution of the Lorenz equation enter an ellipsoid, attracting set, finite, ellipsoid, real, algebraic, clear, equilibrium points, initial condition, origin, invariant, natural symmetry of the Lorenz equation, symmetry, boundaries, near, gradients, variable, similar, currents, difference, intensity, coordinate, Proportion, number, positive, parameter, properties, solution, addition, cell, represent, ordinary differential equations, equation
There are 3 references to this entry.
This is version 16 of Lorenz equation, born on 2003-06-21, modified 2005-05-20.
Object id is 4383, canonical name is LorenzEquation.
Accessed 44674 times total.
Classification:
| AMS MSC: | 34-00 (Ordinary differential equations :: General reference works ) | | | 65P20 (Numerical analysis :: Numerical problems in dynamical systems :: Numerical chaos) | | | 65P30 (Numerical analysis :: Numerical problems in dynamical systems :: Bifurcation problems) | | | 65P40 (Numerical analysis :: Numerical problems in dynamical systems :: Nonlinear stabilities) | | | 65P99 (Numerical analysis :: Numerical problems in dynamical systems :: Miscellaneous) |
|
|
|
|
|
|
Pending Errata and Addenda
|
|
|
|
|
|
|
|
|
|
|