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.
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.
First Term (u₁)
Common Difference (d)
General Term (uₙ)
Arithmetic Series (Sₙ)
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.
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.
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.
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.
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.
| Context | u₁ (first term) | d (common difference) | Typical Question |
|---|---|---|---|
| Monthly savings plan | Initial deposit | Fixed monthly addition | Total saved after 24 months? |
| Theatre seating | Seats in front row | Extra seats per row | Total seats in the theatre? |
| Salary increments | Starting salary | Annual raise | Total earnings over 10 years? |
| Stacking logs | Logs in bottom row | One 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.
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.
| Strengths | Limitations |
|---|---|
| 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.
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.
| Feature | Arithmetic | Geometric |
|---|---|---|
| Rule between terms | Add d each time | Multiply by r each time |
| General term | uₙ = u₁ + (n − 1)d | uₙ = u₁ × r⁽ⁿ⁻¹⁾ |
| Graph shape | Straight line (linear) | Exponential curve |
| Typical application | Fixed monthly savings, salary raise | Compound interest, bacterial growth |
| Sum formula | Sₙ = (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
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.