What is Exponential Growth: The Mathematics of Unlimited Reproduction?
Mathematical Foundation
Laws & Principles
- The Rule of 70: Doubling time ≈ 70 / (rate in %). A population growing at 2% per year doubles in ~35 years. At 7%, it doubles in ~10 years. This quick mental math comes from ln(2) ≈ 0.693 ≈ 70/100.
- Exponential vs Logistic: Exponential growth (J-curve) assumes infinite resources. Logistic growth (S-curve) adds a carrying capacity K: P(t) = K/(1 + ((K-P₀)/P₀)e^(-rt)). Real populations transition from exponential to logistic as resources deplete.
- Negative r = Exponential Decay: When r < 0, the model describes population decline, radioactive decay, or drug elimination. The half-life t½ = ln(2)/|r| is the time for the quantity to halve.
Step-by-Step Example Walkthrough
" A bacterial colony starts with 1,000 cells and grows at r = 0.35 per hour. How many cells after 8 hours? "
- 1. Identify: P₀ = 1,000, r = 0.35/hr, t = 8 hours.
- 2. P(8) = 1,000 × e^(0.35 × 8) = 1,000 × e^(2.8).
- 3. e^(2.8) = 16.44.
- 4. P(8) = 1,000 × 16.44 = 16,445 cells.