---
title: "H2 Math Sequences & Series Guide (9758) Singapore"
description: "Sequences and series reward pattern recognition and careful formula use. This guide covers arithmetic and geometric progressions, recurrence relations, and the sum to infinity."
author: "Gabriel"
author_url: "https://ancourage.academy/authors/gabriel"
published_at: 2026-07-13
modified_at: 2026-07-13
category: "teaching"
tags: ["Mathematics", "JC", "A-Level", "H2 Math", "Sequences", "Series", "Singapore", "Exam Tips"]
canonical: "https://ancourage.academy/articles/h2-math-sequences-series-guide-singapore"
source: "https://ancourage.academy/articles/h2-math-sequences-series-guide-singapore"
language: "en-SG"
word_count: 1501
reading_time: "PT8M"
cover_image: "https://ancourage.academy/academic-pic/IMG_0155.jpg"
reviewed_by: "Min Hui"
---

# 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.

**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](https://ancourage.academy/academy), whose [JC H2 Mathematics tuition](https://ancourage.academy/courses/academy/jc/jc1/h2-maths) teaches the topic method-first in small groups of 3–6 at [Bishan](https://ancourage.academy/find-us/bishan) and [Woodlands](https://ancourage.academy/find-us/woodlands).

This is a single-topic deep-dive — a sibling to our [H2 Math calculus](https://ancourage.academy/articles/h2-math-calculus-differentiation-integration-guide-singapore) and [functions and graphs](https://ancourage.academy/articles/h2-math-functions-graphs-guide-singapore) guides, and part of our wider [H2 Mathematics overview](https://ancourage.academy/articles/h2-mathematics-jc-guide-singapore).

**If sequences and series is where marks are slipping, Ancourage Academy's [JC1 H2 Mathematics programme](https://ancourage.academy/courses/academy/jc/jc1/h2-maths) drills the AP/GP toolkit directly — [book a trial class (usually $18)](https://ancourage.academy/trial-class) 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)](https://www.seab.gov.sg/gce-a-level/a-level-syllabuses-examined-for-school-candidates-2026/) 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 term | a + (n − 1)d | arⁿ⁻¹ |
| Sum of n terms | Sₙ = n/2 \[2a + (n − 1)d\] | Sₙ = a(rⁿ − 1)/(r − 1), r ≠ 1 |
| Defined by | Common difference d | Common 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.**

| Mistake | Why it happens | How to fix it |
| --- | --- | --- |
| Applying S∞ without checking |r| | Forgetting the convergence condition | State |r| < 1 before using S∞ = a/(1 − r) |
| Using un = Sn − Sn−1 at n = 1 | The formula only holds for n ≥ 2 | Find u1 separately as S1, then check it fits the general formula |
| Confusing AP and GP | Not checking difference vs ratio | Test: constant difference → AP; constant ratio → GP |
| Assuming a recurrence converges | Solving L = f(L) before checking behaviour | Confirm the terms settle to a limit, then solve L = f(L) |
| Sign error with negative r | Mishandling rⁿ for negative r | Keep 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](https://ancourage.academy/articles/h2-math-functions-graphs-guide-singapore).
-   **Calculus:** Maclaurin series extend the idea of an infinite sum. See our [calculus deep-dive](https://ancourage.academy/articles/h2-math-calculus-differentiation-integration-guide-singapore).

## 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](https://ancourage.academy/courses/academy/jc/jc1/h2-maths) and [JC2 H2 Mathematics](https://ancourage.academy/courses/academy/jc/jc2/h2-maths) programmes work through sequences and series on exactly this progression in small groups of 3–6. Book a [trial class (usually $18)](https://ancourage.academy/trial-class) for a diagnostic, or [WhatsApp us](https://api.whatsapp.com/send/?phone=6588498106&type=phone_number&app_absent=0) 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](https://ancourage.academy/articles/h2-mathematics-jc-guide-singapore) · [Functions & Graphs](https://ancourage.academy/articles/h2-math-functions-graphs-guide-singapore) · [H2 Math Calculus](https://ancourage.academy/articles/h2-math-calculus-differentiation-integration-guide-singapore) · [Differential Equations](https://ancourage.academy/articles/h2-math-differential-equations-guide-singapore) · [H1 Mathematics Guide](https://ancourage.academy/articles/h1-mathematics-jc-guide-singapore)

## Related Courses

- [JC1 H2 Mathematics](https://ancourage.academy/courses/academy/jc/jc1/h2-maths) — Arithmetic and geometric progressions in small groups of 3–6
- [JC2 H2 Mathematics](https://ancourage.academy/courses/academy/jc/jc2/h2-maths) — Recurrence relations, convergence and A-Level exam preparation
- [JC Mathematics Programme](https://ancourage.academy/courses/academy/jc/mathematics) — All JC Mathematics courses at Bishan and Woodlands
- [Trial Class (Usually $18)](https://ancourage.academy/trial-class) — Diagnostic assessment of your child’s H2 Maths foundations

## Sources

- [Mathematics (Syllabus 9758) — 2026 Examination (seab.gov.sg)](https://www.seab.gov.sg/gce-a-level/a-level-syllabuses-examined-for-school-candidates-2026/) — Singapore Examinations and Assessment Board
- [A-Level Curriculum and Subject Syllabuses (moe.gov.sg)](https://www.moe.gov.sg/post-secondary/a-level-curriculum-and-subject-syllabuses) — Ministry of Education, Singapore
- [List of Formulae and Results for Mathematics and Further Mathematics (MF27) (seab.gov.sg)](https://www.seab.gov.sg/gce-a-level/) — Singapore Examinations and Assessment Board
