๐ Exponential Growth Calculator (Growth, Decay and Doubling Time)
By Shihab Mia ยท Updated 2026-07-13
Enter a positive rate for growth or a negative rate (for example -10) for decay.
| Period | Value | Change from start |
|---|
This exponential growth calculator finds the final value after a quantity grows or shrinks by a fixed percentage each period. Enter the initial value, the growth rate per period and the number of periods, and you instantly get the final amount, the total change, the doubling time and a period-by-period table. The core answer: Final = Initial x (1 + r)^n, where r is the rate as a decimal and n is the number of periods. Use a positive rate for growth and a negative rate for exponential decay, such as depreciation or radioactive decline. For growth that happens every instant rather than once per period, switch to the continuous model, Final = Initial x e^(r x t).
What is the Exponential Growth Calculator?
Exponential growth describes any quantity that changes by a constant percentage each period rather than by a constant amount. The defining feature is that the increase is proportional to the current size, so the bigger it gets, the faster it grows. This is why money in a compounding account, a spreading rumour, or an unchecked population can stay small for a long time and then climb startlingly fast: the same percentage applied to a larger base produces a larger absolute jump every period.
The core relationship for discrete growth is Final = Initial x (1 + r)^n, where r is the growth rate written as a decimal (a 10 percent rate is 0.10) and n is the number of periods. The term (1 + r) is the growth factor: multiply by it once for each period. When the rate is positive the factor is greater than 1 and the value rises; when the rate is negative the factor is less than 1 and the value falls, which is exponential decay. A rate of -10 percent gives a factor of 0.90, so each period keeps 90 percent of the previous value.
There are two closely related models, and the difference matters. Discrete growth, (1 + r)^n, assumes the change is applied in one lump at the end of each period, which is how annual interest or a yearly population count usually behaves. Continuous growth, Initial x e^(r x t), assumes the change happens at every instant and compounds infinitely often. Continuous growth is the natural model for physics, biology and continuously compounded finance. For the same stated rate the continuous model gives a slightly higher result, because e^r is always a little larger than (1 + r); at 10 percent, e^0.10 is about 1.10517 versus 1.10.
A powerful shortcut that competitors highlight is doubling time: how long a growing quantity takes to double. The exact figure is ln(2) divided by the continuous rate, and the popular Rule of 70 approximates it by dividing 70 by the percent growth rate. A quantity growing 7 percent per period doubles in roughly 70 / 7 = 10 periods. For decay, the mirror concept is half-life, the time to fall to half, found the same way with the magnitude of the rate. According to Population Education, the Rule of 70 stays accurate to within about 10 percent for rates under 25 percent, which is why demographers and investors rely on it for quick mental estimates.
A period can be anything you choose, a year, a month, a day, or a single step, as long as the rate matches that period. The model assumes the percentage stays constant, which is an idealisation: real growth rates change, and nothing grows exponentially forever because resources eventually run out. The classic correction is the logistic curve, which bends the exponential trend toward a ceiling. Even so, as the OpenStax LibreTexts calculus text notes, the exponential model is an excellent first approximation for compound interest, inflation, depreciation, user growth and radioactive decay over the range where the rate is roughly steady.
When to use it
- Projecting an investment or savings balance that grows by a fixed percentage each year, and reading its doubling time.
- Estimating how a population, subscriber count, or user base expands over a number of periods.
- Modelling depreciation, radioactive decay, or any decline by entering a negative rate and reading the half-life.
- Seeing the long-term effect of a steady inflation rate on prices or of a discount rate on present value.
- Comparing a stated rate under the discrete model against the continuous e^(r x t) model for finance or science.
- Teaching or checking homework on exponential growth and decay, the growth factor, and the Rule of 70.
How to use the Exponential Growth Calculator
- Enter the initial value, the amount you are starting with (the value at period 0).
- Enter the growth rate as a percent per period (use a negative number such as -10 for decay).
- Enter the number of periods the growth or decay runs for (decimals are allowed).
- Read off the final value, total change, percent change, doubling time and the per-period table.
- If your quantity compounds continuously rather than once per period, switch to the continuous model for the e^(r x t) result.
Formula & method
Worked examples
A value of 1000 grows by 10 percent per period for 5 periods.
- Growth factor = 1 + 10 / 100 = 1.10
- (1.10)^5 = 1.61051
- Final = 1000 x 1.61051 = 1610.51
- Total change = 1610.51 - 1000 = +610.51
- Percent change = 610.51 / 1000 x 100 = +61.05%
Result: Final value 1610.51, total change +610.51 (about +61.05%)
A value of 5000 decays by 10 percent per period for 5 periods (rate = -10).
- Growth factor = 1 + (-10) / 100 = 0.90
- (0.90)^5 = 0.59049
- Final = 5000 x 0.59049 = 2952.45
- Total change = 2952.45 - 5000 = -2047.55
- Percent change = -2047.55 / 5000 x 100 = -40.95%
Result: Final value 2952.45, total change -2047.55 (about -40.95%)
How long does 7 percent per period take to double a value, and what is the exact figure?
- Rule of 70 estimate = 70 / 7 = 10 periods
- Exact continuous figure = ln(2) / 0.07 = 0.6931 / 0.07 = 9.90 periods
- Check discrete: (1.07)^10 = 1.9672, close to 2
- So the value roughly doubles in about 10 periods
Result: Doubling time is about 10 periods (9.90 exact), and the Rule of 70 estimate matches closely
Growth factor (1 + r)^n for an initial value of 1000 at 10% growth per period
| Periods (n) | Growth factor | Final value |
|---|---|---|
| 1 | 1.10000 | 1100.00 |
| 5 | 1.61051 | 1610.51 |
| 10 | 2.59374 | 2593.74 |
| 20 | 6.72750 | 6727.50 |
How a positive rate (growth) and negative rate (decay) change the factor
| Rate per period | Growth factor (1 + r) | Effect |
|---|---|---|
| +20% | 1.20 | Grows: keeps 100% plus 20% each period |
| +5% | 1.05 | Grows slowly |
| 0% | 1.00 | No change, value stays flat |
| -10% | 0.90 | Decays: keeps 90% each period |
| -50% | 0.50 | Halves each period |
Doubling time by growth rate (Rule of 70 estimate versus exact ln(2)/r)
| Growth rate | Rule of 70 (70 / rate) | Exact periods |
|---|---|---|
| 1% | 70 | 69.7 |
| 2% | 35 | 35.0 |
| 5% | 14 | 14.2 |
| 7% | 10 | 9.9 |
| 10% | 7 | 7.3 |
Common mistakes to avoid
- Adding the rate instead of compounding it. Growing 10% for 5 periods is not a 50% increase. Because each period applies the rate to the new, larger base, the true increase is about 61% (1.10^5 = 1.61051). Multiplying the factor each period, not adding the percentages, is what makes growth exponential.
- Mismatching the rate and the period. The rate must match the period you count in. A 12% annual rate is not 12% per month. If you count periods in months, convert the rate to a monthly rate first, otherwise the projection will be far too high.
- Entering the rate as a decimal in the percent field. The rate field expects a percent, so type 10 for 10 percent, not 0.10. Entering 0.10 would be read as one tenth of one percent and give almost no change.
- Confusing the discrete and continuous models. Discrete growth (1 + r)^n and continuous growth e^(r x t) give slightly different answers for the same stated rate. Continuous is always a little higher. Use continuous only when the quantity truly compounds every instant, such as radioactive decay or continuously compounded interest.
- Expecting decay to ever reach zero. With a negative rate the value keeps a fixed fraction each period, so it approaches zero but never actually reaches it. Exponential decay shrinks the amount but cannot fully eliminate it in a finite number of steps.
- Treating exponential growth as forever. No real quantity grows exponentially without limit. Resources, saturation and competition eventually slow it, so the curve bends toward a ceiling (the logistic model). Use the exponential result as an early-stage estimate, not a permanent forecast.
Glossary
- Initial value
- The starting amount before any growth or decay is applied (the value at period 0), written P0 or A0.
- Growth rate
- The constant percentage by which the value changes each period. Positive means growth, negative means decay.
- Growth factor
- The multiplier (1 + rate as a decimal) applied once per period. Above 1 grows the value, below 1 shrinks it.
- Period
- One step of the model, such as a year, month, or day. The rate must be expressed per this same period.
- Exponential decay
- Shrinkage by a constant percentage each period, produced by using a negative growth rate (a factor below 1).
- Continuous growth
- Growth applied at every instant, modelled by Initial x e^(r x t), where e is about 2.71828. It compounds infinitely often.
- Doubling time
- The time a growing quantity takes to become twice as large. Exact value ln(2) / r, estimated by the Rule of 70.
- Half-life
- The mirror of doubling time for decay: the time for a quantity to fall to half its value, ln(2) divided by the magnitude of the rate.
Frequently asked questions
What is the exponential growth formula?
The exponential growth formula is Final = Initial x (1 + r)^n, where r is the growth rate written as a decimal and n is the number of periods. In percent terms the rate is divided by 100 first, so a 10 percent rate uses a factor of 1.10. This calculator applies the formula automatically once you enter the three inputs.
How do I calculate exponential decay?
To calculate exponential decay, use the same formula but enter a negative growth rate. A rate of -10 percent gives a factor of 0.90, so the value keeps 90 percent of itself each period. The tool then shows a falling final value, a negative total change, and the half-life.
What is the difference between exponential and linear growth?
Linear growth adds the same fixed amount each period, so its graph is a straight line. Exponential growth multiplies by the same factor each period, so the increase gets larger over time and the graph curves upward ever more steeply. Over enough periods, exponential always overtakes linear.
How do I find the doubling time?
Doubling time is how long a quantity takes to double, found exactly with ln(2) / r and estimated by the Rule of 70: divide 70 by the percent growth rate. A value growing 7 percent per period doubles in about 70 / 7 = 10 periods. Population Education notes the Rule of 70 is accurate to within about 10 percent for rates under 25 percent.
What is the difference between the discrete and continuous models?
Discrete growth, (1 + r)^n, applies the change once at the end of each period. Continuous growth, Initial x e^(r x t), applies it at every instant and compounds infinitely often. For the same stated rate the continuous model gives a slightly higher result because e^r is a little larger than (1 + r).
Can the number of periods be a decimal?
Yes. The formula works for fractional periods too, for example 2.5 periods, because the growth factor can be raised to any power. The calculator accepts decimals and shows the exact final value for that fractional exponent.
Is exponential growth the same as compound interest?
They are the same idea. Compound interest is exponential growth where the period is the compounding interval and the rate is the periodic interest rate. For interest compounded several times a year you may prefer a dedicated compound interest calculator that handles the frequency directly.
What is the Rule of 70 and how accurate is it?
The Rule of 70 estimates doubling time by dividing 70 by the percent growth rate, giving a fast mental figure without a logarithm. The closely related Rule of 72 is often used for interest. Both are approximations of the exact ln(2) / r and stay within roughly 10 percent for typical rates under 25 percent.
Why does the value grow so fast in later periods?
Because the same percentage is applied to a larger base each period. Early on the base is small so the absolute change is small, but as the value builds, the constant percentage produces ever-larger jumps. This accelerating pattern is the hallmark of exponential growth.
What are real examples of exponential growth and decay?
Growth examples include compound interest, population increase, viral spread and unchecked user growth. Decay examples include radioactive decay, drug concentration in the body, asset depreciation and cooling. In each case the change is a constant percentage of the current amount, which is exactly what this calculator models.