Back

Rossler funnel attractor

What you are seeing: a cousin of the Lorenz attractor, written down by Otto Rossler in 1976 as the simplest 3D system that still produces chaos (only one nonlinear term, zxz \cdot x). The trajectory winds outward on a flat spiral, then a single fold throws it back to the centre. Push the control parameter cc past about 5.75.7 and the spiral grows a strong vertical lobe; the geometry earns its "funnel" name.

The equations are x˙=yz\dot x = -y - z, y˙=x+ay\dot y = x + a\,y, z˙=b+z(xc)\dot z = b + z\,(x - c). The classical parameters are a=b=0.2a = b = 0.2, c=5.7c = 5.7. Drop cc to about 44 and the attractor folds into a clean period-2 limit cycle; sweep it back up through 4.24.2, 5.05.0, 5.45.4 and watch a period-doubling cascade. λ1\lambda_1 in the corner is the running estimate of the largest Lyapunov exponent; it stays positive in the chaotic regime (about 0.070.07 at the default parameters) and collapses to zero in the periodic windows.

Figure 1. strange attractor in the (x, y) projection. Method: classical fourth-order Runge-Kutta from shared/js/engine/ode-rk.js, fixed dt = 0.02. Live max-Lyapunov estimator via tangent-vector renormalization.
a0.200
b0.200
c5.70
speed0.2

WHAT TO TRY

  • Vary each control and watch the rail readouts respond.
  • Compare the diagnostic plot against the live scene.