Calculus Logistic Growth- Models and Applications
What Logistic Growth Actually Is
Logistic growth describes how populations grow when there are limits. Unlike exponential growth, which assumes infinite resources, logistic growth accounts for carrying capacity ā the maximum environment can support.
You see this everywhere. Bacterial colonies hitting a petri dish limit. Viral spread slowing as immunity builds. Markets saturating. Each follows the same mathematical pattern.
The Logistic Differential Equation
The core equation is:
dP/dt = rP(1 - P/K)
Where:
- P = population at time t
- r = intrinsic growth rate (what you'd get with unlimited resources)
- K = carrying capacity (the ceiling)
The term (1 - P/K) is the friction. As P approaches K, this term shrinks toward zero, slowing growth until it stops completely.
The Logistic Function Solution
When you solve that differential equation, you get the classic S-curve:
P(t) = K / (1 + Ae-rt)
Where A = (K - Pā) / Pā, and Pā is your starting population.
Reading the S-Curve
The curve has three zones:
- Early phase: Looks almost exponential because P is small relative to K
- Inflection point: Where growth rate peaks at P = K/2
- Asymptotic phase: Approaches K but never exceeds it
The inflection point matters. That's where growth stops accelerating and begins decelerating. Many real systems hit this point and nobody notices until they're already past it.
Key Parameters Explained
Carrying Capacity (K)
This isn't fixed. K changes based on resources, space, predators, disease, and human intervention. A lake might have a carrying capacity of 10,000 fish, but if you add aeration or remove predators, K increases.
When modeling, you need to decide whether K is constant or variable. Most textbook problems assume constant K for simplicity.
Growth Rate (r)
This is the exponential growth rate you'd see if nothing constrained the population. Higher r means steeper initial growth and faster approach to K.
You can estimate r from early data by fitting an exponential model to the initial growth phase.
Logistic Growth vs. Other Models
| Model | Behavior | When to Use |
|---|---|---|
| Exponential | Unlimited growth forever | Short-term, no constraints |
| Logistic | S-curve, asymptotes to K | Resource-limited growth |
| Gompertz | Asymmetric S-curve | Tumor growth, some markets |
| Logistic with harvesting | Can stabilize or collapse | Fisheries, wildlife management |
Logistic is the default choice when you know there's a ceiling but don't have enough data to justify more complex models.
Real Applications
Epidemiology
Disease spread follows logistic growth. Early COVID-19 cases looked exponential. By March 2020, epidemiologists were fitting logistic curves because they knew total infections would cap at population size. The SIR model is essentially logistic growth with compartments.
Fisheries and Wildlife Management
Fisheries use the logistic model to set harvest rates. The maximum sustainable yield happens at exactly half the carrying capacity. Harvest above that rate ā population collapses. Harvest below ā you leave money/resources on the table.
Technology Adoption
New technology adoption follows S-curves. Early adopters buy in, then mass adoption hits the steep middle section, then saturation. Mobile phones, internet usage, electric vehicles ā all logistic.
Biology and Ecology
Species colonization, invasive species spread, and resource competition all follow logistic dynamics. This is where the model originated, and it's still most accurate in these domains.
How to Solve Logistic Growth Problems
Step 1: Identify Your Parameters
You need Pā (initial population), K (carrying capacity), and r (growth rate). Sometimes you solve for these; sometimes they're given.
Step 2: Set Up the Equation
Use P(t) = K / (1 + Ae-rt)
Calculate A from your initial condition: A = (K - Pā) / Pā
Step 3: Find the Inflection Point
The inflection occurs at t = (ln A) / r, or when P = K/2. This is often a test question.
Step 4: Calculate What You Need
Plug in your t value. Solve for P(t). Compare to carrying capacity if asked about growth phase.
Common Mistakes
- Confusing r and the actual growth rate: The actual growth rate dP/dt is highest at the inflection point, not at the beginning. r is the intrinsic rate, not the observed rate.
- Ignoring K sensitivity: Small changes in K can dramatically alter predictions when P is close to K
- Assuming K is constant: In reality, carrying capacity shifts. A drought changes K for deer populations instantly.
- Using logistic when you need Gompertz: Some systems (tumor growth, certain markets) have asymmetric S-curves that logistic doesn't fit well.
When Logistic Growth Breaks Down
Logistic assumes:
- Resources are the only limiting factor
- Population mixes homogeneously
- Carrying capacity is constant
Reality violates all three. Species evolve. Migration happens. Climate changes K. Predators introduce time delays that create oscillation around K rather than smooth approach.
If your data shows oscillation, look at the logistic model with time delay or predator-prey models.
Quick Reference
The logistic model gives you:
- Predictions that respect environmental limits
- Clear inflection point at K/2
- Maximum growth rate at P = K/2
- Asymptotic approach to K, never exceeding it
That's the entire model. Everything else is parameter estimation and domain-specific interpretation.