An annuity investment is an investment or savings plan through which compound interest is earned and additional payments or deposits are regularly made. This is similar to an annuity, except that the payments are made into the account in each time period, rather than being withdrawn from the account.
Interest on an annuity investment can be modelled using the following recurrence relation: V_{n+1}=RV_n+d,\,V_0=P where V_{n+1} is the value of the investment after n+1 time periods, R equals 1+\dfrac{r\%}{100}, usually expressed as a decimal, where r\% is the interest rate, d is the amount added per time period, and P is the initial value of the investment (the principal value).
A deposit of \$3000 is made on June 1, 2007 into an investment account and a deposit of \$200 is made each year on May 31. The balance at the end of each 12-month period for this investment, where interest is compounded annually, is given by A_{n+1}=1.06A_n+200, and A_0=3000.
State the annual interest rate.
Determine the balance on June 1, 2008.
Determine the value of the investment on June 1, 2014. Round your answer to the nearest cent.
Interest on a perpetuity can be modelled using the following recurrence relation:
The amortisation table for an annuity investment looks similar to that of an annuity, but this time there is an increase in principal rather than a decrease, as the payments are being made into the account. As a result, the balance increases over time.
Consider the following table.
Period | Payment | Interest earned | Increase in principal | Balance |
---|---|---|---|---|
0 | 0 | 0 | 0 | 10\,450.00 |
1 | 250.00 | 209.00 | 459.00 | 10\,909.00 |
2 | 250.00 | 218.18 | 468.18 | 11\,377.18 |
3 | 250.00 | 227.54 | 477.54 | 11\,854.72 |
4 | 250.00 | 237.09 | 487.09 | 12\,341.81 |
What is the quarterly interest rate for this investment?
Write a recurrence relation for B_{n+1} that gives the balance of the investment at the end of each quarter.
The amortisation table for an annuity investment looks similar to that of an annuity, but this time there is an increase in principal rather than a decrease, as the payments are being made into the account. As a result, the balance increases over time.
A graphics or CAS calculator is a powerful tool for financial problems when used correctly. The questions above can also be answered using the financial application.
Katrina has \$150\,000 to invest. She wishes to withdraw \$1400 each month after the interest is paid. Assume that the interest is compounded monthly.
We will use the financial solver on our CAS calculator to determine what annual interest rate Katrina needs if she wants her investment to last 30 years.
Fill in the value for each of the following. Type an X next to the variable we wish to solve for.
Value | |
---|---|
N | ⬚ |
I\% | ⬚\% |
PV | ⬚ |
PMT | ⬚ |
FV | ⬚ |
P/Y | ⬚ |
C/Y | ⬚ |
Determine the amount of the annual interest rate. Give your answer to the nearest hundredth of a percentage.
When using the financial application:
Always write down the value of each variable - this is your working out.
If you are investing money then PV is negative and FV is positive. Hint: think of investing as 'giving' your money to the bank so from your point of view the money is negative.
If you are borrowing money PV is positive and FV is negative. Hint: think of borrowing as 'receiving' money from the bank so from your point of view the money is positive.
Payments (PMT) made to the bank for either investments or loans are negative, again we can think of this as 'giving' your money to the bank.
N is the total number of payments.
Spreadsheets can also include payment details and are a useful tool for solving financial problems as the progression of the investment can be clearly seen as well as the effect of changing interest rates and payments.
Let's explore this interactive compound interest spreadsheet. When we explore different options with a financial problem we call it "what if analysis".
We can change the amount invested (the blue cell) to any value we'd like to invest.
We can change the annual interest rate (the green cell) to any value.
We can change the number of compounding periods (the pink cell) to quarterly (4), monthly (12), weekly (52) or perhaps daily (365).
Investigate:
What happens as we increase the number of compounding periods?
What happens as we increase the annual interest rate?
How has the value in cell \text{C10} been calculated?
How has the value in \text{D12} been calculated?
As we increase the number of compounding periods the interest for each period decreases.
As we increase the annual interest rate the interest for each period increases.
The value in cell \text{C10} has been calculated by multiplying the balance in \text{B10} by the interest rate in \text{B2} divided by 100 and divided by the number of compounding periods in \text{B3} using the formula: =(\text{B10}*\text{B2}/100)/\text{B3}
The value in cell \text{D12} has been calculated by adding the balance in \text{B12} to the interest in \text{C12} using the formula: =\text{B12}+\text{C12}
The spreadsheet below shows the first year of an investment with regular deposits:
A | B | C | D | E | |
---|---|---|---|---|---|
1 | \text{Year} | \text{Beginning Balance} | \text{Interest} | \text{Deposit} | \text{End Balance} |
2 | 1 | 6000 | 660 | 500 | 7160 |
3 | |||||
4 | |||||
5 |
Calculate the annual interest rate for this investment.
Write a formula for cell \text{B3}.
Write a formula for cell \text{C6} in terms of \text{B6}.
Write a formula for cell \text{E5} in terms of one or more other cells.
Using the spreadsheet facility on your calculator, reproduce this spreadsheet and determine the end balance for the 4th year.
Calculate the total interest earned over the 4 years.
Spreadsheets can also include payment details and are a useful tool for solving financial problems.
Every spreadsheet formula starts with an equals (=) sign.
For multiplication in formulas we use *, for division we use (/).
The \$ signs in the cell references makes the reference absolute. That means the cell name, e.g. \text{\$A\$2}, will not change as the formula is copied down the column.