This site is a work in progress. New lessons are added regularly. Contact us

Compound Interest

Learning goals

  • Contrast linear simple interest with exponential compounding
  • Apply A=P(1+r)tA = P(1 + r)^t for yearly compounding
  • Divide the rate by nn and multiply the exponent by nn
  • Convert a percent to its decimal rate first
  • Reach A=PertA = Pe^{rt} by letting the periods grow without bound

Simple interest: the same amount every year

The plainest way to pay interest is to base it only on the original deposit, called the principal. If a principal PP earns a yearly rate rr, then each year it earns the same fixed amount PrPr. This is simple interest. After tt years the total interest is

I=Prt,I = P r t,

and the balance is the principal plus that interest,

A=P+Prt=P(1+rt).A = P + Prt = P(1 + rt).

The rate rr is always the decimal form of the percent, so a rate of 5%5\% means r=0.05r = 0.05. Suppose you deposit 1000 dollars at 5%5\% simple interest. Every year it earns 1000×0.05=501000 \times 0.05 = 50 dollars, the same 50 whether it is the first year or the tenth. After 33 years the interest is 1000×0.05×3=1501000 \times 0.05 \times 3 = 150 dollars, and the balance is 11501150 dollars. Because the yearly increase never changes, simple interest grows in a straight line: equal steps in time add equal amounts of money.

Compound interest: interest on its own interest

Real accounts almost never work that way. At the end of each period the interest is added to the balance, and the next period’s interest is figured on that larger balance. The interest starts earning interest. This is compound interest, and it changes the arithmetic from adding to multiplying.

Track the same 1000 dollars at 5%5\%, but now compounded once a year. After the first year the balance is the principal plus 5%5\% of it, which is 1000+50=10501000 + 50 = 1050. For the second year the 5%5\% applies to 10501050, not to the original 10001000, so the account earns 1050×0.05=52.501050 \times 0.05 = 52.50 and the balance becomes 1102.501102.50. The extra 2.502.50 beyond simple interest’s flat 5050 is interest earned on the first year’s interest. A third year multiplies again, and the balance reaches 1157.6251157.625, which rounds to 1157.631157.63 dollars. Compare the two methods after three years: simple interest gives 11501150 dollars, compound gives 1157.631157.63 dollars, and the gap only widens as the years pile up.

The key move is that each year multiplies the balance by the same factor. Adding 5%5\% to a balance is the same as multiplying it by 1.051.05, because B+0.05B=1.05BB + 0.05B = 1.05B. That single observation turns the year-by-year story into a clean formula.

Why annual compounding gives A=P(1+r)tA = P(1+r)^t#

Start with a principal PP and an annual rate rr, compounded once a year. During the first year the account earns interest PrPr, so the balance climbs to P+PrP + Pr. Factor out the common PP: one year multiplies the balance by 1+r1 + r, leaving P(1+r)P(1+r).

Nothing about the second year is different except where it begins. Its starting balance is P(1+r)P(1+r), and one more year multiplies that by the same factor 1+r1 + r, so the balance becomes P(1+r)(1+r)=P(1+r)2P(1+r)(1+r) = P(1+r)^2. The third year repeats the move exactly, giving P(1+r)3P(1+r)^3, and after tt whole years the factor 1+r1 + r has been applied tt times in a row:

A=P(1+r)t.A = P(1 + r)^t.

The exponent counts the years precisely because each year contributes one more factor of 1+r1 + r, no more and no less. This is the pattern you met in the previous lesson. Equal steps in tt multiply the output by the constant 1+r1 + r, which is the signature of an exponential function. The balance is the exponential function f(t)=P(1+r)tf(t) = P(1+r)^t with base 1+r1 + r. Since r>0r > 0 makes the base 1+r>11 + r > 1, it is exponential growth, which is why a compounded balance eventually outruns any straight line.

Simple versus compound growth of 1000 dollars over 10 yearsSimple interest is a straight line from (0, 1000) to (10, 2000); compound interest is an upward-bending curve from (0, 1000) to about (10, 2594), staying above the line after the start.balance (dollars)0246810years1000150020002500compoundsimple100025942000
The same 1000 dollars at 10 percent for 10 years. Simple interest adds a flat 100 dollars a year, so it climbs in a straight line to 2000. Compound interest multiplies by 1.10 each year, so it curves upward, reaching about 2594. The two start together and then the curve pulls away, because compound interest earns interest on its own interest.

Worked example 1 A balance compounded annually

You deposit 10001000 dollars in an account paying 5%5\% compounded annually. What is the balance after 33 years?

Convert the rate to a decimal, r=0.05r = 0.05, and read off the pieces of the formula: P=1000P = 1000, r=0.05r = 0.05, and t=3t = 3. Since compounding is annual, apply A=P(1+r)tA = P(1+r)^t directly:

A=1000(1+0.05)3=1000(1.05)3.A = 1000\,(1 + 0.05)^3 = 1000\,(1.05)^3.

Now raise the factor to the third power. Squaring gives 1.052=1.10251.05^2 = 1.1025, and one more factor gives 1.053=1.1576251.05^3 = 1.157625, so

A=1000×1.157625=1157.625.A = 1000 \times 1.157625 = 1157.625.

Rounded to the nearest cent, the balance is 1157.631157.63 dollars. Simple interest would have given only 1000(1+0.05×3)=11501000(1 + 0.05 \times 3) = 1150 dollars, so compounding is worth an extra 7.637.63 dollars over these three years, all of it interest earned on earlier interest.

Check your understanding

You invest 500500 dollars at 10%10\% compounded annually. What is the balance after 22 years?

Answer choices

Because the formula is just multiplication, you can also run it backward to find the deposit needed to reach a goal. If A=P(1+r)tA = P(1+r)^t, then dividing both sides by (1+r)t(1+r)^t isolates the principal:

P=A(1+r)t.P = \frac{A}{(1+r)^t}.

Worked example 2 Working out the deposit you need

How much must you deposit today, at 6%6\% compounded annually, to have exactly 50005000 dollars in 22 years?

Here the unknown is the principal PP, while A=5000A = 5000, r=0.06r = 0.06, and t=2t = 2 are known. Rearrange the formula to solve for PP by dividing:

P=A(1+r)t=5000(1.06)2.P = \frac{A}{(1+r)^t} = \frac{5000}{(1.06)^2}.

Compute the denominator first, 1.062=1.12361.06^2 = 1.1236, and then divide:

P=50001.1236=4449.98.P = \frac{5000}{1.1236} = 4449.98.

You need to deposit about 4449.984449.98 dollars now. Notice that no logarithm was needed: the unknown was a plain factor, not the exponent, so ordinary division finished the job. Pulling an unknown out of the exponent is a different task, and it waits for the next lesson.

Compounding several times a year

Most accounts do not wait a whole year to compound. They might do it every six months, every quarter, or every month. Two things change when interest is compounded nn times a year. Each period is a fraction of a year, so it pays only a fraction of the yearly rate, namely rn\dfrac{r}{n}. And over tt years there are not tt periods but nn periods per year for tt years, a total of ntnt periods. Each period still multiplies the balance by “one plus its own rate,” and there are ntnt of them, so the factor (1+rn)\left(1 + \dfrac{r}{n}\right) is applied ntnt times:

A=P(1+rn)nt.A = P\left(1 + \frac{r}{n}\right)^{nt}.

Read the two edits carefully, because both are easy to drop. The rate inside the parentheses is divided by nn, and the exponent is multiplied by nn. The exponent is ntnt, not tt. Quarterly compounding for 33 years, for instance, means n=4n = 4 and t=3t = 3, so the exponent is 4×3=124 \times 3 = 12, not 33.

Worked example 3 Quarterly compounding

You invest 10001000 dollars at 8%8\% compounded quarterly for 11 year. What is the balance, and how does it compare with annual compounding?

Quarterly means n=4n = 4, so each quarter pays a rate of 0.084=0.02\dfrac{0.08}{4} = 0.02, and over 11 year there are nt=4×1=4nt = 4 \times 1 = 4 periods. Substitute into the formula:

A=1000(1+0.084)41=1000(1.02)4.A = 1000\left(1 + \frac{0.08}{4}\right)^{4\cdot 1} = 1000\,(1.02)^4.

Raising 1.021.02 to the fourth power gives 1.024=1.082432161.02^4 = 1.08243216, so

A=1000×1.08243216=1082.43.A = 1000 \times 1.08243216 = 1082.43.

The balance is about 1082.431082.43 dollars. Compounding just once a year would have given 1000(1.08)=10801000(1.08) = 1080 dollars, so splitting the same 8%8\% into four quarterly steps earns an extra 2.432.43 dollars. More frequent compounding pays a little more, because interest starts earning interest sooner.

Check your understanding

A sum is compounded quarterly for 55 years. In the formula A=P(1+rn)ntA = P\left(1 + \frac{r}{n}\right)^{nt}, what number goes in the exponent ntnt?

Answer choices

Squeezing the periods: continuous compounding and the number e

If compounding four times a year beats once a year, what about a hundred times, or a million? Push the idea to its limit and compound not just every day but every instant. You might expect a balance compounded infinitely often to blow up to infinity, but it does not. It climbs toward a definite ceiling, and that ceiling introduces one of the most important numbers in mathematics.

To see the ceiling with clean numbers, strip away the principal and rate and ask what happens to the factor (1+1m)m\left(1 + \dfrac{1}{m}\right)^{m} as mm grows. This is exactly the compounding factor for a rate of 100%100\% compounded mm times, the sharpest case. Here is what the arithmetic gives:

mm(1+1m)m\left(1 + \tfrac{1}{m}\right)^{m}
1122
222.252.25
552.488322.48832
10102.593742.59374
1001002.704812.70481
1,0001{,}0002.716922.71692
10,00010{,}0002.718152.71815

The values keep rising, but by smaller and smaller amounts, and they crowd toward a single number near 2.718282.71828. That limiting value is named ee:

e=limm(1+1m)m2.71828e = \lim_{m \to \infty}\left(1 + \frac{1}{m}\right)^{m} \approx 2.71828\ldots

Like π\pi, the number ee is irrational: its decimals run forever without repeating. It is the base of the exponential function exe^x mentioned at the end of the previous lesson, and compound interest is where it is born.

Now bring the principal and rate back and let nn grow without bound in A=P(1+rn)ntA = P\left(1 + \frac{r}{n}\right)^{nt}. By the power-of-a-power rule, the growth factor (1+rn)nt\left(1 + \frac{r}{n}\right)^{nt} factors as

(1+rn)nt=[(1+rn)n]t.\left(1 + \frac{r}{n}\right)^{nt} = \left[\left(1 + \frac{r}{n}\right)^{n}\right]^{t}.

Set m=nrm = \dfrac{n}{r}, so that rn=1m\dfrac{r}{n} = \dfrac{1}{m} and n=mrn = mr. The inner bracket becomes

(1+1m)mr=[(1+1m)m]r.\left(1 + \frac{1}{m}\right)^{mr} = \left[\left(1 + \frac{1}{m}\right)^{m}\right]^{r}.

As nn grows without bound so does mm, and the inner piece (1+1m)m\left(1 + \frac{1}{m}\right)^{m} marches toward ee. So the bracket approaches ere^{r}, and the whole growth factor approaches (er)t=ert\left(e^{r}\right)^{t} = e^{rt}. Restoring the principal, the balance A=P(1+rn)ntA = P\left(1 + \frac{r}{n}\right)^{nt} approaches PertPe^{rt}. This limiting case is continuous compounding, and its formula is

A=Pert.A = P\,e^{rt}.
Balances converging to the continuous ceilingAs the number of compoundings per year rises through 1, 2, 4, 12, and 365, the balance rises toward a dashed horizontal line at 1061.84 dollars and never crosses it.balance after 1 year (dollars)106010611062continuous ceiling 1061.841060.0012412365times compounded per year
One year on 1000 dollars at 6 percent, compounded more and more often. Annual compounding gives 1060.00; quarterly, monthly, and daily each earn a bit more, but the gains shrink and the balances press up against the continuous ceiling of 1061.84 dollars. Compounding more often never breaks past that dashed line.

Worked example 4 Annual, quarterly, monthly, and continuous side by side

Take 10001000 dollars at 6%6\% for 11 year and compare four compounding schedules. Each uses the same P=1000P = 1000, r=0.06r = 0.06, and t=1t = 1; only the frequency nn changes.

Compounded annually, n=1n = 1:

A=1000(1.06)1=1060.00.A = 1000\,(1.06)^1 = 1060.00.

Compounded quarterly, n=4n = 4, so each period pays 0.064=0.015\tfrac{0.06}{4} = 0.015 and the exponent is 44:

A=1000(1.015)4=1000×1.06136=1061.36.A = 1000\,(1.015)^4 = 1000 \times 1.06136 = 1061.36.

Compounded monthly, n=12n = 12, so each period pays 0.0050.005 and the exponent is 1212:

A=1000(1.005)12=1000×1.06168=1061.68.A = 1000\,(1.005)^{12} = 1000 \times 1.06168 = 1061.68.

Compounded continuously, use A=PertA = Pe^{rt} with e0.061.061837e^{0.06} \approx 1.061837:

A=1000e0.06=1000×1.061837=1061.84.A = 1000\,e^{0.06} = 1000 \times 1.061837 = 1061.84.

Line them up: 1060.00<1061.36<1061.68<1061.841060.00 < 1061.36 < 1061.68 < 1061.84. Each jump in frequency adds a bit more, but the additions shrink, and every finite schedule stays below the continuous value 1061.841061.84 dollars. That continuous amount is the ceiling all the others are climbing toward.

Check your understanding

As the number of periods mm grows without bound, the factor (1+1m)m\left(1 + \frac{1}{m}\right)^{m} gets closer and closer to which value?

Answer choices

A natural question is how long an investment takes to double. For annual compounding that means solving (1+r)t=2(1 + r)^t = 2 for tt, an unknown sitting in the exponent. You can bracket the answer by running the formula forward and watching for the balance to cross twice the principal. Solving for the exponent exactly needs a new tool. That tool is the logarithm, the subject of the next lesson. In this lesson every quantity you solve for is either the balance AA or the principal PP. Both are found by running the formula forward or dividing, never by undoing an exponent.

Common mistakes

Practice

Multiple Choice Questions (MCQ)

Progressively harder sets of questions. Each opens on its own page.

Free Response Questions (FRQ)

Longer questions in parts, to be worked out on paper. Progressive hints, the answer on its own so you can check yourself and try again, then the full worked solution, plus a rubric to mark your own work against.

Free response Work it out on paper 5 questions Start →
More practice (optional)

Extra sets, as hard as the Challenge set. Each one opens on its own page.

More resources (optional)

Other explanations of this lesson, if you want a second take.

A bit of history (Optional)

Buying a lease in 1600 raised a hard question. What is a payment twenty years from now worth today? That is this lesson’s formula run backward. Running it backward means dividing by a growth factor raised to the twentieth power. There was no shortcut. You multiplied by hand, twenty times over, and one slip anywhere ruined the page.

Richard Witt did the multiplying once and printed the answers. His book of 1613, published in London, is the first in English given over wholly to compound interest. Page after page holds the growth factor raised to power after power, worked out to seven decimal places. A buyer pricing a lease no longer had to work anything out. He looked up one number and divided by it.

Two things here are worth a moment. His tables hold exactly the (1+r)t(1 + r)^t of this lesson. His backward question is the one you answered when you solved for the principal. And when he published, charging interest on interest was still widely held to be wrong. Witt argued for it in plain trade terms, and his tables outlived the argument.