Exponential Growth

Use Exponential Growth when a quantity grows by multiplying by a constant factor each time period, like bacteria populations or money earning compound interest.

A=A0ekt,k>0A = A_0 e^{kt}, \quad k > 0

Solve a problem with Exponential Growth

Type the problem. The solver will use Exponential Growth where Exponential Growth is the right tool, and tell you when it is not.

Drag one in or paste from the clipboard. JPEG, PNG or WebP. You get the transcription to check before anything is solved.

How to get a better answer
  • Paste the whole problem, including the instruction word — "simplify", "solve for x" and "factor" lead to three different answers.
  • Say what you have already tried. "I got x = 4 and the book says 2" turns a solution into a diagnosis.
  • Set the level in the settings button. A calculus shortcut is not a better answer if you have not met derivatives yet.
  • For a photo, get the whole problem in frame and hold the page flat — you get the transcription to fix before anything is solved.

What each symbol means

What Exponential Growth takes
AA
A0A_0
kk
tt
Exponential Growth
SymbolMeaning
AAThe amount after time has elapsed; what you measure at time tt. Do not confuse with A0A_0 or you will report the starting value as your final answer.
A0A_0The starting amount at time t=0t = 0, before growth begins; always written with subscript 0. Forgetting the subscript can lead you to use the wrong initial value.
kkThe growth rate constant (positive for growth), with units of inverse time such as per year or per hour. If k<0k < 0 you have decay instead; if k=0k = 0 there is no change.
ttThe elapsed time since t=0t = 0, measured in the same units that define kk. If kk is per year, tt must be in years; mixing units gives wrong answers.

When to use it

Reach for this model when something multiplies by the same percentage each time step, such as populations, investments, or radioactive decay.

Level

Usually taught in: Algebra II

Worked examples

1. Calculate population size after a given time

Problem

A bacteria colony starts with 100 cells and grows exponentially with k=0.1k = 0.1 per hour. How many cells are present after 5 hours?
  1. A=A0ektA = A_0 e^{kt}

    Write the exponential growth formula.

  2. A=100e0.15A = 100 e^{0.1 \cdot 5}

    Substitute A0=100A_0 = 100, k=0.1k = 0.1, and t=5t = 5 into the formula.

  3. A=100e0.5A = 100 e^{0.5}

    Simplify the exponent by multiplying 0.15=0.50.1 \cdot 5 = 0.5.

  4. A1001.6487=164.87A \approx 100 \cdot 1.6487 = 164.87

    Use a calculator to find e0.51.6487e^{0.5} \approx 1.6487, then multiply by 100.

Answer: A164.87 cellsA \approx 164.87 \text{ cells}

We substitute the known values into the exponential growth formula and evaluate. The colony has roughly 165 cells after 5 hours because continuous growth compounds the increase over time.

2. Solve for time when population reaches a target

Problem

A population starts at 5000 people and grows continuously at k=ln2/10k = \ln 2 / 10 per year (doubling every 10 years). How many years until the population reaches 20000?
  1. 20000=5000eln210t20000 = 5000 e^{\frac{\ln 2}{10} \cdot t}

    Set up the equation with A=20000A = 20000, A0=5000A_0 = 5000, and the given kk.

  2. 4=eln210t4 = e^{\frac{\ln 2}{10} \cdot t}

    Divide both sides by 5000 to isolate the exponential.

  3. ln4=ln210t\ln 4 = \frac{\ln 2}{10} \cdot t

    Take the natural logarithm of both sides to bring tt out of the exponent.

  4. t=10ln4ln2=10ln4ln2=102=20t = \frac{10 \ln 4}{\ln 2} = 10 \cdot \frac{\ln 4}{\ln 2} = 10 \cdot 2 = 20

    Divide both sides by ln2/10\ln 2 / 10. Since ln4=ln22=2ln2\ln 4 = \ln 2^2 = 2 \ln 2, we get ln4ln2=2\frac{\ln 4}{\ln 2} = 2.

Answer: t=20 yearst = 20 \text{ years}

Starting from 5000, the population quadruples to reach 20000. Since the population doubles every 10 years, it doubles twice in 20 years (500010000200005000 \to 10000 \to 20000), confirming our answer.

3. Calculate investment return with continuous compounding

Problem

You deposit $1000\$1000 into a savings account earning 8% annual interest, compounded continuously. Using A=A0ektA = A_0 e^{kt} with k=0.08k = 0.08, how much money will you have after 5 years? Round to the nearest cent.
  1. A=A0ektA = A_0 e^{kt}

    Write the continuous-compound-interest formula, which is the exponential growth formula.

  2. A=1000e0.085A = 1000 e^{0.08 \cdot 5}

    Substitute A0=1000A_0 = 1000 dollars, k=0.08k = 0.08 per year, and t=5t = 5 years.

  3. A=1000e0.4A = 1000 e^{0.4}

    Simplify the exponent: 0.085=0.40.08 \cdot 5 = 0.4.

  4. A10001.4918=1491.82A \approx 1000 \cdot 1.4918 = 1491.82

    Calculate e0.41.4918e^{0.4} \approx 1.4918 with a calculator, then multiply by 1000 and round to the nearest cent.

Answer: A$1491.82A \approx \$1491.82

Continuous compounding means interest is earned on interest at every instant, not just annually. Over 5 years, your $1000 grows to approximately $1491.82, an increase of about 49%, because the 8% rate is applied continuously.

Common mistakes

Where Exponential Growth usually goes wrong
Answer came out wrong
Writing A=A0ekA = A_0 e^k (forgetting the tt in the exponent)
Always include tt: A=A0ektA = A_0 e^{kt}. The product ktkt is the exponent, which changes as time increases.
Using a negative rate like k=0.05k = -0.05 to represent 5% growth
Use k=0.05k = 0.05 for 5% growth. Reserve negative kk for decay problems, where you label it explicitly as decay.
Writing k=5k = 5 when the growth rate is 5% per year
Convert percentage to decimal: 5%=0.055\% = 0.05, so k=0.05k = 0.05. For any percentage p%p\%, use k=p/100k = p / 100.
The mistakeWhy it is wrongThe fix
Writing A=A0ekA = A_0 e^k (forgetting the tt in the exponent)This formula gives a constant amount no matter how much time passes, so it fails to model growth.Always include tt: A=A0ektA = A_0 e^{kt}. The product ktkt is the exponent, which changes as time increases.
Using a negative rate like k=0.05k = -0.05 to represent 5% growthA negative kk produces exponential decay (the amount shrinks), not growth. Negative rates describe radioactive decay or population decline.Use k=0.05k = 0.05 for 5% growth. Reserve negative kk for decay problems, where you label it explicitly as decay.
Writing k=5k = 5 when the growth rate is 5% per yearA percentage is not a decimal rate. The percentage 5% converts to the decimal 0.050.05; using k=5k = 5 treats growth as 500% per year, which is incorrect.Convert percentage to decimal: 5%=0.055\% = 0.05, so k=0.05k = 0.05. For any percentage p%p\%, use k=p/100k = p / 100.

Tips and when to use something else

  • Check your units carefully: if kk is per year, tt must be in years. Mixing different time units will give nonsensical answers.
  • For discrete growth (like doubling every month), convert to continuous rate using k=ln(factor)periodk = \frac{\ln(\text{factor})}{\text{period}}; for doubling, that is k=ln20.693k = \ln 2 \approx 0.693.
  • When you need to solve for tt, take the natural logarithm of both sides to free tt from the exponent: ln(ekt)=kt\ln(e^{kt}) = kt.
  • Do not confuse this with Linear Growth (A=A0+ktA = A_0 + kt), which adds a fixed amount each period and grows much slower than exponential growth.

Frequently asked questions

How do I know if a real-world situation is exponential growth or just linear growth?
Exponential growth multiplies by the same factor each period (like a population growing by 10% each year), while linear growth adds the same amount each period (like saving $100 per month). If the rate is given as a percentage, it is almost certainly exponential.
Why use ee in the formula instead of 2, 10, or some other base?
e2.71828e \approx 2.71828 is special because A=A0ektA = A_0 e^{kt} represents growth happening at every instant in time, not just at discrete intervals. This continuous model fits natural and financial phenomena better than step-wise growth with other bases. Most textbooks and real applications use ee for this reason.
What happens if k=0k = 0?
When k=0k = 0, the exponent becomes 0t=00 \cdot t = 0 regardless of tt, so e0=1e^0 = 1 and A=A01=A0A = A_0 \cdot 1 = A_0 for all time. The amount never changes; there is no growth or decay.
Can tt be negative, and what does that mean?
Yes, negative tt is valid; it means you are looking backward in time. If t=3t = -3 and k=0.1k = 0.1, then A=A0e0.3A = A_0 e^{-0.3}, which tells you the amount 3 time units ago. This is useful when you know the current amount and want to calculate what it was in the past.

Need a different method?

The full solver is not scoped to one formula — type any problem and it will pick the method.

Open the math solver

Reviewed 2026-09-18