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.
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 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 and an interest rate of per period, simple interest adds the constant amount every period. The recurrence and rule are
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 each period:
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 times a year at a nominal annual rate , use the rate per period and count the number of periods. For example per annum compounding monthly uses per month over 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 = 480.
balance = principal + total interest = 4000 + 3 x (0.04 x 4000) = 4000 + 480 = $4480.
This matches option D.
2025 VCAA1 marksVirat invested 1128 B. 1262 D. $1264Show 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.