How are compound interest investments, reducing-balance loans and annuities modelled with recurrence relations and analysed on a financial solver?
Model and analyse compound interest investments, reducing-balance loans, annuities and perpetuities using a first-order recurrence relation and a finance solver, and interpret balance, repayment, interest and the effect of changing parameters
A focused answer to the VCE General Mathematics Unit 3 Recursion and financial modelling key-knowledge point on financial modelling. Compound interest, reducing-balance loans, annuities and perpetuities, the mixed recurrence relation, the finance solver, and interpreting interest, balance and repayment.
Reviewed by: AI editorial process; not yet individually human-reviewed
Have a quick question? Jump to the Q&A page
Jump to a section
What this dot point is asking
VCAA wants you to model real financial situations with a mixed first-order recurrence relation and then analyse them with a calculator finance solver. The four contexts are compound interest investments, reducing-balance loans, annuities (and the special case of perpetuities). You must set up the recurrence, find balances and repayments, compute total interest, and explain how changing the rate, repayment or term affects the outcome. This dot point is the climax of the Recursion and financial modelling core.
The mixed recurrence relation
A reducing-balance loan or an annuity follows
where is the balance after periods, is the per-period growth factor, and is the regular payment. Each period the balance grows by interest and then a payment is made.
- Compound interest investment with no payments: , so (purely geometric growth).
- Reducing-balance loan: is the amount borrowed, is the repayment, and the balance falls toward zero.
- Annuity: is the amount invested, is the withdrawal, and the balance falls as you draw down.
- Perpetuity: the payment exactly equals the interest each period, so the balance never changes: .
Compound interest
For an investment of principal at annual rate percent compounded times per year for years, the value is
The interest earned is . Increasing the compounding frequency slightly increases the final value because interest is added more often.
Reducing-balance loans on the finance solver
Most loan questions are solved with the calculator finance solver, which links five quantities: (number of payments), (annual interest rate), (present value or amount borrowed), (regular payment), and (future value, usually when a loan is fully repaid). Enter the four you know with the correct sign convention (money received is positive, money paid is negative) and solve for the fifth.
Effect of changing parameters
You must be able to explain, in words, what happens when a parameter changes. Raising the interest rate increases the total interest and either lengthens the term or raises the required repayment. Increasing the repayment shortens the term and reduces total interest. Increasing the compounding frequency slightly increases the cost of a loan or the value of an investment.
Why this matters for the exams
Financial modelling is examined heavily and rewards method marks: show the recurrence, the per-period factor and the finance-solver inputs even when a calculator gives the number. Exam 1 tests single-step recurrence and compound-interest reasoning by hand; Exam 2 expects efficient solver use to find a payment, a term or a final balance and a clear interpretation in dollars.
Exam-style practice questions
Practice questions written in the style of VCAA exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.
2023 VCAA1 marksTimmy took out a reducing balance loan of 2605.65 B. 2611.65 D. 2615.81Show worked answer →
Apply the recurrence with a finance solver or step through it. After 299 regular repayments of 2605.65.
The final repayment must clear this remaining balance plus one more month of interest on it.
final repayment = 2605.65 x 1.00325 = $2614.12.
This matches option D. Equivalently, the last payment equals the second-last balance grown by one month's interest, since it leaves a balance of exactly zero.
2023 VCAA1 marksTavi took out a loan of 653.65. The balance at the end of each quarter of the first year is (0, 20000), (1, 19527.56), (2, 19050.83), (3, 18569.79), (4, 18084.39). The effective interest rate for the first year of Tavi's loan is closest to A. 3.62% B. 3.65% C. 3.66% D. 3.67% E. 3.68%Show worked answer →
First recover the quarterly interest rate from one step of the recurrence. Going from 19 527.56 means 20 000 x (1 + r) - 653.65 = 19 527.56, so (1 + r) = (19 527.56 + 653.65) / 20 000 = 1.0090605, giving a quarterly rate of 0.90605%.
The effective annual rate compounds this over four quarters: (1.0090605)^4 - 1 = 1.03674 - 1 = 0.03674.
As a percentage that is about 3.67%, so the answer is D.