COLLEGE BIOLOGY • ECOLOGY & POPULATION DYNAMICS

Population Ecology & Growth Models

Understanding how populations grow, stabilize, and crash through mathematical models that predict ecological dynamics.

Historical Context & Motivation

The question of how populations change in size over time is one of the oldest in natural philosophy, yet it did not receive rigorous mathematical treatment until the late eighteenth century. Early naturalists recognized that organisms possess an enormous reproductive capacity — a single pair of rabbits, unchecked, could theoretically blanket a continent in a few decades — but populations in nature rarely explode in this manner. Understanding the tension between a population's reproductive potential and the environmental forces that constrain it became one of the foundational problems of population ecology, a discipline that seeks to explain and predict changes in population size, density, and structure over time.

The development of population growth models was driven by both intellectual curiosity and urgent practical concerns — from predicting agricultural yields and managing fisheries to understanding the spread of infectious disease. The mathematical frameworks that emerged, particularly exponential growth and logistic growth, remain cornerstones of modern ecology, conservation biology, epidemiology, and even economics. This section traces the key intellectual milestones that shaped our understanding of how populations grow.

1798
Malthus's Essay on Population
Thomas Robert Malthus published An Essay on the Principle of Population, arguing that human populations grow geometrically while food supply grows arithmetically, inevitably leading to famine and competition. This work profoundly influenced both Darwin and Wallace.
1838
Verhulst's Logistic Equation
Belgian mathematician Pierre-François Verhulst proposed the logistic growth model, introducing the concept of a carrying capacity (K) that limits population size. His work was largely forgotten until the twentieth century.
1920s
Lotka–Volterra Models
Alfred Lotka and Vito Volterra independently developed mathematical models for predator–prey interactions and interspecific competition, extending population growth theory to multi-species systems and laying the foundation for theoretical ecology.
1934
Gause's Competitive Exclusion Experiments
Georgy Gause tested logistic and competition models experimentally using Paramecium cultures, demonstrating that two species competing for the same niche cannot coexist indefinitely — the competitive exclusion principle.
1970s–Present
Modern Computational Ecology
Advances in computing enabled complex, stochastic population models incorporating spatial heterogeneity, age structure, and environmental variability. These tools now drive conservation management and climate-change ecology.

The central question that population ecology addresses is deceptively simple: given a population's current size and its environment, what will the population look like in the future? Answering this requires understanding birth rates, death rates, immigration, emigration, resource availability, and interspecific interactions — all of which feed into the mathematical models we will explore in this lesson.

Core Principles of Population Ecology

Before constructing mathematical models, we must establish the fundamental parameters and concepts that describe a population's behavior. A population in ecology refers to a group of individuals of the same species occupying a defined area at a given time. The dynamics of any population ultimately reduce to the balance between factors that add individuals — births and immigration — and factors that remove them — deaths and emigration. The following core principles underpin every growth model we will encounter.

1

Population Size (N) & Density

N represents the total number of individuals. Population density — the number of individuals per unit area or volume — determines the intensity of intraspecific interactions and resource competition, making it a critical driver of density-dependent regulation.
2

Per Capita Growth Rate (r)

The intrinsic rate of natural increase, r, equals the per capita birth rate (b) minus the per capita death rate (d). When r > 0 the population grows; when r < 0 it declines; when r = 0 the population is at equilibrium.
3

Carrying Capacity (K)

K is the maximum population size an environment can sustain indefinitely given available resources, space, and other limiting factors. It is not a fixed constant — K fluctuates with environmental change, seasonal variation, and resource renewal rates.
4

Density-Dependent vs. Density-Independent Factors

Density-dependent factors (competition, predation, disease) intensify as N increases, creating negative feedback. Density-independent factors (weather, natural disasters) affect populations regardless of size, often causing sudden, unpredictable fluctuations.
5

Life History Strategies

Organisms span a continuum from r-selected species (high fecundity, rapid maturation, short lifespan) to K-selected species (low fecundity, extended parental care, long lifespan). Life history strategy determines which growth model best approximates a species' population dynamics.
KEY TAKEAWAY
Think of a population as a bathtub: births and immigration are the faucet, while deaths and emigration are the drain. The water level (N) rises when inflow exceeds outflow and falls when outflow exceeds inflow. The carrying capacity is analogous to the bathtub's volume — once water reaches the rim, any additional inflow simply spills over. In ecology, that 'spillover' manifests as increased mortality, decreased reproduction, or emigration driven by resource limitation.

Visualizing Exponential vs. Logistic Growth

The two foundational models of population growth — exponential and logistic — produce strikingly different trajectories when plotted over time. The diagram below illustrates both curves on the same axes, highlighting how the introduction of a carrying capacity fundamentally alters the shape of population growth. The exponential curve (often called the J-curve) rises without bound, while the logistic curve (the S-curve or sigmoid curve) levels off as N approaches K.

The pink J-curve represents exponential growth (dN/dt = rN), which increases without limit. The cyan S-curve represents logistic growth (dN/dt = rN(1 − N/K)), which decelerates as N approaches the carrying capacity K. The inflection point at N = K/2 marks the population size at which the absolute growth rate is greatest.

Several features of the diagram deserve close attention. First, notice that both curves start from the same initial population size and both initially rise at similar rates — when N is very small relative to K, the logistic model approximates exponential growth because the term (1 − N/K) is close to 1. The curves diverge substantially only as N grows large enough for density-dependent effects to become meaningful. Second, observe the inflection point on the logistic curve at N = K/2: this is where the population is growing fastest in absolute terms (dN/dt is maximized), even though the per capita growth rate has already begun to decline. Understanding this point is essential for applications in wildlife management and sustainable harvesting, where the goal is often to maintain a population at the size that produces the maximum sustainable yield.

Mathematical Framework

Population growth models translate biological observations into differential equations that predict how population size changes over time. We begin with the simplest case — unlimited growth — and then incorporate density-dependent regulation to derive the logistic model. Both models are expressed in continuous time using differential equations, though discrete-time analogs exist for organisms with non-overlapping generations.

Exponential Growth Model

EXPONENTIAL GROWTH (DIFFERENTIAL FORM)
dN/dt = rN
Where N = population size, t = time, and r = intrinsic rate of natural increase (r = b − d, where b is per capita birth rate and d is per capita death rate). This equation states that the rate of population change is proportional to current population size.
EXPONENTIAL GROWTH (INTEGRATED FORM)
N(t) = N₀ × e^(rt)
Where N₀ = initial population size and e = Euler's number (≈ 2.718). This solution is obtained by separating variables and integrating: ∫dN/N = ∫r dt → ln(N) = rt + C → N = N₀e^(rt).

The exponential model assumes unlimited resources, no predation, no disease, and no emigration — conditions that are rarely sustained in nature but can approximate the initial colonization of a new habitat, invasive species introduction, or the early stages of a bacterial culture. The doubling time (td) under exponential growth is td = ln(2)/r ≈ 0.693/r, a useful shortcut for estimating how quickly a population doubles.

Logistic Growth Model

LOGISTIC GROWTH (DIFFERENTIAL FORM)
dN/dt = rN(1 − N/K)
Where K = carrying capacity. The term (1 − N/K) is the density-dependent braking factor. When N is small relative to K, this factor approaches 1 and growth is approximately exponential. When N = K, the factor equals 0 and growth ceases. When N > K, the factor becomes negative and the population declines.
LOGISTIC GROWTH (INTEGRATED FORM)
N(t) = K / (1 + ((K − N₀)/N₀) × e^(−rt))
This sigmoidal function describes the full trajectory from initial size N₀ to K. The inflection point occurs at N = K/2 and t = ln((K − N₀)/N₀) / r. Maximum absolute growth rate (dN/dtmax) = rK/4, which occurs when N = K/2.
📐 Derivation Note
The logistic equation is derived by modifying the exponential model to include a linear decrease in per capita growth rate as N increases: reff = r(1 − N/K). Substituting into dN/dt = reff × N yields the logistic differential equation. This assumes a perfectly linear relationship between per capita growth rate and density — a simplification that rarely holds exactly in nature but serves as an excellent first-order approximation.

Population Regulation & Limiting Factors

Real populations are shaped by a complex interplay of factors that regulate their growth. Understanding the distinction between density-dependent and density-independent factors is essential for predicting population behavior under different ecological scenarios. Density-dependent factors create the negative feedback loops embedded in the logistic model, while density-independent factors introduce stochastic perturbations that neither model captures inherently.

This diagram organizes the major factors that regulate population size into two categories. Density-dependent factors (left, cyan) intensify as population density increases, creating the negative feedback loop captured by the logistic model. Density-independent factors (right, amber) affect the population regardless of its size, introducing stochastic variation around the predicted trajectory.

In practice, most natural populations experience a combination of both factor types. For instance, a population of white-tailed deer in a temperate forest may be regulated primarily by density-dependent factors such as intraspecific competition for browse and predation by wolves, while also being subject to density-independent perturbations like harsh winters or forest fires. The relative importance of each factor type determines whether a population's trajectory resembles smooth logistic convergence toward K or exhibits erratic oscillations. Ecologists often use k-factor analysis — partitioning total mortality into components attributable to specific causes — to quantify the relative contribution of each factor across the life cycle of a species.

Comparison of density-dependent and density-independent regulatory factors
FeatureDensity-DependentDensity-Independent
Effect on per capita rateVaries with N; intensifies at higher densityConstant regardless of N
ExamplesCompetition, predation, disease, territorialityDrought, volcanic eruptions, wildfires, floods
Role in population regulationStabilizing; creates negative feedback toward KPerturbing; can cause sudden declines unrelated to density
Model representationCaptured by the (1 − N/K) term in logistic equationRequires stochastic terms or piecewise functions

Worked Example: Logistic Growth in a Deer Population

A wildlife biologist is studying a white-tailed deer population in a nature reserve. The carrying capacity of the reserve has been estimated at K = 500 deer. The current population is N₀ = 50 deer, and the intrinsic rate of increase has been measured as r = 0.3 per year. The biologist wants to predict: (a) the population size after 10 years, (b) the time at which the population reaches the inflection point, and (c) the maximum absolute growth rate.

Logistic Growth Calculation
1
Step 1 — Identify Given ValuesWe are given: N₀ = 50, K = 500, r = 0.3 yr⁻¹. We need the integrated logistic equation: N(t) = K / (1 + ((K − N₀)/N₀) × e−rt).
N₀ = 50, K = 500, r = 0.3 yr⁻¹
2
Step 2 — Compute the Constant TermCalculate (K − N₀)/N₀ = (500 − 50)/50 = 450/50 = 9. This constant tells us how far below K the initial population is, normalized to N₀.
(K − N₀)/N₀ = 9
3
Step 3 — Find N(10): Population After 10 YearsSubstitute t = 10: N(10) = 500 / (1 + 9 × e−0.3 × 10) = 500 / (1 + 9 × e−3). Since e−3 ≈ 0.0498, we get N(10) = 500 / (1 + 9 × 0.0498) = 500 / (1 + 0.448) = 500 / 1.448 ≈ 345 deer.
N(10) ≈ 345 deer
4
Step 4 — Find Time to Inflection PointThe inflection point occurs at N = K/2 = 250. Using the formula tinflection = ln((K − N₀)/N₀) / r = ln(9) / 0.3 = 2.197 / 0.3 ≈ 7.32 years. At approximately 7.3 years, the population reaches half its carrying capacity and is growing at its fastest absolute rate.
t(inflection) ≈ 7.3 years
5
Step 5 — Calculate Maximum Absolute Growth RateThe maximum value of dN/dt under logistic growth occurs at N = K/2 and equals rK/4. Substituting: dN/dtmax = 0.3 × 500 / 4 = 150 / 4 = 37.5 deer per year. This is the maximum number of individuals added to the population in any single year, and it is also the maximum sustainable yield — the greatest harvest that can be taken annually without causing population decline.
dN/dt(max) = 37.5 deer/year
🦌 Ecological Interpretation
Notice that after just 10 years the population has already reached approximately 69% of carrying capacity (345/500). The rapid initial growth slows dramatically as the population nears K — a 15-year projection yields N ≈ 472, and approaching 500 requires decades. This asymptotic approach to K is characteristic of the logistic model and reflects the progressive intensification of density-dependent limiting factors.

Strengths & Limitations of Growth Models

Both the exponential and logistic models are idealized representations of population growth, and each carries important assumptions that determine when it can be usefully applied and when it fails. Ecologists must critically evaluate these assumptions when selecting a model for a particular population and recognize that departures from model predictions often reveal the most interesting biology.

Comparative analysis of exponential and logistic growth models
CriterionExponential ModelLogistic Model
Key assumptionUnlimited resources; constant per capita rLinear decline of per capita r with density; fixed K
StrengthsSimple, analytically tractable; good for short-term predictions and early colonization phasesCaptures density dependence; predicts equilibrium; useful for management (MSY)
LimitationsPredicts infinite growth — unrealistic long-term; ignores all resource limitationsAssumes constant K; ignores time lags, age structure, Allee effects, and stochasticity
Best applied toBacteria in fresh medium; invasive species in new habitat; initial outbreak of diseaseStable single-species populations with clear resource limits; fisheries and wildlife management
Trajectory shapeJ-curve (unbounded)S-curve (sigmoid, asymptote at K)
KEY TAKEAWAY
The exponential and logistic models are like blueprints and architectural drawings: the exponential model is the rough sketch showing what a structure could look like without constraints, while the logistic model is the engineered plan that accounts for the load-bearing limits of the materials. Neither is 'wrong' — each is useful at the appropriate level of analysis. In ecology, as in engineering, the most insightful conclusions often come from understanding why real data deviate from the model predictions, not merely from fitting the model to data.

Extensions to Advanced Population Theory

The exponential and logistic models form the foundation upon which more sophisticated population models are built. Real ecological systems exhibit complexities — time delays, age structure, spatial heterogeneity, interspecific interactions, and stochastic environmental variation — that these basic models do not capture. Understanding these extensions is essential for applying population ecology to conservation challenges, epidemiological modeling, and ecosystem management.

How basic population models extend to address real-world ecological complexity
Basic ConceptAdvanced ExtensionKey Modification
Logistic growth (single species)Lotka–Volterra competitionAdds interspecific competition coefficients (α, β) to model two species competing for shared resources
Continuous growth (dN/dt)Discrete-time modelsUses N(t+1) = λN(t) for organisms with non-overlapping generations (insects, annual plants); can produce chaos
No age structureLeslie matrix modelsIncorporates age- or stage-specific survival and fecundity rates using matrix multiplication
Positive growth always when N is smallAllee effectPer capita growth rate declines at low N due to difficulty finding mates, reduced predator dilution, or loss of cooperative behaviors
Single-patch modelMetapopulation dynamicsModels multiple subpopulations connected by dispersal; extinction and recolonization dynamics (Levins model)

One particularly important extension for conservation biology is the Allee effect, which describes a positive relationship between per capita growth rate and population size at low densities. Unlike the logistic model — where small populations always grow — Allee effects can create a critical threshold below which populations decline toward extinction. This has profound implications for species recovery programs and the management of endangered species, as it means that simply removing the threat that caused a decline may not be sufficient if the population has fallen below its Allee threshold. These advanced models build directly on the mathematical foundations of exponential and logistic growth, making mastery of the basic models essential for progression in ecology.

Practice Problems

PROBLEM 1CONCEPTUAL
Explain why the logistic growth model predicts maximum absolute growth rate (dN/dt) at N = K/2 rather than at small population sizes where per capita growth rate is highest. What is the biological significance of this distinction between per capita and absolute growth rates?
PROBLEM 2BASIC CALCULATION
A population of bacteria starts with N₀ = 100 cells and has an intrinsic growth rate r = 0.5 hr⁻¹. Assuming exponential growth, calculate: (a) the population size after 6 hours, and (b) the doubling time.
PROBLEM 3INTERMEDIATE
A population of fish in a lake has K = 10,000, N₀ = 2,000, and r = 0.2 yr⁻¹. Using the logistic model: (a) What is the population size after 5 years? (b) At what time does the population reach the inflection point? (c) If managers want to harvest the maximum sustainable yield, how many fish can they remove per year without causing population decline?
PROBLEM 4APPLIED
An invasive plant species colonizes a disturbed meadow. During the first 3 years of monitoring, the population grows from 200 to 1,800 individuals and appears to follow exponential growth. (a) Estimate r for this population. (b) If the meadow's carrying capacity for this species is approximately 15,000 individuals, predict the population size after 8 total years using the logistic model. (c) Discuss why the exponential and logistic predictions would diverge significantly by year 8.
PROBLEM 5CRITICAL THINKING
The standard logistic model assumes that per capita growth rate declines linearly with density and that the carrying capacity is constant. Consider a population of African wild dogs (Lycaon pictus) in a fragmented landscape. Discuss how each of the following phenomena would cause deviations from logistic predictions: (a) Allee effects due to the cooperative hunting behavior of wild dogs, (b) fluctuating K driven by seasonal prey migration, and (c) disease outbreaks that are density-dependent. For each, describe whether the deviation would push the population above or below the logistic prediction and sketch the qualitative shape of the growth curve.

Summary: Population Ecology & Growth Models

Population ecology models the change in population size (N) over time using two foundational frameworks. The exponential model (dN/dt = rN) describes unlimited growth at a constant per capita rate (r), producing a J-shaped curve that is applicable to colonization events and short-term projections. The logistic model (dN/dt = rN(1 − N/K)) incorporates density-dependent regulation through the carrying capacity (K), producing an S-shaped (sigmoid) curve that levels off as the population approaches environmental limits.

Key quantitative relationships include the doubling time (t_d = ln(2)/r) for exponential growth, the inflection point at N = K/2 where absolute growth rate peaks, and the maximum sustainable yield (rK/4), which is central to resource management. Real populations are regulated by density-dependent factors (competition, predation, disease) and perturbed by density-independent factors (weather, natural disasters). Advanced extensions — including Lotka–Volterra competition, Leslie matrix models, Allee effects, and metapopulation dynamics — build directly on these foundations to address the full complexity of ecological systems.

Varsity Tutors • College Biology • Population Ecology & Growth Models