Skip to main content
NSWMaths AdvancedSyllabus dot point

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.

Generated by Claude Opus 4.816 min answer

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.

Outstanding balance of a reducing-balance car loan over time A line chart of the amount still owed on a 25000 dollar car loan at 0.6 percent per month with 497 dollar 39 cent monthly repayments. The balance, drawn in the heavier accent colour, starts at 25000 dollars and falls month by month, slightly faster as time goes on, reaching zero at month 60 when the loan is paid off. A marker at month 24 shows about 16061 dollars still owing. $5k$10k$15k$20k$25k 01224364860 $25,000 owed $16,061 at mth 24 paid off, mth 60 balance owing ($) month $25,000 at 0.6% per month, $497.39 repayments: the balance falls a little faster each month.

The recurrence model

A loan of PP is repaid by equal payments MM at the end of each period. Interest of rate rr per period accrues on the outstanding balance. Let BnB_n be the balance just after the nnth payment, with B0=PB_0 = P.

Each period: add interest, then subtract the payment.

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

Iterating this recurrence and summing the resulting geometric series gives the closed form

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 P(1+r)nP(1 + r)^n 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 nnth payment" when nn is too large to iterate by hand.

The repayment formula (present value of an annuity)

The loan is fully repaid when Bn=0B_n = 0. Setting the closed form to zero and solving for MM:

M=Pr(1+r)n(1+r)nβˆ’1=Pr1βˆ’(1+r)βˆ’n.M = \frac{P r (1 + r)^n}{(1 + r)^n - 1} = \frac{P r}{1 - (1 + r)^{-n}}.

Equivalently, the loan amount is the present value of the stream of nn payments:

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

This is the present-value-of-annuity formula. It is the discounted sum of the geometric series Mv+Mv2+β‹―+MvnM v + M v^2 + \cdots + M v^n with v=(1+r)βˆ’1v = (1 + r)^{-1}.

Splitting a payment into interest and principal

The interest portion of the kkth payment is the interest charged on the previous (opening) balance:

Ik=rβ‹…Bkβˆ’1.I_k = r \cdot B_{k - 1}.

The principal portion is the rest:

Pk=Mβˆ’Ik.P_k = M - I_k.

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 (1+r)(1 + r) across periods, because Pk+1=Mβˆ’rBkP_{k+1} = M - rB_k and Bk=Bkβˆ’1βˆ’PkB_k = B_{k-1} - P_k, so the part repaid each period multiplies by (1+r)(1+r).

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 0.6%0.6\% per month (r=0.006r = 0.006) 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 rr; 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 0.006Γ—25000=150.000.006 \times 25000 = 150.00, i.e. $150.00. The payment is $497.39, so principal repaid is 497.39βˆ’150.00=347.39497.39 - 150.00 = 347.39, i.e. $347.39, and the closing balance is 25000+150βˆ’497.39=24652.6125000 + 150 - 497.39 = 24652.61, i.e. $24652.61.

Month Opening Interest (Γ—0.006\times 0.006) Payment Principal repaid Closing
11 25000.0025000.00 150.00150.00 497.39497.39 347.39347.39 24652.6124652.61

Stage 2, carry the closing balance down. Month 22 opens at last month's close, $24652.61. Interest is 0.006Γ—24652.61=147.920.006 \times 24652.61 = 147.92, i.e. $147.92, already lower because the balance is lower. Principal repaid is 497.39βˆ’147.92=349.47497.39 - 147.92 = 349.47, i.e. $349.47, slightly more than last month, and the closing balance is $24303.14.

Month Opening Interest (Γ—0.006\times 0.006) Payment Principal repaid Closing
11 25000.0025000.00 150.00150.00 497.39497.39 347.39347.39 24652.6124652.61
22 24652.6124652.61 147.92147.92 497.39497.39 349.47349.47 24303.1424303.14

Stage 3, repeat the pattern. Month 33 opens at $24303.14. Interest is 0.006Γ—24303.14=145.820.006 \times 24303.14 = 145.82, i.e. $145.82, principal repaid is 497.39βˆ’145.82=351.57497.39 - 145.82 = 351.57, i.e. $351.57, and the closing balance is $23951.57.

Month Opening Interest (Γ—0.006\times 0.006) Payment Principal repaid Closing
11 25000.0025000.00 150.00150.00 497.39497.39 347.39347.39 24652.6124652.61
22 24652.6124652.61 147.92147.92 497.39497.39 349.47349.47 24303.1424303.14
33 24303.1424303.14 145.82145.82 497.39497.39 351.57351.57 23951.5723951.57

Stage 4, read the trend. Across the three rows the interest column falls (150.00β†’147.92β†’145.82150.00 \to 147.92 \to 145.82) while principal repaid rises (347.39β†’349.47β†’351.57347.39 \to 349.47 \to 351.57). 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 6060, with total interest 60Γ—497.39βˆ’25000=4843.4060 \times 497.39 - 25000 = 4843.40, 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 Ik=rBkβˆ’1I_k = rB_{k-1}, the muted block on the right is the principal portion Mβˆ’IkM - I_k. 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 1: payment 1 is almost all interestStacked bars of the fixed 497 dollar 39 cent monthly repayment on a 25000 dollar car loan, split into an accent interest portion on the left and a muted principal portion on the right, for payments 1, 24, 48 and 60. Early payments are mostly interest; late payments are mostly principal.Stage 1interestprincipaleach bar = $497.39payment 1int $150.00prin $347.39payment 24payment 48payment 60Stage 1: payment 1 is almost all interest.

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 2: by payment 24 the split has shiftedStacked bars of the fixed 497 dollar 39 cent monthly repayment on a 25000 dollar car loan, split into an accent interest portion on the left and a muted principal portion on the right, for payments 1, 24, 48 and 60. Early payments are mostly interest; late payments are mostly principal.Stage 2interestprincipaleach bar = $497.39payment 1int $150.00prin $347.39payment 24int $98.76prin $398.63payment 48payment 60Stage 2: by payment 24 the split has shifted.

Stage 3, payment 48. Four years in, interest is down to $37.22 and the bar is now overwhelmingly principal at $460.17.

Stage 3: payment 48 is mostly principalStacked bars of the fixed 497 dollar 39 cent monthly repayment on a 25000 dollar car loan, split into an accent interest portion on the left and a muted principal portion on the right, for payments 1, 24, 48 and 60. Early payments are mostly interest; late payments are mostly principal.Stage 3interestprincipaleach bar = $497.39payment 1int $150.00prin $347.39payment 24int $98.76prin $398.63payment 48int $37.22prin $460.17payment 60Stage 3: payment 48 is mostly principal.

Stage 4, the final payment. By payment 6060 barely a few dollars of interest remain, and almost the entire payment clears the last of the principal.

Stage 4: the final payment 60 is nearly all principalStacked bars of the fixed 497 dollar 39 cent monthly repayment on a 25000 dollar car loan, split into an accent interest portion on the left and a muted principal portion on the right, for payments 1, 24, 48 and 60. Early payments are mostly interest; late payments are mostly principal.Stage 4interestprincipaleach bar = $497.39payment 1int $150.00prin $347.39payment 24int $98.76prin $398.63payment 48int $37.22prin $460.17payment 60int $2.97prin $494.42Stage 4: the final payment 60 is nearly all 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 11 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 MnM n. Since the loan amount PP is returned, total interest is

Itotal=Mnβˆ’P.I_{\text{total}} = M n - P.

Time to repay

If a borrower fixes the payment MM rather than the term nn, set Bn=0B_n = 0 and solve for nn:

n=βˆ’ln⁑(1βˆ’Pr/M)ln⁑(1+r).n = \frac{-\ln(1 - P r / M)}{\ln(1 + r)}.

The expression inside the log must be positive, which requires M>PrM > P r: the payment must exceed the first period's interest. If M=PrM = Pr the balance never moves (an interest-only loan); if M<PrM < Pr 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 M=Pr1βˆ’(1+r)βˆ’nM = \dfrac{Pr}{1 - (1 + r)^{-n}}, the present-value-of-annuity formula rearranged for MM.
  • "Find the balance owing after the nnth payment." Use the closed form Bn=P(1+r)nβˆ’M(1+r)nβˆ’1rB_n = P(1 + r)^n - M\dfrac{(1 + r)^n - 1}{r}, 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 kkth payment is interest / pays off the loan?" A split question: Ik=rBkβˆ’1I_k = rB_{k-1}, principal =Mβˆ’Ik= M - I_k. Find Bkβˆ’1B_{k-1} first by table or formula.
  • "Find the total interest paid over the life of the loan." Total interest =nMβˆ’P= nM - P (or add the actual payments if the last is partial).
  • "After how many months is the loan repaid?" Set Bn=0B_n = 0, solve for nn with logs, and round up.
  • "Does the loan ever finish?" or "why does so little of an early payment reduce the principal?" Compare MM with rPrP for completion; for the front-loading, note interest is charged on the large early balance, so most of MM is consumed by interest.

Edge case: interest-only versus reducing-balance

Take the same $25000 at 0.6%0.6\% per month. An interest-only payment would be M=rP=0.006Γ—25000=150M = rP = 0.006 \times 25000 = 150, 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 6060 payments. This is the general rule: a reducing-balance payment must exceed the interest-only payment rPrP, and the closer it sits to rPrP, 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 &#36;300000 is repaid by equal monthly instalments over 2525 years at 6%6\% per annum compounded monthly. Find the monthly repayment and the total amount paid.
Show worked answer β†’

Per-period rate: r=0.0612=0.005r = \frac{0.06}{12} = 0.005. Number of payments: n=25Γ—12=300n = 25 \times 12 = 300. Loan: P=300000P = 300000.

Monthly repayment MM comes from the present-value-of-annuity formula:

P=Mβ‹…1βˆ’(1+r)βˆ’nrβ€…β€ŠβŸΉβ€…β€ŠM=Pr1βˆ’(1+r)βˆ’nP = M \cdot \frac{1 - (1 + r)^{-n}}{r} \implies M = \frac{P r}{1 - (1 + r)^{-n}}.

(1.005)βˆ’300β‰ˆ0.22397(1.005)^{-300} \approx 0.22397, so 1βˆ’(1.005)βˆ’300β‰ˆ0.776031 - (1.005)^{-300} \approx 0.77603.

M=300000β‹…0.0050.77603=15000.77603β‰ˆ1932.90M = \frac{300000 \cdot 0.005}{0.77603} = \frac{1500}{0.77603} \approx 1932.90, i.e. $1932.90.

Total paid: 300Γ—1932.90β‰ˆ579870300 \times 1932.90 \approx 579870, 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 MnM n.

2021 HSC Q224 marksA loan of &#36;20000 at 9%9\% per annum compounded monthly is repaid by monthly instalments of &#36;300. Find the outstanding balance immediately after the 24th payment.
Show worked answer β†’

r=0.0075r = 0.0075, M=300M = 300. Using the recurrence, 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.0075)24β‰ˆ1.19641(1.0075)^{24} \approx 1.19641.

B24=20000β‹…1.19641βˆ’300β‹…0.196410.0075B_{24} = 20000 \cdot 1.19641 - 300 \cdot \frac{0.19641}{0.0075}.

=23928.20βˆ’300β‹…26.188=23928.20βˆ’7856.40β‰ˆ16071.80= 23928.20 - 300 \cdot 26.188 = 23928.20 - 7856.40 \approx 16071.80, i.e. $16071.80.

Markers expect the standard outstanding-balance formula, accurate intermediate values, and a final answer to cents.

Related dot points