PlanetMath (more info)
 Math for the people, by the people.
Encyclopedia | Requests | Forums | Docs | Wiki | Random | RSS  
Login
create new user
name:
pass:
forget your password?
Main Menu
Owner confidence rating: High Entry average rating: No information on entry rating
Lorenz equation (Definition)

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.

The equation

The Lorenz equation is commonly defined as three coupled ordinary differential equation like
$\displaystyle \frac{dx}{dt}$ $\displaystyle =$ $\displaystyle \sigma(y-x)$  
$\displaystyle \frac{dy}{dt}$ $\displaystyle =$ $\displaystyle x(\tau - z) -y$  
$\displaystyle \frac{dz}{dt}$ $\displaystyle =$ $\displaystyle xy - \beta z$  

where the three parameter $ \sigma$, $ \tau$, $ \beta$ are positive and are called the Prandtl number, the Rayleigh number, and a physical proportion, respectively. It is important to note that the $ x$, $ y$, $ z$ are not spacial coordinate. The ”$ x$ is proportional to the intensity of the convective motion, while $ y$ is proportional to the temperature difference between the ascending and descending currents, similar signs of $ x$ and $ y$ denoting that warm fluid is rising and cold fluid is descending. The variable $ z$ is proportional to the distortion of vertical temperature profile from linearity, a positive value indicating that the strongest gradients occur near the boundaries.” [LNE]

Properties of the Lorenz equations

An example

\includegraphics[scale=1]{lorenzx.eps}
(The $ x$ solution with respect to time.)
\includegraphics[scale=1]{lorenzy.eps}
(The $ y$ solution with respect to time.)
\includegraphics[scale=1]{lorenzz.eps}
(The $ z$ solution with respect to time.)
\includegraphics[scale=1]{lorenz.eps}
the above is the solution of the Lorenz equation with parameters $ \sigma = 10$, $ \tau = 28$ and $ \beta = 8/3$(which is the classical example). The inital condition of the system is $ (x_0,y_0,z_0)= (3,15,1)$.

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.)
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

Bibliography

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.

See also



"Lorenz equation" is owned by Daume.
(view preamble)

View style:

Other names:  Lorenz attractor

Attachments:
natural symmetry of the Lorenz equation (Result) by Daume
all solution of the Lorenz equation enter an ellipsoid (Result) by Daume
Log in to rate this entry.
(view current ratings)

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 37977 times total.

Classification:
AMS MSC34-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
None.
[ View all 4 ]
Discussion
Style: Expand: Order:
forum policy

No messages.

Interact
post | correct | update request | add derivation | add example | add (any)