How are reducing-balance loan repayments calculated, and how much of each payment goes to interest versus principal?
Use recurrence relations and the present value of an annuity to find loan repayments, outstanding balances and total interest paid
A focused answer to the HSC Maths Advanced dot point on loan repayments. Recurrence model for the outstanding balance, closed-form for the repayment via the present value of an annuity, splitting payments into interest and principal, and total interest, with worked examples.
Reviewed by: AI editorial process; not yet individually human-reviewed
Have a quick question? Jump to the Q&A page
What this dot point is asking
NESA wants you to model a reducing-balance loan with a recurrence relation, derive the closed-form formula for the regular repayment using the present value of an annuity, compute outstanding balances and total interest, and split a single payment into interest and principal components.
The answer
A reducing-balance loan works by two actions every period, always in the same order: interest is charged on the current balance, then the fixed payment is subtracted. Because each payment chips a little off the principal, the balance the interest is charged on shrinks, so the interest portion of the next payment is smaller and a larger slice of the same fixed payment goes to principal. The balance therefore falls a little faster every period, tracing the gently steepening curve below all the way to zero.
The recurrence model
A loan of is repaid by equal payments at the end of each period. Interest of rate per period accrues on the outstanding balance. Let be the balance just after the th payment, with .
Each period: add interest, then subtract the payment.
Iterating this recurrence and summing the resulting geometric series gives the closed form
The first term is what the loan would grow to if no payments were ever made; the second term is the future value of the payments made so far (the same annuity sum used for savings). The difference is what is still owed. This closed form is the shortcut for "the balance after the th payment" when is too large to iterate by hand.
The repayment formula (present value of an annuity)
The loan is fully repaid when . Setting the closed form to zero and solving for :
Equivalently, the loan amount is the present value of the stream of payments:
This is the present-value-of-annuity formula. It is the discounted sum of the geometric series with .
Splitting a payment into interest and principal
The interest portion of the th payment is the interest charged on the previous (opening) balance:
The principal portion is the rest:
Early in the loan, most of each payment goes to interest. Near the end, almost all goes to principal. The principal portion grows geometrically with ratio across periods, because and , so the part repaid each period multiplies by .
Building the amortisation schedule, row by row
The safest way to see the split shift is to build a schedule one row at a time, carrying each closing balance down to be the next opening balance. Take the $25000 car loan at per month () with the $497.39 monthly repayment found below, and build the first three months stage by stage. Each row follows the same three rules: interest is the opening balance times ; principal repaid is payment minus interest; closing balance is opening plus interest minus payment.
Stage 1, the first month. The opening balance is the whole loan, $25000. Interest is , i.e. $150.00. The payment is $497.39, so principal repaid is , i.e. $347.39, and the closing balance is , i.e. $24652.61.
| Month | Opening | Interest () | Payment | Principal repaid | Closing |
|---|---|---|---|---|---|
Stage 2, carry the closing balance down. Month opens at last month's close, $24652.61. Interest is , i.e. $147.92, already lower because the balance is lower. Principal repaid is , i.e. $349.47, slightly more than last month, and the closing balance is $24303.14.
| Month | Opening | Interest () | Payment | Principal repaid | Closing |
|---|---|---|---|---|---|
Stage 3, repeat the pattern. Month opens at $24303.14. Interest is , i.e. $145.82, principal repaid is , i.e. $351.57, and the closing balance is $23951.57.
| Month | Opening | Interest () | Payment | Principal repaid | Closing |
|---|---|---|---|---|---|
Stage 4, read the trend. Across the three rows the interest column falls () while principal repaid rises (). The payment never changes, but its split shifts steadily from interest toward principal. Continue this to the end and the balance reaches zero at month , with total interest , i.e. $4843.40.
Watching the interest-versus-principal split shift
The same fixed $497.39 payment is split very differently early and late in the loan. Each panel below shows a single payment as a bar: the accent block on the left is the interest portion , the muted block on the right is the principal portion . The faded bars preview the payments still to come.
Stage 1, payment 1. With the full $25000 still owing, interest claims $150.00 of the payment and only $347.39 reduces the principal.
Stage 2, payment 24. Two years in, the balance has fallen to about $16061, so interest is only $98.76 and $398.63 now goes to principal.
Stage 3, payment 48. Four years in, interest is down to $37.22 and the bar is now overwhelmingly principal at $460.17.
Stage 4, the final payment. By payment barely a few dollars of interest remain, and almost the entire payment clears the last of the principal.
This front-loading is why making extra repayments early saves far more interest than the same dollar later: an extra dollar paid in month avoids interest for the whole remaining life of the loan, while the same dollar near the end avoids almost none.
Total interest
Total amount paid over the loan is . Since the loan amount is returned, total interest is
Time to repay
If a borrower fixes the payment rather than the term , set and solve for :
The expression inside the log must be positive, which requires : the payment must exceed the first period's interest. If the balance never moves (an interest-only loan); if the balance actually grows and the loan never finishes. Because the last payment is usually a smaller partial payment, round the term up to the next whole period.
How exam questions ask about loan repayments
Each wording points to one of the tools above:
- "Find the monthly repayment / instalment." Use , the present-value-of-annuity formula rearranged for .
- "Find the balance owing after the th payment." Use the closed form , or run the recurrence if only a couple of rows are needed.
- "Complete the next row of the schedule" or "find the balance after the 3rd repayment." A recurrence / amortisation-table question: interest on the opening balance, principal equals payment minus interest, roll the closing balance forward.
- "How much of the th payment is interest / pays off the loan?" A split question: , principal . Find first by table or formula.
- "Find the total interest paid over the life of the loan." Total interest (or add the actual payments if the last is partial).
- "After how many months is the loan repaid?" Set , solve for with logs, and round up.
- "Does the loan ever finish?" or "why does so little of an early payment reduce the principal?" Compare with for completion; for the front-loading, note interest is charged on the large early balance, so most of is consumed by interest.
Edge case: interest-only versus reducing-balance
Take the same $25000 at per month. An interest-only payment would be , i.e. $150 per month: it covers exactly the interest, so the balance stays at $25000 forever and no principal is repaid. The reducing-balance payment of $497.39 is $347.39 larger, and that extra is precisely what buys down the principal each month and clears the loan in payments. This is the general rule: a reducing-balance payment must exceed the interest-only payment , and the closer it sits to , the longer the loan runs.
Exam-style practice questions
Practice questions written in the style of NESA exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.
2022 HSC Q215 marksA loan of $300000 is repaid by equal monthly instalments over years at per annum compounded monthly. Find the monthly repayment and the total amount paid.Show worked answer β
Per-period rate: . Number of payments: . Loan: .
Monthly repayment comes from the present-value-of-annuity formula:
.
, so .
, i.e. $1932.90.
Total paid: , i.e. $579870, so interest is about $279870.
Markers reward the per-period rate, the right formula, an accurate compound factor, the monthly repayment to cents, and the total computed from .
2021 HSC Q224 marksA loan of $20000 at per annum compounded monthly is repaid by monthly instalments of $300. Find the outstanding balance immediately after the 24th payment.Show worked answer β
, . Using the recurrence, the balance after payments is
.
.
.
, i.e. $16071.80.
Markers expect the standard outstanding-balance formula, accurate intermediate values, and a final answer to cents.
Related dot points
- Use simple and compound interest formulas to find future values, present values, interest rates and time periods
A focused answer to the HSC Maths Advanced dot point on simple and compound interest. The two formulas, conversion between annual and per-period rates, present and future value calculations, and the effect of compounding frequency, with worked examples.
- Use the formulas for the nth term and the sum of n terms of a geometric sequence, and the limiting sum, in financial contexts
A focused answer to the HSC Maths Advanced dot point on geometric sequences and series in finance. The general term, finite sum, limiting sum and the convergence condition, applied to repeated deposits, depreciation and perpetuities, with worked examples.
- Derive and use the future value formula for an annuity to find the accumulated value of a series of equal regular contributions
A focused answer to the HSC Maths Advanced dot point on the future value of an annuity. Derive the formula as a geometric series, apply it to regular savings, and solve for the required contribution or number of periods, with worked examples.
- Establish and solve differential equations of the form and and apply them to growth, decay and Newton's law of cooling
A focused answer to the HSC Maths Advanced dot point on exponential modelling. The equations dN/dt = kN and dT/dt = k(T - Ta), their solutions, and worked applications to population, radioactive decay and cooling.