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.
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.
Equilibrium Solution
Stable Equilibrium
Unstable Equilibrium
Semi-Stable Equilibrium
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.
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.
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.
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.
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).
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.
| Type | f′(c) | Phase Line Arrows | Physical Analogy |
|---|---|---|---|
| Stable | f′(c) < 0 | Both arrows point toward c | Ball at bottom of a valley |
| Unstable | f′(c) > 0 | Both arrows point away from c | Ball balanced on a hilltop |
| Semi-stable | f′(c) = 0 (need sign analysis) | One arrow toward, one away | Ball 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.
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.
| Aspect | Qualitative (Phase Line) | Analytical (Exact Solution) |
|---|---|---|
| Applicability | Works even when equations can't be solved algebraically | Only works for equations with known solution techniques |
| Information provided | Long-term behavior, stability, direction of change | Exact values of y at every time t |
| Speed | Fast — just factor f(y) and check signs | Can be slow or impossible for complex equations |
| Precision | No exact formula; just behavioral trends | Gives exact or numerical values for y(t) |
| Limitation | Can't tell you how fast solutions approach equilibria | Many real-world equations have no closed-form solution |
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.
| 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 → stable | Eigenvalue analysis of the Jacobian matrix for systems |
| Stable, unstable, semi-stable | Nodes, saddle points, spirals, and centers |
| Sign analysis of f(y) between equilibria | Lyapunov 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.
Practice Problems
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.