Separable Equations
A separable differential equation is a first-order ODE that can be written in the form where all terms involving the dependent variable appear on one side and all terms involving the independent variable appear on the other side.
A first-order differential equation is called separable if it can be written in the form:
or equivalently, after separation:
The solution method involves separating variables and integrating both sides. This technique is one of the most fundamental approaches to solving first-order ODEs and applies to a wide class of problems in physics, biology, and engineering.
Solution Method
To solve a separable equation :
- Separate variables: Write the equation as
- Integrate both sides:
- Solve for y: If possible, solve the resulting equation explicitly for
Consider the differential equation where is a constant (exponential growth model).
Solution: This is separable with and .
Integrating both sides:
Solving for :
where is determined by the initial condition. This is the classic exponential growth equation describing population dynamics, radioactive decay, and compound interest.
When separating variables, we must be careful about dividing by functions that could be zero. If for some value , then is also a solution (called an equilibrium solution). These constant solutions must be checked separately.
The method of separation of variables is powerful because it reduces a differential equation to two independent integration problems. However, the resulting integrals may not always have closed-form solutions, and even when they do, solving explicitly for may be difficult or impossible.
The logistic equation models population growth with carrying capacity .
This is separable:
Using partial fractions on the left side:
Integration yields:
Solving gives the logistic solution:
where depends on initial conditions. This S-shaped curve is fundamental in ecology and epidemiology.