Exponential Growth Calculator
Project the future value of any quantity that grows by a fixed percentage each period using A = P(1 + r)ᵗ. Used for compound interest, population growth, inflation projection, bacterial growth, and any "fixed-rate compounding" model.
About this calculator
Exponential growth describes any quantity whose rate of change is proportional to its current size — bigger things grow faster in absolute terms, but at the same percentage rate. The discrete-time formula is A = P · (1 + r)ᵗ, where P is the initial value (also called principal in finance, P₀ in physics, N₀ in biology), r is the per-period growth rate expressed as a decimal (5% becomes 0.05), t is the number of periods, and A is the value after t periods. Each period the quantity is multiplied by (1 + r), so over t periods it is multiplied by (1 + r)ᵗ. Variables: principal P > 0 (negative or zero starting values rarely make physical sense); rate r can be positive (growth), zero (no change), or negative (decay, must satisfy r > -1 to avoid going below zero); time t can be any non-negative real number, though integer t matches the per-period compounding most naturally. Edge cases: r = 0 gives A = P (no change); r = -1 gives A = 0 after one period (total loss); r > 0 and t → ∞ gives A → ∞ (unbounded growth); r < 0 and t → ∞ gives A → 0 (asymptotic decay). The continuous-time version is A = P · e^(rt), where the rate r is the instantaneous growth rate per unit time; for small r the discrete and continuous forms are nearly identical, but they diverge for large rates. Real-world calibrations: doubling time for growth is approximately 70/r (in percent) — the rule of 70; halving time for decay is approximately -70/r. Exponential growth is unsustainable in real systems (food, money, populations) — every empirical exponential phase eventually saturates into a logistic curve when limits kick in.
How to use
Example 1 — Compound interest. You invest $1,000 at 5% per year for 10 years (interest reinvested annually). Enter Principal = 1000, Rate = 0.05, Time = 10. A = 1000 · (1.05)¹⁰ ≈ 1000 · 1.6289 ≈ $1,628.89. ✓ Verify: (1.05)¹⁰ = 1.05·1.05·... 10 times = 1.62889; multiplied by 1000 gives 1,628.89. The original $1,000 has grown by 63% in pure compounding interest, despite the rate being "only" 5% per year — that is the power of exponential growth. Example 2 — Population doubling. A bacterial colony doubles every hour (100% growth per hour). Enter Principal = 1,000,000 (initial colony count), Rate = 1.0 (100%), Time = 8 hours. A = 1,000,000 · (1 + 1)⁸ = 1,000,000 · 2⁸ = 1,000,000 · 256 = 256,000,000. ✓ In just 8 hours the colony grows from 1 million to 256 million — a 256× increase. This is why uncontrolled exponential processes (pandemics, viral content, chain reactions) become alarming so quickly: by the time they are visible they are already enormous, and they keep doubling.
Frequently asked questions
How is exponential growth different from linear growth?
Linear growth adds a constant amount each period — total grows by a fixed step, slope is constant. Exponential growth multiplies by a constant factor each period — total grows by a percentage of the current value, so the absolute increase gets larger over time. Over short horizons the two can look similar, but exponentials always eventually outpace any linear function. A useful comparison: a savings account with simple interest at 5% on $1,000 earns exactly $50 every year forever; the same money with compound interest at 5% earns $50 in year 1, but $80 in year 10, and $326 in year 30 — because the interest compounds on growing principal. The classic illustration is the rice-on-chessboard story: doubling a single grain across 64 squares produces 2⁶⁴ − 1 grains, more than enough to bury the Earth.
What is the difference between exponential growth and exponential decay?
Mathematically they are the same formula, A = P(1 + r)ᵗ, just with a sign on r. Growth: r > 0, the value increases each period (interest, population, viral spread). Decay: r < 0 (between -1 and 0), the value decreases each period (radioactive decay, drug elimination, asset depreciation, cooling). Both produce a curve, but the growth curve sweeps upward unboundedly while the decay curve asymptotes toward zero from above. The half-life of a decaying process is the time to reach 50% of the original value, given by t₁/₂ = ln(2) / |ln(1 + r)| ≈ -0.693 / r for small r. Continuous decay uses A = P·e^(-kt), where k > 0 is the decay constant.
How do I find the doubling time for a given growth rate?
Solve (1 + r)ᵗ = 2 for t: t = ln(2) / ln(1 + r). For small rates this simplifies to t ≈ 0.693 / r ≈ 70 / r% — the rule of 70, useful for mental arithmetic. At 7% annual growth, doubling takes about 70 / 7 = 10 years; at 10% growth, about 7 years; at 2% (typical long-run economic growth), about 35 years. The corresponding "rule of 72" is essentially equivalent (72 is a more convenient number for division: 72/6 = 12, 72/8 = 9, etc.) and works for rates in the 4–12% range with sub-1% error. The doubling-time concept is critical for understanding compound growth — it is why long horizons matter so much in retirement saving, debt accumulation, and population dynamics.
What are the most common mistakes people make with exponential growth?
The first is entering the rate as a percentage instead of a decimal — 5 (meaning 5%) instead of 0.05 produces a ridiculously inflated answer because (1 + 5)ᵗ = 6ᵗ, six-fold growth per period. The second is confusing the time unit: if the rate is "5% per year" then t must be in years, not months — using the same r with t in months gives wildly wrong projections (or, worse, looks plausible). The third is extrapolating exponential trends far beyond the validity of the model — real-world growth is almost always logistic (S-shaped) and saturates eventually; pretending the curve continues uncapped leads to absurd predictions (every species would exhaust the universe in a few centuries by exponential extrapolation). The fourth is forgetting that compound growth is exponential — many people add up "5% per year for 10 years" and get 50% growth instead of the correct 63%. The fifth is mishandling decay: a 50% decay over t periods means (1 − 0.5)ᵗ, not 1 − 0.5·t, and the difference is huge for large t.
When should I not use this calculator?
Skip it when growth is constrained by limited resources — populations, market sizes, virus spread eventually hit carrying capacities; use a logistic-growth or Bass-diffusion model instead. Do not use it for variable-rate processes where the percentage rate changes period to period; that requires summing log(1 + rᵢ) over each period or using a time-series model. It is the wrong tool for continuous compounding when the period is much shorter than the rate would naturally suggest — use A = P·e^(rt) instead, which gives a slightly higher answer for the same nominal r. Avoid it for net-of-inflation, tax-adjusted, or real (vs nominal) growth without first converting r to the appropriate basis. Finally, do not use a single exponential model for long horizons in social or financial forecasting; the assumption that the rate stays constant for 30+ years is rarely accurate, and Monte Carlo with rate uncertainty produces much more honest projections.