β Year 12: Financial Mathematics
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.
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 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 using a geometric series gives the closed form
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 . 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 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.
Total interest
Total amount paid over the loan is . Since the loan amount is returned, total interest is
Time to repay
If a borrower chooses instead of , the loan term is
The expression inside the log must be positive, which requires , that is the payment must exceed the first period's interest. Otherwise the loan never finishes.
Worked examples
Standard repayment
\250007.2%5$ years.
, .
, so .
M = \frac{25000 \cdot 0.006}{0.30108} = \frac{150}{0.30108} \approx \498.21$.
Total paid: 60 \cdot 498.21 = \29892.60\.
Outstanding balance partway through
For the loan above, balance after payments:
.
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 of principal has been repaid even though of payments have been made. This is the interest-front-loading effect.
Interest vs principal in one payment
For the same loan, the th 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 \1500\ loan at per annum compounded monthly. How many months will it take?
, so , 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 \1700P r / M = 0.882351 - P r / M = 0.11765$.
months, or about 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 . Using the annual rate gives a wildly wrong answer.
Mixing up the two forms. and are the same. Pick one and use it consistently.
Treating principal repaid as fraction. Early payments are mostly interest; the principal-repaid pattern is geometric, not linear. Use for the amount of principal repaid after payments.
Ignoring the no-completion case. If , the loan never finishes. The log formula will fail or give a negative result.
In one sentence
A reducing-balance loan satisfies with closed form , the repayment is set by the present-value-of-annuity formula , and total interest is .
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: . Number of payments: . Loan: .
Monthly repayment comes from the present-value-of-annuity formula:
.
, so .
M = \frac{300000 \cdot 0.005}{0.77603} = \frac{1500}{0.77603} \approx \1932.90$.
Total paid: 300 \times 1932.90 \approx \579870\.
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 $9\%$ 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
.
.
.
= 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
- 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.