Skip to main content
ExamExplained
WA · Mathematics Applications
Mathematics Applications study scene
§-Syllabus dot point
WAMathematics ApplicationsSyllabus dot point

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
  1. What this dot point is asking
  2. The compound interest recurrence
  3. Converting nominal rates
  4. The effective annual rate
  5. Using the recurrence on a calculator

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, nn counts months and ii is the monthly rate; if it compounds quarterly, nn 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: i=nominal12i = \dfrac{\text{nominal}}{12}, and nn counts months.
  • Compounding quarterly: i=nominal4i = \dfrac{\text{nominal}}{4}, and nn counts quarters.
  • Compounding daily: i=nominal365i = \dfrac{\text{nominal}}{365}, and nn counts days.

For a nominal 7.2%7.2\% per annum compounding monthly, i=0.07212=0.006i = \dfrac{0.072}{12} = 0.006, so R=1.006R = 1.006.

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 6%6\% compounding monthly, i=0.005i = 0.005 and ieff=1.005121=0.06168=6.17%i_{\text{eff}} = 1.005^{12} - 1 = 0.06168 = 6.17\%. 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 RR. 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 nn for which AnA_n exceeds, say, $20000\$20\,000, increase nn 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\8000isinvestedat is invested at 4.8\%perannumcompoundingmonthly.(a)Writearecurrencerelationforthebalance per annum compounding monthly. (a) Write a recurrence relation for the balance A_nafter after nmonths.(b)Findthebalanceafter months. (b) Find the balance after 2$ 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 1212.

(a) Monthly rate =4.8%12=0.4%=0.004= \dfrac{4.8\%}{12} = 0.4\% = 0.004. Recurrence: An+1=1.004AnA_{n+1} = 1.004\,A_n, with A0=8000A_0 = 8000. (2 marks)

(b) Two years is 2424 months, so A24=8000×1.00424=8000×1.10057=8804.55A_{24} = 8000 \times 1.004^{24} = 8000 \times 1.10057 = 8804.55, that is $8804.55\$8804.55. (2 marks)

(c) Effective annual rate =1.004121=1.049071=0.04907=4.91%= 1.004^{12} - 1 = 1.04907 - 1 = 0.04907 = 4.91\%. (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 6%6\% 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 =6.00%= 6.00\% because it compounds once a year. Bank B quarterly rate =6%4=1.5%=0.015= \dfrac{6\%}{4} = 1.5\% = 0.015, so its effective rate =1.01541=1.061361=0.06136=6.14%= 1.015^4 - 1 = 1.06136 - 1 = 0.06136 = 6.14\%. (3 marks)

Bank B is higher by 6.14%6.00%=0.14%6.14\% - 6.00\% = 0.14\%, 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.

ExamExplained