18 Sprott O System
18.1 System description
The governing equations of this chaotic system are
\[ \begin{eqnarray} \dot{x} &=& y\\ \dot{y} &=& -x+z\\ \dot{z} &=& x+xz+ay \end{eqnarray} \]
with \(a=0.3\) and initial condition \((-2,0,-1)\).
An animation of the pre-computed solution trajectory for the given chaotic system is presented below. The trajectory, spanning 103 seconds, is colored according to the calculated local Lyapunov exponents at each point in time.
A left-to-right 360o view of the chaotic system trajectory
The colormap selected for the aforementioned animation employs a blue-green-red gradient. The blue to green range corresponds to negative Lyapunov exponents, signifying regions where the system’s predictability decreases. Conversely, the green to red range corresponds to positive Lyapunov exponents, indicative of regions where the system exhibits an increase in unpredictability.
18.2 Real-time simulation
The real-time simulation can be executed up to the designated end time as indicated below. As the simulation progresses, the 3D view of trajectory evolution can be explored by click-drag & scroll options in the mouse/touchpad.
The visualization was made using P5.js.