Stability in Phase Plane Analysis
students, imagine dropping a marble into a bowl and then onto the top of a hill. In the bowl, the marble rolls back toward the bottom. On the hill, a tiny push makes it roll away. That everyday idea is the heart of stability in differential equations 🌱. In this lesson, you will learn how stability describes what happens to a system after a small disturbance, how to recognize stable and unstable equilibrium points, and how this idea fits into phase plane analysis.
What Stability Means
In differential equations, an equilibrium point is a value where the system can stay forever if it starts there. For a one-variable system $\frac{dx}{dt}=f(x)$, an equilibrium occurs when $f(x)=0$. For a two-variable system such as
$$
$\frac{dx}{dt}=f(x,y), \qquad \frac{dy}{dt}=g(x,y),$
$$
a point $(x_0,y_0)$ is an equilibrium if
$$
$f(x_0,y_0)=0, \qquad g(x_0,y_0)=0.$
$$
Stability asks a simple but important question: If the system starts near an equilibrium, what happens over time? If nearby starting points move back toward the equilibrium, the equilibrium is stable. If nearby starting points move away, it is unstable. If some nearby points move toward it and others move away, the equilibrium may be called semistable or may need a deeper look.
This matters in real life. A thermostat tries to keep room temperature near a target value. A balanced pencil standing upright is an equilibrium, but it is unstable because a tiny push makes it fall. A ball at the bottom of a bowl is stable because small nudges do not send it far away. These physical pictures help make the math meaningful 📈.
Stable, Unstable, and Asymptotically Stable
students, the word stable can mean slightly different things depending on the course level, so it is important to use the precise definitions.
Stable
An equilibrium is stable if solutions that start close to it stay close to it for all future time. In other words, a small disturbance does not make the solution run far away.
Asymptotically Stable
An equilibrium is asymptotically stable if it is stable and, in addition, nearby solutions actually move toward the equilibrium as $t\to\infty$. This is a stronger condition. The marble in a bowl does not just stay nearby; it settles at the bottom.
Unstable
An equilibrium is unstable if at least some solutions starting very close eventually move away from it. The top of a hill is the classic example: a tiny push changes the outcome a lot.
For one-dimensional systems, the sign of $f(x)$ often tells the story. If $\frac{dx}{dt}=f(x)$ and $f(x)>0$, then $x$ increases; if $f(x)<0$, then $x$ decreases. Near an equilibrium $x^$, the direction of arrows on a number line can show whether nearby solutions move toward or away from $x^$.
For example, consider
$$
$\frac{dx}{dt}=x(1-x).$
$$
The equilibria are $x=0$ and $x=1$. If $0<x<1$, then $x(1-x)>0$, so $x$ increases. If $x>1$, then $x(1-x)<0$, so $x$ decreases. If $x<0$, then $x(1-x)<0$, so $x$ also decreases. This means solutions move toward $x=1$, so $x=1$ is asymptotically stable. But solutions near $x=0$ move away from $0$, so $x=0$ is unstable.
Stability in the Phase Plane
Phase plane analysis studies systems with two variables, usually written as
$$
$\frac{dx}{dt}=f(x,y), \qquad \frac{dy}{dt}=g(x,y).$
$$
The phase plane is the $xy$-plane. Each point in this plane represents a possible state of the system. Instead of tracking one variable at a time, we track how the state moves as a point in the plane. The path traced by a solution is called a trajectory or orbit.
Stability in the phase plane means looking at what trajectories do near an equilibrium point $(x_0,y_0)$. If nearby trajectories spiral in, move directly in, or approach along curves, the equilibrium is stable or asymptotically stable. If nearby trajectories spiral out or move away, it is unstable.
This viewpoint is powerful because it gives a visual summary of many possible starting conditions at once. For example, if a system models two interacting populations, a stable equilibrium might represent a long-term balance between them. If the equilibrium is unstable, then a tiny change in population can lead to a very different future 🐟🌿.
Linearization Intuition
Many nonlinear systems are difficult to solve exactly, so we often use linearization to understand stability near an equilibrium. The main idea is that close to an equilibrium, a nonlinear system behaves somewhat like a linear one.
Suppose $(x_0,y_0)$ is an equilibrium. We define small changes
$$
u = x-x_0, \qquad $\omega$ = y-y_0.
$$
Near the equilibrium, the system can often be approximated by a linear system using the Jacobian matrix
$$
$J(x,y)=$
$\begin{pmatrix}$
\frac{\partial f}{\partial x} & \frac{\partial f}{\partial y}\\
\frac{\partial g}{\partial x} & \frac{\partial g}{\partial y}
$\end{pmatrix}.$
$$
Evaluated at the equilibrium, this gives
$$
$J(x_0,y_0).$
$$
The eigenvalues of this matrix help predict stability.
- If both eigenvalues have negative real parts, the equilibrium is asymptotically stable.
- If at least one eigenvalue has positive real part, the equilibrium is unstable.
- If eigenvalues have real part $0$, more information is needed.
This does not mean the nonlinear system is exactly the same as the linear one. It means the linear system gives a local approximation near the equilibrium. That is why linearization is called an intuition tool as well as a calculation tool.
A simple example is the system
$$
$\frac{dx}{dt}=x, \qquad \frac{dy}{dt}=-y.$
$$
Its Jacobian matrix is
$$
$J=$
$\begin{pmatrix}$
1 & 0\\
0 & -1
$\end{pmatrix}.$
$$
The eigenvalues are $1$ and $-1$. Because one is positive and one is negative, the origin is unstable. Trajectories approach the origin in one direction but move away in another. This is called a saddle point, a common unstable equilibrium in phase plane analysis.
How to Read Stability from Direction Fields and Trajectories
In many problems, you may not compute everything exactly. Instead, you can use the direction field or phase portrait.
Look for these clues:
- Arrow directions near the equilibrium
- If arrows point toward the equilibrium from nearby points, the equilibrium is likely stable.
- If arrows point away, it is unstable.
- Shape of trajectories
- Spirals inward suggest asymptotic stability.
- Spirals outward suggest instability.
- Straight-line approach may suggest a stable node or saddle behavior, depending on the system.
- Behavior in different regions
- Sometimes trajectories approach from some directions and leave in others. This often means a saddle point.
Consider a predator-prey style system, where one equilibrium might represent balance between species. If trajectories around that point circle around it and slowly approach it, the equilibrium is asymptotically stable. If they spiral away, the balance is fragile and unstable.
For a one-dimensional example, think about
$$
$\frac{dx}{dt}=x^2.$
$$
The equilibrium is $x=0$. If $x>0$, then $\frac{dx}{dt}>0$, so solutions move away from $0$. If $x<0$, then $\frac{dx}{dt}>0$ too, so solutions increase toward $0$ from the left. This means the equilibrium is not stable on both sides. This example shows why the sign of the derivative alone is not enough; you must examine behavior from both sides of the equilibrium.
Why Stability Matters in Real Systems
Stability helps answer whether a system is reliable under small changes. Engineers care about it in control systems, such as cruise control or robot motion. Biologists care about it in population models. Economists use it in models of markets and growth. In each case, the question is similar: if the system is slightly disturbed, does it return to normal or drift away?
A stable equilibrium can represent a healthy steady state. An unstable equilibrium can mark a tipping point. In climate models, for example, a small change near a threshold may lead to a new long-term state. In medicine, stability ideas help describe whether a body system returns toward equilibrium after a change.
So stability is not just a math label. It is a way to understand the long-term behavior of systems that change over time.
Conclusion
students, stability is one of the most important ideas in phase plane analysis because it tells us how a system behaves near equilibrium points. A stable equilibrium keeps nearby solutions close. An asymptotically stable equilibrium pulls them in. An unstable equilibrium pushes them away. In two-variable systems, the phase plane and linearization help us analyze these behaviors visually and algebraically. By using equilibria, trajectories, Jacobians, and eigenvalues, you can predict what a system does near critical points and connect the math to real-world behavior 🔍.
Study Notes
- An equilibrium point satisfies $f(x_0,y_0)=0$ and $g(x_0,y_0)=0$ for the system $\frac{dx}{dt}=f(x,y)$ and $\frac{dy}{dt}=g(x,y)$.
- Stability asks what happens to solutions that start near an equilibrium point.
- A stable equilibrium keeps nearby solutions close.
- An asymptotically stable equilibrium keeps solutions close and makes them approach the equilibrium as $t\to\infty$.
- An unstable equilibrium causes some nearby solutions to move away.
- In the phase plane, trajectories show how the state of a two-variable system changes over time.
- Linearization uses the Jacobian matrix to approximate a nonlinear system near an equilibrium.
- The eigenvalues of the Jacobian help determine local stability.
- Negative real parts of all eigenvalues suggest asymptotic stability.
- A positive real part for at least one eigenvalue suggests instability.
- Direction fields and phase portraits give visual evidence about stability.
- Stability is useful in many real-world systems, including population models, engineering controls, and biological balance.
