Exponential growth and decay describe anything that changes by a fixed percentage each period rather than by a fixed amount — savings compounding, populations expanding, radioactive isotopes decaying, drugs clearing from the bloodstream. The math is identical across all of these; only the sign of the rate and the label on the axis change. This calculator covers the three questions people actually ask: what will the value become, what rate got me here, and how long does a rate take to double or halve a quantity.
Why exponential curves feel deceptive
A quantity growing at a constant percentage rate looks almost flat at first and then rises steeply — the classic "hockey stick." This happens because each period's increase is a percentage of an ever-larger base: growing 5% on 1,000 adds 50, but growing 5% on 10,000 adds 500. The rate never changes, but the absolute increase compounds. This is why linear intuition ("it only grew a little the first few periods, so it will stay small") consistently underestimates exponential processes — pandemics, compound interest, and viral growth are the textbook examples.
Solving for rate or time instead of the final value
Most of the time the question isn't "what will this become" but "what rate got me from A to B" or "how long until I reach B." Both are solved with logarithms. To find the rate: divide the final value by the initial value, take the t-th root (raise to the power 1/t), and subtract 1. To find the time: take the natural log of the ratio (final ÷ initial) and divide by the natural log of the growth base (1 + r) or decay base (1 − r). This calculator's "Solve for" toggle runs these formulas automatically, but knowing the shape of the calculation makes it easier to sanity-check the answer — a rate solved from a final value smaller than the initial value should come back negative (or you're in the wrong tab).
Doubling time and half-life are rate-only numbers
One of the more useful facts about exponential processes is that doubling time and half-life depend only on the rate — not on the starting quantity. A population of 100 growing at 7% per period doubles in the same 10.2 periods as a population of 10 million growing at 7%. This is what makes the "Rule of 70" mental-math shortcut work (70 ÷ rate% ≈ doubling time) and why doubling time is the number epidemiologists, demographers, and financial planners quote instead of the raw growth rate — it translates an abstract percentage into a concrete, comparable timeframe.
Discrete vs. continuous compounding
This calculator uses the discrete model, final = initial × (1 + r)^t, which compounds once per period — appropriate for annual growth rates, generation counts, or any process measured in whole steps. Continuous growth, final = initial × e^(kt), instead compounds constantly (as if the period were infinitesimally short). The two are related: a continuous rate k corresponds to a discrete per-period rate of e^k − 1. For most real-world modeling the discrete form is simpler and matches how rates are usually reported ("grows 5% per year"), so start there unless a source specifically gives you a continuous rate constant.