The Lorenz dynamics and Butterfly Effect

union

Chaotic behavior can emerge even in simple dynamics such as replicator, and Rock-Paper-Scissor oscillators, depending on the game settings. To begin with, we first define what is chaos qualitatively: “Chaos can be described as long term, aperiodic behaviour that exhibits sensitive dependence on initial conditions. Sensitive dependence on initial conditions implies that nearby trajectories diverge exponentially fast over time.” Or, by Edward Lorenz, when the present determines the future but the approximate present does not approximately determine the future.

Edward Norton Lorenz (1918-2008) was an American mathematician and meteorologist who really laid the groundwork for how we understand weather and climate predictability today. He studied math at both Dartmouth and Harvard, and then took a break from his academic pursuits to serve as a weather forecaster for the Air Force during World War II. After the war wrapped up, he went to MIT, where he completed his doctoral degree in meteorology.

In the mid-1900s, the field of meteorology was still very much in its infancy. Lorenz programmed an existing computer, the Royal McBee, to aide in his research of atmosphere equations and forecasting. His program allowed him control the initial conditions of a weather system based on 12 differential equations. And the idea naturally came to him in 1961, when he was running a program with data rounded off from previous experiment, he found “chaos”: the fact that two weather conditions, which differ by less than $0.1%$, can produce significantly different results. So he wrote the paper “ordinary differential equations whose solutions afford the simplest example of deterministic non periodic flow and finite amplitude convection”, where he found that when applying Fourier series to one of Rayleigh’s convection equations, all except three variables tended to zero, which were used to construct a simple model based on the 2-dimensional representation of the earth’s atmosphere, the Lorenz Equation: $$ \begin{aligned}\frac{d x}{d t}=\dot{x}=\sigma(y-x) \\ \frac{d y}{d t}=\dot{y}=\rho x-y-x z \\ \frac{d z}{d t}=\dot{z}=x y-\beta z . \end{aligned} $$

Here, $x$ represents the convective overturning on the plane, $y$ and $z$ represent horizontal and vertical temperature variation respectively.

The parameters in the Lorenz system—sigma ($\sigma$), rho ($\rho$), and beta ($\beta$)—have specific physical interpretations in the context of atmospheric convection, but they also have broader implications for the system’s behavior in mathematical and physical systems modeling. Here’s what each parameter represents:

  1. $\sigma$ is the Prandtl number, which is a dimensionless number expressing the ratio of momentum diffusivity (viscosity) to thermal diffusivity. In the context of the Lorenz attractor, it represents the rate of heat transfer (convection) versus the rate of temperature change. A higher sigma increases the rate at which the system diverges along the $x$-axis relative to the $y$-axis, influencing the system’s tendency toward chaotic behavior.
  2. $\rho$ is the Rayleigh number divided by its critical value for the onset of convection. It is a measure of the buoyancy-driven flow (thermal instability within the fluid), which is a result of temperature differences. In the Lorenz equations, it directly influences the nonlinearity of the system and is critical for the emergence of chaos. When $\rho$ is larger than a certain threshold (in the standard Lorenz system, $\rho$ > 24.74), the system exhibits chaotic behavior.
  3. $\beta$ is a dimensionless parameter related to the geometry of the problem, specifically the aspect ratio of the convective cells. It can be thought of as influencing the vertical temperature profile within the system. Beta affects the dissipation rate of the vertical velocity component, influencing how the system’s trajectories contract towards the $z$-axis.

Specific parameter settings will lead to chaos. By setting $\dot{x}, \dot{y},$ and $\dot{z}$ to $0$ we get three equilibrium points: $$ \begin{aligned} & k_0 = (0, 0, 0) \\ & k_1 = (-\sqrt{\beta ( \rho - 1 )}, \sqrt{\beta ( \rho - 1 )}, \rho - 1 ) \\ & k_2 = (\sqrt{\beta ( \rho - 1 )}, - \sqrt{\beta ( \rho - 1 )}, \rho - 1 ) \end{aligned} $$

Linearizing the ODE around these equilibrium points to check the stability we get: $$ \left[\begin{array}{c}\dot{x} \ \dot{y} \ \dot{z}\end{array}\right]=\left[\begin{array}{ccc}-\sigma & \sigma & 0 \ \rho-\bar{z} & -1 & \bar{x} \ \bar{y} & \bar{x} & -\beta\end{array}\right]\left[\begin{array}{l}x \ y \ z\end{array}\right] $$

if we take $(\bar{x}, \bar{y}, \bar{z})$ to be $k_0$ we get eigenvalue equation: $$ \lambda^{3}+(\beta+\sigma+1) \lambda^{2}+(\beta+\beta \sigma+\sigma-\rho \sigma) \lambda+\beta \sigma(1-\rho)=0 $$ and $-\beta$ is one solution, so we get $$ (\lambda+\beta)\left(\lambda^{2}+(\sigma+1) \lambda+\sigma(1-\rho)\right)=0 $$ and the eigenvalues: $$ \lambda_{1}, \lambda_{2}=\frac{-\sigma-1 \pm \sqrt{(\sigma+1)^{2}+4 \sigma(\rho-1)}}{2}, \lambda_{3}=-\beta . $$

If we take $k_1$ or $k_2$, we end up with eigenvalues satisfying: $$ \mu^{3}+(\beta+\sigma+1) \mu^{2}+(\sigma+\rho) \beta \mu+(1-\rho) 2 \sigma \beta=0 $$ where all the three eigenvalues are negative when $$ \rho<\frac{\sigma(\sigma+\beta+3)}{\sigma-\beta-1}=\rho_{c} $$

$\rho_c \approx 24.74$ when $\sigma = 10$ and $\beta = 8/3$.

Therefore, at $\rho > \rho_c$, there are no fixed points. The flow will enter an invariance region around the origin where we see chaotic behavior. $$ \begin{array}{|l|l|}\hline \rho & \text { Fixed Points } \ \hline[0-1] & (0,0,0) \ \hline(1,24.74) & k_{1}, k_{2} \ \hline[24.74-30.1) & \text { None, chaos occurs } \ \hline[30.1-\infty) & \text { intermittency (not proven) } \ \hline\end{array} $$

The Butterfly Effect

Picking initial conditions $(0,1,0)$ $(1,0,1)$ we will get two distinct paths, shown in the following picture.

It sort of resembles a butterfly, hence the chaotic effects in general are referred to as the Butterfly Effect. This draws upon Lorenz’s findings that two seemingly identical weather systems could produce two very different weather systems in the near future. Thus, a butterfly flapping its wings could alter the atmosphere ever so slightly, so as to deviate from the initial conditions, and accordingly alter the course of weather forever. Lorenz first used the example of a seagull’s wings, though the analogy has morphed into using a butterfly.

The buutterfly effect can be helpful to explain a lot of phenomenons in engineering, geography, and particularly stock market, where the linear financial models have failed many times. Just like Lorenz’s conclusion about weather conditions, the long run economic forecast is not feasible beyond a short time frame.