4.6.3 · D3Ordinary Differential Equations

Worked examples — Separable ODEs — technique, implicit solutions

2,315 words11 min readBack to topic

If any word below is unfamiliar, it was built in the parent note the parent topic. We reuse, never re-contradict, that vocabulary.


The scenario matrix

Each row is a case class — a genuinely different situation the technique can throw at you. The last column says which worked example covers it.

# Case class What's different about it Covered by
C1 Clean explicit + IVP Separates, integrates, isolate , fix Ex 1
C2 Implicit-only answer Cannot isolate cleanly — leave as Ex 2
C3 Partial-fractions needed is a product split before integrating Ex 3
C4 Equilibrium / lost solution deletes a constant solution Ex 3 & Ex 4
C5 Sign / absolute-value branch and which branch the IVP selects Ex 4
C6 Degenerate: RHS is is constant Ex 5
C7 Limiting / long-run behaviour What happens as or near a blow-up Ex 6
C8 Real-world word problem Translate words → ODE → units check Ex 7 (cooling)
C9 Exam twist: disguised separable Looks like a sum/exponent but factors Ex 8

We work them in an order that builds up.


Ex 1 — Case C1: clean explicit answer with an initial value


Ex 2 — Case C2: the answer refuses to become explicit


Ex 3 — Cases C3 + C4: partial fractions and two hidden equilibria


Ex 4 — Cases C4 + C5: the sign branch chosen by the initial value


Ex 5 — Case C6: degenerate RHS,


Ex 6 — Case C7: limiting / long-run and a finite-time blow-up


Ex 7 — Case C8: real-world word problem (Newton's cooling), with units


Ex 8 — Case C9: the exam twist — a disguised separable ODE


Did we fill every cell?

Recall Map each matrix row to its example

C1→Ex1, C2→Ex2, C3→Ex3, C4→Ex3 & Ex4, C5→Ex4, C6→Ex5, C7→Ex6, C8→Ex7, C9→Ex8.


Connections

  • Separable ODEs — Technique & Implicit Solutions (parent)
  • Initial Value Problems (fixing in Ex 1, 4, 5, 6, 7, 8)
  • Partial Fractions (Ex 3)
  • The Logistic Equation (Ex 3's cousin)
  • Exact ODEs (implicit solutions, Ex 2)
  • Substitution Method — Homogeneous ODEs (the trick in Ex 7 is a baby substitution)
  • First-Order ODEs — Overview
  • Integrating Factor & Linear ODEs (when the RHS won't factor)