Exponential Growth Calculator
A value of 1,000 growing at 5% a year reaches about 1,628.89 after 10 years, compared to just 1,500 under flat, linear growth. This exponential growth calculator finds the final value of any quantity that grows or shrinks by a fixed percentage each period, whether that is a population, an investment, a bacteria culture, or a radioactive sample decaying over time. Enter a starting value, a growth rate, and a length of time, and choose between discrete compounding (the rate applies once per whole period) or continuous compounding (the rate applies constantly, using Euler's number e). Exponential growth differs from simple, linear growth because each period's growth is calculated on the new, larger total rather than the original amount, so the curve gets steeper over time instead of climbing at a constant slope. The same math, run with a negative rate, describes exponential decay, which covers everything from a car's depreciating value to a radioactive isotope's half-life. The calculator also reports the doubling time (or halving time for decay), the number of periods it takes the value to double or halve at the entered rate, a quick way to sanity-check any growth or decay assumption.
Quick answer
Discrete growth uses finalValue = initialValue x (1 + rate)^time, applying the rate once per whole period, like annual compound interest.
What this tells you
- •Discrete growth uses finalValue = initialValue x (1 + rate)^time, applying the rate once per whole period, like annual compound interest.
- •Continuous growth uses finalValue = initialValue x e^(rate x time), applying the rate at every instant rather than in discrete steps.
- •A positive rate produces growth and a doubling time. A negative rate produces decay and a halving time.
- •Doubling time and halving time are found from the rate alone and do not depend on the starting value, so a 5% rate always takes about 14.2 discrete periods to double, no matter the size of the starting amount.
- •Continuous compounding always grows slightly faster than discrete compounding at the same stated rate, because the growth compounds without waiting for a full period to pass.
- •Compound interest is a specific case of discrete exponential growth, where the rate is an interest rate and the periods are compounding intervals such as years or months.
- •A rate of exactly 0% leaves the value unchanged, and no doubling or halving time applies since the value never grows or shrinks.
How to Use
- 1Enter the initial value, the starting amount before any growth or decay is applied.
- 2Enter the growth rate as a percentage per period. Use a positive number for growth and a negative number for decay.
- 3Enter the time, the number of periods over which the growth or decay happens (years, months, or any consistent period you are modeling).
- 4Choose Discrete if the rate applies once per whole period, like annual compounding, or Continuous if the rate applies constantly.
- 5Click Calculate to see the final value, the total growth amount, the percent change, and the doubling or halving time.
How It Works
Formula
Discrete: finalValue = initialValue x (1 + rate/100)^time. Continuous: finalValue = initialValue x e^((rate/100) x time).The initial value is the starting amount, and the rate is the percentage change applied each period, entered as a whole number such as 5 for 5%. In discrete mode, the rate compounds once per whole period, so after t periods the value has been multiplied by (1 + rate/100) exactly t times. In continuous mode, growth happens at every instant rather than in discrete jumps, and the formula uses e, Euler's number (about 2.71828), raised to the power of the rate times time. Continuous compounding is the mathematical limit of discrete compounding as the compounding periods become infinitely frequent, which is why it always produces a slightly larger final value than discrete compounding at the same stated rate. Doubling time (for growth) or halving time (for decay) comes from solving the same formula for the time needed to reach exactly twice or half the starting value, using natural logarithms: doublingTime = ln(2) / ln(1 + rate/100) for discrete growth, or ln(2) / (rate/100) for continuous growth.
Calculation note: values are processed in the order shown above, using the current input units.
Worked Examples
Investment growing at 5% a year, discrete compounding
1,000 x (1 + 0.05)^10 = 1,000 x 1.628895 = 1,628.89. At a steady 5% annual rate, it takes about 14.21 years for the value to double, regardless of the starting amount.
Same investment with continuous compounding
1,000 x e^(0.05 x 10) = 1,000 x e^0.5 = 1,648.72. Continuous compounding edges out discrete compounding, 1,648.72 versus 1,628.89, because growth never pauses between periods.
Exponential decay of a $500 asset at 10% a year
500 x (1 - 0.10)^5 = 500 x 0.59049 = 295.25. With a negative rate, the calculator reports a halving time instead of a doubling time, here about 6.58 years for the value to fall to half its starting point.
Classic doubling-every-period example: bacteria that double each hour
2 x (1 + 1.00)^3 = 2 x 8 = 16. A 100% growth rate means the value doubles every single period by definition, so the doubling time comes out to exactly 1 period. This is the textbook shape used to introduce exponential growth with bacterial or viral doubling.
Doubling Time by Growth Rate (Discrete, Rule of 72 comparison)
Approximate number of periods it takes a value to double at common growth rates, using the exact formula ln(2) / ln(1 + rate/100).
| Growth Rate | Exact Doubling Time | Rule of 72 Estimate |
|---|---|---|
| 1% | 69.66 | 72.00 |
| 2% | 35.00 | 36.00 |
| 3% | 23.45 | 24.00 |
| 5% | 14.21 | 14.40 |
| 7% | 10.24 | 10.29 |
| 10% | 7.27 | 7.20 |
| 12% | 6.12 | 6.00 |
| 20% | 3.80 | 3.60 |
The Rule of 72 (72 divided by the rate) is a fast mental shortcut and stays close to the exact value for rates roughly between 5% and 12%. It drifts further from the true doubling time at very low or very high rates, which is why this calculator uses the exact logarithmic formula instead.
Why exponential growth outpaces linear growth
Linear growth adds the same fixed amount every period, so a value growing by 50 units a year climbs at a constant, straight-line slope forever. Exponential growth instead adds a fixed percentage of the current total, so each period's increase gets larger as the total itself gets larger. Early on, exponential and linear growth can look similar or even favor linear, but the exponential curve eventually overtakes it and keeps accelerating, which is the compounding effect: growth builds on top of previous growth instead of on top of the original starting amount.
This pattern shows up across many fields that otherwise have nothing in common. Population growth follows it when birth rates exceed death rates by a roughly constant percentage. Compound interest is a financial special case, where a bank account or loan balance grows by a fixed interest rate each compounding period. Viral spread in epidemiology and social media both follow an exponential curve early on, before saturation or intervention slows the rate. Radioactive decay and depreciation are the mirror image, exponential decay, where a negative rate shrinks a quantity toward zero by a fixed percentage each period rather than a fixed amount, which is why a half-life stays constant no matter how much material remains.
Discrete and continuous compounding describe how often that percentage gets applied within a period. Discrete compounding waits for a full period, like a year or a month, before adding the growth in one step. Continuous compounding applies the rate at every infinitesimal instant, using Euler's number e, and is the mathematical limit as the compounding frequency approaches infinity. The gap between the two is usually small at everyday rates and time spans, but it grows with higher rates and longer time frames. For a fast mental estimate of doubling time without running the full formula, the rule-of-72-calculator gives a close approximation by dividing 72 by the growth rate.
Common mistakes
- Using an annual rate with a time measured in months without converting. A 5% annual rate applied directly to 24 (as if it were 24 years) wildly overstates growth over 2 years. Convert time and rate to the same period before calculating.
- Confusing exponential growth with simple, linear growth. Reading 'grows 5% a year' as a flat plus-5-points addition each year understates the real trajectory, since exponential growth compounds on the current total, not the original amount.
- Entering decay as a rate over 100 instead of a negative rate. A value shrinking to 90% of itself each period is a rate of -10, not a rate of 90.
- Ignoring the difference between discrete and continuous compounding when comparing two growth scenarios. The two modes give different final values at the same stated rate, so mixing them produces an apples-to-oranges comparison.
- Assuming doubling time scales with the starting value. Doubling time depends only on the rate, not on how large or small the initial value is, so a $10 investment and a $10 million investment double at the exact same rate take the same number of periods.
Embed this calculator on your site
Drop this single line where you want the calculator to appear. It is responsive, mobile-friendly, resizes automatically, and is free to use with attribution.
<script src="https://calctide.com/embed.js" data-tool="exponential-growth-calculator" async></script>Preview the embed at /embed/exponential-growth-calculator/.