How does a loan balance fall as we make regular repayments against compounding interest?
Model a reducing-balance loan with a recurrence relation, track the balance after each repayment, and analyse the effect of changing the repayment.
How to model a reducing-balance loan with a recurrence, build an amortisation schedule splitting each payment into interest and principal, and see how repayment size changes the loan term.
Reviewed by: AI editorial process; not yet individually human-reviewed
Have a quick question? Jump to the Q&A page
Jump to a section
What this dot point is asking
You must model the loan with a recurrence, build an amortisation schedule, and analyse how changing the repayment affects the term and total interest.
How a reducing-balance loan works
Interest is charged only on the amount still owed. Each period, interest is added to the balance, then the repayment is taken off. The recurrence is:
where is the balance after repayments, is the interest rate per period (decimal) and is the regular repayment.
The amortisation schedule
An amortisation schedule splits each repayment into the interest charged that period and the principal repaid (the rest of the payment).
- Interest for the period (the balance at the start of the period).
- Principal repaid repayment interest.
- New balance principal repaid.
Analysing changes to the repayment
The repayment must exceed the first period's interest, or the balance will grow instead of shrink. Increasing the repayment clears the loan in fewer periods and reduces the total interest paid; decreasing it lengthens the term and raises total interest.
Offset accounts and extra repayments
Two features change how quickly a loan clears. An offset account holds savings that are subtracted from the loan balance for the purpose of calculating interest, without reducing the principal itself, so interest is charged on a smaller amount and more of each repayment attacks the principal. Making extra repayments, or repaying more frequently, also reduces the balance faster and cuts the total interest substantially, because interest is always charged on the outstanding balance. SACE questions often ask you to compare the total interest paid with and without such a change, which you compute by running the recurrence under each scenario.
The total cost of a loan
The total amount repaid is the regular repayment multiplied by the number of repayments (adjusting the final, smaller payment). Subtracting the original principal from this total gives the total interest paid over the life of the loan. For long mortgages this interest can approach or exceed the amount borrowed, which is why even a small reduction in the rate or term, or a modest extra repayment, can save a large sum. Being able to compute and interpret this total cost is a standard examined outcome.
The final repayment
The last repayment is usually smaller than the rest, because only the remaining balance plus its final period's interest is owed. To find it, take the second-last balance, add one period's interest, and that total is the final payment.
Exam-style practice questions
Practice questions written in the style of SACE Board exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.
SACE 20222 marksCalculator-assumed. Keisha took out a home loan of 650000 dollars over 20 years at 2.88% per annum, compounded monthly. Show that the minimum monthly repayment was approximately 3570 dollars.Show worked answer →
Use the amortisation model. Monthly rate ; payments ; loan , future value .
Marks: one for the monthly rate and number of payments, one for arriving at about 3570 dollars. A financial solver gives the same result.
SACE 20232 marksCalculator-assumed. Grace took out a home loan of 356000 dollars over 25 years at 5.11% per annum, compounded monthly. Show the monthly repayment is approximately 2100 dollars.Show worked answer →
Monthly rate ; payments ; loan .
Marks: one for the rate and 300 payments, one for the repayment of about 2100 dollars.
SACE 20211 marksCalculator-assumed. Dakota's 25-year home loan of 350000 dollars has a minimum monthly repayment of approximately 1880 dollars. Calculate the total cost of the loan.Show worked answer →
Total cost is the repayment times the number of repayments. Payments , so total dollars.
So Dakota repays about 564000 dollars; compared with the 350000 dollars borrowed, the extra roughly 214000 dollars is interest. The mark is for the multiplication.
