Separable equations are a type of differential equation where you can isolate the variables on opposite sides of the equation. They show up constantly in modeling real-world scenarios like cooling, population growth, and radioactive decay. Mastering the technique here gives you a reliable method you'll use throughout the rest of differential equations.
Separable Equations
Solving separable differential equations
A separable equation is any differential equation that can be written in the form , where the right-hand side is a product of a function of alone and a function of alone. That structure is what makes separation possible.
Here's the process for solving one:
-
Separate the variables. Divide both sides by and multiply both sides by so that all -terms (including ) are on one side and all -terms (including ) are on the other:
-
Integrate both sides with respect to their own variable: These integrals may require techniques like -substitution, partial fractions, trig identities, or logarithmic rules ().
-
Solve for as a function of . This might mean exponentiating both sides if you end up with logarithms, or it might require some algebra. Don't forget the constant of integration, which appears as a single on one side (you don't need one on both sides since they combine).
-
Apply the initial condition if one is given. Substitute the known point into your general solution and solve for . This pins down the one particular solution that passes through that point.
In some cases you won't be able to isolate explicitly, and the solution stays in implicit form. That's fine; an implicit solution is still a valid answer.

Applications of separable equations
Solution concentrations. When the rate of change of a concentration is proportional to the current concentration, you get , where is a constant (positive for growth, negative for decay). Separating and integrating gives , where is the initial concentration. You can use this to predict future concentrations or find how long it takes to reach a target value.
Newton's law of cooling. The rate of temperature change of an object is proportional to the difference between its temperature and the surrounding (ambient) temperature:
Here is the ambient temperature and is a negative constant. Solving gives , which tells you the object's temperature at any time . For example, if coffee at 90ยฐC is placed in a 20ยฐC room, this model predicts how quickly it cools.
Other common models using the same separable structure:
- Population growth: models exponential growth (or decay if )
- Radioactive decay: , where the decay constant determines the half-life
- Compound interest (continuous): , where is the interest rate and is the account value
Notice these all share the same form: the rate of change is proportional to the current amount. That's why the same separation technique solves all of them.

Analysis of separable equation solutions
Direction fields give you a visual picture of a differential equation's behavior without solving it. At each point in the plane, you evaluate and draw a short line segment with that slope. The collection of these segments shows you the general flow of solution curves, revealing trends, symmetry, and long-term behavior at a glance.
Initial conditions let you pick out one specific solution from the family of all solutions. The process:
- Solve the separable equation to get the general solution (with a constant ).
- Plug in the initial condition and solve for .
- Substitute that value of back into the general solution to get the particular solution.
Combining both tools is powerful. Sketch the direction field first to understand the overall landscape of solutions. Then plot your initial condition and trace the solution curve through it, following the slopes the field indicates. This confirms your algebraic solution and helps you catch errors.
Autonomous Equations and Equilibrium Solutions
An autonomous equation is a separable equation where the right-hand side depends only on : . Because doesn't appear explicitly, the slope at any point depends only on the -value. This means the direction field has identical slopes along every horizontal line.
Equilibrium solutions occur at values of where . At these values, , so the solution is just a constant horizontal line . These are the "resting states" of the system.
The phase line is a compact, one-dimensional tool for analyzing autonomous equations. You draw a vertical number line for , mark the equilibrium points (where ), and then add arrows between them: upward where (solutions increase) and downward where (solutions decrease). This quickly tells you whether solutions move toward or away from each equilibrium, which is the key to understanding long-term behavior.