Continuous Compound Interest

Calculate how much money grows continuously over time, or solve how long growth takes at a given rate of compound interest.

A=PertA = Pe^{rt}

Solve a problem with Continuous Compound Interest

Type the problem. The solver will use Continuous Compound Interest where Continuous Compound Interest 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 Continuous Compound Interest takes
AA
PP
rr
tt
Continuous Compound Interest
SymbolMeaning
AAThe final amount after time tt has passed; this is what you solve for when you know the starting amount and want to know the future value.
PPThe principal or initial amount invested; if confused with AA, you will calculate the growth in the wrong direction.
rrThe annual interest rate as a decimal, not a percentage—so 5%=0.055\% = 0.05, not 55; forgetting this conversion makes answers 100 times too large.
ttTime in years; if your problem gives time in months or days, you must convert to years first, or the exponential will be completely wrong.

When to use it

Use this formula when interest is compounded continuously, which financial institutions sometimes offer for savings or investment accounts.

Level

Usually taught in: Algebra II

Worked examples

1. Find the amount after 2 years with simple numbers

Problem

An investment of $1000 is placed in an account that earns 5% annual interest compounded continuously. How much money will be in the account after 2 years?
  1. A=PertA = Pe^{rt}

    Write down the continuous compound interest formula.

  2. A=1000e0.052A = 1000 \cdot e^{0.05 \cdot 2}

    Substitute P=1000P = 1000, r=0.05r = 0.05 (converting 5% to decimal), and t=2t = 2.

  3. A=1000e0.1A = 1000 \cdot e^{0.1}

    Multiply the exponent: 0.05×2=0.10.05 \times 2 = 0.1.

  4. A=10001.10517A = 1000 \cdot 1.10517

    Use a calculator to evaluate e0.11.10517e^{0.1} \approx 1.10517.

  5. A=1105.17A = 1105.17

    Multiply to find the final amount in dollars.

Answer: A=1105.17 dollarsA = 1105.17 \text{ dollars}

After 2 years, the original $1000 grows to $1105.17. Notice this is slightly more than what you would get with annual compounding, because continuous compounding adds interest more frequently.

2. Solve for an unknown interest rate

Problem

An investment of $2000 grows to $3000 over 4 years with continuous compounding. What annual interest rate was being earned?
  1. A=PertA = Pe^{rt}

    Start with the continuous compound interest formula.

  2. 3000=2000e4r3000 = 2000 \cdot e^{4r}

    Substitute the known values: A=3000A = 3000, P=2000P = 2000, and t=4t = 4.

  3. 30002000=e4r\frac{3000}{2000} = e^{4r}

    Divide both sides by 2000.

  4. 1.5=e4r1.5 = e^{4r}

    Simplify the fraction.

  5. ln(1.5)=4r\ln(1.5) = 4r

    Take the natural logarithm of both sides to undo the exponential.

  6. 0.40547=4r0.40547 = 4r

    Evaluate ln(1.5)0.40547\ln(1.5) \approx 0.40547 with a calculator.

  7. r=0.405474r = \frac{0.40547}{4}

    Divide both sides by 4.

  8. r0.10137r \approx 0.10137

    Calculate the rate as a decimal.

Answer: r0.10137 or about 10.14%r \approx 0.10137 \text{ or about } 10.14\%

Working backward from the final amount requires logarithms because the unknown is in the exponent. The account was earning approximately 10.14% annual interest. This example shows why natural logarithm (ln\ln) is essential when solving for rr or tt.

3. Word problem: game character's power growth

Problem

In a fantasy video game, a character's magical power grows continuously while channeling a spell. The growth rate is 12% per minute. If the character starts with 500 magical power points, how many power points will they have after 5 minutes of channeling?
  1. A=PertA = Pe^{rt}

    Use the continuous compound interest formula; here the 'interest' is magical power growth.

  2. A=500e0.125A = 500 \cdot e^{0.12 \cdot 5}

    Substitute P=500P = 500 (starting power), r=0.12r = 0.12 (converting 12% to decimal), and t=5t = 5 (minutes).

  3. A=500e0.6A = 500 \cdot e^{0.6}

    Multiply the exponent: 0.12×5=0.60.12 \times 5 = 0.6.

  4. A=5001.8221A = 500 \cdot 1.8221

    Use a calculator to evaluate e0.61.8221e^{0.6} \approx 1.8221.

  5. A=911.06A = 911.06

    Multiply to get the final power level.

Answer: A911.06 power pointsA \approx 911.06 \text{ power points}

The character's power nearly doubles in 5 minutes because continuous growth at 12% per minute is extremely fast. This problem shows that the continuous compound interest formula applies anywhere exponential growth happens, not just in banking.

Common mistakes

Where Continuous Compound Interest usually goes wrong
Answer came out wrong
Using the full percentage value instead of the decimal: A=1000e52A = 1000 \cdot e^{5 \cdot 2} for a 5% rate.
Always convert percentages to decimals before substituting: 5%=0.055\% = 0.05, 12%=0.1212\% = 0.12, and so on.
Treating erte^{rt} as erte^r \cdot t and computing (2.718...)0.05×2(2.718...)^{0.05} \times 2 instead of (2.718...)0.1(2.718...)^{0.1}.
Always compute the exponent rtrt as one step, then raise ee to that result.
Using A=P(1+r/n)ntA = P(1 + r/n)^{nt} when the problem says 'compounded continuously'.
Check the problem statement: if it says 'compounded continuously', use A=PertA = Pe^{rt}. If it says 'compounded quarterly' or 'compounded monthly', use A=P(1+r/n)ntA = P(1 + r/n)^{nt} instead.
The mistakeWhy it is wrongThe fix
Using the full percentage value instead of the decimal: A=1000e52A = 1000 \cdot e^{5 \cdot 2} for a 5% rate.Percentages must be converted to decimals: 5%=0.055\% = 0.05, not 55; using 5 instead makes the exponent 100 times larger, causing a drastically inflated answer.Always convert percentages to decimals before substituting: 5%=0.055\% = 0.05, 12%=0.1212\% = 0.12, and so on.
Treating erte^{rt} as erte^r \cdot t and computing (2.718...)0.05×2(2.718...)^{0.05} \times 2 instead of (2.718...)0.1(2.718...)^{0.1}.The exponent rtrt is a single number; you must multiply rr and tt first, then raise ee to that power. Multiplying ere^r by tt gives a linear answer instead of exponential growth.Always compute the exponent rtrt as one step, then raise ee to that result.
Using A=P(1+r/n)ntA = P(1 + r/n)^{nt} when the problem says 'compounded continuously'.Continuous compounding is mathematically different from discrete compounding; it uses ee and applies when interest is added infinitely often. Using the wrong formula gives a slightly smaller (and incorrect) answer.Check the problem statement: if it says 'compounded continuously', use A=PertA = Pe^{rt}. If it says 'compounded quarterly' or 'compounded monthly', use A=P(1+r/n)ntA = P(1 + r/n)^{nt} instead.

Tips and when to use something else

  • Convert interest rates from percentages to decimals before plugging into the formula—5%=0.055\% = 0.05, not 55.
  • When solving for time or rate, you will need the natural logarithm (ln\ln) to undo the exponential. Without it, you'll be stuck with ee in your equation.
  • Use this formula only when the problem explicitly says 'compounded continuously'. For discrete compounding intervals (yearly, quarterly, monthly), use A=P(1+r/n)ntA = P(1 + r/n)^{nt} instead.
  • Most scientific calculators and graphing calculators have an exe^x button. If you need to evaluate e0.1e^{0.1}, press the exe^x button, enter 0.1, and hit equals.

Frequently asked questions

Why does the formula use ee instead of just a regular number?
The continuous compound interest formula comes from a limit: if you compound more and more often (every second, every millisecond, infinitely often), the amount approaches PertPe^{rt}. The number ee arises naturally from this mathematical limit, and it is the unique base that makes continuous compounding work.
How is continuous compound interest different from regular compound interest?
Regular compound interest—say, compounded monthly—adds interest a fixed number of times per year. Continuous compounding means interest is added infinitely often, at every instant. Because interest is added so frequently, you earn a tiny bit more with continuous compounding than with monthly or yearly compounding at the same rate.
What does it mean if rr is negative?
A negative rate models decay, not growth: the value decreases over time. This can represent money losing value due to inflation, radioactive material decaying, or a game character losing power. The same formula applies; just use r<0r < 0, and AA will be less than PP.
Do I always need a calculator to solve these problems?
If the problem asks for a numerical answer, yes—you'll need to evaluate e(some number)e^{\text{(some number)}} or ln((some number))\ln(\text{(some number)}), which requires a calculator or computer. However, if the problem says 'leave your answer in terms of ee', you can write an exact answer like 1000e0.11000e^{0.1} without computing the decimal.

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