Duffing JavaScript integrator

This webpage uses the Runge-Kutta-Fehlberg fourth-order method with fifth-order error checking (RKF45) to approximate the solution to the problem of the Duffing oscillator: x¨+δx˙+αx+βx3=γcos(ωt)\ddot{x} + \delta \dot{x} + \alpha x + \beta x^3 = \gamma \cos{(\omega t)} Below you can specify these various parameters, as well as the initial conditions and starting and end times. The default values give chaotic behaviour.
Parameter Value Explanation
Parameter.
Parameter.
Parameter.
Parameter.
Parameter.
Starting time for the simulation in seconds (s).
End time for the simulation in seconds..
x coordinate (in metres) at time t0t_0.
First derivative of xx with respect to tt at t0t_0 (in metress1\mathrm{metres}\cdot \mathrm{s}^{-1}).
Error tolerance in both θ\theta and θ˙\dot{\theta}. ϵ<\epsilon \lt 2e-12 often freezes the webpage.
Initial guess for step size.