Andromeda
Note

Phase Plane

Definition

A Phase Plane is a coordinate system (typically xyxy) used to visualize the behavior of a system of two autonomous differential equations. A Phase Trajectory is the path traced out in this plane by the state of the system (x(t),y(t))(x(t), y(t)) as time tt varies.

Why It Matters

A phase plane tells you where a system is “going” regardless of its current noise. In predator-prey models or economic cycles, it shows you the “basin of attraction”—the set of states that will eventually lead to stability or collapse. Without this “Holistic” view, you are stuck looking at individual variables while missing the “coupling” that actually drives the system’s behavior. It is the only way to see the “long-term fate” of a dynamic system.

Core Concepts

  • State Space: Instead of plotting xx and yy against time (tt), we plot them against each other. This captures the relationship between the two dependent variables directly.
  • Direction Field in Phase Plane: Vectors indicate the direction of the system’s “flow” at any point (x,y)(x, y).
  • Equilibrium Points: Points where dx/dt=0dx/dt = 0 and dy/dt=0dy/dt = 0 simultaneously. These represent steady states of the system.
    • How to read: “The derivative of x with respect to time is equal to zero and the derivative of y with respect to time is equal to zero at the same coordinate point.”
    • Meaning: No motion in the phase plane—population levels (or state variables) stay constant.
  • Stability: Trajectories may move toward an equilibrium point (stable), move away (unstable), or orbit around it (center).

Connected Concepts