logo

johzu

About

Lorenz attractor

The Lorenz attractor is a geometric figure that arises from plotting the solutions of a system of nonlinear differential equations developed by meteorologist Edward Lorenz in 1963. This system was originally created as a simplified model of atmospheric convection, but it later became one of the most iconic examples of deterministic chaos in dynamical systems theory.

Lorenz system

The Lorenz system is defined by a set of three nonlinear ordinary differential equations that describe the time evolution of three variables: temperature, air velocity, and the pressure difference between two points. These equations are:

$$\frac{dx}{dt} = \sigma \left( y - x \right)$$

$$\frac{dy}{dt} = x \left( \rho - z \right) - y$$

$$\frac{dz}{dt} = xy - \beta z$$

where:

Typical values used by Lorenz:

Characteristics of the Lorenz Attractor

Importance

Simulation

Visualization

If the system is plotted in 3D with axes \(x\), \(y\), and \(z\), the trajectories form a double-loop shape that never intersects itself, nor does it repeat, creating a fractal structure.

Instructions

Adjust the system values by moving the sliders for \(\sigma\), \(\rho\), and \(\beta\). Use the left or right mouse button to rotate the 3D plot, and scroll with the mouse wheel to zoom in or out. Pause the animation with the pause button, and restart it using the looped arrows button.

See also

Cobweb diagram

Logistic map