If any word below is unfamiliar, it was built in the parent note the parent topic. We reuse, never re-contradict, that vocabulary.
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 y, fix C |
Ex 1 |
| C2 |
Implicit-only answer |
Cannot isolate y cleanly — leave as F(x,y)=C |
Ex 2 |
| C3 |
Partial-fractions needed |
h(y) is a product ⇒ split before integrating |
Ex 3 |
| C4 |
Equilibrium / lost solution |
h(y0)=0 deletes a constant solution |
Ex 3 & Ex 4 |
| C5 |
Sign / absolute-value branch |
ln∣y∣ and which branch the IVP selects |
Ex 4 |
| C6 |
Degenerate: g(x)=0 |
RHS is 0 ⇒ y is constant |
Ex 5 |
| C7 |
Limiting / long-run behaviour |
What happens as x→∞ 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.
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.
- Separable ODEs — Technique & Implicit Solutions (parent)
- Initial Value Problems (fixing C 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 u=T−20 trick in Ex 7 is a baby substitution)
- First-Order ODEs — Overview
- Integrating Factor & Linear ODEs (when the RHS won't factor)