Calculating Population Density Limits with Exponential Growth

Exponential Growth 11th-12th Grade
PROBLEM
Country A has an exponential growth rate of 4.9% per year. The population is currently 4,879,000, and the land area of Country A is 18,000,000,000 square yards. Assuming this growth rate continues and is exponential, after how long will there be one person for every square yard of land?

What This Problem Teaches

  • Applying the continuous exponential growth model P(t) = P₀e^(rt)
  • Solving exponential equations using natural logarithms
  • Understanding the relationship between growth rates and time scales
  • Recognizing when exponential models lead to physically unrealistic scenarios
  • Converting between different forms of exponential growth (continuous vs. discrete)

Solution: Method 1 — The Continuous Growth Model

This problem asks us to find when the population will equal the land area in square yards — essentially when population density reaches one person per square yard. We'll use the continuous exponential growth model.

Step 1 — Set up the exponential growth equation

For continuous exponential growth, we use:

P(t) = P₀e^(rt)

Where P₀ = 4,879,000 (initial population), r = 0.049 (4.9% as a decimal), and t is time in years.

Step 2 — Define the target condition

We want one person per square yard, so the target population equals the land area:

P(t) = 18,000,000,000

Step 3 — Substitute and solve for time

Setting up our equation:

18,000,000,000 = 4,879,000 × e^(0.049t)

Step 4 — Isolate the exponential term

Divide both sides by 4,879,000:

e^(0.049t) = 18,000,000,000 ÷ 4,879,000 ≈ 3,688.4

Step 5 — Apply natural logarithm to both sides

Taking the natural logarithm eliminates the exponential:

0.049t = ln(3,688.4) ≈ 8.213

Step 6 — Solve for t

Dividing by the growth rate:

t = 8.213 ÷ 0.049 ≈ 167.6 years

Solution: Method 2 — Discrete Annual Compounding

While the problem states "exponential," it mentions "4.9% per year," which could be interpreted as annual compounding rather than continuous growth. Let's solve using the discrete model to see the difference.

Step 1 — Use the discrete exponential model

For annual compounding:

P(t) = P₀(1 + r)^t

Where r = 0.049 for annual growth.

Step 2 — Set up the equation

18,000,000,000 = 4,879,000 × (1.049)^t

Step 3 — Isolate the exponential term

(1.049)^t = 3,688.4

Step 4 — Apply logarithms

Taking log of both sides:

t × log(1.049) = log(3,688.4) t = log(3,688.4) ÷ log(1.049) ≈ 3.567 ÷ 0.0208 ≈ 171.5 years

The discrete model gives us about 4 more years than the continuous model — a small but measurable difference.

Using continuous growth: approximately 167.6 years
Using discrete annual growth: approximately 171.5 years

Verification

Let's verify our continuous growth answer by substituting back into the original equation:

P(167.6) = 4,879,000 × e^(0.049 × 167.6) P(167.6) = 4,879,000 × e^8.213 P(167.6) = 4,879,000 × 3,688.4 ≈ 18,000,000,000 ✓

Our calculation is correct. After approximately 167.6 years of continuous 4.9% growth, the population will indeed equal the land area in square yards.

Does This Seem Reasonable?

While mathematically correct, this result illustrates why exponential growth cannot continue indefinitely. Having one person per square yard means:

  • Each person gets exactly 1 yard × 1 yard = 9 square feet of space
  • That's less space than a typical parking space (9 × 18 feet)
  • No room for buildings, roads, farms, or any infrastructure
  • Current world population density averages about 60 people per square kilometer

This calculation demonstrates that exponential population growth must eventually slow due to resource constraints, space limitations, and other factors — leading to logistic growth models instead.

Common Pitfalls

✗ Confusing continuous vs. discrete growth rates

Using P(t) = P₀(1.049)^t when the problem implies continuous growth, or vice versa. The 4.9% rate could be interpreted either way, but "exponential growth" typically means continuous in advanced problems.

✗ Logarithm base confusion

Using log₁₀ instead of natural log (ln) when solving e^(rt) = k. Remember: if you have e^x = k, then x = ln(k), not log₁₀(k).

✗ Unit mismatches

Forgetting that the land area is in square yards while thinking about people. The key insight is that "one person per square yard" means population equals land area numerically.

The Pattern Behind This

This is a classic "when does A equal B" exponential problem. The general approach is:

If P(t) = P₀e^(rt) and we want P(t) = Target, then: t = ln(Target/P₀) ÷ r

This pattern appears whenever you need to find the time for an exponentially growing quantity to reach a specific threshold. The ratio Target/P₀ tells you how many times larger the target is than the starting value, and ln of this ratio gives you the "exponential distance" to cover.

Notice that if the target were twice the initial population, we'd get t = ln(2)/r — this is the famous "doubling time" formula. Our problem asks for a much larger multiple (about 3,688 times), so it takes much longer.

Why This Matters

Population density calculations like this one appear in:

  • Urban planning: Determining when cities will exceed sustainable density limits
  • Environmental science: Modeling when species populations might exceed habitat capacity
  • Resource management: Predicting when consumption will outstrip renewable resource generation
  • Epidemiology: Calculating when disease spread might overwhelm healthcare capacity

The unrealistic nature of our answer — one person per square yard — illustrates why real populations follow logistic rather than pure exponential growth as they approach environmental limits.

What If?

1
Slower Growth Rate
Suppose Country A's growth rate slows to 3.1% per year (continuous). How long would it then take to reach one person per square yard?
Step 1 — Use the same exponential model

We still have P(t) = 4,879,000 × e^(0.031t), targeting 18,000,000,000.

Step 2 — Set up the equation

18,000,000,000 = 4,879,000 × e^(0.031t)

Step 3 — Isolate the exponential

e^(0.031t) = 18,000,000,000 ÷ 4,879,000 = 3,688.4

Step 4 — Apply natural logarithm

0.031t = ln(3,688.4) ≈ 8.213

Step 5 — Solve for time

t = 8.213 ÷ 0.031 ≈ 264.9 years

Verification

Check: 4,879,000 × e^(0.031 × 264.9) ≈ 18,000,000,000

Answer: Approximately 265 years — nearly 100 years longer than with 4.9% growth!

2
Reverse Engineering
If Country A wants to reach one person per square yard in exactly 200 years, what continuous growth rate would be required?
Step 1 — Set up the known equation

We know: P(200) = 18,000,000,000 and P₀ = 4,879,000

Step 2 — Write the exponential model

18,000,000,000 = 4,879,000 × e^(r × 200)

Step 3 — Isolate the exponential term

e^(200r) = 18,000,000,000 ÷ 4,879,000 = 3,688.4

Step 4 — Apply natural logarithm

200r = ln(3,688.4) ≈ 8.213

Step 5 — Solve for the growth rate

r = 8.213 ÷ 200 ≈ 0.041 = 4.1%

Verification

Check: 4,879,000 × e^(0.041 × 200) ≈ 18,000,000,000

Answer: 4.1% continuous growth rate — slower than the original 4.9%.

3
Adding Population Control
Country A implements a policy that caps population growth at 2% per year once the population reaches 50 million. How long until one person per square yard?
Step 1 — Find when population reaches 50 million

50,000,000 = 4,879,000 × e^(0.049t₁)

t₁ = ln(50,000,000/4,879,000) ÷ 0.049 = ln(10.25) ÷ 0.049 ≈ 47.0 years

Step 2 — Calculate remaining growth needed

After 47 years: population = 50 million, target = 18 billion

Remaining growth factor: 18,000,000,000 ÷ 50,000,000 = 360

Step 3 — Find time for 2% growth phase

50,000,000 × e^(0.02t₂) = 18,000,000,000

t₂ = ln(360) ÷ 0.02 ≈ 5.886 ÷ 0.02 ≈ 294.3 years

Step 4 — Add both time periods

Total time = 47.0 + 294.3 = 341.3 years

Verification

After 47 years: 4,879,000 × e^(0.049×47) ≈ 50 million

After 294 more years: 50 million × e^(0.02×294) ≈ 18 billion

Answer: Approximately 341 years — much longer due to growth control!

4
Competing Rates
Suppose coastal erosion reduces Country A's land area by 0.3% per year while population grows at 4.9% per year. When will there be one person per square yard of remaining land?
Step 1 — Set up both changing quantities

Population: P(t) = 4,879,000 × e^(0.049t)

Land area: A(t) = 18,000,000,000 × e^(-0.003t) (negative for shrinkage)

Step 2 — Set population equal to land area

4,879,000 × e^(0.049t) = 18,000,000,000 × e^(-0.003t)

Step 3 — Combine the exponentials

4,879,000 × e^(0.049t) × e^(0.003t) = 18,000,000,000

4,879,000 × e^(0.052t) = 18,000,000,000

Step 4 — Solve for time

e^(0.052t) = 18,000,000,000 ÷ 4,879,000 = 3,688.4

t = ln(3,688.4) ÷ 0.052 ≈ 8.213 ÷ 0.052 ≈ 157.9 years

Verification

Population after 158 years: 4,879,000 × e^(0.049×158) ≈ 10.6 billion

Land area after 158 years: 18 billion × e^(-0.003×158) ≈ 10.6 billion yd²

Answer: About 158 years — faster because land area is shrinking too!

Frequently Asked Questions

How do you solve for time in an exponential growth equation? +
Use natural logarithms to isolate time. Set up the equation P(t) = P₀e^(rt), substitute your known values, then take ln of both sides to get t = ln(P(t)/P₀)/r. In this problem, t = ln(18,000,000,000/4,879,000)/0.049 ≈ 167.6 years.
What's the difference between continuous and discrete exponential growth rates? +
Continuous growth uses P(t) = P₀e^(rt) where r is the continuous rate. Discrete growth uses P(t) = P₀(1+r)^t. A 4.9% continuous rate is slightly different from 4.9% annual compounding - the continuous model assumes growth happens every instant, not once per year.
Why use population density as a limiting factor in growth models? +
Population density problems help illustrate the eventual impossibility of unlimited exponential growth. When we calculate that there will be one person per square yard in 167.6 years, it demonstrates that exponential growth must eventually slow due to physical constraints like available space, resources, or carrying capacity.
NJ
Neven Jurkovic, PhD

Professor of Computer Science, Palo Alto College, Alamo Colleges District, San Antonio, TX

Developer of Algebrator

Contact

This solution was prepared with AI assistance and reviewed by Dr. Jurkovic for mathematical accuracy and pedagogical clarity.

2026-06-12