IB MATHEMATICS: ANALYSIS AND APPROACHES • NUMBER AND ALGEBRA

Arithmetic Sequences & Series — SL 1.2 Arithmetic sequences and series

Master the patterns behind evenly spaced numbers and learn to sum them efficiently.

Historical Context & Motivation

Humans have been fascinated by number patterns for thousands of years. Long before modern algebra existed, ancient civilizations noticed that certain sequences of numbers — like 1, 3, 5, 7, 9 — grow by a constant amount each time. This simple yet powerful idea underlies one of the oldest topics in mathematics: the arithmetic sequence. Understanding how to describe, predict, and sum these sequences has been essential to architecture, astronomy, commerce, and everyday problem-solving throughout history.

c. 2000 BCE
Babylonian Clay Tablets
Babylonian mathematicians recorded tables of numbers increasing by a constant difference on clay tablets, using arithmetic progressions to model agricultural yields and labour distribution.
c. 300 BCE
Euclid's Elements
The Greek mathematician Euclid formalised properties of number sequences in his landmark work, establishing logical proofs about evenly spaced numbers.
c. 500 CE
Aryabhata's Formulas
The Indian mathematician Aryabhata published explicit formulas for the sum of arithmetic progressions, which closely resemble the formulas used today in IB Mathematics.
1787
Young Gauss's Insight
At age ten, Carl Friedrich Gauss reportedly summed the integers 1 to 100 in seconds by pairing the first and last terms — a technique that leads directly to the modern series formula Sn.
2019
IB SL 1.2 Curriculum
Arithmetic sequences and series are codified in the IB Mathematics: Analysis and Approaches syllabus as Topic SL 1.2, a foundational component of the Number and Algebra strand.

The central question is deceptively simple: if a list of numbers grows by the same amount each step, can you predict any term and find the total of any portion of the list without adding every term individually? The answer — and the elegant formulas behind it — form the core of SL 1.2.

Core Principles & Definitions

Before diving into formulas, you need to understand a handful of foundational ideas. Every arithmetic sequence is built on just two ingredients: a starting value and a step size. From those, you can generate every term, jump straight to any term you want, and sum up as many terms as you need.

1

Arithmetic Sequence

An ordered list of numbers where each term after the first is found by adding a fixed value called the common difference (d) to the previous term. Example: 5, 8, 11, 14, … has d = 3.
2

Common Difference (d)

The constant value added to each term to produce the next. Calculated as d = un+1 − un. It can be positive, negative, or zero.
3

General Term (uₙ)

The formula un = u1 + (n − 1)d gives you any term directly without listing all the terms before it.
4

Arithmetic Series (Sₙ)

The sum of the first n terms of an arithmetic sequence. It turns an infinitely long addition problem into a quick calculation using a compact formula.
5

Sigma Notation (Σ)

A shorthand way to write the sum of many terms using the Greek letter sigma. For example, Σ from k = 1 to n of uk means 'add up all terms from the first to the nth.'
KEY TAKEAWAY
Think of an arithmetic sequence like climbing a staircase where every step is exactly the same height. The first step is u1 (your starting floor), and the step height is d. No matter how high you want to go, you can predict your exact floor number — and if you want the total vertical distance you've climbed, the series formula handles that for you.

Visualising an Arithmetic Sequence

A picture is worth a thousand terms. The diagram below plots the arithmetic sequence un = 3 + (n − 1) × 4, which gives the terms 3, 7, 11, 15, 19, 23, 27. Notice how the points form a perfectly straight line — this is the hallmark of an arithmetic sequence. The slope of that line equals the common difference d = 4.

Each dot represents a term in the sequence un = 3 + (n − 1) × 4. The pink arrows show the constant common difference d = 4 between consecutive terms. The dashed cyan line confirms the linear relationship — arithmetic sequences always produce straight-line graphs.

The straight-line pattern is no coincidence. The general term formula un = u1 + (n − 1)d is a linear function of n — it has the same structure as y = mx + b, where the slope m corresponds to the common difference d and the y-intercept adjusts to place the first term correctly. This connection between sequences and linear functions makes arithmetic sequences a natural bridge between algebra and analysis.

Mathematical Framework

The IB formula booklet provides you with the key equations for arithmetic sequences and series. Let's unpack each one so you know exactly when and how to use them.

GENERAL TERM (NTH TERM)
uₙ = u₁ + (n − 1)d
un = the nth term, u1 = the first term, n = the term number, d = the common difference. This formula lets you jump directly to any term without listing all preceding ones.
SUM OF AN ARITHMETIC SERIES (FORM 1)
Sₙ = (n / 2)(2u₁ + (n − 1)d)
Sn = the sum of the first n terms. Use this version when you know u1 and d but not necessarily the last term.
SUM OF AN ARITHMETIC SERIES (FORM 2)
Sₙ = (n / 2)(u₁ + uₙ)
This is the more intuitive form — it says the sum equals the number of terms multiplied by the average of the first and last terms. Use it when you know both u1 and un.
💡 Why Two Sum Formulas?
The two forms are algebraically equivalent — you can derive one from the other by substituting un = u1 + (n − 1)d into Sn = (n / 2)(u1 + un). Pick whichever one matches the information you're given.

It is also important to recognise the recursive definition of an arithmetic sequence: un+1 = un + d. This tells you each term is built from the one before it. The explicit formula un = u1 + (n − 1)d, on the other hand, lets you compute any term directly from n without working through every previous term. Both representations describe the same sequence, but the explicit formula is usually more efficient for calculations.

Understanding the Sum: Gauss's Pairing Method

The sum formula Sn = (n / 2)(u1 + un) isn't magic — it comes from a clever trick often attributed to young Gauss. Imagine writing the sequence forwards and then backwards underneath it. Each column adds up to the same total, making the entire sum easy to compute. The diagram below illustrates this pairing strategy for the sequence 1, 2, 3, …, 10.

The forward sequence and backward sequence are written in columns. Each pair sums to 11. Since we've counted the sum twice, we divide by 2 to obtain S10 = 55.

This pairing idea is the intuitive heart of the series formula. The key insight is that in any arithmetic sequence, the first term and the last term add to the same value as the second term and the second-to-last term, and so on. There are always n/2 such pairs (or, if n is odd, one unpaired middle term that equals half the pair sum). This elegant symmetry is what makes summing arithmetic series so efficient.

Worked Example

Let's walk through a complete IB-style problem that uses both the general term formula and the series formula.

Finding Terms and Summing an Arithmetic Sequence
1
Step 1 — Read the ProblemAn arithmetic sequence has a first term u1 = 5 and a common difference d = −3. Find (a) the 20th term, and (b) the sum of the first 20 terms.
2
Step 2 — Identify Given Valuesu1 = 5, d = −3, and n = 20.
3
Step 3 — Apply the General Term Formula (Part a)Substitute into un = u1 + (n − 1)d: u20 = 5 + (20 − 1)(−3) = 5 + 19 × (−3) = 5 − 57 = −52.
u20 = −52
4
Step 4 — Apply the Sum Formula (Part b)Since we now know both u1 and u20, use the second form of the sum formula: S20 = (20 / 2)(u1 + u20) = 10 × (5 + (−52)) = 10 × (−47) = −470.
S20 = −470
5
Step 5 — Interpret the AnswerBecause d is negative, the sequence decreases. After a few positive terms, the values become negative and their magnitudes grow, so the cumulative sum eventually becomes negative. The negative sum S20 = −470 tells us the large negative terms outweigh the small positive ones.

Arithmetic vs. Geometric — Key Differences

Arithmetic sequences are one of two major families of sequences you'll study in the IB syllabus. The other is the geometric sequence (SL 1.3), where instead of adding a constant, you multiply by a constant ratio. Understanding the contrast between these two helps you identify which type a problem is asking about and select the right formula.

Comparison of arithmetic and geometric sequences
FeatureArithmetic SequenceGeometric Sequence
PatternAdd a constant d to each termMultiply each term by a constant r
General termun = u1 + (n − 1)dun = u1 × rn−1
Graph shapeStraight line (linear)Exponential curve
Growth behaviourConstant growth/declineAccelerating growth or decay
Example2, 5, 8, 11, 14, …2, 6, 18, 54, 162, …
Test for typeun+1 − un = constantun+1 / un = constant
KEY TAKEAWAY
If you're deciding between arithmetic and geometric, compute differences between consecutive terms. If the differences are constant, it's arithmetic. If you divide consecutive terms and get a constant ratio instead, it's geometric. This simple test is your first move on almost every IB sequence question.

Connection to Broader Mathematics

Arithmetic sequences don't exist in isolation — they connect to many other areas of IB Mathematics. In this section, we'll look at how the ideas from SL 1.2 extend into more advanced topics you'll encounter both within the IB course and beyond.

How SL 1.2 connects to other IB topics
SL 1.2 ConceptConnects ToHow It Extends
Common difference dSlope of a linear function (SL 2.1)The general term formula is a linear function of n with slope d.
Sum formula SₙArea under a line (HL calculus)Summing an arithmetic series mirrors integrating a linear function.
Sigma notationProof by induction (HL)Sum formulas are classic targets for proofs by mathematical induction.
Arithmetic meanStatistics (SL 4)The mean of the first and last terms equals the mean of the entire sequence.

One elegant extension worth highlighting is the concept of the arithmetic mean. If three terms a, b, c form an arithmetic sequence, then b = (a + c) / 2. This property is frequently tested on IB exams and provides a neat way to find a missing middle term. As you progress through the course, you'll also see how arithmetic sequences can model real-world scenarios involving constant rates of change — from salary raises to evenly spaced seating in a stadium.

Practice Problems

PROBLEM 1CONCEPTUAL
Explain in your own words why the graph of an arithmetic sequence's terms (plotted as un vs. n) is always a set of points lying on a straight line.
PROBLEM 2BASIC CALCULATION
An arithmetic sequence has u1 = 12 and d = 5. Find u15.
PROBLEM 3INTERMEDIATE
The 3rd term of an arithmetic sequence is 14 and the 9th term is 44. Find the first term u1, the common difference d, and the sum of the first 20 terms S20.
PROBLEM 4APPLIED
A theatre has 20 rows of seats. The first row has 18 seats, and each subsequent row has 2 more seats than the row in front. How many seats are in the theatre in total?
PROBLEM 5CRITICAL THINKING
An arithmetic sequence has all positive terms. The sum of the first 6 terms is 90, and the sum of the first 12 terms is 396. Find u1 and d, then determine which term is the first to exceed 100.

Summary

An arithmetic sequence is a list of numbers where each term is obtained by adding a fixed common difference d to the previous term. The general term formula un = u1 + (n − 1)d lets you jump to any term directly, while the sum formula Sn = (n / 2)(u1 + un) — inspired by Gauss's pairing method — gives you the total of the first n terms efficiently.

Key skills include identifying whether a sequence is arithmetic by checking for a constant difference, using simultaneous equations to find u1 and d when given specific terms, and choosing between the two forms of Sn based on available information. Remember that the graph of an arithmetic sequence is always linear, linking SL 1.2 directly to linear functions (SL 2.1) and providing a foundation for understanding geometric sequences (SL 1.3) by contrast.

Varsity Tutors • IB Mathematics: Analysis and Approaches • Arithmetic Sequences & Series