A reducing balance loan is the type of loan where compound interest is charged as a fee for borrowing money, and repayments are made at regular time periods to the financial institution to slowly pay off the loan.
As repayments are made each time period, the amount that is owed (the balance) reduces, leading to the name "reducing balance loan". The most common reducing balance loan type is a mortgage. This is when money is borrowed to buy a property.
An amortisation table displays how a loan or investment changes over time on a step by step basis. It shows the payment number, the interest, the principal reduction and the balance of the loan after a payment has been made. The following steps are made with each payment:
Interest needs to be calculated: compound interest rate per payment times the previous balance
Reduction in principal: payment made minus the interest
Balance of the loan: balance owing minus the reduction in principal
Mr. and Mrs Roberts take out a mortgage to purchase a house. They borrow \$550\,000 from a bank that charges them 5.8\% interest, compounded monthly. At the end of each month the Roberts' make a repayment of \$3500. This is represented in the amortisation table below. All values are given in dollars.
Period | Payment | Interest Paid | Reduction in Principal | Balance of Loan |
---|---|---|---|---|
0 | 0 | 0 | 0 | 550\,000 |
1 | 3500 | 0.004\,833 \times 550\,000=2658.33 | 3500-2658.33=841.67 | 550\,000−841.67=549\,158.33 |
2 | 3500 | 845.73 | 548\,312.60 | |
3 | 3500 | 2650.18 | 849.82 | 547\,462.78 |
\ldots | \ldots | \ldots | \ldots | \ldots |
\ldots | \ldots | \ldots | \ldots | |
293 | 3500 | 59.69 | 3440.31 | 8908.81 |
294 | 3500 | 43.06 | 3456.94 | 5451.87 |
295 | 3500 | 26.35 | 3473.65 | 1978.22 |
296 | 1978.22 | 0 |
The row for period 1 shows how each value has been calculated.
Calculate the interest for period 2 in the table.
Calculate the balance of the loan immediately before period 293 in the table.
Calculate the repayment made in the final period in the table.
Calculate the total repayments made by the Roberts'.
Determine the total interest that the Roberts' paid over the course of the loan.
An amortisation table displays how a loan or investment changes over time on a step by step basis.
The following steps are made with each payment:
Interest needs to be calculated: compound interest rate per payment times the previous balance
Reduction in principal: payment made minus the interest
Balance of the loan: balance owing minus the reduction in principal
Since a reducing balance loan uses compound interest as well as making regular repayments, this type of recurrence relation involves a combination of an arithmetic sequence and a geometric sequence.
Interest only loans
In some situations, banks will offer interest only loans. In this type of loan, the amount of the repayment exactly matches the amount of interest charged on the loan. This means that the balance of the loan will never decrease. If using the finance solver on a CAS calculator for an interest only loan, the FV and PV will be the same.
Interest on an reducing balance loan 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 subtracted per time period, and P is the initial value of the investment or loan (the principal value).
Tim is starting up his own small business. He has saved \$15\,000 to buy equipment and borrows another \$50\,000 from the bank. He is charged interest at a rate of 4.5\% per annum, compounded monthly, and he makes monthly repayments of \$400.
How much does Tim owe at the end of the first month?
Write a recurrence relation which gives the balance B_{n+1} in terms of B_n, and an initial condition B_0.
Determine how many months it will take Tim to pay off the loan.
Calculate the amount of his final repayment.
Determine the total amount Tim paid for the equipment.
Graph the balance of the loan, B, against the number of months, n, for 0<n<168.
Dylan takes out a loan to purchase a property. He makes equal monthly loan repayments of \$4600 over 27 years to pay it off. The interest of 8\% is compounded annually.
What is the total loan amount?
Vincent takes out a loan for \$68\,000. He is charged 12\% per annum interest, compounded monthly. At the end of each month, he makes a repayment of \$750.
Fill in the missing values in the table. Give all values correct to the nearest cent and use your rounded answers for all subsequent calculations in the table.
Month | Opening balance | Interest | Repayment | Closing balance |
---|---|---|---|---|
1 | 68\,000 | 680 | 750 | 67\,930 |
2 | ||||
3 | ||||
4 |
Write a recursive rule that gives the closing balance, V_{n+1}, at the end of month n+1. Write both parts of the rule (including for V_0) on the same line, separated by a comma.
Use the sequence facility on your calculator to determine how much is owing on the loan after 3 years. Give your answer to the nearest cent.
At the end of which year and month will the loan have been repaid?
Interest on a reducing balance loan can be modelled using the following recurrence relation: