Separable ODEs
Definition: Separable Ordinary Differential Equation
An -th order ordinary differential equation is separable if it can be expressed in the following form:
First-Order Separable ODEs
A first-order separable ODE can be expressed in the following form:
Algorithm: Solving First-Order Separable ODEs
We are given a first-order separable ODE:
- Integrate both sides with respect to :
- Apply integration by substitution on the left-hand side:
If and have closed form expressions, substitute back into after integrating to obtain an expression for . Otherwise, the solutions remains in the above implicit form and must be found numerically.
EXAMPLE
Consider the following equation:
TODO