Get oriented
Recall what you already know, meet the key ideas and settle the terms.
Practise this lesson
Three printable worksheets that build from foundations to mastery, or build your own from any module’s questions.
A savings account starts with $\$1,000$. Each month it earns 0.5% interest, and you deposit an extra $\$100$.
Month 0: $1,000 | Month 1: $1,005 + $100 = $1,105 | Month 2: $1,105 × 1.005 + $100 = $1,210.53
Without calculating further predict whether Month 3 will be approximately $1,315. Explain your reasoning.
A recurrence relation describes how a quantity changes from one step to the next. For an investment with regular contributions there are only two things happening each period: the balance earns interest, then a new deposit arrives.
The master formula for any investment with regular deposits is:
Read it as: Next balance = current balance with interest + new deposit.
Key facts
- The recurrence relation $A_{n+1} = (1+r)A_n + a$
- How to build a step-by-step balance table
- The link between recurrence and annuity formulas
Concepts
- Why recurrence relations model real accounts perfectly
- The difference between recursive and closed-form solutions
- How compounding and contributions interact period by period
Skills
- Write recurrence relations from word problems
- Calculate balances iteratively step by step
- Verify closed-form answers with recurrence steps
- Compare investment strategies using recurrence tables