← Year 12: Financial Mathematics

NSWMaths AdvancedSyllabus dot point

How do equal regular contributions to an investment grow over time, and what is the future value formula for an annuity?

Derive and use the future value formula for an annuity to find the accumulated value of a series of equal regular contributions

A focused answer to the HSC Maths Advanced dot point on the future value of an annuity. Derive the formula as a geometric series, apply it to regular savings, and solve for the required contribution or number of periods, with worked examples.

Generated by Claude OpusReviewed by Better Tuition Academy9 min answer

Have a quick question? Jump to the Q&A page

What this dot point is asking

NESA wants you to model regular equal contributions to an investment, derive the future value of an ordinary annuity using a geometric series, apply it to standard savings problems, and rearrange it to solve for the required contribution.

The answer

What is an annuity

An annuity is a sequence of equal payments made at regular intervals. In the ordinary annuity model used in Maths Advanced, each payment is made at the end of a compounding period, and interest is credited at the same rate per period that compounding occurs.

Let MM be the payment per period, rr the per-period interest rate (as a decimal), and nn the number of payments. We want the balance AA just after the nnth payment.

Deriving the formula

Track when each payment is made and how many full periods it earns interest before time nn.

  • Payment 11 is made at the end of period 11 and earns interest for nβˆ’1n - 1 periods. Its value at time nn is M(1+r)nβˆ’1M(1 + r)^{n - 1}.
  • Payment 22 is made at the end of period 22 and earns interest for nβˆ’2n - 2 periods. Its value at time nn is M(1+r)nβˆ’2M(1 + r)^{n - 2}.
  • The nnth payment is made at time nn and earns no interest. Its value is MM.

The total balance is the sum

A=M+M(1+r)+M(1+r)2+β‹―+M(1+r)nβˆ’1.A = M + M(1 + r) + M(1 + r)^2 + \cdots + M(1 + r)^{n - 1}.

This is a geometric series with first term MM, common ratio (1+r)(1 + r) and nn terms. So

A=Mβ‹…(1+r)nβˆ’1(1+r)βˆ’1=Mβ‹…(1+r)nβˆ’1r.A = M \cdot \frac{(1 + r)^n - 1}{(1 + r) - 1} = M \cdot \frac{(1 + r)^n - 1}{r}.

This is the future value of an ordinary annuity.

Rearranging for other unknowns

Solve for MM when the target balance AA is given:

M=Ar(1+r)nβˆ’1.M = \frac{A r}{(1 + r)^n - 1}.

Solve for nn (with AA, MM, rr given):

n=ln⁑(ArM+1)ln⁑(1+r).n = \frac{\ln \left( \frac{A r}{M} + 1 \right)}{\ln(1 + r)}.

There is no closed-form solution for rr; in the exam, rr is always given.

Sanity checks

  • Total deposited is MnM n. The future value AA exceeds MnM n because of interest.
  • If r=0r = 0, the formula simplifies to A=MnA = M n (interpreting the indeterminate form 0/00 / 0 in the limit).
  • Doubling nn more than doubles AA, because later contributions sit in the account longer and earlier contributions compound longer.

A common variation: deposit-then-credit

Some questions credit interest at the start of each period instead of after, or count the balance just before the next deposit. The number of compounding periods for each deposit changes by 11. Read the question carefully and either reuse the geometric-series derivation or multiply AA by an extra factor of (1+r)(1 + r).

Worked examples

Direct future value

Deposit \500attheendofeachquarterintoanaccountpaying at the end of each quarter into an account paying 8%perannumcompoundedquarterlyfor per annum compounded quarterly for 5$ years.

r=0.084=0.02r = \frac{0.08}{4} = 0.02, n=20n = 20, M=500M = 500.

A = 500 \cdot \frac{(1.02)^{20} - 1}{0.02} = 500 \cdot \frac{1.48595 - 1}{0.02} = 500 \cdot 24.2974 \approx \12148.69$.

Total deposited: 500 \cdot 20 = \10000.Interestearned:about. Interest earned: about \2148.692148.69.

Finding the required payment

You want \100000in in 20years.Accountpays years. Account pays 6%$ per annum compounded monthly. Monthly deposit?

r=0.0612=0.005r = \frac{0.06}{12} = 0.005, n=240n = 240, A=100000A = 100000.

(1.005)240β‰ˆ3.31020(1.005)^{240} \approx 3.31020. Denominator: 2.310202.31020.

M = \frac{100000 \cdot 0.005}{2.31020} = \frac{500}{2.31020} \approx \216.43$.

Finding the time

Deposit \1000attheendofeachyearat at the end of each year at 5%perannumcompoundedannually.Howmanyyearstoreach per annum compounded annually. How many years to reach \2500025000?

r=0.05r = 0.05, M=1000M = 1000, A=25000A = 25000.

ArM+1=25000β‹…0.051000+1=1.25+1=2.25\frac{A r}{M} + 1 = \frac{25000 \cdot 0.05}{1000} + 1 = 1.25 + 1 = 2.25.

n=ln⁑2.25ln⁑1.05=0.810930.04879β‰ˆ16.62n = \frac{\ln 2.25}{\ln 1.05} = \frac{0.81093}{0.04879} \approx 16.62 years.

So 1717 full annual deposits are needed to reach or exceed \25000$.

Building the series by hand

For a small case, list the contributions and check the formula. Three deposits of \100attheendofeachyearat at the end of each year at 10%$ per annum:

Payment 11 grows for 22 years: 100(1.1)2=121100(1.1)^2 = 121.

Payment 22 grows for 11 year: 100(1.1)=110100(1.1) = 110.

Payment 33 is the deposit itself: 100100.

Total: 121 + 110 + 100 = \331.Formulacheck:. Formula check: 100 \cdot \frac{(1.1)^3 - 1}{0.1} = 100 \cdot 3.31 = \331331.

Common traps

Wrong number of compounding periods per payment. In an ordinary annuity the last payment earns zero interest. Off-by-one errors are common; always check with a small case.

Using the annual rate with monthly payments. Convert to the per-period rate first.

Confusing total deposits with the future value. Total deposited is MnM n. Future value AA is larger by the interest earned. Some questions ask for the interest, which is Aβˆ’MnA - M n.

Wrong direction in the rearranged formula. When solving for MM, the formula is M=Ar(1+r)nβˆ’1M = \frac{A r}{(1 + r)^n - 1}, not M=A(1+r)nM = \frac{A}{(1 + r)^n} (that is a single lump-sum discount).

Mixing ordinary annuity and annuity due. Annuity due payments are made at the start of each period and earn one extra period of interest, multiplying the future value by (1+r)(1 + r). The default in Maths Advanced is the ordinary annuity unless stated otherwise.

In one sentence

The future value of an ordinary annuity is the geometric sum A=Mβ‹…(1+r)nβˆ’1rA = M \cdot \frac{(1 + r)^n - 1}{r}, which rearranges to give the required payment or, with logarithms, the required number of periods.

Past exam questions, worked

Real questions from past NESA papers on this dot point, with our answer explainer.

2022 HSC Q194 marksMaria deposits $\$200$ at the end of each month into an account paying $6\%$ per annum compounded monthly. Find the balance just after her 60th deposit.
Show worked answer β†’

Per-period rate: r=0.0612=0.005r = \frac{0.06}{12} = 0.005. Payment: M=200M = 200. Number of payments: n=60n = 60.

The future value of an ordinary annuity is

A=Mβ‹…(1+r)nβˆ’1r=200β‹…(1.005)60βˆ’10.005A = M \cdot \frac{(1 + r)^n - 1}{r} = 200 \cdot \frac{(1.005)^{60} - 1}{0.005}.

(1.005)60β‰ˆ1.34885(1.005)^{60} \approx 1.34885, so (1.005)60βˆ’1β‰ˆ0.34885(1.005)^{60} - 1 \approx 0.34885.

A \approx 200 \cdot \frac{0.34885}{0.005} = 200 \cdot 69.770 \approx \13954.01$.

Markers reward the per-period rate, the right formula, an accurate compound factor, and a final answer to cents.

2021 HSC Q204 marksJia wants to save $\$50000$ over $10$ years by depositing an equal amount at the end of each month into an account paying $4.8\%$ per annum compounded monthly. How much must each deposit be?
Show worked answer β†’

r=0.04812=0.004r = \frac{0.048}{12} = 0.004, n=120n = 120, A=50000A = 50000.

Rearrange the future-value formula for MM:

M=Aβ‹…r(1+r)nβˆ’1=50000β‹…0.004(1.004)120βˆ’1M = \frac{A \cdot r}{(1 + r)^n - 1} = \frac{50000 \cdot 0.004}{(1.004)^{120} - 1}.

(1.004)120β‰ˆ1.61605(1.004)^{120} \approx 1.61605, so the denominator is 0.616050.61605.

M = \frac{200}{0.61605} \approx \324.65$.

Markers expect the correct per-period rate, the rearrangement for MM, an accurate compound factor, and a final answer to cents.

Related dot points