Language of Sequences and Series
Introduction
students, think about a staircase, a savings account, or the rows of seats in a stadium 😊 Each of these can be described by a pattern that changes step by step. In mathematics, that pattern language is the language of sequences and series. A sequence is an ordered list of terms, while a series is the sum of those terms. This lesson explains the key words, ideas, and formulas used to describe them in IB Mathematics: Analysis and Approaches HL.
By the end of this lesson, you should be able to:
- explain the main ideas and terminology of sequences and series,
- use notation such as $u_n$, $a_n$, and $\sum$ correctly,
- identify arithmetic and geometric patterns,
- apply standard formulas for terms and sums,
- connect sequences and series to the wider topic of Number and Algebra.
Sequences and series appear everywhere in real life: bank interest, population growth, payment plans, computer algorithms, and repeated geometric patterns. Learning the language of this topic helps you describe change clearly and reason about it accurately.
What a Sequence Is
A sequence is a list of numbers arranged in a specific order. The order matters, so $2, 4, 6$ is not the same sequence as $6, 4, 2. Each number in the sequence is called a term. A common way to write the $n$th term is $u_n$ or $a_n$. The notation $u_n$ means “the term with position number $n$.” For example, if the sequence is $3, 7, 11, 15, $\dots$$, then $u_1 = 3$, $u_2 = 7$, and $u_4 = 15.
The dots $\dots$ mean the pattern continues. In IB work, you are often expected to describe the rule that generates the terms. This could be an explicit formula, such as $u_n = 2n + 1$, or a recursive rule, such as $u_1 = 3$ and $u_{n+1} = u_n + 4$.
There are several important terms in sequence language:
- First term: the starting value, often $u_1$.
- General term or nth term: a formula for the term in position $n$.
- Recursive definition: a rule that defines each term using earlier term(s).
- Finite sequence: a sequence with a last term.
- Infinite sequence: a sequence that continues without ending.
Example: the sequence $5, 10, 15, 20, \dots$ has first term $u_1 = 5$ and common difference $5$. It can be written as $u_n = 5n$.
Arithmetic and Geometric Language
Two of the most important sequence types in Number and Algebra are arithmetic and geometric sequences. Knowing the language of each helps you choose the correct formula.
An arithmetic sequence is a sequence where the difference between consecutive terms is constant. This constant is called the common difference, written as $d$. If one term to the next always changes by the same amount, the sequence is arithmetic.
Example: $4, 9, 14, 19, \dots$ is arithmetic because each term increases by $5$. Here, $d = 5$.
The $n$th term of an arithmetic sequence is
$$u_n = a + (n-1)d,$$
where $a$ is the first term.
A geometric sequence is a sequence where the ratio between consecutive terms is constant. This constant is called the common ratio, written as $r$.
Example: $2, 6, 18, 54, \dots$ is geometric because each term is multiplied by $3$. Here, $r = 3$.
The $n$th term of a geometric sequence is
$$u_n = ar^{n-1},$$
where $a$ is the first term.
These formulas are part of the language because they let you move from a verbal description to algebraic representation. For example, “the first term is $7$ and the common difference is $2$” becomes $u_n = 7 + 2(n-1)$.
Series: Adding the Terms
A series is the sum of the terms of a sequence. If a sequence is a list, a series is what you get when you add the list together. For example, if the sequence is $1, 3, 5, 7$, then the series is $1 + 3 + 5 + 7 = 16.
The sum of the first $n$ terms is often written as $S_n$. So $S_4$ means the sum of the first four terms. The notation $\sum$ is also used for summation. For example,
$$\sum_{k=1}^{5} k = 1 + 2 + 3 + 4 + 5 = 15.$$
Here, $k$ is the index of summation. This notation is common in IB Mathematics and is important for writing sums compactly and clearly.
For arithmetic series, the sum of the first $n$ terms is
$$S_n = \frac{n}{2}(a + l),$$
where $a$ is the first term and $l$ is the last term. Another useful form is
$$S_n = \frac{n}{2}\bigl(2a + (n-1)d\bigr).$$
For geometric series, the sum of the first $n$ terms is
$$S_n = a\frac{1-r^n}{1-r}, \quad r \neq 1.$$
This formula is especially useful for repeated percentage growth and decay, such as compound interest or depreciation.
Example: Find the sum of the first $5$ terms of the arithmetic sequence $3, 7, 11, 15, 19.
Here, $a = 3$ and $l = 19$, so
$$S_5 = \frac{5}{2}(3 + 19) = \frac{5}{2}(22) = 55.$$
How to Read and Build Sequences
IB questions often test whether you can interpret sequence language carefully. That means reading terms like “consecutive,” “common difference,” “ratio,” “term number,” and “sum to $n$ terms” correctly.
When given a table or pattern, ask:
- What is the first term?
- Is the change by addition or multiplication?
- Can I write a formula for $u_n$?
- Is the question asking for a term or a sum?
For example, suppose a pattern starts with $6$ and increases by $4$ each time. The sequence is $6, 10, 14, 18, \dots$. The general term is
$$u_n = 6 + 4(n-1).$$
To find the $10$th term, substitute $n = 10$:
$$u_{10} = 6 + 4(9) = 42.$$
Now consider a geometric pattern with first term $81$ and common ratio $\frac{1}{3}$. The terms are $81, 27, 9, 3, \dots$, and the $n$th term is
$$u_n = 81\left(\frac{1}{3}\right)^{n-1}.$$
This could model a value that shrinks by one third each step, such as a repeated discount or a fading signal 📉
Being able to move between words, tables, and formulas is a major part of the language of this topic.
Recursion, Explicit Formulas, and Proof
A sequence can be described in two main ways: explicitly or recursively. An explicit formula gives $u_n$ directly in terms of $n$. A recursive formula gives the first term and a rule for producing later terms from earlier ones.
For example, the explicit form $u_n = 2n + 1$ tells you any term immediately. The recursive form may be
$$u_1 = 3, \quad u_{n+1} = u_n + 2.$$
Both describe the same sequence: $3, 5, 7, 9, \dots$.
IB HL students should also connect sequences to proof. One common method is mathematical induction. If a pattern is claimed for all natural numbers, you can verify it by proving a base case and then showing that if it works for $n$, it also works for $n+1$.
Example idea: if someone claims that the sum of the first $n$ odd numbers is $n^2$, then you can test a few values and then prove it formally. For $n = 3$,
$$1 + 3 + 5 = 9 = 3^2.$$
Patterns that look true from examples still need proof for full certainty. This is a key habit in higher-level mathematics: examples suggest a rule, and proof confirms it.
Sequences and Series in Number and Algebra
Sequences and series fit naturally into Number and Algebra because they combine pattern recognition, symbolic manipulation, and algebraic structure. They also connect with functions, since $u_n$ can be seen as a function of the integer $n$.
This topic supports later IB ideas such as:
- function notation and patterns in $n$,
- exponential growth and decay,
- limits of infinite geometric series,
- algebraic rearrangement and formula derivation,
- proof by induction.
A classic IB connection is the infinite geometric series. If $|r| < 1$, then the sum of infinitely many terms is
$$S_\infty = \frac{a}{1-r}.$$
This is used in finance, physics, and modelling. For example, if a ball rebounds to $\frac{1}{2}$ of its previous height each time, the total distance traveled can be modeled with an infinite geometric series.
Understanding the language here helps you explain what each symbol means and why a formula works. That clarity is essential in exam questions where marks are awarded for reasoning, not just answers.
Conclusion
students, the language of sequences and series gives you the vocabulary to describe repeating patterns, calculate terms and sums, and prove statements about numerical structure 🔢 A sequence is an ordered list of terms, while a series is the sum of those terms. Arithmetic and geometric sequences are central because they lead to important formulas for $u_n$ and $S_n$. Recursive and explicit forms provide different ways to define the same pattern, and proof links the topic to the deeper reasoning expected in IB Mathematics: Analysis and Approaches HL.
This lesson also shows how sequences and series fit into Number and Algebra as a bridge between patterns, formulas, and proof. Mastering the language helps you read questions carefully, select the right method, and explain your thinking clearly.
Study Notes
- A sequence is an ordered list of terms such as $u_1, u_2, u_3, \dots$.
- A series is the sum of terms, written using $S_n$ or $\sum$.
- An arithmetic sequence has a constant difference $d$.
- The arithmetic nth term is $u_n = a + (n-1)d$.
- A geometric sequence has a constant ratio $r$.
- The geometric nth term is $u_n = ar^{n-1}$.
- The arithmetic sum formula is $S_n = \frac{n}{2}(a+l)$ or $S_n = \frac{n}{2}\bigl(2a+(n-1)d\bigr)$.
- The geometric sum formula is $S_n = a\frac{1-r^n}{1-r}$, with $r \neq 1$.
- A recursive rule defines terms using earlier terms.
- An explicit rule gives $u_n$ directly.
- Sequences and series connect to proof, functions, modelling, and growth/decay.
- In IB HL, careful use of notation and reasoning is just as important as obtaining the final answer.
