IB Maths
Paper 1 & 2
20 min read
Applications of Sequences & Series
Real-life problems often hide a sequence inside. The trick: spot whether it’s arithmetic or geometric, then plug into the right formula. Let’s go.
๐
What you need to know
- How to spot arithmetic vs geometric in word problems
- How to identify u1, d or r from the question
- How to choose between un and Sn based on what the question wants
- 5 worked exam-style examples covering both types
The “spot the type” rule
Read the question carefully. Look for one of these two patterns:
Arithmetic (uses + or โ)
Same amount added or subtracted each step.
Real-life examples:
- Saving the same amount each month
- Simple interest on savings
- Stacking rows of seats in a theatre
- Building blocks in a tower (one less per row)
Geometric (uses ร or รท)
Same amount multiplied or divided each step.
Real-life examples:
- Population growth (e.g. 5% each year)
- Bacteria doubling
- Bouncing ball (each bounce = fraction of last)
- Radioactive decay
Quick test: calculate the difference and the ratio between the first two terms. If the difference is constant โ arithmetic. If the ratio is constant โ geometric.
The 4 formulas to remember
All from earlier lessons (and all in the formula booklet):
Arithmetic
un = u1 + (n โ 1)d
Sn = n2 [2u1 + (n โ 1)d]
Geometric
un = u1 rn โ 1
Sn = u1(rn โ 1)r โ 1
The “what does the question want?” rule
Always ask: am I finding one specific term or a total?
- One term? โ use un
e.g. “What does she earn in year 5?” / “How many bacteria on day 10?” - Total? โ use Sn
e.g. “How much has she earned over 5 years?” / “Total infections after 10 days?” - Forever? โ use Sโ (only if geometric and |r| < 1)
Worked Examples
โ
Example 1 โ Arithmetic: monthly saving
Sara saves $50 in January. Every month she saves $15 more than the previous month.
(a) How much does she save in December (month 12)?
(b) How much has she saved in total by the end of December?
Answer:
Spot the type: same amount added each month โ arithmetic.
u1 = 50, d = 15
Part (a): single month โ use un.
u12 = 50 + (12 โ 1)(15)
= 50 + 165 = 215
Part (b): total โ use Sn.
S12 = (12/2)[2(50) + 11(15)]
= 6[100 + 165] = 6 ร 265
Dec: $215 | Total: $1590
โ
Example 2 โ Geometric: population growth
A small town has a population of 8000. The population grows by 3% each year.
(a) Find the population after 10 years.
(b) After how many full years will the population first exceed 12000?
Answer:
Spot the type: 3% growth = multiply by 1.03 โ geometric.
u1 = 8000, r = 1.03
Year 1 = 8000, Year 2 = 8000(1.03), โฆ, Year n = u1rnโ1
Part (a): population in year 10.
u10 = 8000 ร (1.03)9
= 8000 ร 1.30477โฆ
= 10438.2โฆ
Part (b): solve 8000(1.03)nโ1 > 12000.
(1.03)nโ1 > 1.5
(n โ 1) ln(1.03) > ln(1.5)
n โ 1 > 13.72โฆ
n > 14.72โฆ
(a) โ 10 438 | (b) Year 15
โ
Example 3 โ Arithmetic: theatre seating
A theatre has 18 seats in the front row. Each row behind has 4 more seats than the one in front. The theatre has 25 rows in total.
(a) How many seats are in the back row?
(b) How many seats are in the theatre?
Answer:
Spot the type: same amount added each row โ arithmetic.
u1 = 18, d = 4, n = 25
Part (a): back row = u25.
u25 = 18 + (25 โ 1)(4)
= 18 + 96 = 114
Part (b): total seats = S25. Use the (u1 + un) version since we know both.
S25 = (25/2)(18 + 114)
= 12.5 ร 132
Back row: 114 | Total seats: 1650
โ
Example 4 โ Geometric: bouncing ball (Sโ)
A ball is dropped from a height of 2 m. After each bounce, it reaches 70% of its previous height. Find the total vertical distance the ball travels before coming to rest.
Answer:
Spot the type: ร 0.7 each bounce โ geometric.
Total = first drop + sum of all up-and-down bounces.
First drop = 2 m
After bouncing, ball goes UP 1.4, DOWN 1.4, UP 0.98, DOWN 0.98, โฆ
Each bounce contributes (up + down) = 2 ร height.
Bounce heights: 1.4, 0.98, 0.686, โฆ
u1 = 1.4, r = 0.7
Sum of bounce heights = Sโ (since |r| < 1).
Sโ = 1.4 / (1 โ 0.7) = 1.4 / 0.3 = 14/3
Total bounces (up + down) = 2 ร 14/3 = 28/3 m
Total distance = first drop + bounces.
Total = 2 + 28/3 = 6/3 + 28/3 = 34/3
Total distance = 34/3 m โ 11.3 m
โ
Example 5 โ Spot the type (mixed)
A gym membership has two payment plans:
Plan A: $50 in month 1, increasing by $10 each month.
Plan B: $30 in month 1, increasing by 8% each month.
Which plan is cheaper over 12 months?
Answer:
Plan A is arithmetic: u1 = 50, d = 10.
S12 = (12/2)[2(50) + 11(10)]
= 6[100 + 110] = 6 ร 210 = 1260
Plan B is geometric: u1 = 30, r = 1.08.
S12 = 30(1.0812 โ 1) / (1.08 โ 1)
= 30(2.5182 โ 1) / 0.08
= 30 ร 1.5182 / 0.08
= 569.31โฆ
Plan A: $1260 | Plan B: $569.32 โ Plan B is cheaper
Geometric grew slower because it started lower and 8% < $10 per month early on.
๐ก
Tips for word problems
- Always identify u1 first. Read the question carefully โ the “first term” is whatever happens at step 1, not step 0.
- “Increases by 3%” means r = 1.03 (not 0.03). For decrease of 3%, r = 0.97.
- “Total” always means sum โ use Sn.
- “Eventually” or “in the long run” โ think Sโ.
โ
Common mistakes
- Picking the wrong type. Check both: difference AND ratio between first two terms. Only one will be constant.
- Using r = 0.05 for “5% growth”. Wrong! Growth means r = 1.05.
- Confusing “after 10 years” with u10. Read carefully โ sometimes “after year 1” means u1, sometimes u2. Set up your starting term clearly.
- Using Sn when the question wants one term (or vice versa). Always re-read what’s being asked.
- Forgetting the first drop in bouncing-ball questions. The ball drops once, THEN bounces forever โ so add the first drop separately.
Final word: the maths is the same as before โ the only new skill is translating words into u1, d or r, and n. Once you’ve practised 5โ10 word problems, you’ll spot the pattern instantly.
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 โ