How does recursion model a compound interest investment that grows each period?
Model compound interest with a recurrence relation, convert nominal annual rates to the period rate, and find balances and effective rates.
How to model a compound interest investment with a recurrence relation, convert a nominal annual rate to the compounding-period rate, find any balance, and compare effective annual rates.
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
You must set up the recurrence, convert nominal rates to the per-period rate, find any balance, and calculate and compare effective annual rates.
The compound interest recurrence
Each period the balance is multiplied by a fixed growth factor, so it is a geometric model.
The key word is period. If interest compounds monthly, counts months and is the monthly rate; if it compounds quarterly, counts quarters. Mixing years with a monthly rate is the most common error in the topic.
Converting nominal rates
A nominal annual rate is the headline yearly rate. The rate actually applied each period is the nominal rate divided by the number of compounding periods per year.
- Compounding monthly: , and counts months.
- Compounding quarterly: , and counts quarters.
- Compounding daily: , and counts days.
For a nominal per annum compounding monthly, , so .
The effective annual rate
Two accounts with the same nominal rate are not equally good if they compound at different frequencies. The effective annual rate restates a nominal rate as the equivalent rate compounding once a year, so accounts can be compared fairly.
For a nominal compounding monthly, and . The more frequent the compounding, the higher the effective rate, because interest is earned on interest sooner.
Using the recurrence on a calculator
To generate balances term by term, store the principal, then repeatedly multiply by . This is how the SCSA calculator-assumed section expects you to verify a balance or find when an investment first passes a target. To find the first for which exceeds, say, , increase until the balance crosses the threshold, then report the first whole period above it.
Exam-style practice questions
Practice questions written in the style of SCSA exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.
WACE 20216 marks\80004.8\%A_nn2$ years. (c) Find the effective annual interest rate, correct to two decimal places.Show worked answer →
Compounding monthly means the monthly rate is the nominal annual rate divided by .
(a) Monthly rate . Recurrence: , with . (2 marks)
(b) Two years is months, so , that is . (2 marks)
(c) Effective annual rate . (2 marks)
Markers reward the per-period rate, the correct number of periods, and an effective rate from one year of compounding.
WACE 20234 marksTwo banks offer the same nominal rate of per annum. Bank A compounds annually and Bank B compounds quarterly. Show that Bank B gives the higher effective annual rate and state the difference correct to two decimal places.Show worked answer →
Compare the growth factor over one year for each bank.
Bank A effective rate because it compounds once a year. Bank B quarterly rate , so its effective rate . (3 marks)
Bank B is higher by , because more frequent compounding earns interest on interest sooner. (1 mark)
Markers reward the quarterly rate, the one-year growth factor raised to the fourth power, and the correct difference.
