1. Number and Algebra

Arithmetic Sequences And Series

Arithmetic Sequences and Series

students, imagine you are saving money each week, and the amount you save increases by exactly the same amount every time 💸. Or picture a staircase where each step is the same height. These patterns are examples of arithmetic sequences. In IB Mathematics: Analysis and Approaches HL, arithmetic sequences and series are important because they connect number patterns, algebraic formulas, and proof. They also appear in real life in finance, planning, and scientific measurement.

What is an arithmetic sequence?

An arithmetic sequence is a list of numbers where the difference between consecutive terms is constant. That constant difference is called the common difference, written as $d$.

If the first term is $a_1$, then the sequence looks like

$$a_1,\ a_2,\ a_3,\ a_4,\dots$$

and each term is found by adding $d$ to the previous term:

$$a_{n+1}=a_n+d.$$

For example, the sequence $4, 7, 10, 13, 16,\dots$ is arithmetic because each term increases by $3$. Here, $a_1=4$ and $d=3$.

A sequence can also decrease. For example, $20, 15, 10, 5, 0,\dots$ is arithmetic with $d=-5$.

General term formula

A key formula for an arithmetic sequence is the nth term formula:

$$a_n=a_1+(n-1)d.$$

This formula tells you the term in position $n$ directly, without listing all earlier terms. This is especially useful in IB problems because it saves time and supports algebraic reasoning.

Example

Suppose $a_1=12$ and $d=4$.

Find $a_{10}$.

Using the formula:

$$a_{10}=12+(10-1)(4)=12+36=48.$$

So the 10th term is $48$.

This shows how arithmetic sequences are connected to symbolic manipulation: you use the formula, substitute values, and simplify carefully.

Arithmetic series: adding the terms

An arithmetic series is the sum of the terms of an arithmetic sequence. If the terms are $a_1, a_2, a_3,\dots,a_n$, then the sum of the first $n$ terms is written as

$$S_n=a_1+a_2+a_3+\cdots+a_n.$$

Here, $S_n$ means the partial sum of the first $n$ terms.

For example, if the sequence is $2, 5, 8, 11, 14,\dots$, then the series of the first five terms is

$$S_5=2+5+8+11+14=40.$$

Sum formula

For an arithmetic series, the sum of the first $n$ terms is

$$S_n=\frac{n}{2}(a_1+a_n).$$

If you do not know $a_n$, you can also use

$$S_n=\frac{n}{2}\left(2a_1+(n-1)d\right).$$

These formulas are extremely useful because they avoid adding many terms one by one.

Why the formula works

If you write the sum forward and backward, patterns appear:

$$S_n=a_1+a_2+a_3+\cdots+a_n,$$

$$S_n=a_n+a_{n-1}+a_{n-2}+\cdots+a_1.$$

Adding these gives

$$2S_n=(a_1+a_n)+(a_2+a_{n-1})+\cdots+(a_n+a_1).$$

Each pair adds to the same value, $a_1+a_n$. Since there are $n$ terms total, this leads to

$$2S_n=n(a_1+a_n),$$

and therefore

$$S_n=\frac{n}{2}(a_1+a_n).$$

This is a classic example of mathematical proof by pattern and structure.

Example

Find the sum of the first $20$ terms of $3, 7, 11, 15,\dots$.

First identify $a_1=3$ and $d=4$.

Find the 20th term:

$$a_{20}=3+(20-1)(4)=3+76=79.$$

Now use the sum formula:

$$S_{20}=\frac{20}{2}(3+79)=10\cdot82=820.$$

So the sum is $820$.

Working with arithmetic sequences in IB style

In IB Mathematics: Analysis and Approaches HL, you should be able to move between different representations: words, tables, recursive rules, and explicit formulas.

Recursive form

A recursive definition gives a starting value and a rule for getting the next term. For an arithmetic sequence, it is written as

$$a_1=\text{starting value}, \qquad a_{n+1}=a_n+d.$$

Example: If $a_1=6$ and $d=2$, then

$$a_{n+1}=a_n+2.$$

This means every term is $2$ more than the previous one.

Recursive form is useful when the pattern is built step by step. Explicit form, such as

$$a_n=a_1+(n-1)d,$$

gives the term directly. IB questions may ask you to use one form to find another.

Finding the common difference

If you know two terms, you can find $d$.

Suppose $a_3=14$ and $a_8=34$.

Using the nth term formula:

$$a_3=a_1+2d=14,$$

$$a_8=a_1+7d=34.$$

Subtracting the equations gives

$$5d=20,$$

so

$$d=4.$$

Then substitute back to find $a_1$:

$$a_1+2(4)=14,$$

so

$$a_1=6.$$

Thus the sequence is $6, 10, 14, 18,\dots$.

Solving real problems with arithmetic sequences

Arithmetic sequences and series are not just abstract ideas. They help model situations where change is constant.

Example: saving money

students, suppose you save $15$ in week 1 and increase your savings by $5$ each week. Then the weekly amounts form the sequence

$$15, 20, 25, 30,\dots$$

Here, $a_1=15$ and $d=5$.

How much do you save in week $12$?

$$a_{12}=15+(12-1)(5)=15+55=70.$$

How much do you save in total over the first $12$ weeks?

$$S_{12}=\frac{12}{2}(15+70)=6\cdot85=510.$$

So the total saved is $510$.

This kind of problem connects arithmetic series to financial planning and helps show why formulas matter in real life.

Example: seating rows

A theater has $18$ seats in the first row and adds $2$ seats each new row. The numbers of seats form an arithmetic sequence.

The sequence is

$$18, 20, 22, 24,\dots$$

If there are $15$ rows, the last row has

$$a_{15}=18+(15-1)(2)=46$$

seats.

The total number of seats is

$$S_{15}=\frac{15}{2}(18+46)=\frac{15}{2}(64)=480.$$

This shows how arithmetic series can model quantity accumulation.

Connections to Number and Algebra

Arithmetic sequences and series fit naturally into the topic of Number and Algebra because they combine numerical structure with algebraic reasoning.

They are connected to:

  • Number systems: terms can be integers, decimals, or fractions.
  • Symbolic manipulation: formulas like $a_n=a_1+(n-1)d$ require expanding, simplifying, and substituting.
  • Sequences and proof: the derivation of the sum formula is a simple but important proof idea.
  • Systems of equations: two terms of an arithmetic sequence can create simultaneous equations in $a_1$ and $d$.

For example, if $a_4=17$ and $a_9=32$, then

$$a_1+3d=17,$$

$$a_1+8d=32.$$

This is a system of equations. Solving it gives the sequence parameters.

Arithmetic sequences also prepare you for more advanced content, such as sigma notation, geometric sequences, and calculus ideas about patterns and limits. Even when the later topics are different, the habit of looking for structure remains the same.

Common mistakes to avoid

Here are a few mistakes students often make:

  • Confusing the common difference $d$ with the terms themselves.
  • Using the formula $a_n=a_1+nd$ instead of the correct $a_n=a_1+(n-1)d$.
  • Forgetting that the series sum formula needs the number of terms $n$.
  • Mixing up the nth term and the sum of the first $n$ terms.
  • Adding terms manually when a formula would be faster and safer.

A good habit is to always write down what is known: $a_1$, $d$, $n$, and whether you need a term or a sum.

Conclusion

Arithmetic sequences and series are a core part of IB Mathematics: Analysis and Approaches HL because they combine pattern recognition, algebra, and proof. An arithmetic sequence changes by a constant difference $d$, and its nth term is

$$a_n=a_1+(n-1)d.$$

The corresponding arithmetic series adds those terms, with sum formulas

$$S_n=\frac{n}{2}(a_1+a_n)$$

and

$$S_n=\frac{n}{2}\left(2a_1+(n-1)d\right).$$

These ideas help solve exam questions and model real-life situations such as savings, seating arrangements, and regular growth. students, mastering these formulas and the reasoning behind them will strengthen your understanding of Number and Algebra and prepare you for more advanced mathematical work 📘.

Study Notes

  • An arithmetic sequence has a constant difference between consecutive terms.
  • The common difference is written as $d$.
  • The nth term formula is $$a_n=a_1+(n-1)d.$$
  • An arithmetic series is the sum of the terms of an arithmetic sequence.
  • The sum of the first $n$ terms is $$S_n=\frac{n}{2}(a_1+a_n).$$
  • If $a_n$ is unknown, use $$S_n=\frac{n}{2}\left(2a_1+(n-1)d\right).$$
  • Recursive form: $$a_{n+1}=a_n+d.$$
  • To find $d$, compare terms and use algebra.
  • Arithmetic sequences connect to systems of equations, proof, and real-world modeling.
  • Always check whether the question asks for a term or a sum before choosing a formula.

Practice Quiz

5 questions to test your understanding