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

Arithmetic Sequences & Series

An arithmetic sequence is one where you add the same number to get from each term to the next. That fixed number is called the common difference d. Once you know d and the first term, you can jump straight to any term — or sum any number of terms — using formulas that are in the formula booklet. Most exam questions on this topic boil down to spotting which formula to use and what’s missing.

šŸ“˜ What you need to know

What is an arithmetic sequence?

The defining property is simple: subtract any term from the next term and you always get the same value. That fixed value is the common difference d.

Examples:   5, 9, 13, 17, 21, … (d = +4)  |  30, 25, 20, 15, … (d = āˆ’5)  |  āˆ’7, āˆ’3, 1, 5, 9, … (d = +4)
An arithmetic sequence — same step every time
5 u₁ 9 uā‚‚ 13 uā‚ƒ 17 uā‚„ 21 uā‚… +4 +4 +4 +4 d = 4 (common difference) — same step at every position
To check whether a sequence is arithmetic, compute (u2 āˆ’ u1), then (u3 āˆ’ u2), then (u4 āˆ’ u3). If they’re all equal, you have an arithmetic sequence — and that common value is d.

The n-th term formula

To get from u1 to un, you take (n āˆ’ 1) steps of size d. That gives the formula:

n-th term of an arithmetic sequence un = u1 + (n āˆ’ 1)d āœ“ in formula booklet

šŸ¤” Why (n āˆ’ 1), not n?

Because u1 already counts as one term — you’ve taken zero steps to get there. u2 requires one step, u3 requires two, and so on. The number of steps from u1 to un is one less than n.

Quick check: for the sequence 5, 9, 13, 17, 21 (u1 = 5, d = 4), the 10th term is u10 = 5 + (10 āˆ’ 1)(4) = 5 + 36 = 41.

Two formulas for the sum

Both sum formulas give the same answer — they’re just rearrangements of each other. Choose whichever uses the information you’ve been given.

šŸ“
Form 1 — using d
Sn = n2(2u1 + (n āˆ’ 1)d)
Use when you know u1, d, and n.
āœ“ in formula booklet
šŸŽÆ
Form 2 — using last term
Sn = n2(u1 + un)
Use when you know u1, the last term un, and n.
āœ“ in formula booklet

šŸ¤” Why two forms?

Form 2 is older — Gauss famously used it as a child to add 1 + 2 + … + 100. Pair the first term with the last (1 + 100 = 101), the second with the second-last (2 + 99 = 101), and so on — every pair sums to the same thing. Multiply by the number of pairs and divide by 2. Form 1 just substitutes un = u1 + (n āˆ’ 1)d into Form 2 — same calculation in disguise.

In Paper 1 questions, Form 2 is often the cleaner choice — particularly when the question phrases things in terms of “first term and last term”. In Paper 2, Form 1 is more flexible because it doesn’t require knowing the last term in advance.

Two harder patterns to recognise

Pattern A — simultaneous equations in u1 and d

If a question gives you two pieces of information about specific terms (e.g. “the 4th term is 11 and the 9th term is 31”), you have two equations in u1 and d. Solve them simultaneously — usually by subtracting one from the other to eliminate u1.

Pattern B — quadratic in n

If a question gives you Sn as a number and asks you to find n, the sum formula becomes a quadratic in n. Expand, set equal to zero, and use the quadratic formula or factor. Reject negative solutions — n is always a positive integer.

Recipe for Pattern B: use Sn = (n/2)(2u1 + (n āˆ’ 1)d), expand, multiply both sides by 2, rearrange to standard quadratic form (an2 + bn + c = 0), then solve.

Worked examples

WE 1

Find a specific term

An arithmetic sequence has first term 7 and common difference 4. Find the 15th term.

Substitute into un = u1 + (n āˆ’ 1)d u15 = 7 + (15 āˆ’ 1)(4) = 7 + 14 Ɨ 4 = 7 + 56 u15 = 63
WE 2

Find u1 and d from two terms

The third term of an arithmetic sequence is 11 and the eighth term is 26. Find the first term and the common difference.

Step 1: Set up the two equations u3 = u1 + 2d = 11   … (1) u8 = u1 + 7d = 26   … (2) Step 2: Subtract (1) from (2) 5d = 15  ā†’  d = 3 Step 3: Substitute back u1 + 2(3) = 11  ā†’  u1 = 5 u1 = 5,   d = 3 subtracting wipes out u₁ — that’s the standard trick
WE 3

Find a sum using u1 and d (Form 1)

An arithmetic sequence has first term 8 and common difference 5. Find the sum of the first 20 terms.

Use Form 1 — we have u1, d, and n Sn = n2(2u1 + (n āˆ’ 1)d) S20 = 202(2(8) + 19(5)) = 10 Ɨ (16 + 95) = 10 Ɨ 111 S20 = 1110
WE 4

Find a sum using first and last terms (Form 2)

The first term of an arithmetic series is 4 and the 25th term is 100. Find the sum of the first 25 terms.

Use Form 2 — we have u1, un, and n Sn = n2(u1 + un) S25 = 252(4 + 100) = 252 Ɨ 104 = 25 Ɨ 52 S25 = 1300 Form 2 saves a step — no need to find d when the last term is given
WE 5

Find n when given the sum (quadratic)

An arithmetic sequence has first term 5 and common difference 2. The sum of the first n terms is 320. Find n.

Step 1: Substitute into Form 1 n2(2(5) + (n āˆ’ 1)(2)) = 320 Step 2: Simplify the bracket n2(10 + 2n āˆ’ 2) = 320 n2(2n + 8) = 320 n(n + 4) = 320 Step 3: Solve the quadratic n2 + 4n āˆ’ 320 = 0 (n āˆ’ 16)(n + 20) = 0 n = 16  or  n = āˆ’20 Step 4: Reject the negative root n = 16 n must be a positive integer — always reject negative solutions in counting problems

šŸ’” Top tips

⚠ Common mistakes

Arithmetic sequences are the most common type in IB papers — at least one Paper 1 or Paper 2 question every year tests them. Master the simultaneous-equation technique and the quadratic-in-n setup, and you’ll handle any arithmetic question that turns up.

Need help with Arithmetic Sequences?

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

Book Free Session →