Differential Equations · Topic 23 of 23
Qualitative and Numerical Methods for Differential Equations
For an autonomous equation the roots of and the sign of between them decide every long-run limit — no solution formula required. Euler's method turns the same tangent-line idea into numbers, stepping forward with at a global error of only .
Key ideas
5 things to remember- 1
The equation hands you every slope
For , any solution through has slope — so you can sketch solution curves before solving anything. The level- isocline collects the points where the field slope is .
- 2
Equilibria are the roots of
If is autonomous, every root of gives the constant solution . Solve — not the differential equation — and never skip a repeated root.
- 3
Arrows classify, the derivative confirms
pushes up, pushes it down. Arrows in from both sides means stable, out from both means unstable, through means semi-stable; stable, unstable, decides nothing.
- 4
Solutions are monotone and never cross
A non-equilibrium solution stays in one sign-interval of forever, so it is strictly monotone — it can never oscillate. Bounded, it converges to the equilibrium the arrow points at; unbounded, it may escape in finite time.
- 5
Euler walks along tangent lines
Each step replaces the curve by its tangent, so Euler undershoots a concave-up solution and overshoots a concave-down one. The global error is : halving only halves it, and doubles the work.
Formulas
What to have memorisedSlope field and isoclines
Field slope at is ; the nullcline is where tangents are horizontal.
Equilibrium of an autonomous equation
Autonomous means never appears on the right-hand side.
Derivative test for stability
is inconclusive — go back to the sign chart of .
Concavity of a solution curve
Chain rule on the equation itself. An inflection sits where changes sign.
Logistic equation
unstable, stable; growth is fastest at , rate .
Logistic solution
Needs ; then for every .
Euler's method
Read the slope at the point you are standing on, then advance both.
Euler's error
Each step costs , and there are steps: first-order accuracy.
Read $y'=f(y)$ off a phase line
The steps, in order- 1
Solve for every root, repeated ones included. Each root is an equilibrium, the constant solution .
- 2
Mark the roots on a vertical -axis and test the sign of between them: arrow up where , down where .
- 3
Classify each root: arrows in from both sides is stable, out from both is unstable, through is semi-stable.
- 4
Confirm with — negative stable, positive unstable, zero inconclusive. A repeated root always lands in the zero case.
- 5
For a given , follow the arrow of its interval. The solution is monotone and can never reach or cross an equilibrium.
- 6
State the limit: the equilibrium the arrow points at, or — which may arrive in finite time.
- 7
For shape, use : an inflection sits at each level where changes sign.
Watch out
The mistakes that cost marks✗ Wrong
For the segments are horizontal along , so is a solution.
✓ Right
has slope , not . The solution is , where matches its own slope.
Why: An isocline records the field's slope, not the curve's.
✗ Wrong
, so is stable.
✓ Right
is precisely the inconclusive case; classify from the sign of on each side of .
Why: has and is semi-stable.
✗ Wrong
For the equilibrium is .
✓ Right
Set the right-hand side to zero: gives the equilibria and .
Why: Equilibria are the roots of , not the zeros of the solution.
✗ Wrong
, or
✓ Right
: slope at the point you are on, then advance and together.
Why: Dropping or advancing early wrecks every later row.
✗ Wrong
Halving quarters Euler's error.
✓ Right
That is the local error, . Over a fixed interval the accumulated error is , so halving roughly halves it.
Why: There are steps, and .
✗ Wrong
Euler's method always underestimates.
✓ Right
Only for a concave-up solution. For , , and Euler overestimates.
Why: A tangent lies below a concave-up curve and above a concave-down one.
Quick check
Commit to an answer before you reveal one- Q1easy
Consider .
(a) Give the slope of the field segment at , , and . (b) Find the isocline of level and describe the family. (c) Show that is a solution but is not.
Hint
The field slope at is just ; the level- isocline is the curve .
Show answer
Answer
(a) . (b) — parallel lines of slope . (c) works; has slope where the field prescribes .
Steps
(a) , so the slopes are , , and .
(b) rearranges to : a family of parallel lines of slope , one per . The nullcline is , where every segment is horizontal.
(c) For : left side , right side , equal for all . For : left side , right side , and .
- Q2easy
Use Euler's method with and two steps to estimate for , . Then solve the initial value problem exactly, compare, and explain the sign of the error using concavity.
Hint
Evaluate the slope at the point you are standing on, then advance both and .
Show answer
Answer
; exactly , so . Euler underestimates by about because the solution is concave up.
Steps
at , then
Separating: , so and . From , and , giving .
The error is . Differentiating the equation, , so the curve is concave up and each tangent step lands below it.
- Q3medium
For :
(a) find every equilibrium and classify it, confirming with the derivative test; (b) give for , and .
Hint
Factor the right-hand side and take the sign of on the three intervals its roots create.
Show answer
Answer
(a) stable, unstable. (b) and ; from the solution increases without bound — it blows up at , so the limit does not exist.
Steps
(a) gives . Signs: for , on , for . Arrows point at (stable) and away from (unstable). Check: , so and .
(b) From : increasing, trapped below , so . From : decreasing toward the equilibrium beneath it, . From : increasing with nothing above it. Separating gives , which escapes at .
- Q4medium
Consider .
(a) Find all equilibria and classify each, stating where the derivative test fails and why. (b) Describe the long-run behaviour for , and .
Hint
A squared factor cannot change sign — think about the arrows on either side of that root.
Show answer
Answer
(a) unstable; semi-stable, with so the derivative test says nothing there. (b) ; ; .
Steps
(a) at and at the double root . Since , the sign of is the sign of : for , and on both and . So arrows flee (unstable) and point up on both sides of (semi-stable).
, so confirms unstable, while is the inconclusive repeated-root case.
(b) Follow the arrows: down from without bound; up from to ; up from without bound.
- Q5medium
Let solve with .
(a) Without solving, say where the solution curve is concave up and where concave down, and give the -value of its inflection. (b) Solve explicitly and find the exact time at which the inflection occurs.
Hint
Differentiate the equation itself with the chain rule: .
Show answer
Answer
(a) Concave up for , concave down for ; inflection at height . (b) , with the inflection at .
Steps
(a) With and ,
The solution starts at and uniqueness traps it in , where and , so the sign of is the sign of : concave up below the level , concave down above it.
(b) This is logistic with , and , so . Setting gives , hence .
- Q6hard
Apply Euler's method to , on with .
(a) Show the approximation to is exactly . (b) Give it and its error for , plus the ratio of consecutive errors. (c) What order of accuracy do those ratios show, and what is ?
Hint
Write , , in terms of and look for the pattern before computing anything.
Show answer
Answer
(a) , so . (b) , , , ; errors , , , ; ratios , , . (c) First order, ; the limit is .
Steps
(a) makes the update , a geometric recursion, so . Reaching takes steps, hence .
(b) The exact value is . Then , , and ; subtracting each from gives the errors, whose consecutive ratios are , , .
(c) An error would shrink by when halves. The ratios climb toward , so : first-order, . The values converge to .
On the exam
How this topic is markedPhase-line marks live in the sign chart: show solved, the sign of on each interval, the arrows, then read the limit off the picture.
Lay Euler's method out as a table with one row per step — , , , — and keep every digit; a slip in row one poisons the rest.
If asked whether the estimate is too big or too small, compute and name the concavity. "Euler undershoots" with no reason earns nothing.
Keep going
Practise more
Stuck on this topic?
One session with a tutor who teaches it every term usually settles it.
Book a session