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
- Raise the parameter c: the Rossler attractor period-doubles, its single funnel loop splitting into two, then four, then a chaotic band. Only one nonlinear term drives all of it.
- Watch the trajectory spiral out in the plane then fold back through the funnel: the slow spiral plus the fast z-kick is the stretch-and-fold that makes the chaos.
- Read the Lyapunov exponent lambda_1: positive means nearby trajectories diverge exponentially, the quantitative signature of the chaos you are watching trace out.