Skip to main content
VICGeneral MathematicsSyllabus dot point

How do simple and compound interest differ, how does each follow a recurrence relation, and how do you compare them with effective rates?

Model simple interest with a linear recurrence and compound interest with a geometric recurrence, find balances and interest earned, convert between nominal and effective annual rates, and compare simple and compound growth

A focused answer to the VCE General Mathematics Unit 3 Recursion and financial modelling key-knowledge point on interest. Simple interest as a linear recurrence, compound interest as a geometric recurrence, the rule for the nth balance, compounding periods, and effective annual rate.

Generated by Claude Opus 4.77 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. Simple interest as a linear recurrence
  3. Compound interest as a geometric recurrence
  4. Compounding more often than yearly
  5. Why this matters for the exams

What this dot point is asking

VCAA wants you to model the two basic ways money grows. Simple interest adds a fixed amount each period and follows a linear (arithmetic) recurrence. Compound interest multiplies the balance each period and follows a geometric recurrence. You find balances and interest earned, handle compounding more often than yearly, and compare the two using an effective annual rate. This is the foundation for the loan and annuity work that follows.

Simple interest as a linear recurrence

With principal PP and an interest rate of r%r\% per period, simple interest adds the constant amount d=r100×Pd = \frac{r}{100}\times P every period. The recurrence and rule are

V0=P,Vn+1=Vn+d,Vn=P+nd.V_0 = P, \qquad V_{n+1} = V_n + d, \qquad V_n = P + n\,d.

The balance grows in a straight line, so a graph of balance against time is a set of points on a line.

Compound interest as a geometric recurrence

Compound interest multiplies the balance by the growth factor R=1+r100R = 1 + \frac{r}{100} each period:

V0=P,Vn+1=RVn,Vn=PRn.V_0 = P, \qquad V_{n+1} = R\,V_n, \qquad V_n = P\,R^{\,n}.

The balance grows geometrically, faster and faster, because each period's interest is added to the base for the next period.

Compounding more often than yearly

If interest compounds kk times a year at a nominal annual rate r%r\%, use the rate per period rk%\frac{r}{k}\% and count the number of periods. For example 12%12\% per annum compounding monthly uses 1%1\% per month over 1212 periods a year.

Why this matters for the exams

Interest questions open the financial modelling section and reward correctly identifying linear versus geometric growth and matching the rate to the compounding period. The recurrence form connects straight to the sequences dot point, and the geometric model becomes the engine of reducing-balance loans and annuities, where the finance solver takes over the arithmetic.

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.

2025 VCAA1 marksDani invests $4000 for three years. The account earns simple interest at 4% per annum. The balance in the account after three years can be calculated using A. 4000 x 1.04^3 B. 3(1.04 x 4000) C. 4000 + (0.04 x 4000)/3 D. 4000 + 3(0.04 x 4000)
Show worked answer →

Simple interest pays the same fixed amount each year, based on the original principal. It does not compound, so option A (a compound-interest expression) is wrong.

Annual interest = 0.04 x 4000 = 160,andoverthreeyearsthetotalinterestis3x160=160, and over three years the total interest is 3 x 160 = 480.

balance = principal + total interest = 4000 + 3 x (0.04 x 4000) = 4000 + 480 = $4480.

This matches option D.

2025 VCAA1 marksVirat invested 5000intoanaccountthatearnedinterestcompoundingfortnightly.TheeffectiveannualinterestrateforViratsinvestmentwas4.515000 into an account that earned interest compounding fortnightly. The effective annual interest rate for Virat's investment was 4.51%. Assume there are exactly 26 fortnights in one year. After five years, the amount of interest earned by Virat was closest to A. 1128 B. 1234C.1234 C. 1262 D. $1264
Show worked answer →

The effective annual rate already accounts for the compounding, so the balance after a whole number of years can be found by compounding at the effective rate annually.

balance after 5 years = 5000 x (1 + 0.0451)^5 = 5000 x 1.0451^5 = 5000 x 1.24678 = $6233.89.

interest earned = balance - principal = 6233.89 - 5000 = $1233.89.

This is closest to $1234, so the answer is B. Using the effective rate avoids converting back to the fortnightly rate.