Questions: Phase Line Analysis for Autonomous Equations
5 questions to test your understanding
Score: 0 / 5
Question 1 Multiple Choice
For the autonomous equation dy/dx = y(2 − y), what is the stability classification of the equilibrium y = 2?
AUnstable, because y = 2 is the larger equilibrium value
BStable, because arrows on both sides of y = 2 point toward it
CSemi-stable, because the sign of f(y) is different on each side
DUnstable, because f(y) > 0 just below y = 2
Check the sign of f(y) = y(2−y) on each side of y = 2. For y slightly less than 2 (e.g., y = 1.9): f(1.9) = 1.9(0.1) > 0, so dy/dx > 0, meaning y increases toward 2. For y slightly greater than 2 (e.g., y = 2.1): f(2.1) = 2.1(−0.1) < 0, so dy/dx < 0, meaning y decreases toward 2. Arrows point toward y = 2 from both sides — stable (sink). Option D is correct about f(y) > 0 just below but draws the wrong conclusion: arrows pointing upward toward y = 2 is exactly what makes it stable.
Question 2 Multiple Choice
A phase line for dy/dx = f(y) shows an equilibrium y* where the arrow below y* points upward and the arrow above y* also points upward. What is the stability classification of y*?
AStable, because solutions below y* approach it
BUnstable, because solutions above y* move away from it
CSemi-stable — stable from below (solutions approach) but unstable from above (solutions move away)
DUnstable — arrows pointing upward mean all solutions increase without bound
Semi-stability occurs when arrows point toward the equilibrium on one side and away on the other. Here, the arrow below y* points up (toward y*) — solutions below approach it. The arrow above y* also points up (away from y*) — solutions above move further away. This asymmetric behavior is semi-stability. It differs from full stability (arrows toward on both sides) and full instability (arrows away on both sides).
Question 3 True / False
Phase line analysis can determine the long-term behavior of all solutions to an autonomous ODE without ever solving the equation explicitly.
TTrue
FFalse
Answer: True
This is the essential power of the phase line. By finding only the zeros of f(y) (equilibria) and determining the sign of f(y) between them (direction of change), you can classify every equilibrium as stable, unstable, or semi-stable, and predict that any solution starting in a given interval will converge to or diverge from the nearby equilibria. The logistic equation example in the Explainer shows this: without solving dy/dx = y(1−y), the phase line tells you all positive initial conditions lead to y = 1.
Question 4 True / False
On a phase line for dy/dx = f(y), an upward arrow in a region means that x is increasing in that region.
TTrue
FFalse
Answer: False
The phase line shows the dynamics of y, not x. An upward arrow means dy/dx > 0 — y is increasing as x increases. The horizontal axis in the full direction field (x) never appears on the phase line itself; the phase line collapses the direction field to a single axis representing y values only. Confusing the direction of y-change with x-change is a common error when first interpreting phase lines.
Question 5 Short Answer
Explain why finding the zeros of f(y) is the first step in phase line analysis, and what these zeros represent about the solutions to dy/dx = f(y).
Think about your answer, then reveal below.
Model answer: The zeros of f(y) are the values of y where dy/dx = 0, meaning the solution neither increases nor decreases. These are equilibrium solutions — constant functions y(x) = y* that satisfy the ODE for all x. They divide the y-axis into intervals within which f(y) maintains a constant sign (either positive or negative). This sign determines whether y increases or decreases in each interval. The equilibria are therefore both the solutions themselves and the boundaries that separate all other solutions into regions with predictable long-term behavior — flowing toward a stable equilibrium or away from an unstable one.
The phase line technique derives its power from the intermediate value theorem and sign analysis: f is continuous, so it can only change sign by passing through zero. The zeros partition the real line into intervals of constant sign. Within each interval, solutions are monotone (all increasing or all decreasing). This means stability classification is complete once you locate the zeros and check signs — a task far simpler than solving the ODE.