The previous lesson could draw the family of solutions to a first order equation without solving it, and this one solves a genuine class of them outright.
The class is narrow but it contains most of the standard models: radioactive decay, drug clearance, cooling, dissolution, and population growth against a limit. What they share is that the rate of change factors, with everything depending on time in one bracket and everything depending on the unknown in another. When that happens, calculus alone finishes the job.
The factoring that makes integration possible
An equation is separable if it can be written
The method is to divide by , multiply by , and integrate both sides. That description is a mnemonic rather than an argument, since is not a quantity to be multiplied by, so here is the argument. Divide by to get
and integrate both sides with respect to . On the right that gives . On the left, the integrand is exactly of the form with an antiderivative of , so the chain rule identifies it as the derivative of , and by substitution . So
which is the mnemonic, now justified. Only one constant is needed, since the two would merge. What comes out is a relation between and , not necessarily a formula for , and that distinction matters below.
Example. Solve with .
Separating, , so and . Absorbing the sign and the exponential of the constant into one constant , the general solution is . The initial condition gives , so . Checking: , as required.
Now you. Solve with .
Answer
gives , so and . The solution is , which oscillates between and .
The solutions that division destroys
Dividing by is only legal where is not zero, and every root of is a constant solution that the method throws away. If then the constant function has zero derivative and satisfies the equation exactly, yet it can never appear in the family produced by separating, because the very first step divided by zero to get there.
For the roots are and , and both are genuine solutions that must be added back by hand. Sometimes the lost solution reappears as a limiting case of the constant: for the family includes at , even though the derivation assumed . Sometimes it does not, and then the general solution is genuinely incomplete without it. Check the roots of every time; it costs one line and it is the standard way to lose half an answer.
Decay, growth and half-lives
The equation says the rate of change is proportional to the amount present, and separating gives . Negative is decay, positive is unconstrained growth. What makes the model useful is that is rarely quoted directly: what is measured is a half-life , the time for the amount to halve, and setting gives , so .
Caffeine leaves the bloodstream by first order kinetics with a half-life near hours in a typical adult. So per hour, and a mg dose falls to mg after hours. The same arithmetic dates a bone from its carbon-14, sizes a shielding delay from a reactor isotope, and sets the dosing interval of a drug. The characteristic quantity is , the time constant, after which the amount has fallen by a factor of ; a half-life is time constants.
The honest limit is that pure exponential growth is a statement about a system with unlimited resources, and no real population has those. It is the first term of a better model, not the model.
Newton's law of cooling, fitted to a real mug
A body at temperature in surroundings at loses heat at a rate roughly proportional to the excess temperature, which gives
Separating with , which has the same derivative as since is constant, gives , so
Every cooling curve is the same shape: the excess over ambient decays exponentially, and the temperature approaches the room's, never crossing it.
Example. Coffee at °C stands in a room at °C. After minutes it reads °C. When will it reach °C?
The excess starts at degrees and is degrees after five minutes, so and per minute. Drinking temperature at °C is an excess of degrees, so and minutes. As a check, the prediction at ten minutes is °C, which is the same fall of to per cent applied twice.
Now you. Soup at °C sits in a room at °C and is at °C after minutes. When does it reach °C?
Answer
The excess falls from to in ten minutes, so per minute. For an excess of degrees, minutes.
The law is an approximation, valid when the excess temperature is small enough that radiation, which goes as the fourth power of absolute temperature, is not dominant, and when the body is well stirred or thin enough to have one temperature at all. For a mug of coffee at kitchen temperatures both hold well enough that the fit above is good to a degree or so over half an hour.
Implicit solutions and the interval they live on
Separation produces a relation, and there is no guarantee that the relation can be solved for . Take with . Separating gives , so and
a circle. That is a perfectly good implicit solution, and it says more clearly than any formula what the solutions look like. Made explicit, , taking the positive root because , and now the trouble is visible: the solution exists only for . At the ends the circle has a vertical tangent, the derivative is infinite, and the solution simply stops. Nothing in the original equation announced the number ; it came from the initial condition. The interval of existence of a solution can depend on where the solution starts, which never happens for the linear equations of the next lesson.
Some separable equations lead to integrals that need the techniques of the previous course. separates to , a partial fractions problem, and others lead to integrals with no elementary form at all, at which point separation has converted a differential equation into a definite integral to be done numerically. That is still progress.
The logistic equation
Exponential growth fails because it ignores the resource limit. Model the limit in the crudest way that could work: let the per-capita growth rate fall linearly to zero as the population approaches a carrying capacity . The per-capita rate is , so the assumption is , giving the logistic equation
published by Pierre-François Verhulst in 1838. It is separable and nonlinear. Separating and using partial fractions on gives , so , and solving for ,
The behaviour is the S-curve: growth is nearly exponential at rate while , slows as the bracket shrinks, and levels off at . The steepest point is where is largest, and since that is a downward parabola in with roots at and , the maximum is at , exactly half the capacity, at which the growth rate is .
Example. A lake is stocked with fish. The population grows logistically with per year and . When does it reach ?
Half capacity is reached when the denominator is , that is when , so and years. That is also the moment of fastest growth, at fish per year.
Now you. A population starts at with per year and . When does it reach ?
Answer
gives and years.
Raymond Pearl and Lowell Reed fitted a logistic to the United States census in 1920 and obtained million, per year, and half capacity in 1914. Against the census the fit is remarkable: it predicts million for 1900 against a measured , and million for 1920 against . It is also wrong in the way models of this sort are always wrong. The United States passed million in 1967 and kept going, because immigration and changing fertility are not in the model, and by 2020 the fit predicts million against an actual . A logistic fit measures the growth pattern of the period it was fitted to, and its extrapolated is a summary of that period rather than a property of the country.
Where separation runs out
Separation needs the right side to factor, and most equations do not. Consider a stirred tank whose inflow concentration varies during the day, or a capacitor charged from a mains supply. Both give equations of the shape
with not constant, and there is no way to write as a product of a function of and a function of . Even the simplest instance, , resists. Yet these equations are linear, which the logistic equation is not, and linear equations are supposed to be the easy ones.
They are, once the right trick is found. The next lesson finds it by asking what could be multiplied through the equation to make the left side the derivative of a single product, and the answer solves every first order linear equation there is.