Autonomous Equations
Ch 2 — Part I — Explicit & Qualitative Methods
An ODE of the form \(y' = f(y)\) — right-hand side depending only on \(y\), not on \(t\) — is called autonomous. These are the workhorses of qualitative analysis.
Time-translation invariance
If \(y(t)\) is a solution, so is \(y(t - t_0)\) for any shift \(t_0\). Slope fields are columns of identical vertical patterns.
Stationary solutions
A constant function \(y(t) \equiv c\) with \(f(c) = 0\) is called a stationary (or equilibrium) solution.
Separability for free
Every autonomous ODE is separable: \(\dfrac{dy}{f(y)} = dt\), integrable away from zeros of \(f\).
Practice Problems
Hint
Solution
The product is zero exactly at \(y = 0, 2, -1\).
Answer: \(y = -1, 0, 2\).
Hint
Solution
\(-y^{-1} = t + C\). From \(y(0) = 1\), \(C = -1\), so \(y(t) = 1/(1-t)\). Note the blow-up at \(t = 1\).
Answer: \(y(t) = 1/(1-t)\), valid for \(t < 1\).
Hint
Solution
For \(y' = 5-y\), the only equilibrium is \(y=5\), and \(f'(5) = -1 < 0\), so stable.
Answer: \(y' = 5 - y\) works.
Hint
Solution
Set \(y(t) = y_1(t - 7)\); then \(y(7) = y_1(0) = 3\) and the ODE is unchanged.
Answer: \(y(t) = y_1(t-7)\).