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

Calculation Mode
Calculate Future Value Starting value or principal Percentage per time period (0–100%). Negative = decay Number of time periods
Compounding

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:

  1. Identify your variables – write down P, r, and t from your problem.
  2. Convert the rate – a 3.5% growth rate becomes r = 0.035.
  3. Choose the formula – discrete for periodic compounding, continuous for constant compounding.
  4. 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 rateExact doubling timeRule of 70 estimate
1%69.66 years70 years
2%34.66 years35 years
5%14.21 years14 years
7%10.24 years10 years
10%7.27 years7 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.

YearLinear (+100/yr)Exponential (10%/yr)
01,0001,000
51,5001,611
102,0002,594
203,0006,727
304,00017,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.

Frequently Asked Questions

What is the difference between discrete and continuous exponential growth?
Discrete growth compounds at set intervals (monthly, annually) using A = P(1 + r)^t. Continuous growth compounds constantly using A = Pe^(rt). Continuous growth always yields a slightly higher result for the same rate and period.
How do you calculate doubling time?
For continuous growth, doubling time = ln(2) / r ≈ 0.693 / r. For discrete growth, doubling time = ln(2) / ln(1 + r). The Rule of 70 gives a quick estimate: 70 divided by the percentage rate.
Can the exponential growth formula produce negative results?
The output itself stays positive since the base e^x or (1 + r)^t is always positive for real r and t. However, a negative growth rate (r < 0) produces exponential decay, where the value decreases toward zero over time.
Where is exponential growth used in real life?
Common applications include population dynamics, compound interest, bacterial cultures, viral spread models, radioactive decay (negative growth), and technology adoption curves. Any scenario with a constant percentage rate of change follows this pattern.
What happens when the growth rate equals zero?
When r = 0, the formula simplifies to A = P × 1^t = P. The quantity remains constant over time – no growth and no decay. This marks the boundary between exponential growth and exponential decay.
  1. Find the Median: Formula, Examples & Calculator
  2. CAGR Calculator: Compound Annual Growth Rate
  3. Volume of Cylinder Formula Calculator