Skip to main content
ExamExplained
NSW Β· Maths Advanced
Maths Advanced study scene
Β§-Syllabus dot point
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.

Reviewed by: AI editorial process; not yet individually human-reviewed

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 are the engine behind every formula in this topic. The moment a quantity is repeatedly multiplied by the same factor each period, a fixed interest rate, a fixed depreciation rate, a stream of equal payments each discounted by one more period, you have a geometric sequence, and its sum is a geometric series. Compound interest, declining-balance depreciation, the future value of an annuity and the present value of a perpetuity are all the same three formulas wearing different clothes. The one genuinely new idea is the limiting sum: when the multiplier has size less than one, an infinite list of terms can still add to a finite total.

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. The defining test is that dividing any term by the one before it always gives the same number rr (compare an arithmetic sequence, where you subtract to get a constant difference).

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, so Sn=a(1βˆ’rn)1βˆ’rβ†’a(1βˆ’0)1βˆ’rS_n = \dfrac{a(1 - r^n)}{1 - r} \to \dfrac{a(1 - 0)}{1 - r}, and the series converges to

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

If ∣r∣β‰₯1|r| \ge 1, the terms do not shrink to zero, the partial sums grow without bound (or oscillate), and the limiting sum does not exist.

Why an infinite sum can be finite, stage by stage

The limiting sum feels paradoxical until you watch it. Take the series 1+12+14+β‹―1 + \tfrac{1}{2} + \tfrac{1}{4} + \cdots, with a=1a = 1 and r=12r = \tfrac{1}{2}, so S∞=11βˆ’1/2=2S_\infty = \dfrac{1}{1 - 1/2} = 2. Lay each term end to end on a number line: every new term is half the length of the last, so it closes half of whatever gap to 22 remains. The partial sum keeps moving right but never passes 22.

Stage 1, the first term. Lay down 11. The running sum is S1=1S_1 = 1, exactly halfway to the limit.

Stage 1: the first termA number line from 0 to about 2 showing the geometric series 1 plus a half plus a quarter and so on. 1 term segments are laid end to end above the line, each half the length of the last, and a marker shows the partial sum creeping toward the dashed limit at 2.00.511.52limit S = 21S1 = 1Stage 1Stage 1: start with the first term, S_1 = 1.

Stage 2, add a half. The next term is 12\tfrac{1}{2}, closing half the gap from 11 to 22. Now S2=1.5S_2 = 1.5.

Stage 2: add halfA number line from 0 to about 2 showing the geometric series 1 plus a half plus a quarter and so on. 2 term segments are laid end to end above the line, each half the length of the last, and a marker shows the partial sum creeping toward the dashed limit at 2.00.511.52limit S = 211/2S2 = 1.5Stage 2Stage 2: add 1/2; the running sum reaches 1.5.

Stage 3, add a quarter. The third term 14\tfrac{1}{4} closes half the gap again, reaching S3=1.75S_3 = 1.75. Each step leaves exactly half the previous gap.

Stage 3: add a quarterA number line from 0 to about 2 showing the geometric series 1 plus a half plus a quarter and so on. 3 term segments are laid end to end above the line, each half the length of the last, and a marker shows the partial sum creeping toward the dashed limit at 2.00.511.52limit S = 211/21/4S3 = 1.75Stage 3Stage 3: add 1/4; the sum reaches 1.75, half the remaining gap closed.

Stage 4, keep halving the gap. Adding 18\tfrac{1}{8}, then 116\tfrac{1}{16}, and so on, the sum reaches S5=1.9375S_5 = 1.9375 and edges ever closer to 22 without reaching it. The remaining gap after nn terms is exactly rnβ‹…a1βˆ’rr^n \cdot \dfrac{a}{1-r}, which shrinks to zero, so S∞=2S_\infty = 2.

Stage 4: keep halving the gapA number line from 0 to about 2 showing the geometric series 1 plus a half plus a quarter and so on. 5 term segments are laid end to end above the line, each half the length of the last, and a marker shows the partial sum creeping toward the dashed limit at 2.00.511.52limit S = 211/21/41/8S5 = 1.9375Stage 4Stage 4: each new term halves the gap to 2; the sum converges to the limit S = 2.

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 once each payment is moved to a common time using the compound interest factor. If the payments stop after nn terms, use the finite sum SnS_n (this is the future-value-of-annuity formula). If they continue forever and the per-period discount factor v=(1+r)βˆ’1v = (1 + r)^{-1} satisfies ∣v∣<1|v| < 1 (which it always does for r>0r > 0), the limiting sum gives the present value of a perpetuity: PV=paymentr\text{PV} = \dfrac{\text{payment}}{r}.

How exam questions ask about geometric sequences and series

The context is dressed up, but each version reduces to identifying aa and rr and choosing the right formula:

  • "Find the value after nn years" of an asset that loses a fixed percentage each year. Declining-balance depreciation: Vn=V0(1βˆ’d)nV_n = V_0(1 - d)^n, a geometric sequence with ratio 1βˆ’d1 - d.
  • "Find the nnth term" or "which term equals XX?" Use Tn=arnβˆ’1T_n = ar^{n-1}; for "which term", set it equal to XX and solve for nn with logs.
  • "Find the sum of the first nn terms" or a total of repeated equal deposits. Finite sum Sn=a(rnβˆ’1)rβˆ’1S_n = \dfrac{a(r^n - 1)}{r - 1}.
  • "Find the limiting sum" or "explain why a limiting sum exists". State ∣r∣<1|r| < 1 first, then S∞=a1βˆ’rS_\infty = \dfrac{a}{1 - r}.
  • "Value a scholarship / pension that pays $X forever." A perpetuity: present value =Xr= \dfrac{X}{r} (the limiting sum of the discounted payments).
  • "Show that the balance / total is a geometric series." Write the first few terms, state aa and rr, then apply the sum formula; markers want the structure made explicit.

Exam-style practice questions

Practice questions written in the style of NESA exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.

2022 HSC Q173 marksA machine is bought for &#36;40000 and depreciates at 15%15\% per annum. Find its value after 66 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.377150(0.85)^6 \approx 0.377150.

Vβ‰ˆ40000Γ—0.377150β‰ˆ15085.98V \approx 40000 \times 0.377150 \approx 15085.98, i.e. $15085.98.

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+23+49+827+β‹―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.

Practice questions

Original practice questions graded from foundation to exam level, each with a full worked solution. Try them before revealing the solution.

foundation2 marksFor the geometric sequence 5,15,45,…5, 15, 45, \dots find T6T_6 and S6S_6.
Show worked solution β†’

Identify the first term and common ratio. Dividing any term by the one before, 155=3\frac{15}{5} = 3, so a=5a = 5 and r=3r = 3.

Apply the nnth-term formula.

T6=ar5=5Γ—35=5Γ—243=1215.T_6 = a r^{5} = 5 \times 3^5 = 5 \times 243 = 1215.

Apply the finite-sum formula.

S6=a(r6βˆ’1)rβˆ’1=5(36βˆ’1)3βˆ’1=5(729βˆ’1)2=5Γ—7282=1820.S_6 = \frac{a(r^6 - 1)}{r - 1} = \frac{5(3^6 - 1)}{3 - 1} = \frac{5(729 - 1)}{2} = \frac{5 \times 728}{2} = 1820.

Marker's note: one mark for T6=1215T_6 = 1215 from ar5ar^{5} (the exponent is nβˆ’1=5n - 1 = 5, not 66), one for S6=1820S_6 = 1820 from the correct sum formula. Using r6r^6 in the nnth term is the usual off-by-one slip.

foundation2 marksFind the limiting sum of the geometric series 12+8+163+β‹―12 + 8 + \frac{16}{3} + \cdots, first stating why it exists.
Show worked solution β†’
Find aa and rr
The first term is a=12a = 12, and r=812=23r = \frac{8}{12} = \frac{2}{3}.
State the convergence test
Since ∣r∣=23<1|r| = \frac{2}{3} < 1, a limiting sum exists.
Apply the limiting-sum formula

S∞=a1βˆ’r=121βˆ’23=1213=36.S_\infty = \frac{a}{1 - r} = \frac{12}{1 - \frac{2}{3}} = \frac{12}{\frac{1}{3}} = 36.

Marker's note: one mark for the convergence statement ∣r∣<1|r| < 1 (a marked instruction whenever a question says "why it exists"), one for S∞=36S_\infty = 36. Quoting the formula without the ratio test forfeits the first mark.

foundation3 marksA machine bought for &#36;18000 depreciates at 12%12\% per annum by the declining-balance method. Find its value after 44 years, correct to the nearest cent.
Show worked solution β†’

Turn the depreciation rate into a multiplier. Losing 12%12\% each year means keeping 88%88\%, so the values form a geometric sequence with ratio r=1βˆ’0.12=0.88r = 1 - 0.12 = 0.88 and a=18000a = 18000.

Apply the declining-balance formula Vn=V0(1βˆ’d)nV_n = V_0(1 - d)^n.

V4=18000Γ—(0.88)4.V_4 = 18000 \times (0.88)^4.

Evaluate the power step by step.

(0.88)2=0.7744,(0.88)4=(0.7744)2=0.59969536.(0.88)^2 = 0.7744, \qquad (0.88)^4 = (0.7744)^2 = 0.59969536.

V4=18000Γ—0.59969536=10794.52Β (nearestΒ cent).V_4 = 18000 \times 0.59969536 = 10794.52 \text{ (nearest cent).}

So the machine is worth about $10794.52 after 44 years.

Marker's note: one mark for the multiplier 0.880.88 (not 0.120.12), one for the correct power (0.88)4(0.88)^4, one for the value $10794.52 rounded to cents. Multiplying by 0.120.12 instead of 0.880.88 is the classic depreciation error.

core3 marksAn account statement lists the end-of-year balance of a savings account, in dollars, in a table. Year 0 shows 2000.00, Year 1 shows 2120.00, Year 2 shows 2247.20 and Year 3 shows 2382.03. (a) Show that the balances form a geometric sequence and state the annual interest rate. (b) Find the balance at the end of Year 10, correct to the nearest cent.
Show worked solution β†’

Part (a): test for a constant ratio. Divide each balance by the previous one:

2120.002000.00=1.06,2247.202120.00=1.06,2382.032247.20β‰ˆ1.06.\frac{2120.00}{2000.00} = 1.06, \qquad \frac{2247.20}{2120.00} = 1.06, \qquad \frac{2382.03}{2247.20} \approx 1.06.

The ratio is constant at r=1.06r = 1.06, so the balances form a geometric sequence. A ratio of 1.061.06 is a multiplier of 1+0.061 + 0.06, so the annual interest rate is 6%6\%.

Part (b): use Vn=V0(1.06)nV_n = V_0 (1.06)^n with V0=2000V_0 = 2000. The Year 10 balance is

V10=2000Γ—(1.06)10.V_{10} = 2000 \times (1.06)^{10}.

(1.06)10=1.790847…,(1.06)^{10} = 1.790847\ldots,

V10=2000Γ—1.790847=3581.69Β (nearestΒ cent).V_{10} = 2000 \times 1.790847 = 3581.69 \text{ (nearest cent).}

So the Year 10 balance is about $3581.69.

Marker's note: one mark for showing the ratio is constant at 1.061.06, one for reading off the 6%6\% rate, one for the Year 10 balance $3581.69. Treating the yearly increases (which grow) as constant, rather than the ratio, is the trap the table is built to catch.

core3 marksA car initially worth &#36;4000 (in resale terms) depreciates so that each year its value is 0.850.85 of the year before. Find the first whole year at the end of which the value first drops below &#36;1000.
Show worked solution β†’

Set up the value after nn years. With a=4000a = 4000 and r=0.85r = 0.85,

Vn=4000(0.85)n.V_n = 4000 (0.85)^n.

Form the inequality. We want the first nn with Vn<1000V_n < 1000:

4000(0.85)n<1000β‡’(0.85)n<0.25.4000 (0.85)^n < 1000 \quad\Rightarrow\quad (0.85)^n < 0.25.

Take logarithms and divide (the log of 0.850.85 is negative, so the inequality flips).

nln⁑(0.85)<ln⁑(0.25)β‡’n>ln⁑0.25ln⁑0.85=βˆ’1.386294βˆ’0.162519β‰ˆ8.53.n \ln(0.85) < \ln(0.25) \quad\Rightarrow\quad n > \frac{\ln 0.25}{\ln 0.85} = \frac{-1.386294}{-0.162519} \approx 8.53.

Round up to the next whole year. The first integer above 8.538.53 is n=9n = 9. Check: V9=4000(0.85)9β‰ˆ926.47<1000V_9 = 4000(0.85)^9 \approx 926.47 < 1000, while V8β‰ˆ1089.96>1000V_8 \approx 1089.96 > 1000.

So the value first drops below $1000 at the end of the 99th year.

Marker's note: one mark for the inequality (0.85)n<0.25(0.85)^n < 0.25, one for taking logs and flipping the sign correctly, one for rounding up to n=9n = 9 with a check. Rounding 8.538.53 down to 88 is the standard error, because year 88 has not yet fallen below the target.

exam5 marksAt the end of each year for 2020 years, Priya deposits &#36;2000 into a fund earning 5%5\% per annum compounded annually. (a) Explain why the value of the fund just after the final deposit is A=2000+2000(1.05)+2000(1.05)2+β‹―+2000(1.05)19A = 2000 + 2000(1.05) + 2000(1.05)^2 + \cdots + 2000(1.05)^{19}. (b) Show that this is a geometric series and hence find its sum, correct to the nearest cent.
Show worked solution β†’

Part (a): track each deposit to the end. The final (2020th) deposit earns no interest, contributing 20002000. The 1919th deposit compounds for one year, contributing 2000(1.05)2000(1.05). In general the deposit made kk years before the end compounds kk times, contributing 2000(1.05)k2000(1.05)^k. The very first deposit sits for 1919 years, contributing 2000(1.05)192000(1.05)^{19}. Adding all 2020 contributions gives

A=2000+2000(1.05)+2000(1.05)2+β‹―+2000(1.05)19.A = 2000 + 2000(1.05) + 2000(1.05)^2 + \cdots + 2000(1.05)^{19}.

Part (b): identify aa and rr. Each term is 1.051.05 times the one before, so this is a geometric series with a=2000a = 2000, r=1.05r = 1.05 and n=20n = 20 terms.

A=a(rnβˆ’1)rβˆ’1=2000((1.05)20βˆ’1)1.05βˆ’1.A = \frac{a(r^n - 1)}{r - 1} = \frac{2000\big((1.05)^{20} - 1\big)}{1.05 - 1}.

Evaluate.

(1.05)20=2.653297705,(1.05)^{20} = 2.653297705,

A=2000(2.653297705βˆ’1)0.05=2000Γ—1.6532977050.05=2000Γ—33.065954=66131.91.A = \frac{2000(2.653297705 - 1)}{0.05} = \frac{2000 \times 1.653297705}{0.05} = 2000 \times 33.065954 = 66131.91.

So the fund is worth about $66131.91 just after the final deposit.

Marker's note: one mark for explaining that the last deposit earns no interest while the first compounds 1919 times, one for writing the correct series, one for identifying a=2000a = 2000, r=1.05r = 1.05, n=20n = 20, one for the correct substitution into SnS_n, one for the final $66131.91. Using n=19n = 19 (miscounting the terms) or (1.05)20(1.05)^{20} in the wrong place are the common slips.

exam4 marksA ball is dropped from a height of 1010 m. After each bounce it rebounds to 34\frac{3}{4} of the height from which it fell. Assuming it keeps bouncing, find the total distance it travels before coming to rest.
Show worked solution β†’

Separate the initial drop from the bounces. The ball first falls 1010 m. After that, each bounce carries it up to a peak and back down the same distance, so each full bounce contributes twice its rebound height.

List the rebound heights. They form a geometric sequence with first term 10Γ—34=7.510 \times \frac{3}{4} = 7.5 and ratio r=34r = \frac{3}{4}:

7.5,β€…β€Š7.5(34),β€…β€Š7.5(34)2,β€…β€Šβ€¦7.5, \; 7.5\left(\tfrac{3}{4}\right), \; 7.5\left(\tfrac{3}{4}\right)^2, \; \dots

Sum the rebound heights with the limiting sum (∣r∣=34<1|r| = \frac{3}{4} < 1).

H=7.51βˆ’34=7.514=30Β m.H = \frac{7.5}{1 - \frac{3}{4}} = \frac{7.5}{\frac{1}{4}} = 30 \text{ m}.

Combine. Each metre of rebound height is travelled twice (up then down), so the bouncing distance is 2Γ—30=602 \times 30 = 60 m. Adding the initial 1010 m drop,

totalΒ distance=10+60=70Β m.\text{total distance} = 10 + 60 = 70 \text{ m}.

Marker's note: one mark for separating the first drop from the rebounds, one for the rebound heights as a geometric series with a=7.5a = 7.5, r=34r = \frac{3}{4}, one for the limiting sum 3030 m, one for doubling the rebounds and adding the initial drop to reach 7070 m. Forgetting to double the rebound heights (giving 4040 m) is the standard trap.

ExamExplained