Active booklet

HSC Sequences

Home

HSC Sequences · Chapter guide

AP & GP Fundamentals

An arithmetic sequence has constant difference d; a geometric sequence has constant ratio r. Use a_n = a+(n-1)d and a_n = ar^{n-1}, then the finite sum formulae, to jump to any term or total without listing every value.

Learning outcomes

  • Define sequences explicitly and recursively
  • Apply AP and GP nth-term formulae
  • Sum finite arithmetic and geometric series
  • Use sigma notation for compact sums

What are AP and GP sequences?

In HSC Mathematics Extension 1, a sequence is an ordered list of numbers (an)n1(a_n)_{n\ge 1}. An arithmetic progression (AP) has a constant difference dd between consecutive terms. A geometric progression (GP) has a constant ratio rr. Once you know aa and dd (or rr), you can find any term or the sum of the first nn terms with a single formula — that is the core skill this chapter builds.

Sequences can also be defined recursively (each term from previous ones) or by a worded rule. Exams often mix these forms, so practise translating between them.

How sequences are specified

  • Explicit: ana_n written directly in terms of nn, e.g. an=3n1a_n = 3n-1.
  • Recursive: b1=2b_1=2, bn+1=bn+5b_{n+1}=b_n+5.
  • Contextual: terms generated from a process (pricing, interest, geometry).

Always identify which form you are given before choosing a formula.

Arithmetic sequences and series

An AP satisfies an+1an=da_{n+1}-a_n=d. With first term aa:

an=a+(n1)d.a_n = a + (n-1)d.

The sum of the first nn terms is

Sn=n2(2a+(n1)d)=n2(a+),S_n = \frac{n}{2}\bigl(2a+(n-1)d\bigr)=\frac{n}{2}(a+\ell),

where \ell is the nnth term. Use the second form when you already know the last term.

Worked example 1 — AP nth term

An arithmetic sequence has first term 44 and common difference 55. Find a30a_{30}.

Substitute into an=a+(n1)da_n = a+(n-1)d:

a30=4+295=149.a_{30}=4+29\cdot 5=149.

Trap: multiply dd by (n1)(n-1), not by nn.

Worked example 2 — AP sum

Find the sum of the first 4040 terms of 9, 13, 17, 9,\ 13,\ 17,\ \ldots

Here a=9a=9, d=4d=4, n=40n=40. The last term is =9+394=165\ell=9+39\cdot 4=165, so

S40=402(9+165)=3480.S_{40}=\frac{40}{2}(9+165)=3480.

Geometric sequences and series

A GP satisfies an+1an=r\dfrac{a_{n+1}}{a_n}=r (terms nonzero). With first term aa:

an=arn1.a_n = ar^{n-1}.

For r1r\neq 1, the finite sum is

Sn=a1rn1r=arn1r1.S_n = a\frac{1-r^n}{1-r}=a\frac{r^n-1}{r-1}.

Choose the form that keeps signs clean for your value of rr.

Worked example 3 — Finite GP sum

Find 1+12+14++11281+\frac12+\frac14+\cdots+\frac1{128}.

This is a GP with a=1a=1, r=12r=\frac12. The last term is (12)7(\frac12)^7, so there are n=8n=8 terms:

S8=1(12)8112=2(11256)=255128.S_8=\frac{1-(\frac12)^8}{1-\frac12}=2\left(1-\frac1{256}\right)=\frac{255}{128}.

Sigma and Pi notation (quick rules)

Sigma notation packages a sum: k=1nak\sum_{k=1}^{n} a_k. Useful habits for Ext 1:

  • Shift indices carefully: k=1nak+1\sum_{k=1}^{n} a_{k+1} is not the same as k=2n+1ak\sum_{k=2}^{n+1} a_k until you rewrite limits.
  • Pull out constants: cak=cak\sum c\,a_k = c\sum a_k.
  • Split sums: (ak+bk)=ak+bk\sum (a_k+b_k)=\sum a_k+\sum b_k.

Pi notation \prod multiplies instead of adding; you meet it less often in Sequences, but the same index discipline applies.

Common mistakes

  • Using nn instead of n1n-1 in an=a+(n1)da_n = a+(n-1)d or an=arn1a_n=ar^{n-1}.
  • Mixing up AP difference and GP ratio on the same question.
  • Forgetting that the finite GP sum formula requires r1r\neq 1 (if r=1r=1, then Sn=naS_n=na).
  • Miscounting terms when the last term is given as a power of rr.

Practice (hints only)

  1. Given a3=11a_3=11 and a12=47a_{12}=47 in an AP, find aa and dd, then S25S_{25}. (Set up two equations in aa and dd.)
  2. A GP has first term 55 and ratio 22. How many terms sum to 25552555? (Solve 5(2n1)=25555(2^n-1)=2555.)

Full write-ups: see the related blog posts and the PDF fundamentals section.

Where next

Once AP/GP fluency is solid, move on to infinite series and recurring decimals — the same GP formula with r<1|r|<1 and nn\to\infty.

Open section in PDF (p. 7)Full study guideMore on the blog

Related worked solutions