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, ). The trajectory winds outward on a flat spiral, then a single fold throws it back to the centre. Push the control parameter past about and the spiral grows a strong vertical lobe; the geometry earns its "funnel" name.
The equations are , , . The classical parameters are , . Drop to about and the attractor folds into a clean period-2 limit cycle; sweep it back up through , , and watch a period-doubling cascade. in the corner is the running estimate of the largest Lyapunov exponent; it stays positive in the chaotic regime (about at the default parameters) and collapses to zero in the periodic windows.
shared/js/engine/ode-rk.js, fixed dt = 0.02. Live
max-Lyapunov estimator via tangent-vector renormalization.WHAT TO TRY
- Vary each control and watch the rail readouts respond.
- Compare the diagnostic plot against the live scene.