Skip to main content
VICGeneral MathematicsSyllabus dot point

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.

Generated by Claude Opus 4.76 min answer

Reviewed by: AI editorial process; not yet individually human-reviewed

Have a quick question? Jump to the Q&A page

Jump to a section
  1. What this dot point is asking
  2. The mixed recurrence relation
  3. Compound interest
  4. Reducing-balance loans on the finance solver
  5. Effect of changing parameters
  6. Why this matters for the exams

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

Vn+1=RVnD,V_{n+1} = R\,V_n - D,

where VnV_n is the balance after nn periods, RR is the per-period growth factor, and DD is the regular payment. Each period the balance grows by interest and then a payment is made.

  • Compound interest investment with no payments: D=0D = 0, so Vn+1=RVnV_{n+1} = R\,V_n (purely geometric growth).
  • Reducing-balance loan: V0V_0 is the amount borrowed, DD is the repayment, and the balance falls toward zero.
  • Annuity: V0V_0 is the amount invested, DD 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: D=r100kV0D = \dfrac{r}{100\,k}\,V_0.

Compound interest

For an investment of principal PP at annual rate rr percent compounded kk times per year for tt years, the value is

A=P(1+r100k)kt.A = P\left(1 + \frac{r}{100\,k}\right)^{k t}.

The interest earned is APA - P. Increasing the compounding frequency kk 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: NN (number of payments), I%I\% (annual interest rate), PVPV (present value or amount borrowed), PMTPMT (regular payment), and FVFV (future value, usually 00 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 500000,withinterestcalculatedmonthly.Thebalanceoftheloan,indollars,afternmonths,T(n),canbemodelledbytherecurrencerelationT0=500000,T(n+1)=1.00325T(n)2611.65.AfinalrepaymentthatwillfullyrepaytheloantothenearestcentisA.500 000, with interest calculated monthly. The balance of the loan, in dollars, after n months, T(n), can be modelled by the recurrence relation T0 = 500 000, T(n+1) = 1.00325 T(n) - 2611.65. A final repayment that will fully repay the loan to the nearest cent is A. 2605.65 B. 2609.18C.2609.18 C. 2611.65 D. 2614.12E.2614.12 E. 2615.81
Show worked answer →

Apply the recurrence with a finance solver or step through it. After 299 regular repayments of 2611.65thebalancehasfallento2611.65 the balance has fallen to 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 20000,withinterestcompoundingquarterly,makingquarterlyrepaymentsof20 000, with interest compounding quarterly, making quarterly repayments 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 20000to20 000 to 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.