How does a loan reduce to zero when interest is charged and regular repayments are made?
Model a reducing-balance loan with a recurrence relation, build an amortisation table, and find balances, repayments and total interest.
How to model a reducing-balance loan with a recurrence relation, read and build an amortisation table, and find the balance, repayment and total interest paid.
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 table, and find balances, repayments and total interest.
The loan recurrence
Each period, interest is added to the balance, then the repayment is subtracted.
Because interest is charged only on what is still owed, the interest shrinks each period as the balance falls, so each fixed payment chips away more principal than the last.
The amortisation table
An amortisation table breaks each payment into its interest and principal parts.
The pattern is the heart of the topic: the interest column falls and the principal column rises across the life of the loan, even though the total payment is constant.
Finding the repayment and total interest
Use the finance solver to find an unknown repayment ( the loan, , periods, rate; solve for ) or the number of periods. The total interest paid over the loan is the total of all repayments minus the amount borrowed: total interest (payment number of payments) principal. The final payment is usually smaller than the regular one, to clear the small remaining balance exactly.
The effect of changing the repayment
A higher monthly repayment clears the loan faster and cuts the total interest sharply, because more of each payment attacks the principal and less is lost to interest on the shrinking balance. Conversely, a lower repayment extends the term and raises total interest; if the repayment is set below the first period's interest, the balance actually grows and the loan never reduces. A useful check before any amortisation is to compare the first repayment with the first interest charge: the repayment must exceed it for the loan to make progress.
Reading an amortisation table question
SCSA often supplies a partly completed amortisation table and asks you to fill gaps. Work along a row using the three relations: interest balance , principal reduction payment interest, new balance old balance principal reduction. Given any one missing entry, the others follow. A common task is to find the interest rate from a row by rearranging interest balance to , then multiplying by the number of periods per year to recover the nominal annual rate.
Exam-style practice questions
Practice questions written in the style of SCSA exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.
WACE 20227 marksA \320\,0005.4\%\ each month. (a) Write a recurrence relation for the balance. (b) Construct the first two rows of an amortisation table (interest, principal reduction, balance). (c) State what happens to the interest portion of each payment over time.Show worked answer →
Each month, interest is added then the repayment is subtracted.
(a) Monthly rate , so , with . (2 marks)
(b) Month 1: interest ; principal reduction ; balance . Month 2: interest ; principal ; balance . (4 marks)
(c) The interest portion decreases each month (charged on a smaller balance) while the principal portion increases, even though the total payment stays at . (1 mark)
Markers reward the recurrence, an amortisation row splitting interest and principal, and the shifting interest-to-principal pattern.
WACE 20245 marksA loan of \15\,0009\%24$ months. (a) Use the finance solver to find the monthly repayment. (b) Find the total interest paid over the loan.Show worked answer →
Solve for the payment, then compare total paid with the principal.
(a) Finance solver: , compounding monthly, , ; solve for . The monthly repayment is about . (3 marks)
(b) Total paid ; total interest , about . (2 marks)
Markers reward the solver setup for and total interest as total repaid minus principal.
