Calculate annuity balance, interest earned, and payout
Calculate loan payments, balance, and interest using the loan formula
Compare loans in real-world applications
Savings Annuity
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.
savings annuity
A savings annuity allows an individual to save money and earn interest on a regular basis, typically over a long period of time.
Annuities are usually offered by insurance companies, banks, or other financial institutions, and require the individual to make regular payments, usually on a monthly or yearly basis, for a predetermined period of time.
An annuity can be described recursively in a fairly simple way. Recall that basic compound interest follows from the relationship
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 hypothetically.
For the following example, you’ll need to recall the following skills:
The distributive property: [latex]a\left(b+c\right)=ab+ac[/latex]
Factoring out a greatest common factor: [latex]m\left(a+b\right) + n\left(a+b\right)=\left(a+b\right)\left(m+n\right)[/latex]
How to multiply like bases with exponents: [latex]a^{m-1}\cdot a=a^{m-1+1}=a^{m}[/latex]
Suppose we will deposit [latex]$100[/latex] each month into an account paying [latex]6\%[/latex] interest. We assume that the account is compounded with the same frequency as we make deposits unless stated otherwise. Write an explicit formula that represents this scenario.
In this example:
[latex]r = 0.06[/latex] ([latex]6\%[/latex])
[latex]n = 12[/latex] ([latex]12[/latex] compounds/deposits per year)
In other words, after [latex]m[/latex] months, the first deposit will have earned compound interest for [latex]m-1[/latex] months. The second deposit will have earned interest for [latex]m-2[/latex] months. The last month’s deposit ([latex]L[/latex]) would have earned only one month’s 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 [latex]1.005[/latex]:
Recall [latex]0.005[/latex] was [latex]\frac{r}{n}[/latex] and [latex]100[/latex] was the deposit [latex]d[/latex]. [latex]12[/latex] was [latex]n[/latex], the number of deposit each year.
Generalizing this result, we get the savings annuity formula.
[latex]P_t[/latex] is the balance in the account after [latex]t[/latex] years.
[latex]d[/latex] is the regular deposit (the amount you deposit each year, each month, etc.)
[latex]r[/latex] is the annual interest rate in decimal form.
[latex]n[/latex] 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, [latex]n = 12[/latex].
If you make your deposits every year, use yearly compounding, [latex]n = 1[/latex].
If you make your deposits every quarter, use quarterly compounding, [latex]n = 4[/latex].
Etc.
When do you use this?
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.
Using the order of operations correctly is essential when using complicated formulas like the annuity formula.
Remember the acronym PEMDAS to guide you: start by simplifying expressions within parentheses, then resolve any exponents. Following that, address multiplication and division operations in the order they occur from left to right, and finally, tackle addition and subtraction, again moving from left to right.
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 [latex]$100[/latex] each month into an IRA earning [latex]6\%[/latex] interest, how much will you have in the account after [latex]20[/latex] years?
In this example,
[latex]d = $100[/latex]
the monthly deposit
[latex]r = 0.06[/latex]
[latex]6\%[/latex] annual rate
[latex]n = 12[/latex]
since we’re doing monthly deposits, we’ll compound monthly
The account will grow to [latex]$46,200[/latex] after [latex]20[/latex] years.
Notice that you deposited into the account a total of [latex]$24,000[/latex] ([latex]$100[/latex] a month for [latex]240[/latex] months). The difference between what you end up with and how much you put in is the interest earned. In this case it is
Note: This video uses [latex]k[/latex] for [latex]n[/latex] and [latex]N[/latex] for [latex]t[/latex].
Solving For The Deposit Amount
Financial planners typically recommend that you have a certain amount of savings upon retirement. If you know the future value of the account, you can solve for the monthly contribution amount that will give you the desired result. In the next example, we will show you how this works.
You want to have [latex]$200,000[/latex] in your account when you retire in [latex]30[/latex] years. Your retirement account earns [latex]8\%[/latex] interest. How much do you need to deposit each month to meet your retirement goal?
In this example, we’re looking for [latex]d[/latex].
[latex]r = 0.08[/latex]
[latex]8\%[/latex] annual rate
[latex]n = 12[/latex]
since we’re depositing monthly
[latex]t = 30[/latex]
[latex]30[/latex] years
[latex]P_{30} = $200,000[/latex]
The amount we want to have in [latex]30[/latex] years
In this case, we’re going to have to set up the equation, and solve for [latex]d[/latex].
So you would need to deposit [latex]$134.09[/latex] each month to have [latex]$200,000[/latex] in [latex]30[/latex] years if your account earns [latex]8\%[/latex] interest.
View the solving of this problem in the following video.
Note: This video uses [latex]k[/latex] for [latex]n[/latex] and [latex]N[/latex] for [latex]t[/latex].
Solving For Time
We can solve the annuities formula for time, like we did the compounding interest formula, by using logarithms. In the next example we will work through how this is done.
In the following example, you’ll need to recall that you can solve for a variable contained in an exponent by taking the log of both sides of the equation.
Ex. Solve for [latex]x[/latex] in the following equation
[latex]\begin{array}{r@{\hfill}l}a = b^{mx} && \text{we are solving for} x\text{, in the exponent} \\ log(a) = log\left(b^{mx}\right) && \text{ take the log of both sides} \\ log(a)=mx\ast log\left(b\right) && \text{use the exponent property} \\ \frac{log(a)}{mb}=x && \text{divide away all non-}x \text{ terms to isolate } x \\ \end{array}[/latex]
If you invest [latex]$100[/latex] each month into an account earning [latex]3\%[/latex] compounded monthly, how long will it take the account to grow to [latex]$10,000[/latex]?
This is a savings annuity problem since we are making regular deposits into the account.
[latex]d = $100[/latex]
the monthly deposit
[latex]r = 0.03[/latex]
[latex]3\%[/latex] annual rate
[latex]n = 12[/latex]
since we’re doing monthly deposits, we’ll compound monthly
We don’t know [latex]t[/latex], but we want[latex]P_t[/latex] to be [latex]$10,000[/latex].
We want to isolate the exponential term, [latex]1.0025^{12t}[/latex], so multiply both sides by [latex]0.0025[/latex]
[latex]\begin{array}{l} 25 = 100\left({\left(1.0025\right)}^{12t} - 1\right) & \text{Divide both sides by } 100 \\ 0.25 = {\left(1.0025\right)}^{12t} - 1 & \text{Add } 1 \text{ to both sides} \\ 1.25 = {\left(1.0025\right)}^{12t} & \text{Now take the log of both sides} \\ \log(1.25) = \log\left({\left(1.0025\right)}^{12t}\right) & \text{Use the exponent property of logs} \\ \log(1.25) = 12t\log(1.0025) & \text{Divide by } 12\log(1.0025) \\ \frac{\log(1.25)}{12\log(1.0025)} = t & \text{Approximating to a decimal} \\ t = 7.447 \\ \end{array}[/latex]
It will take about [latex]7.447[/latex] years to grow the account to [latex]$10,000[/latex].