Separable Equations
A separable equation is the friendliest kind of differential equation you will ever meet. It is the one type where, with a little algebraic rearranging, you can pull all the 's to one side and all the 's to the other, integrate each side on its own, and read off the answer. If differential equations feel intimidating, this is the doorway in: almost every idea in the subject — modeling growth, decay, cooling, mixing, and dilution — can be introduced through separable equations because the technique is transparent and the payoff is immediate.
The reason separable equations matter so much is that many of nature's most important laws say exactly the same thing: the rate at which something changes is proportional to how much of it there is right now. That single sentence, written as , is separable, and its solution — the exponential function — governs radioactive decay, compound interest, population booms, and drug clearance in the bloodstream. Learn to solve separable equations well and you have learned to model an enormous slice of the real world.
Learning Objectives
- Recognize when a first-order ODE is separable and rewrite it in the form .
- Solve separable equations by integrating both sides and including the constant of integration correctly.
- Derive and apply the exponential growth and decay model .
- Solve initial-value problems (IVPs) by using a given condition to pin down the arbitrary constant.
- Interpret solutions physically — half-life, doubling time, and long-run behavior.
- Avoid the classic algebra and calculus pitfalls that make "separable" problems go wrong.
Quick Answer
A first-order differential equation is separable if you can write it as — a product of a function of alone and a function of alone. To solve it, divide by and multiply by so that everything with sits on the left and everything with sits on the right: . Then integrate both sides, adding a single constant . The most famous case, , separates to and integrates to — exponential growth when and decay when . If you are also given an initial condition like , substitute it to solve for and obtain the one specific solution.
Where It Came From
When Isaac Newton and Gottfried Wilhelm Leibniz invented calculus in the late 1600s, they immediately faced a new kind of problem: equations that related a quantity to its own rate of change. These differential equations described falling bodies, orbiting planets, and vibrating strings — but there was no general recipe for solving them, and there still isn't one today.
Separable equations were the very first class that mathematicians could crack systematically, and that is precisely why they are historically important. Leibniz himself, in correspondence around 1691, described the method of "separation of variables" — the intuitive act of gathering like differentials together. His notation, the that looks like a genuine fraction, was not an accident: Leibniz designed it so that the differentials and could be manipulated almost like ordinary numbers, making separation feel natural. This is one of the great advantages of Leibniz's notation over Newton's dot notation, and it is a major reason his notation is the one we still use.
The deeper motivation was necessity. Johann Bernoulli, Jacob Bernoulli, and later Leonhard Euler were trying to solve concrete problems — the shape of a hanging chain, the path of fastest descent, the growth of populations — and separable equations were the tools that actually yielded closed-form answers. Thomas Malthus's 1798 model of population growth and, much later, the 1900s understanding of radioactive decay both reduce to the same separable equation . The method survived three centuries not because it is elegant, but because it works and because so many real laws happen to be separable.
Concept 1: Recognizing and Separating
The defining test is simple. A first-order equation is separable if its right-hand side factors into a part depending only on times a part depending only on :
For example, is separable (, ). So is , because it factors as . But is not separable — a sum cannot be split into a clean product — and neither is .
Once you see the product structure, the move is mechanical. Treat as a ratio of differentials (legitimate here as a bookkeeping device), divide both sides by , and multiply both sides by :
Now each side involves only one variable, and you integrate.
Worked Example. Solve .
Separate: .
Integrate both sides:
Solve for by exponentiating:
Since is just a positive constant and may be positive or negative, we absorb everything into a single constant (which may be any real number, including zero for the trivial solution ):
Notice we needed only one constant even though we integrated two sides — the two constants of integration combine into one. That single arbitrary constant is the signature of a first-order equation.
Concept 2: Exponential Growth and Decay
The single most important separable equation is
which says the rate of change of is proportional to itself. Separate and integrate:
If when , then , giving the clean model
When the quantity grows exponentially; when it decays.
Worked Example — Radioactive Decay. A sample of a radioactive isotope decays at a rate proportional to the amount present, with per year. If we start with 200 grams, how much remains after 30 years, and what is the half-life?
The model is . After 30 years:
For the half-life, we want the time when (half of 200):
So years. Notice the half-life does not depend on the starting amount — a hallmark of exponential decay.
Concept 3: Initial-Value Problems
A separable equation on its own has infinitely many solutions, one for each value of the constant — a whole family of curves. An initial-value problem (IVP) adds a condition such as that selects exactly one member of that family. The strategy is always: (1) find the general solution with its constant, then (2) plug in the initial condition and solve for the constant.
Worked Example. Solve the IVP with .
Separate: . Integrate:
Apply : , so . Then , i.e. . Because is positive, we take the positive root:
Check: at , . ✓ And differentiating implicitly, , so . ✓
Worked Example — Newton's Law of Cooling. A cup of coffee at C sits in a C room. Its temperature obeys . After 5 minutes it has cooled to C. Find .
Let , so , which we already know gives . At , , so . At , , so , giving and per minute. Thus
As , C — the coffee approaches room temperature, exactly as physical intuition demands.
Real-World Applications
- Radiometric dating. Carbon-14 decays exponentially with a half-life of about 5730 years; archaeologists invert to date bones and artifacts.
- Pharmacokinetics. Many drugs leave the bloodstream at a rate proportional to their concentration, so dosing schedules are computed from .
- Population and epidemiology. Early, unconstrained population or infection growth is exponential; the separable logistic equation later corrects it for limited resources.
- Finance. Continuously compounded interest satisfies , giving — the same equation as unchecked growth.
- Engineering — RC circuits. The voltage across a discharging capacitor obeys a separable equation and decays exponentially with time constant .
Common Mistakes
Mistake 1: Forgetting the constant of integration. Students integrate both sides but drop . Without it you get one particular curve instead of the general family, and you cannot satisfy an initial condition. Correction: always add exactly one constant, conventionally on the -side after integrating.
Mistake 2: Trying to separate a non-separable equation. Faced with , students write or similar nonsense. A sum of and terms cannot be separated. Correction: confirm the right side factors as before separating; if it does not, you need a different method (e.g. an integrating factor for linear equations).
Mistake 3: Mishandling the absolute value and the constant when exponentiating. From , students sometimes write . But , not . Correction: ; the constant multiplies, it does not add. Also remember to plug in the initial condition to find , not .
Comparison and Connections
Separable equations are one family within first-order ODEs. It helps to see where they sit relative to their close cousins:
| Type | Standard form | Solved by |
|---|---|---|
| Separable | Separate variables, integrate | |
| Linear first-order | Integrating factor | |
| Exact | with | Find potential function |
| Autonomous | Separable special case; analyze equilibria |
Note the overlap: an autonomous equation () is automatically separable, and the growth equation is simultaneously separable, linear, and autonomous — which is why it is the perfect first example. When an equation is both separable and linear, separation is usually the quicker route.
Practice Questions
Recall
State the general form of a separable first-order differential equation and describe in one sentence the two steps used to solve it.
Answer: The form is . Step 1: rearrange to . Step 2: integrate both sides, adding a single constant.
Understanding
Explain why the equation is not separable, while is.
Answer: Separability requires the right side to be a product of a pure- function and a pure- function. In the variables are already multiplied, so dividing by isolates each variable. In the variables are added; there is no algebraic way to move all terms to one side while keeping on the other, so the method fails.
Application
Solve with .
Answer: Separate: . Integrate: . Apply : , so . Then , and taking the positive root (since ), .
Analysis
A bacterial culture grows so that it doubles every 3 hours. Write its growth law and find how long it takes to reach ten times its initial size.
Answer: Growth is exponential: . Doubling in 3 hours means , so per hour. To reach : hours.
FAQ
Is really a fraction I can split apart? Strictly, is a limit, not a fraction. But separation of variables is a legitimate shortcut that can be fully justified by the chain rule and integration; the differential manipulation always gives the correct answer for separable equations, which is exactly why Leibniz's notation is designed to look fraction-like.
What happened to the second constant of integration? You do get one from each side, but and combine: moving both to one side leaves a single arbitrary constant . A first-order equation always has just one free constant.
Why do I sometimes get as a "lost" solution? When you divide by , you assume . If for some constant , then is also a solution (an equilibrium) that division hides. Always check these separately.
Do I need the absolute value in ? Yes, because for . In practice, once you exponentiate and fold the sign into the arbitrary constant , the absolute value disappears and is allowed to be negative.
How do I know whether to keep the positive or negative square root? Use the initial condition. If solving gives and you know is positive at the initial point, take the positive root; the solution stays on that branch as long as it remains continuous.
Quick Revision
- Test for separable: right side factors as .
- Method: , then integrate both sides, add one constant .
- Growth/decay: ; grows, decays.
- Half-life: ; doubling time: .
- IVP: find general solution first, then substitute the condition to find the constant.
- Watch out: don't drop ; don't add exponentials (); check for lost equilibrium solutions where .
Related Topics
Prerequisites
- Differential Equations overview
- Integration techniques (Calculus) — you must be comfortable with and .
- Logarithms and exponentials from Algebra.
Related Topics
- Linear first-order equations and the integrating factor method.
- Exact equations and autonomous equations.
Next Topics
- The logistic equation (a separable model of constrained growth).
- Second-order linear differential equations.