How this instrument works
Exponential growth describes a quantity that increases by the same percentage during each period, rather than by the same fixed amount — which means the actual size of each period's increase keeps growing as the total grows, since a fixed percentage of a bigger number is a bigger amount. This is the same underlying pattern behind population growth with a constant birth-rate-minus-death-rate percentage, compound interest at a fixed periodic rate, and early-stage viral or epidemic spread before any saturation effects kick in.
This calculator uses the discrete compounding formula, N(t) = N0 × (1+r)ᵺ, which applies the growth rate once per whole period — the same structure as standard compound interest, where a rate is applied once per year, once per month, or however the period is defined. This is a genuinely different formula from continuous exponential growth, N(t) = N0 × e^(rt), which instead applies growth continuously rather than in discrete jumps; the two produce different numbers for the same nominal rate r, and it's worth checking which convention a given real-world problem actually uses before assuming they're interchangeable.
A negative growth rate models exponential decay under the identical formula — a rate of −0.02 (a 2% per-period decline) shrinks the starting amount geometrically over time, the same mathematical shape as radioactive decay or depreciation, just running in the opposite direction from growth. This instrument accepts any rate greater than −100% (a rate of exactly −100% or below would imply the quantity vanishes entirely or goes negative, which the model doesn't support).
- Enter the quantity you're starting with into Starting amount (N0).
- Enter the growth rate for a single period into Growth rate per period (r) — as a decimal, so 5% is entered as 0.05, and use a negative value like −0.02 for decay.
- Enter how many periods will pass into Number of periods (t).
- Read Predicted amount, N(t) for the resulting quantity after t periods of compounding at rate r.
- Make sure r and t use matching time units — an annual rate needs t in years, a monthly rate needs t in months, and so on.
Worked example — 1,000 units growing 5% per period for 10 periods
Starting with N0 = 1,000, a growth rate of r = 0.05 (5% per period), and t = 10 periods, Predicted amount, N(t) reads 1628.894627, computed as 1000 × 1.05¹⁰. The factor 1.05¹⁰ ≈ 1.6288946267774422 is the same well-known compounding constant that shows up in compound-interest calculations — 5% growth compounded over 10 periods multiplies the starting amount by nearly 1.63, not simply 1.5 (which is what 10 periods of 5% would give under flat, non-compounding growth).
That gap between 1.5× and 1.63× is exactly what makes exponential growth different from simple linear growth: each period's 5% increase is calculated on the already-grown total from the period before, not on the original 1,000 starting amount, so the absolute size of each period's gain keeps increasing even though the percentage rate stays fixed at 5% throughout.
Questions
Is this the same formula used for compound interest?
Yes — N(t) = N0 × (1+r)ᵗ is exactly the standard compound-interest formula, just written with general 'growth' language instead of financial terms. A starting amount growing at 5% per period for 10 periods and a deposit earning 5% interest per period for 10 periods use the identical arithmetic; this instrument works equally well for population, biological, or any other quantity that grows by a fixed percentage each period, not specifically financial amounts.
What's the difference between this and continuous exponential growth, N0·e^(rt)?
This calculator uses discrete, once-per-period compounding — the growth rate is applied in whole-period jumps, matching how compound interest, annual population estimates, or step-wise data are typically reported. Continuous exponential growth instead applies the rate at every instant rather than in discrete jumps, using e^(rt) rather than (1+r)ᵗ, and produces a slightly different number for the same nominal rate r (continuous growth compounds slightly faster). Check which convention your specific data or problem actually follows before assuming the two formulas are interchangeable — they're related but not identical.
Can this calculator model decline or decay, not just growth?
Yes — enter a negative growth rate (anything greater than −1, such as −0.02 for a 2% per-period decline) and the identical formula produces geometric decay instead of growth, shrinking the starting amount over time rather than increasing it. This covers situations like depreciation, radioactive decay modeled in discrete steps, or any population or quantity shrinking by a fixed percentage each period.
Why do r and t need matching time units?
Because the formula treats r as 'the growth rate for one period' and t as 'how many of those periods have elapsed' — mixing units (an annual rate with a number of months, for instance) applies the wrong-sized rate the wrong number of times and produces a meaningless result. If your rate is quoted annually but you want a monthly prediction, convert the rate to a monthly-equivalent figure first, or convert your time span into years, before entering either value here.
Does exponential growth ever level off in reality?
In the real world, yes, almost always eventually — populations run into limited resources, epidemics run out of susceptible people to infect, viral content saturates its potential audience — but this model doesn't include any such leveling-off (saturation) effect. It assumes the same fixed percentage growth rate applies unchanged for the entire span of t periods, which is realistic for shorter time horizons or early-stage growth, but increasingly unrealistic the further out a prediction is projected without any capacity limit built in.