Skip to main content

H2 Math Sequences & Series Guide (9758) Singapore

Sequences and series reward pattern recognition and careful formula use. This guide covers arithmetic and geometric progressions, recurrence relations, and the sum to infinity.

Reviewed by Min Hui (MOE-Registered Educator)Editorial standards
H2 Math Sequences & Series Guide (9758) Singapore — article cover image, Ancourage Academy Singapore

Sequences and series is one of the most formula-driven topics in H2 Mathematics — arithmetic and geometric progressions, recurrence relations and the sum to infinity together account for steady, predictable marks once the formulae are secure. The students who do well are the ones who first identify which type of sequence they are looking at. This guide is from Ancourage Academy, whose JC H2 Mathematics tuition teaches the topic method-first in small groups of 3–6 at Bishan and Woodlands.

This is a single-topic deep-dive — a sibling to our H2 Math calculus and functions and graphs guides, and part of our wider H2 Mathematics overview.

If sequences and series is where marks are slipping, Ancourage Academy's JC1 H2 Mathematics programme drills the AP/GP toolkit directly — book a trial class (usually $18) for a diagnostic assessment.

What Does Sequences & Series Cover in H2 Math?

In H2 Mathematics (9758), the sequences and series strand covers arithmetic progressions, geometric progressions, the sum to infinity of a convergent geometric series, sequences defined by a recurrence relation, the relationship between a term and the running sum, and the convergence of a series. The SEAB Mathematics syllabus (9758) defines what is examinable; unlike many later topics, the arithmetic and geometric formulae are not provided in the MF27 booklet you take into the exam, so you must know them by heart.

What Are Arithmetic and Geometric Progressions?

An arithmetic progression (AP) adds a fixed common difference each term, while a geometric progression (GP) multiplies by a fixed common ratio — and almost every question begins by deciding which one you have.

Arithmetic (AP)Geometric (GP)
n-th terma + (n − 1)darⁿ⁻¹
Sum of n termsSₙ = n/2 [2a + (n − 1)d]Sₙ = a(rⁿ − 1)/(r − 1), r ≠ 1
Defined byCommon difference dCommon ratio r

The arithmetic sum has a second useful form, Sₙ = n/2 (a + l), where l is the last term — handy when you know the first and last terms but not the common difference. For a GP, decide early whether r is positive or negative and whether |r| is greater or less than 1, because that determines both the behaviour of the terms and whether a sum to infinity exists.

When Does a Geometric Series Have a Sum to Infinity?

A geometric series converges to a sum to infinity only when the common ratio satisfies |r| < 1, and then S∞ = a / (1 − r).

This condition is tested almost every year and is a frequent mark-loss point: if |r| ≥ 1 the series diverges and has no finite sum, so you must state the condition |r| < 1 before applying the formula. Many questions hinge on solving an inequality in r to confirm convergence first.

What Are Recurrence Relations?

A recurrence relation defines each term from the one before it, in the form un+1 = f(un), so you generate the sequence step by step from a given starting value. The 9758 syllabus expects you to generate such a sequence — often with the graphing calculator — and to investigate its long-term behaviour. If the sequence converges to a limit L, that limit satisfies L = f(L), because consecutive terms stop changing; solving that equation finds the limit. A common slip is assuming every recurrence converges — always check that the terms actually settle before solving L = f(L).

How Do a Term and the Running Sum Relate?

The nth term and the sum to n terms are linked by un = Sn − Sn−1, so if you are given a formula for Sn you can always recover the individual terms.

  1. Given Sn, find un by subtracting consecutive sums: un = Sn − Sn−1 (valid for n ≥ 2).
  2. Find the first term separately as u1 = S1, then check it fits the general formula.
  3. Identify the type: if the resulting un is linear in n the sequence is arithmetic; a constant times a fixed ratio raised to the power n (the form Crn) means it is geometric.
  4. Combine series using the sum and difference of two series when an expression splits into separately summable parts.

This Sn-to-un link is a frequently tested skill and pairs naturally with the convergence question — examining Sn as n → ∞ tells you whether the series has a sum to infinity.

The Most Common Sequences & Series Mistakes

In our H2 Math classes at Ancourage Academy, a handful of recurring errors cause most avoidable mark loss in this topic.

MistakeWhy it happensHow to fix it
Applying S∞ without checking |r|Forgetting the convergence conditionState |r| < 1 before using S∞ = a/(1 − r)
Using un = Sn − Sn−1 at n = 1The formula only holds for n ≥ 2Find u1 separately as S1, then check it fits the general formula
Confusing AP and GPNot checking difference vs ratioTest: constant difference → AP; constant ratio → GP
Assuming a recurrence convergesSolving L = f(L) before checking behaviourConfirm the terms settle to a limit, then solve L = f(L)
Sign error with negative rMishandling rⁿ for negative rKeep the bracket: (−2)ⁿ alternates sign; track it carefully

How Does This Topic Connect to the Rest of H2 Math?

Sequences and series tie into several other H2 topics.

  • Graphing calculator: generating the terms of a recurrence sequence and watching its long-term behaviour is a calculator-supported skill the syllabus expects.
  • Functions and graphs: convergence is best understood by looking at behaviour as n → ∞. See our functions and graphs guide.
  • Calculus: Maclaurin series extend the idea of an infinite sum. See our calculus deep-dive.

A Study Plan for Mastering H2 Sequences & Series

Work this topic in order: AP and GP first, then recurrence relations, then the term-to-sum relationship and convergence.

  1. Week 1 — AP and GP: drill the n-th term and sum formulae, and the |r| < 1 convergence condition.
  2. Week 2 — recurrence relations: generate sequences from un+1 = f(un) and find limits by solving L = f(L).
  3. Week 3 — term and running sum: recover un from Sn, and link convergence to the sum to infinity.
  4. Week 4 — mixed practice: tackle combined and applied (financial-model) questions under timed conditions.

Ancourage Academy's JC1 and JC2 H2 Mathematics programmes work through sequences and series on exactly this progression in small groups of 3–6. Book a trial class (usually $18) for a diagnostic, or WhatsApp us with any questions.

Common Questions About H2 Math Sequences & Series

When does a geometric series have a sum to infinity?

A geometric series converges to a finite sum to infinity only when the common ratio satisfies |r| < 1, in which case S∞ = a/(1 − r), where a is the first term. If |r| ≥ 1 the series diverges and no finite sum exists. You must state and check the |r| < 1 condition before applying the formula — omitting it is one of the most common ways students lose marks in this topic.

How do you tell an arithmetic progression from a geometric one?

Test the relationship between consecutive terms. If each term is obtained by adding a fixed amount (a common difference d), the sequence is arithmetic. If each term is obtained by multiplying by a fixed amount (a common ratio r), it is geometric. Checking two or three consecutive pairs confirms which type you have, and that decision determines which n-th-term and sum formulae you use.

What is a recurrence relation in H2 Math?

A recurrence relation defines each term from the previous one, in the form un+1 = f(un), with a given first term. You generate the sequence step by step — often using the graphing calculator — and study its long-term behaviour. If the sequence converges to a limit L, that limit satisfies L = f(L), since consecutive terms become equal; solving that equation gives the limit. Always confirm the sequence actually settles before solving for L.

How do you find the nth term from the sum to n terms?

Use un = Sn − Sn−1, which is valid for n ≥ 2. Find the first term separately as u1 = S1, then check whether it fits the general formula. If the resulting un is linear in n the sequence is arithmetic; if it is a constant times a fixed ratio raised to the power n (the form Crn) it is geometric. This term-from-sum technique is a frequently tested link between a series and its running total.

Related: H2 Mathematics Overview · Functions & Graphs · H2 Math Calculus · Differential Equations · H1 Mathematics Guide

Ancourage Academy is a tuition centre in Singapore. This article may reference our programmes where relevant.

Share this article: