← Year 12: Financial Mathematics

NSWMaths AdvancedSyllabus dot point

How do geometric sequences and series model repeated payments and recurring growth, and when does an infinite series converge?

Use the formulas for the nth term and the sum of n terms of a geometric sequence, and the limiting sum, in financial contexts

A focused answer to the HSC Maths Advanced dot point on geometric sequences and series in finance. The general term, finite sum, limiting sum and the convergence condition, applied to repeated deposits, depreciation and perpetuities, 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 recognise geometric sequences and series, apply the formulas for the nnth term, the sum of nn terms and the limiting sum, and use them in financial contexts such as repeated payments, depreciation, and perpetuities.

The answer

Geometric sequences

A geometric sequence has a constant ratio rr between consecutive terms. With first term aa,

Tn=arnβˆ’1.T_n = a r^{n - 1}.

So T1=aT_1 = a, T2=arT_2 = a r, T3=ar2T_3 = a r^2, and so on.

Geometric series (finite sum)

The sum of the first nn terms is

Sn=a(rnβˆ’1)rβˆ’1=a(1βˆ’rn)1βˆ’r(rβ‰ 1).S_n = \frac{a(r^n - 1)}{r - 1} = \frac{a(1 - r^n)}{1 - r} \quad (r \neq 1).

Both forms are equivalent. Use whichever keeps the numerator positive in your particular case.

Limiting sum (infinite series)

If ∣r∣<1|r| < 1, then rnβ†’0r^n \to 0 as nβ†’βˆžn \to \infty, and the series converges to

S∞=a1βˆ’r.S_\infty = \frac{a}{1 - r}.

If ∣r∣β‰₯1|r| \ge 1, the limiting sum does not exist.

Compound interest as a geometric sequence

A principal PP at compound rate rr per period produces the sequence of balances P,P(1+r),P(1+r)2,…P, P(1 + r), P(1 + r)^2, \dots with common ratio 1+r1 + r. The balance after nn periods is the (n+1)(n + 1)th term, which gives the familiar A=P(1+r)nA = P(1 + r)^n.

Depreciation

An asset depreciating at rate dd per period has values V0,V0(1βˆ’d),V0(1βˆ’d)2,…V_0, V_0(1 - d), V_0(1 - d)^2, \dots, a geometric sequence with ratio 1βˆ’d1 - d. The value after nn periods is Vn=V0(1βˆ’d)nV_n = V_0 (1 - d)^n. This is the "declining balance" method.

Repeated payments and perpetuities

A series of equal payments made at regular intervals forms a geometric sum after each payment is moved to a common time using the compound interest factor. When the payments continue forever and the discount rate satisfies ∣v∣<1|v| < 1, the limiting sum gives the present value of a perpetuity.

Worked examples

nth term and finite sum

Find T8T_8 and S8S_8 for the geometric sequence 3,6,12,24,…3, 6, 12, 24, \dots.

a=3a = 3, r=2r = 2.

T8=3β‹…27=3β‹…128=384T_8 = 3 \cdot 2^7 = 3 \cdot 128 = 384.

S8=3(28βˆ’1)2βˆ’1=3β‹…255=765S_8 = \frac{3(2^8 - 1)}{2 - 1} = 3 \cdot 255 = 765.

Depreciation

A car worth \32000depreciatesat depreciates at 20%peryear.Itsvalueafter per year. Its value after 5$ years is

V = 32000 (0.8)^5 = 32000 \cdot 0.32768 \approx \10485.76$.

Limiting sum

Find the limiting sum of 8βˆ’4+2βˆ’1+β‹―8 - 4 + 2 - 1 + \cdots.

a=8a = 8, r=βˆ’12r = -\frac{1}{2}, ∣r∣=12<1|r| = \frac{1}{2} < 1.

S∞=81βˆ’(βˆ’1/2)=83/2=163S_\infty = \frac{8}{1 - (-1/2)} = \frac{8}{3/2} = \frac{16}{3}.

Time to repay using a geometric sum

If you deposit \100attheendofeachyearintoanaccountpaying at the end of each year into an account paying 5%perannum,thebalancejustafterthe per annum, the balance just after the n$th deposit is

An=100+100(1.05)+100(1.05)2+β‹―+100(1.05)nβˆ’1=100β‹…(1.05)nβˆ’10.05.A_n = 100 + 100(1.05) + 100(1.05)^2 + \cdots + 100(1.05)^{n - 1} = 100 \cdot \frac{(1.05)^n - 1}{0.05}.

The \100depositedtodayhashadnocompoundingyet;thedepositmade deposited today has had no compounding yet; the deposit made n - 1yearsagohascompounded years ago has compounded n - 1$ times. This is the future-value-of-annuity setup, developed in the annuities dot point.

Perpetuity

A scholarship pays \5000attheendofeachyearforever,discountedat at the end of each year forever, discounted at 4%perannum.Thepresentvalueisthelimitingsumof per annum. The present value is the limiting sum of 5000 v + 5000 v^2 + \cdotswith with v = \frac{1}{1.04}$.

\text{PV} = \frac{5000 v}{1 - v} = \frac{5000 / 1.04}{1 - 1/1.04} = \frac{5000}{1.04 - 1} = \frac{5000}{0.04} = \125000$.

A perpetuity is the payment divided by the per-period rate.

Common traps

Wrong choice of aa. The first term aa is the first term of the sequence as written. In Tn=arnβˆ’1T_n = a r^{n - 1}, a=T1a = T_1, not T0T_0.

Off-by-one on the exponent. TnT_n uses rnβˆ’1r^{n - 1}, not rnr^n. The sum SnS_n uses rnr^n. The nnth term of P,P(1+r),P(1+r)2,…P, P(1 + r), P(1 + r)^2, \dots is P(1+r)nβˆ’1P(1 + r)^{n - 1}, but the compound interest balance after nn periods is P(1+r)nP(1 + r)^n because we count compounding events, not list positions.

Forgetting the convergence condition. The limiting sum formula needs ∣r∣<1|r| < 1 strictly. For r=1r = 1 the sequence is constant and the partial sums diverge. For ∣r∣β‰₯1|r| \ge 1 but rβ‰ 1r \neq 1, the partial sums grow without bound or oscillate.

Confusing depreciation rate with multiplier. A 15%15\% depreciation per year means a multiplier of 0.850.85 per year, not 0.150.15. The new value is 0.850.85 times the old.

Sum starting at the wrong term. Some questions list payments starting one period from now (an "ordinary annuity"), others start immediately (an "annuity due"). The first term and the number of compounded periods change accordingly.

In one sentence

A geometric sequence has Tn=arnβˆ’1T_n = a r^{n - 1} with finite sum Sn=a(1βˆ’rn)1βˆ’rS_n = \frac{a(1 - r^n)}{1 - r} and limiting sum a1βˆ’r\frac{a}{1 - r} when ∣r∣<1|r| < 1, and these formulas underlie compound interest, depreciation, annuities and perpetuities.

Past exam questions, worked

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

2022 HSC Q173 marksA machine is bought for $\$40000$ and depreciates at $15\%$ per annum. Find its value after $6$ years.
Show worked answer β†’

Depreciation at 15%15\% per annum means the value is multiplied by 0.850.85 each year. After 66 years,

V=40000(0.85)6V = 40000 (0.85)^6.

(0.85)6β‰ˆ0.37715(0.85)^6 \approx 0.37715.

V \approx 40000 \times 0.37715 \approx \15085.84$.

Markers reward the multiplier 0.850.85, the correct exponent, and an answer rounded to cents.

2021 HSC Q183 marksFind the limiting sum of the geometric series $1 + \frac{2}{3} + \frac{4}{9} + \frac{8}{27} + \cdots$, and explain why a limiting sum exists.
Show worked answer β†’

The series has first term a=1a = 1 and common ratio r=23r = \frac{2}{3}.

∣r∣=23<1|r| = \frac{2}{3} < 1, so a limiting sum exists.

S∞=a1βˆ’r=11βˆ’2/3=11/3=3S_\infty = \frac{a}{1 - r} = \frac{1}{1 - 2/3} = \frac{1}{1/3} = 3.

Markers expect identification of aa and rr, the convergence condition ∣r∣<1|r| < 1, and the limiting sum formula correctly applied.

Related dot points