Exponential Growth Formula
A single bacterium dividing every 20 minutes can produce over 1 million cells in just 7 hours. That is exponential growth: the larger the quantity, the faster it increases. The exponential growth formula puts a precise number on this pattern, letting you predict future values for populations, investments, and any system that grows by a constant percentage.
What Is the Exponential Growth Formula?
Exponential growth occurs when a quantity increases at a rate proportional to its current value. There are two standard forms of the formula, depending on whether growth compounds at discrete intervals or continuously.
Discrete exponential growth formula:
$$A = P \times (1 + r)^t$$Continuous exponential growth formula:
$$A = P \times e^{rt}$$Where:
- A – final amount after time t
- P – initial amount (principal or starting value)
- r – growth rate per time period (as a decimal; e.g., 5% = 0.05)
- t – number of time periods
- e – Euler’s number ≈ 2.71828
The discrete form is used when growth compounds once per period (annually, monthly). The continuous form applies when compounding happens non-stop – common in biology and physics.
How to Calculate Exponential Growth Step by Step
Note: Exponential growth formulas assume a constant growth rate. In reality, growth is limited by resources, competition, and carrying capacity. Use these for short-term projections or educational purposes.
The calculator above handles both discrete and continuous growth. To do the math manually, follow these steps:
- Identify your variables – write down P, r, and t from your problem.
- Convert the rate – a 3.5% growth rate becomes r = 0.035.
- Choose the formula – discrete for periodic compounding, continuous for constant compounding.
- Evaluate – compute (1 + r)^t or e^(rt), then multiply by P.
Example: Investment Growth (Discrete)
You invest $10,000 at 7% annual interest, compounded once per year, for 15 years.
- P = 10,000, r = 0.07, t = 15
- A = 10,000 × (1 + 0.07)^15
- A = 10,000 × 2.75903
- A = $27,590.30
Example: Bacterial Growth (Continuous)
A colony of 500 bacteria grows continuously at 12% per hour. Find the population after 6 hours.
- P = 500, r = 0.12, t = 6
- A = 500 × e^(0.12 × 6)
- A = 500 × e^0.72
- A = 500 × 2.05443
- A ≈ 1,027 bacteria
How to Find the Growth Rate from Data
Sometimes you know the starting and ending values and need to find the rate. Rearrange the formula:
Discrete: r = (A / P)^(1/t) − 1
Continuous: r = ln(A / P) / t
A city had 120,000 residents in 2016 and 155,000 in 2026 (t = 10 years).
- r = (155,000 / 120,000)^(1/10) − 1
- r = 1.2917^(0.1) − 1
- r = 1.0258 − 1
- r ≈ 2.58% per year
What Is Doubling Time and the Rule of 70?
Doubling time tells you how long it takes a quantity to become twice its original size. For continuous growth:
$$t_d = \frac{\ln 2}{r} \approx \frac{0.693}{r}$$For discrete growth:
$$t_d = \frac{\ln 2}{\ln(1 + r)}$$The Rule of 70 gives a fast mental estimate: divide 70 by the percentage growth rate.
| Growth rate | Exact doubling time | Rule of 70 estimate |
|---|---|---|
| 1% | 69.66 years | 70 years |
| 2% | 34.66 years | 35 years |
| 5% | 14.21 years | 14 years |
| 7% | 10.24 years | 10 years |
| 10% | 7.27 years | 7 years |
At 7% annual growth, an investment roughly doubles every 10 years – and quadruples every 20.
Exponential Growth vs. Linear Growth
The critical distinction: linear growth adds a fixed amount each period; exponential growth multiplies by a fixed ratio.
| Year | Linear (+100/yr) | Exponential (10%/yr) |
|---|---|---|
| 0 | 1,000 | 1,000 |
| 5 | 1,500 | 1,611 |
| 10 | 2,000 | 2,594 |
| 20 | 3,000 | 6,727 |
| 30 | 4,000 | 17,449 |
Early on, both look similar. After 20 periods, exponential growth produces more than double the linear result. After 30 periods, the gap becomes dramatic.
Real-World Applications of Exponential Growth
- Finance – compound interest, retirement projections, and loan amortization all rely on the discrete formula. The U.S. SEC compound interest tool demonstrates this principle.
- Biology – population models, bacterial cultures, and viral spread (especially in early phases of an epidemic) follow continuous exponential patterns.
- Physics – radioactive decay uses the same formula with a negative rate (r < 0), known as exponential decay.
- Technology – Moore’s Law (historically ~2× transistor count every 2 years) is an exponential growth observation.
- Demographics – the UN World Population Prospects uses exponential and logistic growth models for country-level forecasts.
Limitations of the Exponential Growth Formula
No real system grows exponentially forever. Resources run out, space fills up, or saturation occurs. In practice, exponential models are accurate for:
- Early stages of growth before constraints matter
- Short-term projections (a few doubling periods)
- Idealized or theoretical scenarios
For longer timeframes, the logistic growth model (S-shaped curve) is more realistic – it starts exponentially but levels off at a carrying capacity.
This article is for educational purposes. Financial and population projections involve uncertainties not captured by simple exponential models.