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.
Practice questions
Original practice questions graded from foundation to exam level, each with a full worked solution. Try them before revealing the solution.
foundation2 marksA reducing-balance loan of $10000 is charged interest at per month and repaid by monthly instalments of $300. Find how much of the first payment is interest and how much reduces the principal.Show worked solution β
Interest is charged on the opening balance. The first month opens with the full loan, so
In dollars the interest portion is $50.00.
Principal repaid is the rest of the payment.
So $50.00 of the first payment is interest and $250.00 reduces the principal.
Marker's note: one mark for (interest on the opening balance), one for . Charging interest on instead of is the usual slip.
foundation2 marksA loan follows the recurrence with . Find the outstanding balance immediately after the first repayment.Show worked solution β
Apply the recurrence once with . Add the month's interest, then subtract the payment:
Evaluate.
So the balance after the first repayment is $4790.00.
Marker's note: one mark for substituting into the recurrence, one for the answer $4790.00. Subtracting the payment before adding interest reverses the required order and loses the mark.
core3 marksA loan of $12000 is charged interest at per annum compounded monthly and repaid by monthly instalments of $400. Using the closed form , find the balance owing immediately after the 12th payment. Give your answer to the nearest cent.Show worked solution β
Set up the per-period quantities. The monthly rate is
Compute the compound factor.
Substitute into the closed form.
So the balance owing after payments is about $7805.91.
Marker's note: one mark for the per-period rate , one for an accurate , one for the final $7805.91 from the closed form. Using the annual rate in place of is the standard error.
core4 marksThe table below is the start of the amortisation schedule for a $8000 loan charged interest per month with a fixed monthly repayment of $700. Month 1 opens at $8000.00, is charged $80.00 interest, repays $620.00 of principal and closes at $7380.00. Month 2 opens at $7380.00, is charged $73.80 interest, repays $626.20 and closes at $6753.80. (a) Complete the row for month 3, giving the interest, principal repaid and closing balance. (b) Explain, using the figures, why the principal-repaid column increases every month even though the payment is fixed.Show worked solution β
Part (a): month 3 opens at the month 2 closing balance, $6753.80. Interest is charged on that opening balance:
Principal repaid is the payment minus the interest:
Closing balance is opening plus interest minus payment:
So month 3 has interest $67.54, principal repaid $632.46 and closing balance $6121.34.
Part (b): the balance falls each month, so the interest charged on it falls too. Interest is , and since the opening balance drops each month (), the interest slice shrinks. The payment is fixed at $700, so principal repaid must grow by exactly the amount the interest falls.
Marker's note: one mark for , one for , one for ; one for explaining the falling interest forces the rising principal at a fixed payment. Charging month 3 interest on $8000 rather than the $6753.80 opening balance is the trap.
exam5 marksA home loan of $250000 is charged interest at per annum compounded monthly and is to be repaid by equal monthly instalments over years. Let be the balance owing after the th repayment. (a) Write down a recurrence relation for and show that the closed form is . (b) Hence show that . (c) Find the balance owing after years (the th payment) and hence state what fraction of the original loan has been repaid at the halfway point of the term.Show worked solution β
Part (a): build the recurrence and iterate it. The monthly rate is . Each month, interest is added to the opening balance and the payment is subtracted:
Iterating from :
and in general the subtracted payments form a geometric series:
using the geometric-series sum with first term and ratio .
Part (b): the loan is repaid when at . Set and solve for :
With :
so $1622.39, as required.
Part (c): substitute into the closed form. With :
So about $154380.44 is still owing after years. The principal repaid is
which is , i.e. only about of the loan is cleared at the halfway point in time.
Marker's note: one mark for the recurrence and one for the geometric-series derivation of the closed form in (a); one for setting and reaching in (b); one for and one for the interpretation that only about (not ) of the debt is cleared halfway through in (c). The insight examiners reward is that time-halfway is not debt-halfway, because early payments are mostly interest.
foundation3 marksUsing the present value of an annuity , find the present value of a stream of monthly payments of $400 discounted at per month. Give your answer to the nearest cent.Show worked solution β
Identify the quantities. Here , and .
Compute the discount factor.
Substitute into the present-value formula.
So the present value of the stream is about $9025.15.
Marker's note: one mark for identifying , and , one for the discount factor , one for the present value $9025.15. Using (future value) instead of the negative index is the common confusion.
exam5 marksOn retiring, Priya invests a lump sum in an account earning per annum compounded monthly, and plans to withdraw a fixed amount at the end of each month. (a) Explain why the lump sum she needs is the present value of the withdrawals, and write the present-value-of-annuity relationship connecting the lump sum , the withdrawal , the monthly rate and the number of withdrawals . (b) Priya has $400000 and wants the fund to last exactly years. Show that the largest fixed monthly withdrawal is about $2577.21. (c) If instead Priya withdraws $3000 each month, use to find how many whole months the fund lasts, and comment on why it does not last the full years.Show worked solution β
Part (a): the fund must be exactly large enough to fund every future withdrawal. Each withdrawal is made in the future, so its value today is discounted back at the monthly rate. The lump sum needed is the sum of those discounted withdrawals, which is the present value of an annuity:
If the fund equalled less than this present value it would run dry early; if more, money would be left over.
Part (b): solve for with , and . Rearrange the present-value formula for :
With , so :
so the largest fixed monthly withdrawal is about $2577.21, as required.
Part (c): substitute , , into the term formula. First the interior of the log:
Rounding down to whole months, the fund sustains full withdrawals of $3000 (with a smaller final withdrawal in month ), which is about years. It does not last the full years because $3000 exceeds the $2577.21 sustainable withdrawal, so the extra drawn each month erodes the capital faster than the interest can replenish it.
Marker's note: one mark for identifying the lump sum as the present value and writing the annuity relationship in (a); one for the correct substitution and one for reaching in (b); one for months and one for the comparison explaining the shorter life in (c). Confusing present value with future value in (a) undermines the whole question.
