← Year 12: Financial Mathematics

NSWMaths Standard 2Syllabus dot point

How are reducing-balance loan repayments calculated, and how does each repayment split between interest and principal?

Use recurrence relations and amortisation tables to calculate loan repayments, outstanding balances and the total interest paid on a reducing-balance loan

A focused answer to the HSC Maths Standard 2 dot point on reducing-balance loans. Recurrence model for the outstanding balance, building an amortisation table, the interest vs principal split of each payment, and worked Australian mortgage examples at current RBA cash rate levels.

Generated by Claude OpusReviewed by Better Tuition Academy9 min answer

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, build an amortisation table by hand for a few periods, compute the outstanding balance after nn payments using the closed-form formula, and split a payment into its interest and principal components.

The answer

How a reducing-balance loan works

A loan of PP dollars is repaid by equal payments MM at the end of each compounding period. Each period:

  1. Interest is added to the opening balance at the per-period rate rr.
  2. The payment is subtracted.

The closing balance is what is still owed. Let BnB_n be the balance just after the nnth payment.

Bn=Bnβˆ’1(1+r)βˆ’M.B_n = B_{n-1}(1 + r) - M.

This is the recurrence model. B0=PB_0 = P.

Amortisation table

A standard format for the first few periods:

Period Opening Interest Payment Principal repaid Closing
IMATH_12 IMATH_13 IMATH_14 IMATH_15 IMATH_16 IMATH_17
IMATH_18 IMATH_19 IMATH_20 IMATH_21 IMATH_22 IMATH_23
... ... ... ... ... ...

Each row: interest is the opening balance times the per-period rate; principal repaid is payment minus interest; closing balance is opening plus interest minus payment.

Closed-form for the balance

Iterating the recurrence using a geometric series gives

Bn=P(1+r)nβˆ’Mβ‹…(1+r)nβˆ’1r.B_n = P(1 + r)^n - M \cdot \frac{(1 + r)^n - 1}{r}.

The first term is what the loan would grow to without payments. The second term is the future value of payments made so far. The difference is what is still owed.

Interest vs principal split

For the kkth payment:

  • Interest portion: Ik=rβ‹…Bkβˆ’1I_k = r \cdot B_{k-1} (interest on the previous balance)
  • Principal portion: IMATH_26

Early in the loan, most of each payment goes to interest. Near the end, almost all goes to principal. This is why making extra repayments early saves a lot more interest than the same dollar amount later.

Total interest paid

If the loan is repaid by nn payments of MM:

totalΒ interest=nMβˆ’P.\text{total interest} = n M - P.

That is, total cash paid out minus the original loan amount.

Australian mortgage context

A typical Sydney mortgage in 2025: \700000borrowedataround borrowed at around 6.2%perannum(typicalmajorβˆ’bankvariablerate,RBAcashrate per annum (typical major-bank variable rate, RBA cash rate \sim 4.35%plusbankmargin).Over plus bank margin). Over 25$ years monthly:

r=0.062/12β‰ˆ0.005167r = 0.062/12 \approx 0.005167, n=300n = 300.

The repayment formula (also on the reference sheet) gives M \approx \4576permonth.Totalpaidover per month. Total paid over 25years years \approx \1.371.37 million. Total interest \approx \673000$, almost as much as the original principal.

Past exam questions, worked

Real questions from past NESA papers on this dot point, with our answer explainer.

2022 HSC Q265 marksA car loan of \25000at at 7.2\%perannumcompoundedmonthlyisrepaidbymonthlyinstalmentsof per annum compounded monthly is repaid by monthly instalments of \498.21498.21. Find the balance owing immediately after the 12th payment. Round to the nearest cent.
Show worked answer β†’

Per-period rate: r=0.07212=0.006r = \frac{0.072}{12} = 0.006. Monthly payment M=498.21M = 498.21.

The balance after nn payments is

Bn=P(1+r)nβˆ’Mβ‹…(1+r)nβˆ’1rB_n = P(1 + r)^n - M \cdot \frac{(1 + r)^n - 1}{r}.

(1.006)12β‰ˆ1.07442(1.006)^{12} \approx 1.07442.

B12=25000Γ—1.07442βˆ’498.21Γ—0.074420.006B_{12} = 25000 \times 1.07442 - 498.21 \times \frac{0.07442}{0.006}

=26860.50βˆ’498.21Γ—12.4033= 26860.50 - 498.21 \times 12.4033

= 26860.50 - 6179.91 \approx \20680.59$.

Markers reward the outstanding-balance formula, accurate intermediate values, and the answer rounded to cents.

2021 HSC Q244 marksUse an amortisation table to find the balance after 33 monthly repayments of \1200ona on a \6000060000 loan at 6%6\% per annum compounded monthly.
Show worked answer β†’

Per-period rate: r=0.005r = 0.005.

Month 11: opening 6000060000, interest 60000Γ—0.005=30060000 \times 0.005 = 300, payment 12001200, principal repaid 900900, closing 5910059100.

Month 22: opening 5910059100, interest 59100Γ—0.005=295.5059100 \times 0.005 = 295.50, payment 12001200, principal repaid 904.50904.50, closing 58195.5058195.50.

Month 33: opening 58195.5058195.50, interest 58195.50Γ—0.005β‰ˆ290.9858195.50 \times 0.005 \approx 290.98, payment 12001200, principal repaid 909.02909.02, closing \approx \57286.48$.

Markers reward a clean amortisation table layout, interest computed on the opening balance each period, principal repaid as payment minus interest, and the closing balance.

Related dot points