DIFFERENTIAL EQUATIONS • FOUNDATIONS & QUALITATIVE ANALYSIS

Equilibrium Solutions & Stability — Equilibrium Solutions and Stability (Intro)

Discover the constant solutions where change stops, and learn why some equilibria persist while others collapse.

Historical Context & Motivation

Since the invention of calculus in the late 1600s, mathematicians and scientists have used differential equations to model how quantities change over time. Whether tracking the growth of a population, the cooling of a cup of coffee, or the swing of a pendulum, these equations describe rates of change. However, researchers quickly realized that not every situation involves constant motion. Sometimes a system reaches a state where nothing changes at all — and understanding those special states became just as important as understanding the motion itself.

The concept of equilibrium has roots stretching back to classical mechanics. Early physicists noticed that objects could rest in positions where all forces balanced. But the deeper question — whether a system would return to that resting point after a small disturbance, or fly away from it — led to the formal study of stability. This question turns out to be crucial in nearly every branch of science and engineering.

1687
Newton's Principia
Isaac Newton published his laws of motion and introduced the mathematical tools (fluxions) that would evolve into differential equations, enabling scientists to describe how physical systems change over time.
1740s
Euler's Systematic Methods
Leonhard Euler developed systematic techniques for solving differential equations and began classifying the behavior of solutions, including constant ones where the rate of change equals zero.
1788
Lagrange's Mécanique Analytique
Joseph-Louis Lagrange formalized the idea of equilibrium positions in mechanics, showing that a system is in equilibrium when the generalized forces vanish — linking physics to the mathematics of zero derivatives.
1892
Lyapunov's Stability Theory
Aleksandr Lyapunov published his doctoral thesis on the stability of motion, providing rigorous definitions and methods for determining whether equilibrium solutions are stable or unstable — the foundation of modern stability analysis.

The central question this lesson addresses is simple but powerful: given a differential equation, can we find solutions where the quantity never changes? And if we nudge the system slightly away from such a solution, does it drift back, stay nearby, or run away? These questions define the study of equilibrium solutions and stability.

Core Principles & Definitions

Before diving into calculations, you need a solid grasp of the key ideas behind equilibrium and stability. These concepts apply to any first-order autonomous differential equation — an equation of the form dy/dt = f(y), where the rate of change depends only on the current value of y, not on time directly. Let's break down the foundational ideas.

1

Equilibrium Solution

A constant value y = c where dy/dt = 0. At an equilibrium, the system experiences no change — the solution stays at c forever once it arrives there.
2

Stable Equilibrium

An equilibrium where nearby solutions are attracted toward it. If you start close to a stable equilibrium, the system moves back. Think of a ball resting at the bottom of a bowl.
3

Unstable Equilibrium

An equilibrium where nearby solutions are repelled away from it. Any small push causes the system to diverge. Think of a ball balanced on top of a hill.
4

Semi-Stable Equilibrium

An equilibrium that is stable on one side and unstable on the other. Solutions approach from one direction but flee from the opposite direction — like a ball on a shelf edge.
KEY TAKEAWAY
Imagine a marble on a curved surface. If you place it at the bottom of a valley, a gentle nudge sends it rolling back — that's a stable equilibrium. If you balance it on a hilltop, even the slightest tap makes it roll away — that's an unstable equilibrium. In differential equations, the 'surface' is the function f(y), and the 'marble' is the solution.

Visual Explanation — The Phase Line

One of the most powerful tools for analyzing equilibrium solutions is the phase line. A phase line is a vertical number line that shows all equilibrium points and uses arrows to indicate the direction solutions move between them. By examining the sign of f(y) — positive means y is increasing, negative means y is decreasing — you can sketch the phase line and immediately read off the stability of each equilibrium.

Left: the phase line showing equilibria at y = 0, y = 2, and y = 5. Green arrows point toward stable equilibria; red arrows point away from unstable ones. Right: the graph of f(y) = y(2 − y)(y − 5), where the sign of f(y) determines the arrow direction on the phase line.

Look at the diagram above. On the right, the curve shows f(y) = y(2 − y)(y − 5). Where the curve sits above the horizontal axis, f(y) > 0, meaning dy/dt > 0 and y is increasing. Where the curve is below the axis, f(y) < 0 and y is decreasing. On the phase line at left, arrows translate this information: between y = 0 and y = 2 the arrows point upward (toward y = 2), while between y = 2 and y = 5 the arrows point downward (also toward y = 2). This means y = 2 is a stable equilibrium because solutions are drawn toward it from both sides.

💡 Reading a Phase Line
To classify an equilibrium from a phase line: if arrows on both sides point toward the point, it is stable. If arrows on both sides point away, it is unstable. If one side points toward and the other points away, it is semi-stable.

Mathematical Framework

Now let's formalize what we've been discussing. We focus on autonomous first-order differential equations, meaning equations where the rate of change of y depends only on y itself, not on the independent variable t. The general form is shown below.

AUTONOMOUS FIRST-ORDER ODE
dy/dt = f(y)
y is the unknown function of t (time), and f(y) is a given function that describes how the rate of change depends on y.

An equilibrium solution (also called a critical point or fixed point) is any constant y = c that makes f(c) = 0. Since dy/dt = 0 when f(y) = 0, the solution is flat — it never changes. To find equilibria, we simply solve the equation below.

FINDING EQUILIBRIA
f(y) = 0 → solve for y = c
Each solution c is an equilibrium. These are the y-values where the derivative is zero, so y(t) = c for all t.

Once you've found the equilibria, you need to determine their stability. For a first-order autonomous equation, there's a quick derivative test. If f is differentiable at the equilibrium y = c, check the sign of f′(c).

STABILITY CRITERION (DERIVATIVE TEST)
f′(c) < 0 → stable ; f′(c) > 0 → unstable ; f′(c) = 0 → inconclusive
f′(c) is the derivative of f evaluated at the equilibrium point c. A negative derivative means f(y) pushes solutions back toward c; a positive derivative means f(y) pushes solutions away.

Why does this work? Think about what happens near a stable equilibrium c where f(c) = 0 and f′(c) < 0. If y is slightly above c, then f(y) ≈ f′(c) × (y − c), which is negative (since f′(c) < 0 and y − c > 0). A negative derivative dy/dt means y is decreasing, moving back toward c. Similarly, if y is slightly below c, f(y) is positive, so y increases back toward c. The sign of f′(c) tells you whether the 'restoring force' points toward or away from the equilibrium.

Classifying Equilibria — A Detailed Breakdown

Let's look more carefully at the three types of equilibrium behavior through a comparative diagram and table. Understanding the differences visually will help you classify equilibria quickly on homework and exams.

Three panels show how solution curves behave near an equilibrium y = c (dashed line). Stable: curves converge. Unstable: curves diverge. Semi-stable: curves converge from below but diverge from above.
Classification of equilibrium types by derivative test and phase line behavior
Typef′(c)Phase Line ArrowsPhysical Analogy
Stablef′(c) < 0Both arrows point toward cBall at bottom of a valley
Unstablef′(c) > 0Both arrows point away from cBall balanced on a hilltop
Semi-stablef′(c) = 0 (need sign analysis)One arrow toward, one awayBall on the edge of a shelf

Worked Example

Let's work through a complete example from start to finish. We'll find all equilibrium solutions, classify their stability, and sketch the phase line.

Analyze dy/dt = y² − 4y + 3
1
Step 1 — Set f(y) = 0 and SolveTo find equilibrium solutions, set dy/dt = 0, which gives us y² − 4y + 3 = 0. Factor the quadratic: (y − 1)(y − 3) = 0. This yields two equilibrium solutions.
y = 1 and y = 3
2
Step 2 — Compute f′(y)To apply the derivative test, we need f′(y). Since f(y) = y² − 4y + 3, differentiate with respect to y: f′(y) = 2y − 4.
f′(y) = 2y − 4
3
Step 3 — Evaluate f′ at Each EquilibriumAt y = 1: f′(1) = 2(1) − 4 = −2. Since f′(1) < 0, the equilibrium y = 1 is stable. At y = 3: f′(3) = 2(3) − 4 = 2. Since f′(3) > 0, the equilibrium y = 3 is unstable.
y = 1 is stable (f′ = −2); y = 3 is unstable (f′ = 2)
4
Step 4 — Verify with Sign AnalysisCheck the sign of f(y) in each interval. For y < 1 (try y = 0): f(0) = 0 − 0 + 3 = 3 > 0, so y is increasing toward y = 1. For 1 < y < 3 (try y = 2): f(2) = 4 − 8 + 3 = −1 < 0, so y is decreasing toward y = 1. For y > 3 (try y = 4): f(4) = 16 − 16 + 3 = 3 > 0, so y is increasing away from y = 3. This confirms y = 1 attracts solutions from both sides (stable) and y = 3 repels solutions on both sides (unstable).
Sign analysis confirms: arrows → 1 ← (stable) and ← 3 → (unstable)
5
Step 5 — Sketch the Phase LineDraw a vertical y-axis. Mark y = 1 with a filled dot (stable) and y = 3 with an open dot (unstable). Draw upward arrows for y < 1 and downward arrows for 1 < y < 3, both pointing toward y = 1. Draw upward arrows for y > 3, pointing away from y = 3. The complete phase line shows that all solutions with initial conditions below y = 3 approach y = 1, while solutions starting above y = 3 diverge to infinity.
Phase line complete: y = 1 stable (attractor), y = 3 unstable (repeller)

Strengths & Limitations of Qualitative Analysis

Finding equilibria and classifying their stability is a form of qualitative analysis — you're describing the overall behavior of solutions without actually solving the equation. This approach has clear strengths and limitations compared to finding exact (analytical) solutions. The table below summarizes the trade-offs.

Comparison of qualitative and analytical approaches
AspectQualitative (Phase Line)Analytical (Exact Solution)
ApplicabilityWorks even when equations can't be solved algebraicallyOnly works for equations with known solution techniques
Information providedLong-term behavior, stability, direction of changeExact values of y at every time t
SpeedFast — just factor f(y) and check signsCan be slow or impossible for complex equations
PrecisionNo exact formula; just behavioral trendsGives exact or numerical values for y(t)
LimitationCan't tell you how fast solutions approach equilibriaMany real-world equations have no closed-form solution
🔑 WHY QUALITATIVE ANALYSIS MATTERS
Think of it like a weather forecast versus a full atmospheric simulation. A forecast tells you 'it will warm up and then cool down' — the qualitative behavior. A full simulation gives you the exact temperature at every minute. In many real applications — ecology, economics, medicine — knowing the trend is more useful (and more achievable) than knowing the exact numbers.

Connection to Advanced Theory

The ideas you've learned in this lesson are the starting point for much deeper analysis in later courses. Here's how the introductory concepts connect to what comes next.

How introductory stability concepts extend into advanced differential equations
This Lesson (Intro)Advanced Version
Phase line (1D, one variable y)Phase plane and phase portraits (2D systems with x and y)
Derivative test: f′(c) < 0 → stableEigenvalue analysis of the Jacobian matrix for systems
Stable, unstable, semi-stableNodes, saddle points, spirals, and centers
Sign analysis of f(y) between equilibriaLyapunov functions and energy methods
Autonomous equations (no explicit t)Nonautonomous systems, forced oscillations, chaos theory

Don't worry about mastering these advanced topics now. The key point is that the intuition you're building — finding where change is zero, checking whether solutions are attracted or repelled, and using sign analysis — carries directly into every level of differential equations. Mastering the one-dimensional phase line now will make higher-dimensional analysis feel like a natural extension rather than a brand-new subject.

🌍 Real-World Spotlight
Stability analysis is used everywhere: engineers design bridges so that small vibrations die out (stable) rather than grow (unstable). Ecologists model whether a predator-prey population will settle to a steady state. Control systems in autopilot, thermostats, and even social media algorithms all rely on stability concepts.

Practice Problems

PROBLEM 1CONCEPTUAL
In your own words, explain the difference between a stable equilibrium and an unstable equilibrium. Why does the sign of f′(c) determine which type you have?
PROBLEM 2BASIC CALCULATION
Find all equilibrium solutions of dy/dt = y² − 9 and classify each as stable or unstable using the derivative test.
PROBLEM 3INTERMEDIATE
Consider dy/dt = y(1 − y)(y − 4). Find all equilibria, classify their stability, and describe the long-term behavior of a solution starting at y(0) = 2.
PROBLEM 4APPLIED
A population P (in thousands) of fish in a lake is modeled by dP/dt = P(10 − P) − 16. Find the equilibrium populations and determine which one represents a sustainable fish population (stable equilibrium). What happens if the population drops to P = 1?
PROBLEM 5CRITICAL THINKING
Consider dy/dt = (y − 2)². Find the equilibrium and attempt to classify it using the derivative test. Explain why the test is inconclusive, then use sign analysis to determine the actual behavior. What type of equilibrium is y = 2?

Lesson Summary

In this lesson, you learned that an equilibrium solution of an autonomous differential equation dy/dt = f(y) is any constant y = c where f(c) = 0. To find equilibria, you set the right-hand side equal to zero and solve. The derivative test classifies each equilibrium: if f′(c) < 0, the equilibrium is stable (solutions are attracted); if f′(c) > 0, it is unstable (solutions are repelled); and if f′(c) = 0, the test is inconclusive and you need sign analysis to check for semi-stable behavior.

The phase line is a powerful visual tool that displays all equilibria on a vertical axis with arrows indicating the direction solutions move in each interval. By combining the phase line with the derivative test and sign analysis, you can determine the long-term behavior of every solution without ever solving the equation explicitly. These qualitative techniques are foundational for understanding dynamical systems and will extend naturally into phase plane analysis, Lyapunov stability theory, and applications across science and engineering.

Varsity Tutors • Differential Equations • Equilibrium Solutions & Stability