IB MATHEMATICS: APPLICATIONS AND INTERPRETATION • NUMBER AND ALGEBRA

Arithmetic Sequences & Series — SL 1.3 Arithmetic sequences and series in applications

Discover how constant-difference patterns model savings plans, staircase designs, and everyday growth.

Historical Context & Motivation

Humans have noticed patterns in numbers for thousands of years. Long before algebra existed as a formal discipline, ancient civilizations used arithmetic sequences — lists of numbers that increase or decrease by a fixed amount — to solve practical problems like dividing land, stacking bricks, and tracking debts. The idea that you can predict any term in a pattern by knowing just the starting value and the step size is one of the most powerful and elegant concepts in mathematics.

Understanding this history helps us see that arithmetic sequences are not abstract curiosities. They arise naturally whenever something grows or shrinks by a constant amount over equal intervals — from ancient grain storage calculations to modern financial planning.

~1800 BCE
Babylonian Clay Tablets
Babylonian scribes recorded tables of numbers with constant differences on clay tablets, using them to track agricultural yields and distribute resources evenly among workers.
~300 BCE
Euclid's Elements
Greek mathematician Euclid formalized ideas about proportional sequences and laid the groundwork for distinguishing arithmetic from geometric progressions.
~1780s
Young Gauss's Famous Trick
Legend holds that a young Carl Friedrich Gauss instantly summed the integers from 1 to 100 by pairing terms from opposite ends (1 + 100, 2 + 99, …), discovering the arithmetic series formula.
1900s–Today
Modern Applications
Arithmetic sequences now underpin financial amortization schedules, computer algorithms for data allocation, construction engineering, and IB Mathematics curricula worldwide.

The central question these thinkers kept returning to was: if a pattern grows by the same step every time, can we jump straight to any term — or find the total of many terms — without adding one by one? The answer is yes, and the formulas we will study in this lesson make that possible.

Core Principles & Definitions

Before we work with formulas, we need to be clear about the vocabulary. An arithmetic sequence is a list of numbers where each term is obtained by adding a fixed value, called the common difference (d), to the previous term. When we add up the terms of an arithmetic sequence, the result is called an arithmetic series. These definitions form the foundation for everything that follows.

1

First Term (u₁)

The starting value of the sequence. Every formula requires you to know where the pattern begins. In the IB formula booklet, the first term is denoted u₁.
2

Common Difference (d)

The constant amount added to move from one term to the next. If d is positive the sequence increases; if d is negative it decreases. Calculate d by subtracting any term from the one that follows it.
3

General Term (uₙ)

The value of any specific term at position n. The formula uₙ = u₁ + (n − 1)d lets you jump directly to any term without listing all previous ones.
4

Arithmetic Series (Sₙ)

The sum of the first n terms. The formula Sₙ = (n/2)(2u₁ + (n − 1)d) or equivalently Sₙ = (n/2)(u₁ + uₙ) avoids tedious term-by-term addition.
KEY TAKEAWAY
Think of an arithmetic sequence like climbing a staircase where every step is exactly the same height. If you know the height of the first step (u₁) and the rise of each step (d), you can figure out how high you are on any step without actually walking there. And the series formula tells you the total height gained after n steps — it's like reading the elevation directly off a blueprint.

Visual Explanation

Visualising the Arithmetic Sequence on a Number Line

The diagram below shows the first six terms of the arithmetic sequence with u₁ = 3 and d = 5. Each dot represents a term, and the arrows between them represent the common difference. Notice how the dots are equally spaced — this equal spacing is the defining visual signature of an arithmetic sequence.

Each coloured circle represents a term in the sequence. The cyan arrows highlight the constant step of d = 5 between consecutive terms, confirming this is arithmetic.

When you plot the terms of an arithmetic sequence against their position number n, the points always form a straight line. This is because the general term uₙ = u₁ + (n − 1)d is a linear function of n. The slope of that line equals the common difference d, and the y-intercept corresponds to the value u₁ − d. Recognising linearity is a quick way to confirm that a real-world data set is arithmetic.

Mathematical Framework

Two formulas appear in the IB formula booklet for arithmetic sequences and series. Let's unpack each one carefully so you know exactly when and how to use them.

GENERAL TERM (nth TERM)
uₙ = u₁ + (n − 1) × d
where uₙ = value of the nth term, u₁ = first term, n = position number (n ≥ 1), and d = common difference (d = u₂ − u₁).

This formula works by starting at u₁ and adding d exactly (n − 1) times. Think of it this way: to get from the 1st term to the nth term you take (n − 1) steps, each of size d. The formula captures that total jump in a single expression.

SUM OF FIRST n TERMS (ARITHMETIC SERIES)
Sₙ = (n / 2)(2u₁ + (n − 1)d)
Equivalently, Sₙ = (n / 2)(u₁ + uₙ). Here Sₙ = sum of the first n terms, u₁ = first term, uₙ = last (nth) term, and n = number of terms being added.

The series formula is essentially Gauss's trick in algebraic form. Pair the first term with the last, the second with the second-to-last, and so on. Each pair has the same sum, u₁ + uₙ, and there are n/2 such pairs, giving Sₙ = (n / 2)(u₁ + uₙ). When you don't already know uₙ, you can substitute the general-term formula to get the version with d instead.

COMMON DIFFERENCE
d = uₙ₊₁ − uₙ
The common difference is found by subtracting any term from the term directly after it. If d is the same for every consecutive pair, the sequence is arithmetic.
📋 IB Tip
The IB formula booklet provides both the general term and the series formula. You do not need to memorise them, but you must know how to identify u₁, d, and n from a problem context and substitute correctly.

Applications & Real-World Modelling

The IB Applications and Interpretation course emphasises using mathematics to model real situations. Arithmetic sequences and series appear in many contexts: saving a fixed amount of money each month, rows of seats in an amphitheatre, dosages that change by equal increments, or the distance covered by an object that accelerates uniformly. Recognising the constant-difference pattern is the key to knowing when these formulas apply.

The amber dots and line show individual monthly balances (terms), which grow linearly. The coloured bars show the cumulative sum (series), which grows faster because each new term being added is itself larger than the last.
Common real-world arithmetic sequence contexts in IB questions
Contextu₁ (first term)d (common difference)Typical Question
Monthly savings planInitial depositFixed monthly additionTotal saved after 24 months?
Theatre seatingSeats in front rowExtra seats per rowTotal seats in the theatre?
Salary incrementsStarting salaryAnnual raiseTotal earnings over 10 years?
Stacking logsLogs in bottom rowOne fewer log per row (d = −1)Total number of logs in pile?

Worked Example

A small amphitheatre has 12 seats in the first row, and each subsequent row has 4 more seats than the row before it. There are 20 rows in total. Find (a) the number of seats in the 20th row, and (b) the total number of seats in the amphitheatre.

Amphitheatre Seating Problem
1
Step 1 — Identify the Given ValuesThe first row has 12 seats, so u₁ = 12. Each row has 4 more seats than the previous, so d = 4. The total number of rows is n = 20.
u₁ = 12, d = 4, n = 20
2
Step 2 — Find the Number of Seats in the 20th Row (u₂₀)Apply the general term formula: uₙ = u₁ + (n − 1) × d. Substituting: u₂₀ = 12 + (20 − 1) × 4 = 12 + 19 × 4 = 12 + 76 = 88.
u₂₀ = 88 seats
3
Step 3 — Find the Total Number of Seats (S₂₀)Use the series formula in its simplest form since we already know u₁ and u₂₀: S₂₀ = (n / 2)(u₁ + uₙ) = (20 / 2)(12 + 88) = 10 × 100 = 1000.
S₂₀ = 1 000 seats
4
Step 4 — Verify with the Alternate Series FormulaAs a check, use Sₙ = (n / 2)(2u₁ + (n − 1)d): S₂₀ = (20 / 2)(2 × 12 + 19 × 4) = 10 × (24 + 76) = 10 × 100 = 1000. ✓ Both formulas give the same answer.
Confirmed: S₂₀ = 1 000 ✓
💡 Strategy Note
When a question gives you two terms that are not consecutive, set up two equations using the general term formula and solve the simultaneous system for u₁ and d. For example, if u₅ = 22 and u₁₂ = 57, you write 22 = u₁ + 4d and 57 = u₁ + 11d, then subtract to find d = 5 and back-substitute to find u₁ = 2.

Strengths, Limitations & Common Errors

Arithmetic models are powerful but they don't fit every situation. Knowing when they work — and when they break down — is essential for choosing the right tool in an IB exam or a real-world scenario.

When to use — and not use — arithmetic sequence models
StrengthsLimitations
Simple and predictable — only two parameters (u₁ and d) are needed.Cannot model exponential growth (e.g., compound interest, population growth).
Easy to verify — just check that differences between consecutive terms are constant.Assumes the rate of change never varies, which is often unrealistic over long periods.
Closed-form expressions for both the nth term and the sum, enabling fast calculations.If d is negative the sequence eventually becomes negative, which may not make sense in context (e.g., negative seats).
Graphs are linear, making trend visualisation straightforward.Confusion with geometric sequences is common when both appear in the same problem set.

Common Errors to Avoid

  • Off-by-one with (n − 1): The most frequent mistake is writing uₙ = u₁ + nd instead of u₁ + (n − 1)d. Remember, you make (n − 1) jumps to reach the nth term from the first.
  • Mixing up uₙ and Sₙ: uₙ is a single term; Sₙ is the sum of many terms. Always re-read the question to check which one is being asked for.
  • Forgetting negative d: In decreasing sequences d is negative. Be careful with signs when substituting.
  • Using the wrong n: In application problems, make sure n counts from the first term. If a salary is earned in year 1 through year 10, then n = 10, not 9.
KEY TAKEAWAY
An arithmetic model is like setting cruise control on a perfectly flat highway — your speed stays constant. If the road starts to curve uphill (accelerating growth) or you encounter traffic (irregular changes), you need a different model. Before applying the formulas, always check: is the difference truly constant?

Connection to Geometric Sequences & Advanced Topics

In the IB syllabus, arithmetic sequences sit alongside geometric sequences (SL 1.3). While arithmetic sequences add a constant, geometric sequences multiply by a constant ratio r. Knowing the difference helps you pick the correct model for any application.

Arithmetic vs. Geometric: Side-by-Side Comparison
FeatureArithmeticGeometric
Rule between termsAdd d each timeMultiply by r each time
General termuₙ = u₁ + (n − 1)duₙ = u₁ × r⁽ⁿ⁻¹⁾
Graph shapeStraight line (linear)Exponential curve
Typical applicationFixed monthly savings, salary raiseCompound interest, bacterial growth
Sum formulaSₙ = (n/2)(u₁ + uₙ)Sₙ = u₁(rⁿ − 1) / (r − 1)

At the HL level and in university mathematics, these ideas extend further. Arithmetic progressions form the basis of linear recurrence relations and connect to topics in number theory, such as Dirichlet's theorem on primes in arithmetic progressions. For now, mastering the SL formulas gives you a solid platform for both exam success and future study.

Practice Problems

PROBLEM 1CONCEPTUAL
Explain, in your own words, why the formula for the nth term of an arithmetic sequence uses (n − 1) rather than n when multiplying by the common difference d.
PROBLEM 2BASIC CALCULATION
An arithmetic sequence has u₁ = 7 and d = 3. Find u₁₅ and S₁₅.
PROBLEM 3INTERMEDIATE
The 5th term of an arithmetic sequence is 23 and the 12th term is 58. Find the first term u₁, the common difference d, and the sum of the first 20 terms S₂₀.
PROBLEM 4APPLIED
A fitness app sets a daily step goal. On day 1 the goal is 4 000 steps, and it increases by 500 steps each day. (a) What is the step goal on day 30? (b) What is the total number of steps targeted over the full 30 days? (c) On which day does the goal first exceed 15 000 steps?
PROBLEM 5CRITICAL THINKING
A pyramid of tin cans is built so that the top row has 1 can, the next row has 3 cans, then 5, then 7, and so on — each row has 2 more cans than the row above. (a) Show that the total number of cans in a pyramid with n rows is n². (b) Hence determine how many rows are needed to use exactly 400 cans.

Lesson Summary

An arithmetic sequence is defined by its first term u₁ and its common difference d. The general term formula uₙ = u₁ + (n − 1)d lets you jump to any position without listing every term. The series formula Sₙ = (n/2)(u₁ + uₙ) gives the sum of the first n terms efficiently, using Gauss's pairing insight.

In IB Applications and Interpretation, these formulas model situations with constant additive change — savings plans, seating arrangements, linear depreciation, and more. Always verify that the difference between consecutive terms is truly constant before applying the model. When growth is multiplicative rather than additive, switch to the geometric sequence framework. Mastering arithmetic sequences builds the foundation for sigma notation, integration of step functions, and financial mathematics at higher levels.

Varsity Tutors • IB Mathematics: Applications and Interpretation • Arithmetic Sequences & Series — SL 1.3