DIFFERENTIAL EQUATIONS • FOUNDATIONS & QUALITATIVE ANALYSIS

Stability from Phase Lines — Stability Classification from Phase Lines

Learn to read phase lines like a roadmap to predict whether solutions settle down, blow up, or hover in between.

Historical Context & Motivation

Differential equations describe how quantities change over time — the growth of a population, the cooling of a cup of coffee, or the swing of a pendulum. For centuries, mathematicians tried to find exact formulas for every solution. But many equations simply cannot be solved with a neat algebraic expression, and scientists needed a way to understand the behavior of solutions without actually solving the equation. This is where qualitative analysis enters the picture — a set of graphical and conceptual tools that reveal what solutions do in the long run.

The idea of stability — asking whether a system returns to a steady state after a small disturbance — became one of the most important questions in mathematics and engineering. The phase line is a simple one-dimensional diagram that answers this question visually for autonomous first-order differential equations. Its development traces a fascinating path through the history of mathematics.

1680s
Newton & Leibniz Invent Calculus
Isaac Newton and Gottfried Leibniz independently develop calculus, providing the language of derivatives and integrals that makes differential equations possible.
1880s
Poincaré Pioneers Qualitative Methods
Henri Poincaré, unable to solve the three-body problem exactly, invents geometric and topological methods to study the behavior of solutions without formulas — the birth of qualitative analysis.
1892
Lyapunov Formalizes Stability
Aleksandr Lyapunov publishes his doctoral thesis defining stable, unstable, and semi-stable equilibria with mathematical rigor, laying the foundation for modern stability theory.
1950s–60s
Phase Lines Enter Textbooks
As engineering and ecology embrace differential equations, the phase line becomes a standard teaching tool for classifying equilibrium stability in one-dimensional autonomous systems.

The central question this lesson addresses is: Given a first-order autonomous differential equation, how can you use a phase line to classify each equilibrium as stable, unstable, or semi-stable? By the end, you will be able to draw a phase line, read the arrows, and immediately predict the long-term behavior of solutions near each equilibrium point.

Core Principles & Definitions

Before we can classify stability, we need a few foundational ideas. An autonomous differential equation is one where the rate of change depends only on the current value of the variable, not on time explicitly. It takes the form dy/dt = f(y). An equilibrium solution (also called a fixed point or critical point) occurs where f(y) = 0, meaning the quantity y stops changing. The phase line is a vertical number line that marks these equilibria and uses arrows to show which direction y moves in each interval between them.

1

Autonomous Equation

An equation of the form dy/dt = f(y) where the right side depends only on y, not on time t. This guarantees the phase line stays constant — the arrows never change.
2

Equilibrium (Fixed Point)

A value y = c where f(c) = 0. At an equilibrium, the derivative is zero, so y remains constant forever. These appear as dots on the phase line.
3

Phase Line

A vertical line displaying equilibria as dots and arrows pointing up (y increasing) or down (y decreasing) based on the sign of f(y) in each interval.
4

Stability Classification

The pattern of arrows around an equilibrium determines its type: stable (arrows point toward it), unstable (arrows point away), or semi-stable (one side in, one side out).
KEY TAKEAWAY
Think of equilibria like valleys and hilltops on a landscape. A stable equilibrium is like a valley — if you nudge a ball slightly, it rolls back to the bottom. An unstable equilibrium is like a hilltop — even a tiny push sends the ball rolling away. A semi-stable equilibrium is like a ledge on the side of a hill — a push from one direction brings you back, but a push from the other sends you tumbling down.

Visual Explanation — Reading a Phase Line

The diagram below shows a phase line for a differential equation with three equilibria. Each equilibrium is marked by a filled circle, and arrows between the equilibria indicate whether y is increasing (arrow pointing up) or decreasing (arrow pointing down). Study the arrow patterns carefully — they are the key to classifying each equilibrium.

A phase line with three equilibria. The green dot at y = 3 is stable because arrows point toward it from both sides. The red dot at y = 1 is unstable because arrows point away in both directions. The amber dot at y = −1 is semi-stable: arrows approach from above but flee below.

Notice the pattern: where f(y) > 0, the arrows point upward (y is increasing), and where f(y) < 0, the arrows point downward (y is decreasing). The equilibria are the boundaries between these regions. By checking the arrow direction on each side of an equilibrium, you can classify it instantly. You do not need to solve the equation — the phase line gives you all the qualitative information you need.

Mathematical Framework

The mathematical procedure for constructing a phase line and classifying equilibria involves three main steps. First, find the equilibria by solving f(y) = 0. Second, determine the sign of f(y) in each interval between equilibria. Third, use the sign information to draw arrows and classify stability.

AUTONOMOUS EQUATION FORM
dy/dt = f(y)
y is the dependent variable, t is time (the independent variable), and f(y) is a function of y alone — no t appears on the right side.
FINDING EQUILIBRIA
f(y) = 0 → y = c₁, c₂, c₃, …
Set the right-hand side equal to zero and solve for y. Each solution ci is an equilibrium value.
SIGN TEST FOR ARROWS
f(y) > 0 → arrow up (y increases) f(y) < 0 → arrow down (y decreases)
Pick a test value in each interval between consecutive equilibria and evaluate f(y). The sign tells you the arrow direction for that entire interval.
STABILITY CLASSIFICATION RULES
Stable: ↓ above, ↑ below Unstable: ↑ above, ↓ below Semi-stable: same direction both sides
"Above" means the interval just above the equilibrium on the phase line; "below" means the interval just below. Arrows converging toward the point indicate stability; arrows diverging indicate instability.
💡 Derivative Test Shortcut
If you know calculus, there is a shortcut: evaluate f′(c) at each equilibrium y = c. If f′(c) < 0, the equilibrium is stable. If f′(c) > 0, it is unstable. If f′(c) = 0, the test is inconclusive and you must use the sign-test approach instead.

Detailed Classification of Equilibrium Types

Let us examine each type of equilibrium in depth. The table below summarizes the three classifications, and the diagram that follows shows how solution curves behave near each type.

Summary of the three equilibrium stability types
TypeArrow PatternLong-Term BehaviorReal-World Analogy
Stable (Sink)Arrows point toward the equilibrium from both sidesNearby solutions approach the equilibrium as t → ∞A ball resting at the bottom of a bowl
Unstable (Source)Arrows point away from the equilibrium on both sidesNearby solutions move away from the equilibrium as t → ∞A ball balanced on top of a hill
Semi-stable (Node)Arrows point toward from one side and away on the otherSolutions approach from one direction but flee from the otherA ball on a flat shelf at the edge of a cliff
Solution curves near each equilibrium type. In the stable case, all curves approach the dashed line. In the unstable case, they flee. In the semi-stable case, curves from one side approach while curves from the other side move away.

These solution curve diagrams connect directly to the phase line. When you see arrows converging toward a dot on the phase line, the solution curves in the y-vs-t graph will all approach that horizontal dashed line. When arrows diverge, the curves spread apart. The phase line is essentially a compressed summary of what all these solution curves do.

Worked Example

Let us work through a complete example to see every step of the process. We will construct a phase line, classify each equilibrium, and describe the long-term behavior of solutions.

Classify the equilibria of dy/dt = y² − 4y + 3
1
Step 1 — Find the EquilibriaSet f(y) = 0 and solve. We need y² − 4y + 3 = 0. Factoring gives (y − 1)(y − 3) = 0.
Equilibria at y = 1 and y = 3
2
Step 2 — Identify the IntervalsThe two equilibria divide the y-axis into three intervals: (−∞, 1), (1, 3), and (3, ∞). We need to test the sign of f(y) in each interval.
Three intervals: y < 1, 1 < y < 3, and y > 3
3
Step 3 — Test the Sign of f(y) in Each IntervalPick a test value in each interval and compute f(y). • For y = 0 (in y < 1): f(0) = 0 − 0 + 3 = 3 > 0. Arrow points UP. • For y = 2 (in 1 < y < 3): f(2) = 4 − 8 + 3 = −1 < 0. Arrow points DOWN. • For y = 4 (in y > 3): f(4) = 16 − 16 + 3 = 3 > 0. Arrow points UP.
Signs: (+), (−), (+) from bottom to top
4
Step 4 — Draw the Phase LineOn a vertical line, mark y = 1 and y = 3 as dots. Below y = 1, draw an upward arrow (f > 0). Between y = 1 and y = 3, draw a downward arrow (f < 0). Above y = 3, draw an upward arrow (f > 0).
Phase line: ↑ (below 1) • y=1 • ↓ (between) • y=3 • ↑ (above 3)
5
Step 5 — Classify Each EquilibriumAt y = 1: the arrow below points UP toward y = 1, and the arrow above points DOWN toward y = 1. Both arrows converge — this is a stable equilibrium. At y = 3: the arrow below points DOWN away from y = 3, and the arrow above points UP away from y = 3. Both arrows diverge — this is an unstable equilibrium.
y = 1 is stable; y = 3 is unstable
6
Step 6 — Describe Long-Term BehaviorIf a solution starts with y < 1 or between 1 and 3, it will approach y = 1 as t → ∞. If a solution starts with y > 3, it will increase without bound. If a solution starts exactly at y = 3, it stays there, but any tiny perturbation will push it away.
Solutions are attracted to y = 1 from both sides; solutions flee from y = 3.

Strengths & Limitations of Phase Line Analysis

Phase lines are powerful, but they are not a universal tool. Understanding both their strengths and limitations will help you know when to use them and when you need a different approach.

Strengths versus limitations of phase line analysis
StrengthsLimitations
No need to solve the equation — qualitative behavior comes directly from the sign of f(y)Only works for autonomous first-order equations (dy/dt = f(y), no explicit t dependence)
Quick visual summary of all equilibria and their stability types on a single diagramCannot handle systems of two or more equations — those require phase planes (2D) or phase portraits
Reveals the global qualitative behavior, not just local information near one pointDoes not tell you exact solution values or how fast solutions approach or leave equilibria
Immediately shows which initial conditions lead to which long-term outcomesFor non-autonomous equations (where f depends on both y and t), the direction field changes with time, so a static phase line is not valid
KEY TAKEAWAY
Think of a phase line as a weather forecast: it tells you the general trend — will the temperature go up or down? — but not the exact temperature at 3:17 PM. Similarly, phase lines reveal whether solutions are rising, falling, or holding steady, but they do not give you a precise numerical solution. When you need exact values, you must solve the equation analytically or use numerical methods.

Connection to Advanced Theory

Phase line analysis is your first encounter with a family of increasingly powerful qualitative tools. As you progress in mathematics, the ideas you have learned here extend naturally into higher dimensions and more complex systems.

Comparison of phase line and phase plane analysis
FeaturePhase Line (This Lesson)Phase Plane (Next Step)
DimensionOne equation, one variable (1D)Two equations, two variables (2D)
DiagramVertical line with dots and arrowsxy-plane with trajectories and vector fields
Equilibrium typesStable, unstable, semi-stableNodes, saddles, spirals, centers
Tool usedSign of f(y)Jacobian matrix and eigenvalues
PrerequisitesAlgebra and basic factoringLinear algebra and multivariable calculus

The concept of Lyapunov stability generalizes what you have learned to any number of dimensions. In engineering, stability analysis governs the design of everything from autopilot systems to power grids. The intuition you build now — arrows converging means stable, arrows diverging means unstable — carries directly into these advanced settings. Mastering phase lines gives you a mental model that scales to far more complex systems.

Practice Problems

PROBLEM 1CONCEPTUAL
On a phase line, both arrows on either side of an equilibrium point toward it. What type of stability does this equilibrium have, and what does this mean for solutions starting near it?
PROBLEM 2BASIC CALCULATION
Consider dy/dt = y² − 9. Find the equilibria and determine the sign of f(y) in each interval. Then classify each equilibrium as stable, unstable, or semi-stable.
PROBLEM 3INTERMEDIATE
Given dy/dt = y(y − 2)(y − 5), find all equilibria, construct the phase line, and classify the stability of each equilibrium. Then describe what happens to a solution starting at y = 1.
PROBLEM 4APPLIED
A fish population P (in thousands) in a lake is modeled by dP/dt = P(1 − P/10)(P/2 − 1). Find the equilibria, classify their stability, and explain what each equilibrium means biologically. What is the minimum initial population needed for the fish to survive long-term?
PROBLEM 5CRITICAL THINKING
Consider dy/dt = (y − 1)². This equation has a single equilibrium at y = 1. Construct the phase line, classify the equilibrium, and explain why the usual derivative test f′(c) is inconclusive here. What type of stability does y = 1 have, and how does this differ from the standard stable or unstable cases?

Lesson Summary

A phase line is a one-dimensional diagram that captures the qualitative behavior of an autonomous first-order differential equation dy/dt = f(y). You build it by first finding equilibria (where f(y) = 0), then testing the sign of f(y) in each interval to determine arrow directions. Where f(y) > 0, arrows point up; where f(y) < 0, arrows point down.

The arrow pattern around each equilibrium determines its stability classification. If arrows converge from both sides, the equilibrium is stable — solutions are attracted to it. If arrows diverge on both sides, it is unstable — solutions flee from it. If arrows approach from one side and leave from the other, it is semi-stable. This technique lets you predict long-term solution behavior without solving the equation — a cornerstone of qualitative analysis in differential equations.

Varsity Tutors • Differential Equations • Stability from Phase Lines — Stability Classification from Phase Lines