← Year 12: Financial Mathematics

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 OpusReviewed by Better Tuition Academy10 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, 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

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 using a 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 is what the loan would grow to without payments; the second term is the future value of the payments made so far. The difference is what is still owed.

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 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.

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 chooses MM instead of nn, the loan term is

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, that is the payment must exceed the first period's interest. Otherwise the loan never finishes.

Worked examples

Standard repayment

\25000carloanat car loan at 7.2%perannumcompoundedmonthly,repaidover per annum compounded monthly, repaid over 5$ years.

r=0.07212=0.006r = \frac{0.072}{12} = 0.006, n=60n = 60.

(1.006)βˆ’60β‰ˆ0.69892(1.006)^{-60} \approx 0.69892, so 1βˆ’0.69892=0.301081 - 0.69892 = 0.30108.

M = \frac{25000 \cdot 0.006}{0.30108} = \frac{150}{0.30108} \approx \498.21$.

Total paid: 60 \cdot 498.21 = \29892.60.Totalinterest:. Total interest: \4892.604892.60.

Outstanding balance partway through

For the loan above, balance after 2424 payments:

(1.006)24β‰ˆ1.15418(1.006)^{24} \approx 1.15418.

B_{24} = 25000 \cdot 1.15418 - 498.21 \cdot \frac{0.15418}{0.006} = 28854.50 - 498.21 \cdot 25.697 \approx 28854.50 - 12802.50 = \16052.00$.

After two years, roughly 36%36\% of principal has been repaid even though 40%40\% of payments have been made. This is the interest-front-loading effect.

Interest vs principal in one payment

For the same loan, the 2525th payment is split as

I_{25} = r \cdot B_{24} = 0.006 \cdot 16052.00 \approx \96.31$.

P_{25} = M - I_{25} = 498.21 - 96.31 \approx \401.90$.

So roughly \96$ of that month's payment is interest, and the rest goes to reducing the principal.

Solving for the term

You can afford \1500amonthona a month on a \300000300000 loan at 6%6\% per annum compounded monthly. How many months will it take?

Pr/M=300000β‹…0.005/1500=1P r / M = 300000 \cdot 0.005 / 1500 = 1, so 1βˆ’Pr/M=01 - P r / M = 0, and the log is undefined. The payment exactly equals the interest, so the principal never reduces. The loan would never finish.

Bump the payment to \1700:: P r / M = 0.88235,, 1 - P r / M = 0.11765$.

n=βˆ’ln⁑0.11765ln⁑1.005=2.139800.004988β‰ˆ429.0n = \frac{-\ln 0.11765}{\ln 1.005} = \frac{2.13980}{0.004988} \approx 429.0 months, or about 35.7535.75 years.

Common traps

Using the future-value formula for a loan. Loan repayments use the present-value-of-annuity formula. The future-value formula is for accumulating savings.

Forgetting to convert the rate. Monthly compounding requires the monthly rate R/12R / 12. Using the annual rate gives a wildly wrong answer.

Mixing up the two forms. M=Pr(1+r)n(1+r)nβˆ’1M = \frac{P r (1 + r)^n}{(1 + r)^n - 1} and M=Pr1βˆ’(1+r)βˆ’nM = \frac{P r}{1 - (1 + r)^{-n}} are the same. Pick one and use it consistently.

Treating principal repaid as Mβ‹…M \cdot fraction. Early payments are mostly interest; the principal-repaid pattern is geometric, not linear. Use Pβˆ’BnP - B_n for the amount of principal repaid after nn payments.

Ignoring the no-completion case. If M≀PrM \le P r, the loan never finishes. The log formula will fail or give a negative result.

In one sentence

A reducing-balance loan satisfies Bn=Bnβˆ’1(1+r)βˆ’MB_n = B_{n - 1}(1 + r) - M with closed form Bn=P(1+r)nβˆ’Mβ‹…(1+r)nβˆ’1rB_n = P(1 + r)^n - M \cdot \frac{(1 + r)^n - 1}{r}, the repayment is set by the present-value-of-annuity formula M=Pr1βˆ’(1+r)βˆ’nM = \frac{P r}{1 - (1 + r)^{-n}}, and total interest is Mnβˆ’PM n - P.

Past exam questions, worked

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

2022 HSC Q215 marksA loan of $\$300000$ is repaid by equal monthly instalments over $25$ years at $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 = \frac{300000 \cdot 0.005}{0.77603} = \frac{1500}{0.77603} \approx \1932.90$.

Total paid: 300 \times 1932.90 \approx \579870,sointerestisabout, so interest is about \279870279870.

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 $\$20000$ at $9\%$ per annum compounded monthly is repaid by monthly instalments of $\$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 \cdot 26.188 = 23928.20 - 7856.40 \approx \16071.80$.

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

Related dot points