Logistic Equation — Definition, Formula & Examples
The logistic equation is a differential equation that models population growth which starts exponentially but slows and levels off as the population approaches a maximum sustainable size called the carrying capacity.
The logistic equation is the first-order autonomous ODE , where is the intrinsic growth rate and is the carrying capacity. Its solution is a sigmoidal (S-shaped) curve bounded between and .
Key Formula
Where:
- = Population at time $t$
- = Carrying capacity (maximum sustainable population)
- = Initial population at $t = 0$
- = Intrinsic growth rate
- = Time
How It Works
When the population is small relative to , the factor is close to 1, so growth is approximately exponential at rate . As approaches , this factor shrinks toward 0, decelerating growth. At , growth stops entirely because . The equation is separable: you can solve it by partial fractions to obtain the explicit solution for .
Worked Example
Problem: A population follows the logistic equation with carrying capacity K = 1000, growth rate r = 0.5, and initial population P₀ = 100. Find P(6).
Compute the constant: Find the ratio that appears in the solution formula.
Write the solution: Substitute all known values into the logistic solution.
Evaluate at t = 6: Compute the exponential term and then the population. Note that .
Answer: At , the population is approximately 691.
Why It Matters
The logistic equation is the standard model for resource-limited growth in ecology, epidemiology (modeling disease spread), and chemistry (autocatalytic reactions). In a differential equations course, it serves as a key example of a separable, nonlinear ODE solved by partial fractions.
Common Mistakes
Mistake: Forgetting the negative sign in the exponent and writing instead of in the solution.
Correction: The exponent must be so that the denominator grows over time, causing to increase toward rather than diverge.
