Language of Sequences and Series 📘
Welcome, students! In this lesson, you will learn the language used to describe sequences and series, which is an important part of Number and Algebra in IB Mathematics Analysis and Approaches SL. These ideas help you understand patterns, growth, and repeated change in mathematics and in real life. By the end of this lesson, you should be able to explain the main terms, work with sequence notation, and connect sequences and series to exponential growth, algebraic patterns, and proof.
What are sequences and series? 🔢
A sequence is an ordered list of numbers. Each number in the list is called a term. The order matters, so the sequence $2, 4, 6$ is different from $6, 4, 2. A sequence can be finite, meaning it has a last term, or infinite, meaning it continues forever.
A series is the sum of the terms of a sequence. If a sequence is $a_1, a_2, a_3, \dots$, then the corresponding series is $a_1 + a_2 + a_3 + \dots$. The word “sequence” focuses on the list, while “series” focuses on adding the terms together.
For example, if the sequence is $3, 5, 7, 9$, then the series is $3 + 5 + 7 + 9 = 24.
This language is very useful because it gives a clear way to describe patterns like weekly savings, growing populations, or repeated multiplication in finance. Imagine students tracks the number of steps walked each day and notices the pattern $4000, 4500, 5000, 5500, \dots$. That is a sequence. If students adds the total steps over the week, that total is a series.
Key terms and notation ✍️
To work confidently with sequences and series, you need the main vocabulary.
The first term is often written as $a_1$. The second term is $a_2$, and in general the $n$th term is written as $a_n$. The symbol $n$ stands for the position of the term in the sequence. For example, if $a_1 = 4$ and $a_2 = 7$, then the first term is $4$ and the second term is $7$.
The expression for a term in terms of $n$ is called an explicit formula or term rule. For example, if $a_n = 2n + 1$, then the sequence begins $3, 5, 7, 9, \dots$ because:
- $a_1 = 2(1) + 1 = 3$
- $a_2 = 2(2) + 1 = 5$
- $a_3 = 2(3) + 1 = 7$
Sometimes a sequence is defined by a recursive rule, meaning each term is found using earlier terms. For example, $a_1 = 3$ and $a_{n+1} = a_n + 2$. This gives the same sequence $3, 5, 7, 9, \dots$, but the rule describes how to move from one term to the next.
These two ways of describing a sequence are both important. An explicit formula gives direct access to any term, while a recursive formula shows the pattern of growth step by step.
Arithmetic and geometric sequences 📈
Two of the most important types of sequences in IB Mathematics Analysis and Approaches SL are arithmetic sequences and geometric sequences.
An arithmetic sequence has a constant difference between consecutive terms. This constant is called the common difference and is often written as $d$. For example, in $5, 8, 11, 14, \dots$, the common difference is $3$ because each term increases by $3$.
The $n$th term of an arithmetic sequence is given by:
$$a_n = a_1 + (n - 1)d$$
If $a_1 = 5$ and $d = 3$, then:
$$a_n = 5 + (n - 1)3$$
So the tenth term is:
$$a_{10} = 5 + 9 \cdot 3 = 32$$
A geometric sequence has a constant ratio between consecutive terms. This constant is called the common ratio and is written as $r$. For example, in $2, 6, 18, 54, \dots$, each term is multiplied by $3$, so the common ratio is $3$.
The $n$th term of a geometric sequence is given by:
$$a_n = a_1 r^{n-1}$$
If $a_1 = 2$ and $r = 3$, then:
$$a_n = 2 \cdot 3^{n-1}$$
So the fifth term is:
$$a_5 = 2 \cdot 3^4 = 162$$
These formulas are examples of symbolic manipulation, which is a core skill in Number and Algebra. They let you move between pattern, notation, and calculation.
Series and sums 🧮
A series is built by adding terms of a sequence. In IB, you should be able to work with the sum of arithmetic and geometric sequences.
The sum of the first $n$ terms of a sequence is often written as $S_n$. For an arithmetic sequence, the sum formula is:
$$S_n = \frac{n}{2}(a_1 + a_n)$$
This works because the first and last terms pair up neatly. Another common form is:
$$S_n = \frac{n}{2}\bigl(2a_1 + (n - 1)d\bigr)$$
For example, if the arithmetic sequence is $4, 7, 10, 13, \dots$, then $a_1 = 4$, $d = 3$, and to find the sum of the first $5$ terms:
$$a_5 = 4 + 4 \cdot 3 = 16$$
$$S_5 = \frac{5}{2}(4 + 16) = 50$$
For a geometric sequence, the sum of the first $n$ terms is:
$$S_n = a_1 \frac{1 - r^n}{1 - r} \quad \text{for } r \neq 1$$
If $a_1 = 3$ and $r = 2$, then the first $4$ terms are $3, 6, 12, 24, and:
$$S_4 = 3 \cdot \frac{1 - 2^4}{1 - 2} = 45$$
The order of terms matters in a sequence, but for a series the total sum is what matters. Still, the pattern of the terms is what allows us to find the sum efficiently.
Real-world meaning and connections 🌍
Sequences and series are everywhere in real life. They help model situations where something changes by a fixed amount or by a fixed multiplier.
An arithmetic sequence can model saving money by adding the same amount each week. If students saves $10$ dollars the first week and increases savings by $5$ dollars each week, the amounts saved each week form an arithmetic sequence: $10, 15, 20, 25, \dots$.
A geometric sequence can model population growth, depreciation, or compound interest. For example, if a phone loses $20\%$ of its value each year, then each year it keeps $80\%$ of its previous value. That means the value follows a geometric sequence with ratio $0.8$.
This connects directly to exponentials and logarithms in Number and Algebra. A geometric sequence has the form $a_n = a_1 r^{n-1}$, which is exponential in $n$. When you want to solve for the term number, logarithms can help because the unknown is in the exponent.
For example, if a sequence is defined by:
$$a_n = 5 \cdot 2^{n-1}$$
and you want to know when $a_n = 80$, you solve:
$$5 \cdot 2^{n-1} = 80$$
$$2^{n-1} = 16$$
Since $16 = 2^4$, it follows that:
$$n - 1 = 4$$
$$n = 5$$
This kind of reasoning is important in IB because it shows how sequences connect to algebraic solving and exponential equations.
Introductory proof and pattern reasoning 🧠
A major part of Number and Algebra is recognizing patterns and explaining why they work. In sequences, this often means checking whether a rule is true for several terms and then giving a logical argument.
For example, consider the arithmetic sequence $7, 12, 17, 22, \dots$. A student may notice that the difference between terms is always $5$. This observation supports the rule $a_n = 7 + (n - 1)5$. To justify it, we can test a few values of $n$ and see that the formula gives the correct terms. This is not a full proof for every case, but it is a strong check.
Another common pattern is the sum of the first $n$ odd numbers:
$$1 + 3 + 5 + \dots + (2n - 1)$$
The result is:
$$n^2$$
For example:
$$1 = 1^2$$
$$1 + 3 = 4 = 2^2$$
$$1 + 3 + 5 = 9 = 3^2$$
This pattern is a good example of algebraic structure inside sequences and series. In IB, learning to explain such patterns clearly helps build strong reasoning skills.
Conclusion ✅
Language of sequences and series gives you the tools to describe patterns clearly, calculate terms and sums, and connect repetition to algebraic structure. In students’s IB Mathematics Analysis and Approaches SL course, these ideas are part of Number and Algebra because they use symbolic notation, pattern recognition, and reasoning about growth. Arithmetic and geometric sequences are especially important because they connect directly to real situations and to the later study of exponentials and logarithms. When you understand the terminology and formulas, you can move from pattern to expression to explanation with confidence.
Study Notes
- A sequence is an ordered list of numbers.
- A series is the sum of the terms of a sequence.
- The $n$th term is written as $a_n$.
- An arithmetic sequence has a constant difference $d$.
- Arithmetic term formula: $a_n = a_1 + (n - 1)d$.
- Arithmetic sum formula: $S_n = \frac{n}{2}(a_1 + a_n)$.
- A geometric sequence has a constant ratio $r$.
- Geometric term formula: $a_n = a_1 r^{n-1}$.
- Geometric sum formula: $S_n = a_1 \frac{1 - r^n}{1 - r}$, for $r \neq 1$.
- Sequences connect to exponential growth, compound interest, and depreciation.
- Series and patterns support algebraic reasoning and introductory proof.
- In IB Mathematics Analysis and Approaches SL, sequences and series are a key part of Number and Algebra.
