Equilibrium Points in Phase Plane Analysis
students, imagine watching a ball in a bowl 🥣. If the ball is placed exactly at the bottom and nothing nudges it, it stays there. In differential equations, a similar idea appears in phase plane analysis: some points do not change over time. These are called equilibrium points. They are one of the most important starting points for understanding how systems behave.
In this lesson, you will learn how to identify equilibrium points, why they matter, and how they connect to stability and linearization intuition. By the end, you should be able to explain the main ideas, apply the basic procedures, and see how equilibrium points fit into the bigger picture of phase plane analysis.
What Is an Equilibrium Point?
An equilibrium point is a point where a system is at rest. If the system starts there, it stays there forever. In other words, nothing changes with time.
For a one-variable differential equation of the form $\frac{dy}{dt}=f(y),$ an equilibrium value $y^$ satisfies $f(y^)=0.$ That means the rate of change is zero at that value.
For a system in two variables,
$$\frac{dx}{dt}=f(x,y), \qquad \frac{dy}{dt}=g(x,y),$$
a point $(x^,y^)$ is an equilibrium point if
$$f(x^,y^)=0 \quad \text{and} \quad g(x^,y^)=0.$$
So an equilibrium point is where the velocity vector is zero. In a phase plane, that means the arrow at that point has no length because the system is not moving there.
A useful real-world example is a thermostat-controlled room 🌡️. If the room is exactly at the target temperature and the heating or cooling system is balanced, the temperature may remain steady. That steady state is like an equilibrium.
How to Find Equilibrium Points
To find equilibrium points, you set every time derivative equal to zero and solve the resulting algebraic equations.
For a system
$$\frac{dx}{dt}=f(x,y), \qquad \frac{dy}{dt}=g(x,y),$$
solve the pair
$$f(x,y)=0, \qquad g(x,y)=0.$$
The solutions are the equilibrium points.
Example 1: A simple linear system
Consider
$$\frac{dx}{dt}=x-2, \qquad \frac{dy}{dt}=3-y.$$
Set each equation equal to zero:
$$x-2=0, \qquad 3-y=0.$$
So the equilibrium point is
$$(2,3).$$
If the system starts at $(2,3)$, then both $\frac{dx}{dt}$ and $\frac{dy}{dt}$ are zero, so the point never moves.
Example 2: A nonlinear system
Consider
$$\frac{dx}{dt}=x(1-x), \qquad \frac{dy}{dt}=y(2-y).$$
Set each derivative equal to zero:
$$x(1-x)=0, \qquad y(2-y)=0.$$
This gives
$$x=0 \text{ or } x=1, \qquad y=0 \text{ or } y=2.$$
So the equilibrium points are
$$(0,0), \ (0,2), \ (1,0), \ (1,2).$$
This example shows that a system can have more than one equilibrium point. That is very common in nonlinear differential equations.
Why Equilibrium Points Matter in Phase Plane Analysis
Phase plane analysis studies how solutions move in the plane formed by variables such as $x$ and $y$. Instead of focusing only on exact formulas for $x(t)$ and $y(t)$, we look at the direction and shape of motion.
Equilibrium points are important because they act like landmarks on the phase plane 🧭. They help answer questions such as:
- Where can the system settle?
- Which points do nearby solutions move toward?
- Which points do nearby solutions move away from?
- Are there regions where the motion circles around an equilibrium?
If you sketch the phase plane, equilibrium points are the places where the vector field vanishes. Nearby arrows tell you whether the equilibrium is stable, unstable, or something more complicated.
For example, in a predator-prey model, an equilibrium might represent a balance between the two populations. In a chemical reaction, it may represent a steady concentration of substances. In economics, it can represent a market balance where supply and demand match.
Equilibrium Points and Stability Intuition
Equilibrium points are closely tied to stability. Stability asks what happens when a system starts near an equilibrium, but not exactly at it.
There are three common ideas:
- Stable equilibrium: nearby solutions move toward the equilibrium.
- Unstable equilibrium: nearby solutions move away from the equilibrium.
- Saddle-type behavior: some nearby solutions move toward the equilibrium, while others move away.
A helpful picture is a marble on a surface 🟢. If the surface curves downward like a bowl, the bottom point is stable. If the surface curves upward like the top of a hill, the point is unstable.
For one-dimensional equations, stability can often be checked by the sign of $f'(y^)$ when $f(y^)=0$:
- If $f'(y^*)<0$, the equilibrium is typically stable.
- If $f'(y^*)>0$, the equilibrium is typically unstable.
In two dimensions, stability depends on the behavior of the nearby flow, not just one derivative. That is why phase plane analysis is so useful. It helps visualize how trajectories behave around equilibrium points.
Linearization Intuition Near an Equilibrium
A major reason equilibrium points are so useful is that nonlinear systems often behave like linear systems near them. This is the idea behind linearization.
Suppose a system is
$$\frac{dx}{dt}=f(x,y), \qquad \frac{dy}{dt}=g(x,y),$$
with equilibrium $(x^,y^)$. Near that point, the system can often be approximated by a linear system using the Jacobian matrix
$$J(x,y)=\begin{pmatrix} f_x(x,y) & f_y(x,y) \\ g_x(x,y) & g_y(x,y) \end{pmatrix}.$$
Evaluating at the equilibrium gives
$$J(x^,y^).$$
This linear system helps predict the local behavior near the equilibrium. If the linearized system shows solutions moving toward the equilibrium, the original nonlinear system often behaves similarly nearby.
Important note: linearization is a local tool. It describes behavior close to the equilibrium, not necessarily far away.
Example 3: Linearization idea
Consider the system
$$\frac{dx}{dt}=x(1-y), \qquad \frac{dy}{dt}=y(x-2).$$
One equilibrium is $(0,0)$ because
$$0(1-0)=0, \qquad 0(0-2)=0.$$
To study behavior near $(0,0)$, we examine the derivatives of the right-hand sides. The linearized system gives a first approximation of how nearby trajectories move.
Even if the full nonlinear equations are complicated, the linearization can still reveal whether the equilibrium acts like a source, sink, or saddle near that point.
A Step-by-Step Method for Homework Problems
When students sees a problem about equilibrium points, use this method:
- Write the system clearly.
Make sure you know which variables are changing, such as $x$ and $y$.
- Set all derivatives equal to zero.
Solve
$$\frac{dx}{dt}=0, \qquad \frac{dy}{dt}=0.$$
- Solve the algebraic equations.
The solutions are the equilibrium points.
- Check each point carefully.
Substitute each candidate back into the original system to confirm both derivatives are zero.
- Interpret the result.
Ask what the equilibrium means in context. Does it represent rest, balance, or steady state?
- Connect to phase plane analysis.
Think about how nearby trajectories behave. Are they likely to approach the point or move away from it?
This procedure works for many systems and is the first step before more advanced analysis like stability classification and linearization.
Common Mistakes to Avoid
A few common errors show up often:
- Forgetting to set both derivatives equal to zero.
- Solving only one equation and missing the other.
- Confusing an equilibrium point with a point where one variable is constant but the other is still changing.
- Assuming every equilibrium is stable.
- Forgetting that a system can have more than one equilibrium point.
A point is an equilibrium only if the full system has zero motion there.
Conclusion
Equilibrium points are the resting places of differential equation systems. They are found by setting the derivatives equal to zero and solving the resulting algebraic equations. In phase plane analysis, they serve as anchor points for understanding how trajectories move, how stability works, and how linearization gives local insight.
students, if you remember just one big idea, remember this: an equilibrium point is where the system has zero change. From there, phase plane analysis helps answer the more interesting question of what happens nearby. That is how equilibrium points become the starting point for understanding the behavior of whole dynamical systems.
Study Notes
- An equilibrium point is a point where the system does not change with time.
- For $\frac{dy}{dt}=f(y)$, an equilibrium satisfies $f(y^*)=0$.
- For $\frac{dx}{dt}=f(x,y)$ and $\frac{dy}{dt}=g(x,y)$, an equilibrium point satisfies $f(x^,y^)=0$ and $g(x^,y^)=0$.
- Equilibrium points are found by setting all time derivatives equal to zero and solving the algebraic system.
- In a phase plane, equilibrium points are places where the vector field is zero.
- Equilibria help organize the phase portrait and show where trajectories may start, end, or change direction.
- Stability describes what nearby solutions do: move toward, away from, or around an equilibrium.
- Linearization uses the Jacobian matrix $J(x,y)=\begin{pmatrix} f_x(x,y) & f_y(x,y) \\ g_x(x,y) & g_y(x,y) \end{pmatrix}$ near an equilibrium.
- Linearization is a local approximation, meaning it is most useful close to the equilibrium point.
- Equilibrium points connect directly to the broader study of phase plane analysis because they reveal the structure of motion in the system.
