⚙️ Function Kingdom · Functions

Compound Interest & Exponential Models

Turn a percent rate into a growth factor, compound it monthly, daily or continuously with e, and build the exponential model behind interest, population and half-life problems.

In short

  • A percent change becomes one multiplier: growth of r is 1 + r, decay of r is 1 - r, and the model multiplies by it once per period.
  • A percent must be divided by 100 before it goes anywhere near a formula, and a multiplier is not a rate — the rate is the distance from 1.
  • Compound interest is A = P(1 + r/n)n t: the rate per period is r/n and the number of periods is n times t.
  • Compounding more often pays more because the interest starts earning sooner, and the totals close in on continuous growth, A = P er t, rather than running away.
  • e = 2.71828... is a fixed number, the value (1 + 1/n)n settles on, and in er t the whole of r times t sits in the exponent.
  • Half-life decay is A = A0 (1/2)t/h, where t/h counts half-lives and need not be a whole number.
  • Two readings n years apart give the yearly multiplier as the nth root of the ratio between them, and the effective annual rate is what makes two advertised rates comparable.

A percent is not a multiplier until you make it one

Doctor Kelvin keeps one rule chalked on the ice wall of Exponential Frost, and everything else in this craft hangs off it:

a percent change is worked out on the CURRENT amount, not the starting one

That single sentence is why interest, populations and fading light are all the same shape of problem, and why none of them is linear. If a vault grows by 4 % a year, the second year's growth is 4 % of a bigger number than the first year's was. Adding the same amount every year would be a different story altogether.

So the first move is always the same: turn the rate into one multiplier, and then multiply by it once per period.

  • Growth. Keep the whole 100 % and add the rate on top. A rise of 4 % keeps 104 %, so the multiplier is 1.04. In symbols, 1 + r, with r the rate written as a decimal.
  • Decay. Take the rate off the 100 %. A loss of 12 % leaves 88 %, so the multiplier is 0.88. In symbols, 1 - r.

Two conversions trip people up, so do them out loud. 4 % is 4/100 = 0.04, not 4. And 0.88 is the multiplier, not the rate — the rate is how far 0.88 sits from 1, which is 0.12, or 12 %.

Once you have the multiplier b, the model writes itself:

A(t) = A0 · bt

with A0 the starting amount and t counting periods. 500 gold growing at 4 % a year is A(t) = 500(1.04)t; 500 lumens fading at 12 % a year is A(t) = 500(0.88)t. The exponent is a count of periods, so if the rate is monthly and t is measured in years, the exponent is 12t, not t. The prompt always tells you what t counts — read that line twice before you write anything.

Compounding: one rate, cut into pieces

A bank advertises a rate for a year but pays it in instalments. "6 % a year compounded monthly" does not mean 6 % every month. It means the year's rate is cut into 12 equal slices of 6/12 = 0.5 %, and each slice is paid onto whatever is in the vault at that moment. The formula bookkeeps exactly that:

A = P(1 + r/n)n t

  • P is the starting deposit (the principal),
  • r is the advertised yearly rate as a decimal,
  • n is the number of compounding periods in a year,
  • t is the number of years, so n t is the number of periods.

Two slips live in that formula and nowhere else. The first is using r where r/n belongs — paying the whole year's rate every month. The second is putting t in the exponent where n t belongs — compounding monthly but only for as many periods as there are years. Say the two numbers out loud before you type: "the rate per period is r/n, the number of periods is n times t."

Why does more frequent compounding give more? Because the interest starts earning interest sooner. 1,000 gold at 6 % paid once a year becomes 1,060.00. The same 1,000 at 6 % paid monthly becomes 1,000(1.005)12 = 1,061.68 — the January interest has eleven months of its own growth by December. That is also why "how much interest was earned" is a *different* question from "how much is in the vault": the interest is A - P, the growth only, with the deposit itself taken back out.

Cutting the year finer and finer keeps helping, but by less and less. Compare 6 % on 1,000 gold for a year:

once a year 1,060.00 quarterly 1,061.36 monthly 1,061.68 daily 1,061.83

The numbers are closing in on something rather than running away. That something is the next section.

e, and growth that never pauses

Slice a year into n pieces and one gold coin at 100 % a year becomes (1 + 1/n)n. Slice it finer and that number climbs — 2 at n = 1, 2.25 at n = 2, 2.5937 at n = 12, 2.7146 at n = 365 — but it never reaches 3. It settles on e = 2.718281828..., an ordinary fixed number like pi, and the one every continuous-growth model is built out of. Nothing about e changes from problem to problem; it is simply the answer to "what if the compounding never paused at all?"

For a rate r, the same limit gives the continuous growth formula:

A = P er t

Compare it with A = P(1 + r/n)n t and you can see what happened: the bracket and its exponent have collapsed into er t. The whole of r × t goes upstairs, in the exponent. Writing t × er instead is the classic wreck of this formula, and it gives an answer that grows in a straight line rather than a curve.

Continuous compounding is the ceiling, not a different world. On 10,000 gold at 5 % for 10 years, monthly compounding gives 16,470.09 and continuous gives 16,487.21 — seventeen gold apart after a decade. When a question asks how much MORE the continuous vault holds, work out both totals in full and subtract at the very end. Rounding each one to the nearest gold first would throw away most of the answer.

When you type a continuous model as an expression, the checker knows e, so 200e0.05t is a legal answer and means exactly what it looks like.

Half-life, and models built from two readings

Half-life is decay measured by the time it takes to halve, rather than by a percent. If h is the half-life, then

A = A0 · (1/2)t/h

The exponent t/h is a count of half-lives, and it does not have to be a whole number. A 6-hour half-life over 15 hours is 15/6 = 2.5 half-lives, and (1/2)2.5 = 0.1768, so 17.68 % of the sample is left. Two habits go wrong here. Counting periods off by one is the first: 15 hours is 2.5 half-lives, not 3. Taking half of the ORIGINAL amount each time is the second — each half-life removes half of what is left at that moment, which is a smaller amount every time, so the sample thins out forever and never reaches zero.

When the time is a whole number of half-lives, the fraction left is exact and worth knowing by sight: 1/2, then 1/4, then 1/8, then 1/16. Three half-lives leave (1/2)3 = 1/8 — not 1/3.

Two readings are enough to build a model. Suppose a colony numbers 1,200 in year 0 and 1,452 in year 2. Call the yearly multiplier b. Two years means b has been applied twice:

1200 · b2 = 1452 b2 = 1452 / 1200 = 1.21 b = sqrt(1.21) = 1.1

So the colony grows by 10 % a year and the model is P(t) = 1200(1.1)t. Notice the last step: 1.21 is the multiplier for the whole two years, and one year's multiplier is its square root. Over n years you take the nth root. Reporting 1.21, or 21 %, answers a question nobody asked.

Effective rates, and how to type your answer

Two advertised rates cannot be compared until the compounding is folded in. The effective annual rate does that: it is the single yearly percent that would grow a deposit by the same amount.

effective rate = ((1 + r/n)n - 1) × 100 %

Follow one gold coin through one year and read the growth off the end. 6 % compounded monthly gives (1 + 0.005)12 = 1.0617, so the effective rate is 6.17 %, not 6 %. That is what lets you see that 5.9 % compounded monthly (effective 6.06 %) beats a flat 6 % paid once a year, even though the advertised number is smaller. The two traps are quoting the nominal rate back (6 %) and quoting the multiplier (1.0617) instead of the growth on top of it.

Typing your answer at Exponential Frost

  • Money is a decimal to the nearest cent: 2309.46. No currency symbol is needed, though one is accepted, and the prompt always says "round to the nearest cent". Carry every decimal through the working and round only at the end.
  • A percent rate is a bare number, with no percentage sign: type 6.17, to the number of decimal places the prompt asks for. It says 1 or 2 decimal places every time.
  • A multiplier is a decimal to 2 decimal places: 1.1 or 0.88.
  • A fraction left after whole half-lives is typed in lowest terms: 1/8.
  • A model is an expression in t, with ^ for the power. 500(1.04)t and 500*1.04t are read the same way. A monthly rate over t years is 500(1.01)12t — the brackets hold the whole exponent together. Continuous growth is 200e0.05t.
  • A count of whole periods is a plain whole number: 8. These are answered by multiplying and counting, never by a logarithm — solving for the exponent itself is what Doctor Kelvin teaches next door, in Exponential & Logarithmic Equations.

Worked examples

Example 1

A frostlight lantern starts at 2,400 lumens and loses 12 % of its brightness every year. Write the brightness after t years as an expression in t.

  1. Decide first whether this grows or decays: brightness is being LOST, so the multiplier is below 1.
  2. Turn the rate into a decimal: 12 % = 12/100 = 0.12.
  3. Losing 12 % leaves 88 %, so the multiplier is 1 - 0.12 = 0.88.
  4. Each year applies that multiplier once, so after t years it has been applied t times.
  5. A(t) = 2400(0.88)t. Typing 2400(1.12)t would describe a lantern getting brighter every year.

Example 2

Mira puts 4,500 gold into a vault paying 5 % a year, compounded monthly, and leaves it for 8 years. How much gold is in the vault, and how much of that is interest?

  1. Read the four numbers out of the formula A = P(1 + r/n)n t: P = 4500, r = 0.05, n = 12, t = 8.
  2. Rate per period: r/n = 0.05/12 = 0.00416667. This is the number the vault actually pays each month, not 0.05.
  3. Number of periods: n × t = 12 × 8 = 96. This is the exponent, not 8.
  4. A = 4500 × (1.00416667)96 = 4500 × 1.49034 = 6,706.51 gold.
  5. The interest is the growth only: A - P = 6,706.51 - 4,500.00 = 2,206.51 gold. The balance and the interest are two different answers to two different questions.

Example 3

A vault pays 4.5 % a year on 10,000 gold for 12 years. How much more does it hold if the interest compounds continuously rather than monthly?

  1. Two totals, then one subtraction — never subtract the rates.
  2. Monthly: A = 10000(1 + 0.045/12)12 × 12 = 10000(1.00375)144 = 17,159.29 gold.
  3. Continuous: the whole of r × t goes in the exponent, so r × t = 0.045 × 12 = 0.54.
  4. A = 10000 × e0.54 = 10000 × 1.716007 = 17,160.07 gold.
  5. Difference = 17,160.07 - 17,159.29 = 0.78 gold. Continuous compounding is the ceiling that monthly compounding is already close to.

Example 4

One vault advertises 6 % a year compounded quarterly; another advertises 6.1 % a year compounded once a year. Which pays more, and what is the first vault's effective annual rate?

  1. The advertised numbers cannot be compared directly, because they are paid on different schedules. Convert both to effective annual rates.
  2. First vault: r/n = 0.06/4 = 0.015, so one year multiplies by (1.015)4 = 1.061364.
  3. Effective rate = (1.061364 - 1) × 100 = 6.14 %. Answering 6 % would be quoting the advertised rate back; answering 1.06 would be quoting the multiplier.
  4. Second vault: paid once a year, so its effective rate is already 6.1 %.
  5. 6.14 % is bigger than 6.1 %, so the first vault pays more — the smaller advertised number wins because it is paid four times a year.

Example 5

A jar of icebloom pollen weighs 320 mg and has a half-life of 4 years. How much is left after 10 years?

  1. Count half-lives before anything else: t/h = 10/4 = 2.5. It is allowed not to be a whole number.
  2. The model is A = A0 (1/2)t/h, so A = 320 × (1/2)2.5.
  3. (1/2)2.5 = 0.176777, which is the fraction of the pollen still there.
  4. A = 320 × 0.176777 = 56.57 mg.
  5. Check it against the whole half-lives on either side: after 2 half-lives (8 years) there would be 80 mg, and after 3 (12 years) there would be 40 mg. 56.57 sits between them, as it must.

Practice problems, with solutions

Three problems of increasing difficulty, each with the full working. In the game these are generated fresh every time; these three are fixed so this page always shows the same ones.

Problem 1

Difficulty 1 of 5

A vault at Exponential Frost holds 1,400 gold and grows by 5 % every year. Write the amount after t years as an expression in t, where t counts years. Use ^ for the power, for example 300(1.05)t.

Answer: 1400*1.05t

  1. Starting amount: 1,400
  2. Multiplier per year: 1 + 5/100 = 1.05
  3. A(t) = 1400(1.05)t

Problem 2

Difficulty 3 of 5

Hugo puts 10,000.00 gold into a Frost Bank vault paying 8 % a year, compounded twice a year. How much gold is in the vault after 7 years? Round to the nearest cent.

Answer: 17316.76 gold

  1. r = 8/100 = 0.08, so r/n = 0.08/2 = 0.04
  2. Number of compounding periods: n x t = 2 x 7 = 14
  3. A = 10,000.00 x (1.04)14 = 17,316.76 gold

Problem 3

Difficulty 4 of 5

Freya lends 10,750.00 gold to the Frost Bank, which pays 2.5 % a year compounded CONTINUOUSLY. How much gold is there after 5 years? Use A = Pert and round to the nearest cent.

Answer: 12181.35 gold

  1. r = 2.5/100 = 0.025
  2. r x t = 0.025 x 5 = 0.125
  3. e0.125 = 1.13314845
  4. A = 10,750.00 x 1.13314845 = 12,181.35 gold

Common mistakes

  • Using r where r/n belongs: paying the whole yearly rate in every compounding period, so a monthly account earns twelve times what it should.
  • Leaving n out of the exponent: writing (1 + r/n)t instead of (1 + r/n)n t, which compounds monthly for only as many periods as there are years.
  • Forgetting to divide the percent by 100, so 6 % goes into the formula as 6 and the vault ends up with more gold than exists.
  • Using the growth multiplier for decay: writing 1.12 for a loss of 12 % when the multiplier is 0.88, so a fading lantern gets brighter.
  • Answering an interest question with the balance: the interest earned is A - P, with the original deposit taken back out.
  • Counting half-lives off by one, or halving the ORIGINAL amount each time instead of what is left at that moment.
  • Giving the effective rate as the nominal one (6 % rather than 6.17 %), or giving the year multiplier (1.0617) instead of the growth on top of it.
  • Reporting the ratio between two readings as the yearly factor: over 2 years, 1.21 is the whole span and the yearly multiplier is its square root, 1.1.

What you should be able to do

  • Write an exponential model from a starting amount and a percent growth or decay rate.
  • Compute compound interest with n compounding periods per year, and continuous growth with e.
  • Model half-life and population change, and find a growth factor from two readings.
  • Compare models and rates, including the effective annual rate.

Where this fits in the curriculum

Common Core

  • HSF-IF.C.8.B

    High school — Use the properties of exponents to interpret expressions for exponential functions, identifying the percent rate of change and classifying them as representing exponential growth or decay.

  • HSF-LE.A.2

    High school — Construct linear and exponential functions, including arithmetic and geometric sequences, given a graph, a description of a relationship, or two input–output pairs.

  • HSF-LE.B.5

    High school — Interpret the parameters in a linear or exponential function in terms of a context.

  • HSA-SSE.B.3.C

    High school — Use the properties of exponents to transform expressions for exponential functions, for example 1.15^t = (1.15^(1/12))^(12t) to reveal the equivalent monthly rate.

SAT

Learn these first

This leads on to