ConceptComplete

Two-Dimensional Flows - Examples and Constructions

Classical examples of planar flows illustrate the diversity of dynamical phenomena in two dimensions, from simple equilibria to complex limit cycles and heteroclinic connections. These examples serve as paradigmatic models in applications ranging from physics to biology.

ExampleLinear Systems Classification

The general linear planar system x˙=Ax\dot{\mathbf{x}} = A\mathbf{x} with matrix A=(abcd)A = \begin{pmatrix} a & b \\ c & d \end{pmatrix} is classified by its trace τ=a+d\tau = a + d and determinant Δ=adbc\Delta = ad - bc:

  1. Δ<0\Delta < 0: Saddle point (eigenvalues real with opposite signs)
  2. Δ>0,τ2>4Δ\Delta > 0, \tau^2 > 4\Delta: Node (eigenvalues real, same sign)
    • Stable node if τ<0\tau < 0, unstable if τ>0\tau > 0
  3. Δ>0,τ2<4Δ\Delta > 0, \tau^2 < 4\Delta: Spiral (complex eigenvalues)
    • Stable spiral if τ<0\tau < 0, unstable if τ>0\tau > 0
  4. Δ>0,τ2=4Δ\Delta > 0, \tau^2 = 4\Delta: Degenerate node or star (repeated eigenvalue)
  5. Δ>0,τ=0\Delta > 0, \tau = 0: Center (purely imaginary eigenvalues)

This classification in the (τ,Δ)(\tau, \Delta) plane provides a complete picture of linear planar dynamics.

The linear classification extends locally to nonlinear systems via the Hartman-Grobman theorem, which states that near a hyperbolic fixed point (eigenvalues with nonzero real parts), the nonlinear flow is topologically conjugate to its linearization. Centers are the exceptional case where nonlinear terms determine whether orbits remain closed or spiral.

ExampleLotka-Volterra Predator-Prey Model

The classic predator-prey model is given by:

x˙=x(αβy),y˙=y(γδx)\dot{x} = x(\alpha - \beta y), \quad \dot{y} = -y(\gamma - \delta x)

where xx is prey population, yy is predator population, and α,β,γ,δ>0\alpha, \beta, \gamma, \delta > 0 are parameters. The system has:

  • A saddle at the origin (0,0)(0, 0)
  • A center at (γ/δ,α/β)(\gamma/\delta, \alpha/\beta) surrounded by closed orbits

The closed orbits represent population oscillations: prey increase when predators are scarce, predator numbers then rise, prey decline due to predation, then predators decline due to lack of food, and the cycle repeats. This model, while simplified, captures essential predator-prey dynamics.

ExampleCompeting Species Model

The competitive Lotka-Volterra equations describe two species competing for resources:

x˙=x(1xay),y˙=y(1ybx)\dot{x} = x(1 - x - ay), \quad \dot{y} = y(1 - y - bx)

where a,b>0a, b > 0 measure interspecific competition. The system has four fixed points: (0,0)(0,0), (1,0)(1,0), (0,1)(0,1), and potentially a coexistence point (x,y)(x^*, y^*) in the interior. The stability depends on aa and bb:

  • If a,b<1a, b < 1: stable coexistence at (x,y)(x^*, y^*)
  • If a<1<ba < 1 < b: species xx wins ((1,0)(1,0) is stable)
  • If b<1<ab < 1 < a: species yy wins ((0,1)(0,1) is stable)
  • If a,b>1a, b > 1: bistability (both (1,0)(1,0) and (0,1)(0,1) stable; outcome depends on initial conditions)

This model demonstrates how competition parameters determine ecological outcomes.

ExampleHopf Bifurcation in the Brusselator

The Brusselator is a model chemical reaction system:

x˙=a(b+1)x+x2y,y˙=bxx2y\dot{x} = a - (b+1)x + x^2y, \quad \dot{y} = bx - x^2y

where a,b>0a, b > 0 are parameters. The unique fixed point is (a,b/a)(a, b/a). Linearization yields eigenvalues with trace τ=a2(b+1)\tau = a^2 - (b+1) and determinant Δ=a2\Delta = a^2. When bb crosses bc=1+a2b_c = 1 + a^2, the eigenvalues cross the imaginary axis, and a Hopf bifurcation occurs: a stable limit cycle emerges from the fixed point, representing periodic chemical oscillations.

The Brusselator is a paradigm for oscillatory chemical reactions and illustrates how sustained oscillations can arise from instabilities in systems far from equilibrium.

Remark

These examples demonstrate that planar flows can model diverse phenomena: population dynamics, chemical reactions, mechanical systems, and electrical circuits. The geometric approach—visualizing flows as curves in the phase plane—provides intuitive understanding that complements algebraic analysis. Despite their simplicity compared to higher-dimensional systems, planar flows exhibit most fundamental dynamical behaviors except chaos, which requires at least three dimensions for autonomous continuous-time systems.

Each example illustrates different aspects of planar dynamics. Linear systems provide the foundation through eigenvalue classification. The Lotka-Volterra models show how biological interactions manifest as geometric structures in phase space. The Brusselator demonstrates bifurcations leading to oscillations. Together, these constructions reveal the richness of two-dimensional dynamical systems and their broad applicability to modeling real-world phenomena.