IB Maths AA HL Topic 1 — Number & Algebra Paper 1 & 2 ~7 min read

Language of Sequences & Series

Before you start crunching arithmetic and geometric series, you need to be fluent with two pieces of vocabulary that show up in every question for the rest of this section: the nth term notation un, and the partial sum notation Sn. Get these two clear and the rest of the section is just plugging into formulas.

šŸ“˜ What you need to know

What is a sequence?

A sequence is just an ordered list of numbers — but unlike a random list, it’s built by a rule that tells you how to find every term. The rule might be “start at 4 and add 3 each time” or “double each number” or “square the position” — anything that consistently generates the next number from what you know.

Examples:   4, 7, 10, 13, 16, … (start at 4, add 3)  |  1, 4, 9, 16, 25, … (the squares)  |  100, 50, 25, 12.5, … (halve each time)
In IB notation, the individual numbers in a sequence are called terms. The order matters — 1, 3, 5 is a different sequence from 5, 3, 1, even though they contain the same numbers.

The notation — un

To talk about specific terms without writing them all out, IB uses the letter u with a subscript indicating the position.

Naming the terms u1 = first term,   u2 = second term,   u3 = third term, …
un = nth term (any general term)

So for the sequence 4, 7, 10, 13, 16:

u1 = 4  |  u2 = 7  |  u3 = 10  |  u4 = 13  |  u5 = 16
Some textbooks use an or tn for the same thing. IB sticks with un — that’s what you’ll see in the formula booklet and exam papers.

Finding terms from a formula

Most exam questions give you a formula for un in terms of n. To find any specific term, just substitute that n-value into the formula.

🧭 Recipe — finding a specific term

  1. Identify the formula for un in the question.
  2. Substitute the term number you want into the formula in place of n.
  3. Evaluate.
Example: If un = 3n + 1, then u1 = 3(1) + 1 = 4,   u2 = 3(2) + 1 = 7,   u10 = 3(10) + 1 = 31.

šŸ¤” Two ways to define a sequence

An explicit formula (like un = 3n + 1) gives you any term directly from n. A recursive rule (like un+1 = un + 3 with u1 = 4) tells you how to get the next term from the previous one. Both define the same sequence, just from different angles. IB uses both styles.

What is a series?

A series is a sequence with plus signs between the terms. You take an ordered list of numbers and add them up.

šŸ“‹
Sequence (a list)
4,   7,   10,   13,   16
commas separate the terms
āž•
Series (a sum)
4 + 7 + 10 + 13 + 16
a single number when totalled (= 50)
Sequence vs Series — same numbers, different relationship
SEQUENCE — terms in order 4 u₁ 7 uā‚‚ 10 uā‚ƒ 13 uā‚„ 16 uā‚… add them up SERIES — sum of those terms 4 + 7 + 10 + 13 + 16   =   50 = Sā‚…

The Sn notation

Just as un names a single term, Sn names a partial sum.

Sum of the first n terms Sn = u1 + u2 + u3 + … + un

So S3 means “the first three terms added together”, S10 means “the first ten terms added together”, and so on.

Example: for the sequence 4, 7, 10, 13, 16, …   S1 = 4,   S2 = 4 + 7 = 11,   S3 = 4 + 7 + 10 = 21,   S5 = 50.
In Paper 1 and 2 questions you’ll often need to compute un and Sn in the same problem — find a particular term, then sum up to it. The arithmetic and geometric notes that follow give you formulas to do this without adding everything by hand.

A heads-up on sigma notation

For longer sums, IB uses the Greek letter Ī£ (capital sigma) as shorthand. So S5 can also be written as a sum from k = 1 to 5 of uk. Sigma notation gets its own dedicated note next — for now, just know it’s compact notation for “add these up”.

Worked examples

WE 1

Find specific terms from a formula

A sequence is defined by un = 3n + 1. Find u1, u5, and u10.

Substitute each n into the formula u1 = 3(1) + 1 = 4 u5 = 3(5) + 1 = 16 u10 = 3(10) + 1 = 31 u1 = 4,   u5 = 16,   u10 = 31
WE 2

Describe the rule and find a later term

Consider the sequence 7, 10, 13, 16, 19, …   (a) Describe the rule.   (b) Find u8.

(a) Spot the rule each term is 3 more than the previous one rule: start at 7, add 3 each time (b) Continue the pattern to u8 u5 = 19,   u6 = 22,   u7 = 25,   u8 = 28 u8 = 28 an explicit formula here would be un = 3n + 4 — confirms u8 = 24 + 4 = 28 āœ“
WE 3

Compute a partial sum

A sequence is defined by un = n2 + 1. Find S4.

Step 1: List the first four terms u1 = 12 + 1 = 2 u2 = 22 + 1 = 5 u3 = 32 + 1 = 10 u4 = 42 + 1 = 17 Step 2: Add them S4 = 2 + 5 + 10 + 17 S4 = 34
WE 4

Reverse — find a formula for the sequence

The first five terms of a sequence are 5, 8, 11, 14, 17. Find a formula for un.

Step 1: Spot the pattern each term is 3 more than the previous — increases by 3 each step Step 2: Build the formula try un = 3n + c when n = 1: u1 = 3 + c = 5, so c = 2 Step 3: Verify u2 = 6 + 2 = 8 āœ“  |  u5 = 15 + 2 = 17 āœ“ un = 3n + 2
WE 5

Decreasing sequence — terms and partial sum

A sequence is given by un = 20 āˆ’ 4n. List the first five terms and find S5.

Step 1: Compute each term u1 = 20 āˆ’ 4 = 16 u2 = 20 āˆ’ 8 = 12 u3 = 20 āˆ’ 12 = 8 u4 = 20 āˆ’ 16 = 4 u5 = 20 āˆ’ 20 = 0 Step 2: Sum them S5 = 16 + 12 + 8 + 4 + 0 = 40 Terms: 16, 12, 8, 4, 0  |  S5 = 40 terms are getting smaller because the formula has a negative coefficient on n

šŸ’” Top tips

⚠ Common mistakes

This vocabulary — un, Sn, “term”, “rule” — is the framework for the entire section. Every later note (sigma, arithmetic, geometric, applications, compound interest) uses these names without re-introducing them. Spend a few minutes making sure they feel natural before moving on.

Need help with Sequences & Series?

Get 1-on-1 help from an IB examiner who knows exactly what Paper 1 & 2 are looking for.

Book Free Session →