9.4: Annuities
( \newcommand{\kernel}{\mathrm{null}\,}\)
For most of us, we aren’t able to put a large sum of money in the bank today. Instead, we save for the future by depositing a smaller amount of money from each paycheck into the bank. This idea is called a savings annuity. Most retirement plans like 401k plans or IRA plans are examples of savings annuities.
An annuity can be described recursively in a fairly simple way. Recall that basic compound interest follows from the relationship
Pm=(1+rk)Pm−1
For a savings annuity, we simply need to add a deposit, d, to the account with each compounding period:
Pm=(1+rk)Pm−1+d
Taking this equation from recursive form to explicit form is a bit trickier than with compound interest. It will be easiest to see by working with an example rather than working in general.
Suppose we will deposit $100 each month into an account paying 6% interest. We assume that the account is compounded with the same frequency as we make deposits unless stated otherwise. In this example:
r=0.06 (6%)
k=12 (12 compounds/deposits per year)
d=$100 (our deposit per month)
Writing out the recursive equation gives
Pm=(1+0.0612)Pm−1+100=(1.005)Pm−1+100
Assuming we start with an empty account, we can begin using this relationship:
P0=0
P1=(1.005)P0+100=100
P2=(1.005)P1+100=(1.005)(100)+100=100(1.005)+100
P3=(1.005)P2+100=(1.005)(100(1.005)+100)+100=100(1.005)2+100(1.005)+100
Continuing this pattern, after m deposits, we’d have saved:
Pm=100(1.005)m−1+100(1.005)m−2+⋯+100(1.005)+100
In other words, after m months, the first deposit will have earned compound interest for m−1 months. The second deposit will have earned interest for m−2 months. Last months deposit would have earned only one month worth of interest. The most recent deposit will have earned no interest yet.
This equation leaves a lot to be desired, though – it doesn’t make calculating the ending balance any easier! To simplify things, multiply both sides of the equation by 1.005:
1.005Pm=1.005(100(1.005)m−1+100(1.005)m−2+⋯+100(1.005)+100)
Distributing on the right side of the equation gives
1.005Pm=100(1.005)m+100(1.005)m−1+⋯+100(1.005)2+100(1.005)
Now we’ll line this up with like terms from our original equation, and subtract each side
1.005Pm=100(1.005)m+100(1.005)m−1+⋯+100(1.005)Pm=100(1.005)m−1+⋯+100(1.005)+100
Almost all the terms cancel on the right hand side when we subtract, leaving
1.005Pm−Pm=100(1.005)m−100
Solving for Pm
0.005Pm=100((1.005)m−1)
Pm=100((1.005)m−1)0.005
Replacing m months with 12N, where N is measured in years, gives
PN=100((1.005)12V−1)0.005
Recall 0.005 was rk and 100 was the deposit d. 12 was k, the number of deposit each year. Generalizing this result, we get the saving annuity formula.
PN=d((1+rk)Nk−1)(rk)
PN is the balance in the account after N years.
d is the regular deposit (the amount you deposit each year, each month, etc.)
r is the annual interest rate in decimal form.
k is the number of compounding periods in one year.
If the compounding frequency is not explicitly stated, assume there are the same number of compounds in a year as there are deposits made in a year.
For example, if the compounding frequency isn’t stated:
If you make your deposits every month, use monthly compounding, k=12.
If you make your deposits every year, use yearly compounding, k=1.
If you make your deposits every quarter, use quarterly compounding, k=4.
Etc.
Annuities assume that you put money in the account on a regular schedule (every month, year, quarter, etc.) and let it sit there earning interest.
Compound interest assumes that you put money in the account once and let it sit there earning interest.
Compound interest: One deposit
Annuity: Many deposits.
A traditional individual retirement account (IRA) is a special type of retirement account in which the money you invest is exempt from income taxes until you withdraw it. If you deposit $100 each month into an IRA earning 6% interest, how much will you have in the account after 20 years?
Solution
In this example,
d=$100the monthly depositr=0.066% annual ratek=12since we’re doing monthly deposits, we’ll compound monthlyN=20we want the amount after 20 years
Putting this into the equation:
P20=100((1+0.0612)20(12)−1)(0.0612)
P20=100((1.005)240−1)(0.005)
P20=100(3.310−1)(0.005)
P20=100(2.310)(0.005)=$46200
The account will grow to $46,200 after 20 years.
Notice that you deposited into the account a total of $24,000 ($100 a month for 240 months). The difference between what you end up with and how much you put in is the interest earned. In this case it is $46,200−$24,000=$22,200.
You want to have $200,000 in your account when you retire in 30 years. Your retirement account earns 8% interest. How much do you need to deposit each month to meet your retirement goal?
Solution
In this example,
We’re looking for d.
r=0.088% annual ratek=12since we’re doing monthly deposits, we’ll compound monthlyN=3030 yearsP30=$200,000The amount we want to have in 30 years
In this case, we’re going to have to set up the equation, and solve for d.
200,000=d((1+0.0812)30(12)−1)(0.0812)200,000=d((1.00667)360−1)(0.00667)200,000=d(1491.57)d=200,0001491.57=$134.09
So you would need to deposit $134.09 each month to have $200,000 in 30 years if your account earns 8% interest
A more conservative investment account pays 3% interest. If you deposit $5 a day into this account, how much will you have after 10 years? How much is from interest?
- Answer
-
d=$5the daily depositr=0.033% annual ratek=365since we’re doing daily deposits, we’ll compound dailyN=10we want the amount after 10 years
P10=5((1+0.03365)365×10−1)0.03365=$21,282.07
We would have deposited a total of $5⋅365⋅10=$18,250, so $3,032.07 is from interest