Dynamical System
dx/dt, dy/dtDisplay Toggles
RK4 Numerical Integration
Detected Equilibria
Initial Conditions
Classical Dynamical Systems Gallery
Select any classic 2D nonlinear system to immediately simulate its vector field, nullclines, equilibrium points, and limit cycles.
Jacobian Linearization Analysis
Detailed linear stability spectrum around selected equilibrium point
Jacobian Matrix J = ∂(f,g)/∂(x,y)
Trace–Determinant Diagram
Bifurcation and stability classification plane (τ vs Δ)
Theory & Mathematics of 2D Phase Space
A 2D Autonomous Dynamical System is governed by a set of ordinary differential equations without explicit time dependence:
1. Vector Field & Velocity
At every point (x, y) in state space, the function vector F(x, y) = [f(x,y), g(x,y)]ᵀ specifies the instantaneous velocity of motion.
2. Phase Trajectories (RK4)
Solutions (x(t), y(t)) trace curves in phase space called trajectories. Integrations run both forward in time (+T) and backward in time (-T) using 4th-order Runge–Kutta.
3. Nullclines
Curves where motion is strictly vertical (f(x,y)=0) or horizontal (g(x,y)=0). Their intersections mark equilibrium points.
4. Fixed Points & Stability
Equilibria satisfy f(x*, y*) = 0 and g(x*, y*) = 0. Linearization via the Jacobian matrix determines local behavior.