By Lisa Maloney
Mar 12, 2023 1:49 am EST
Igor Kutyaev/iStock/GettyImages
Exponential growth often appears in everyday language, yet its mathematical underpinnings are precise and essential for many real‑world scenarios. Whether you’re tracking bacterial proliferation, evaluating compound interest, or modeling population dynamics, the same core formula applies. To solve for exponential growth, you’ll need the starting value, the growth or decay rate, and the elapsed time.
The most common representation is:
f(t) = a × ekt
where a is the initial value, k is the continuous growth (or decay) constant, t is time, and f(t) is the value at time t. Euler’s number (e ≈ 2.71828) is the base of natural logarithms and the foundation of continuous exponential change.
Alternatively, the compound‑interest form is often used:
f(t) = a(1+r)t
Here, r represents a discrete growth rate (e.g., annual interest) and the exponent still tracks elapsed periods.
Consider a microbiologist measuring a new bacterial species. He starts with 50 cells and, five hours later, records 550 cells.
Plugging these numbers into the continuous model:
550 = 50 × ek×5
Divide both sides by 50 to isolate the exponential term:
11 = e5k
Take the natural logarithm of each side:
ln(11) = 5k
Finally, solve for k:
k = ln(11) / 5 ≈ 0.48 · hr-1
This rate tells you how rapidly the population expands. To project the size after 10 hours, simply insert t = 10 into the formula using the derived k value.
A rate k below zero indicates exponential decay—each period yields fewer individuals. In finance, this scenario often represents negative growth or debt accumulation. The same equations apply; the sign of k determines whether the trend is growth or decay.
To compute half‑life or doubling time, set the formula’s output to half or twice the starting value and solve for time.