Introduction to Arithmetic Series

Welcome to the world of Series! If you have ever counted in steps of 2 (\(2, 4, 6, 8...\)) or steps of 5 (\(5, 10, 15, 20...\)), you have already been working with the basic building blocks of this chapter. In Further Pure Mathematics, we call these patterns Arithmetic Progressions (or APs for short).

An arithmetic series is simply what happens when we add up the terms of an arithmetic progression. Understanding these patterns is vital for solving problems involving steady growth or decline, and they appear frequently in both Paper 1 and Paper 2 of your exams.

1. What Makes a Series "Arithmetic"?

In an arithmetic sequence, the difference between any two consecutive terms is always constant. We call this fixed amount the common difference, denoted by the letter \(d\).

The two key ingredients you need are:

  • \(a\): The first term of the series.
  • \(d\): The common difference (the amount you add or subtract to get to the next term).

Example: Look at the series \(5 + 8 + 11 + 14 + ...\)

Here, the first term \(a = 5\). To get from 5 to 8, we add 3. To get from 8 to 11, we add 3. So, the common difference \(d = 3\).

Did you know? The common difference \(d\) can be negative! If the numbers are getting smaller, like \(20, 17, 14...\), then \(d = -3\).

2. Finding the \(n\)-th Term

Sometimes you need to find a specific term deep in the series (like the 100th term) without writing the whole list out. To do this, we use the formula for the general term.

The Formula:

\(u_n = a + (n - 1)d\)

Note: This formula is not on your formula sheet, so you must memorize it!

Why \( (n-1) \)?
Think of it like this: To get to the 2nd term, you add \(d\) once. To get to the 3rd term, you add \(d\) twice. To get to the \(n\)-th term, you always add the difference one less time than the term number you are looking for.

Step-by-Step Example:
Find the 20th term of the series \(4 + 10 + 16 + ...\)
1. Identify \(a\): \(a = 4\)
2. Identify \(d\): \(10 - 4 = 6\), so \(d = 6\)
3. Identify \(n\): We want the 20th term, so \(n = 20\)
4. Plug into the formula: \(u_{20} = 4 + (20 - 1) \times 6\)
5. Calculate: \(4 + (19 \times 6) = 4 + 114 = 118\)

Quick Takeaway: The \(n\)-th term formula \(a + (n - 1)d\) is your "teleporter" to any position in the sequence.

3. Summing it Up: The Sum to \(n\) Terms

If a question asks for the "Sum of the first \(n\) terms" (denoted as \(S_n\)), you are being asked to add everything up from the start to a certain point.

The Formula:

\(S_n = \frac{n}{2}[2a + (n - 1)d]\)

Good news: This formula is provided on your official exam formula sheet! However, you must know how to use it confidently.

How to use it:
Imagine you want to find the sum of the first 10 terms of: \(3 + 7 + 11 + ...\)
1. \(a = 3\)
2. \(d = 4\)
3. \(n = 10\)
4. Substitute: \(S_{10} = \frac{10}{2}[2(3) + (10 - 1)4]\)
5. Simplify: \(5[6 + (9 \times 4)] = 5[6 + 36] = 5 \times 42 = 210\)

Memory Tip: Think of \(\frac{n}{2}\) as the number of "pairs" of numbers you are adding together.

4. Common Mistakes to Avoid

  • Mixing up \(n\) and \(u_n\): Remember that \(n\) is the position (e.g., 5th place), while \(u_n\) is the actual value at that position.
  • Forgetting brackets: When \(d\) is negative, be very careful with your calculations. For example, \(a + (n-1)(-3)\) involves multiplying by a negative number.
  • Misidentifying \(d\): Always check \(d\) by doing \(u_2 - u_1\). Don't just look at the first two numbers and guess.

5. Problem Solving: Finding \(a\) and \(d\)

Sometimes the exam won't give you \(a\) and \(d\) directly. They might say: "The 3rd term is 10 and the 7th term is 22."

Don't worry if this seems tricky! Just set up two simultaneous equations using the \(u_n\) formula:
1. \(a + 2d = 10\)
2. \(a + 6d = 22\)

Subtract the first from the second: \(4d = 12 \implies d = 3\).
Then plug \(d\) back in to find \(a\): \(a + 2(3) = 10 \implies a = 4\).

Note: You might also see arithmetic series written using Sigma Notation. For more on how to read that symbol, see the "Sigma notation" chapter in this section.

Quick Review Box

Key Terms:
First term (\(a\)): The starting number.
Common difference (\(d\)): The gap between terms.
\(n\)-th term (\(u_n\)): The value of a term at position \(n\). Formula: \(a + (n - 1)d\).
Sum (\(S_n\)): Total of the first \(n\) terms. Formula: \(\frac{n}{2}[2a + (n - 1)d]\).

Final Tip: Always write down your values for \(a\), \(d\), and \(n\) clearly at the side of your page before you start calculating!