Logistic Equation
1Introduction
This lecture explains how to analyze the logistic equation as an autonomous equation and determine its equilibrium solutions, monotonicity, and long-term behavior on the nonnegative state space.
Its standard form is
where is the growth rate at low density and is the carrying capacity.
When is small, , so
and the behavior is close to exponential growth. As approaches , the factor becomes small and suppresses further growth.
2Why Analyze the Equilibria First?
The logistic equation is the autonomous equation
For an autonomous equation, the current value of alone determines whether a solution increases or decreases. The sign of therefore determines the direction of motion before an explicit solution is derived.
3Proposition 1: Equilibrium Solutions of the Logistic Equation
Assume that and . The equilibrium solutions of
are
3.1Proof
An equilibrium is a constant solution and must satisfy . Thus
Since , either or . Hence the only possible equilibria are and . Substitution shows that the right-hand side vanishes for both constants, so both are solutions.
4Proposition 2: Increase for and Decrease for
Assume that and . If
then . If
then .
4.1Proof
For , both and are positive. Since ,
so and the solution increases.
For , the factor is positive while . Therefore,
so and the solution decreases.
This sign analysis directly shows that, on the positive half-line, the arrows on the phase line point toward . Convergence to will be verified below from the explicit solution.
5Phase-Line Summary
| Range | Sign of | Direction of the solution |
|---|---|---|
| Negative | Decreasing | |
| Positive | Increasing | |
| Negative | Decreasing |
When represents a population or another nonnegative quantity, the relevant range is usually . On this part of the phase line, the arrows point away from and toward .
6Derivation of the Explicit Solution
Separate variables on a region where either or . In both cases and , so division by is valid. The equilibria and , which were checked beforehand, are treated separately.
Since
we have
The partial-fraction decomposition is
Therefore,
Accounting for the derivative of in the second term gives
After multiplication by , write
Solving for yields
For the initial condition with and ,
and hence
This formula defines the solution on the maximal connected interval containing on which its denominator is nonzero. For every with , the formula also shows that as . If , the solution is the equilibrium itself.
7Interpretation as a Bernoulli Equation
The logistic equation can be written as
or
This is the Bernoulli form
with .
Thus the logistic equation can be analyzed by a phase line as an autonomous equation or solved by linearization as a Bernoulli equation. A phase line is appropriate for qualitatively determining the direction of change on the positive half-line, whereas separation of variables or the Bernoulli substitution is appropriate when an explicit formula or a proof of convergence is required.
data/lecture/math/differential-equations/bernoulli-equations.lecture.n.md8Scope
The logistic equation assumes constant parameters and and assumes that the rate of change depends only on the current value of . Incorporating seasonal variation, age structure, or spatial movement leads respectively to time-dependent coefficients, systems of equations, or partial differential equations.