Welcome to the World of Series!

In your earlier maths studies, you’ve likely worked with basic sequences and perhaps summed a few numbers together. In Further Mathematics, we take this to the next level. You are going to learn how to find the total sum of thousands (or even an infinite number) of terms using clever shortcuts and standard formulae.

Why does this matter? Series are the building blocks of everything from physics simulations and financial modelling to how your calculator actually works out values like \(sin(x)\) or \(e^x\). Don't worry if it looks like a lot of symbols at first—we’ll break it down step-by-step!

1. The Basics: Sigma Notation Recap

Before we dive into the "Further" part, let's make sure we are comfortable with the symbol \(\sum\). Think of this as a "command" that tells you to start adding.

In the expression \(\sum_{r=1}^{n} u_r\):
- \(r=1\) is your starting point (the lower limit).
- \(n\) is your finishing point (the upper limit).
- \(u_r\) is the rule for each term.

Quick Tip: Linear Rules

Just like with brackets in algebra, you can split sums apart or pull constant numbers outside the sum symbol:
1. \(\sum (u_r + v_r) = \sum u_r + \sum v_r\)
2. \(\sum k u_r = k \sum u_r\) (where \(k\) is a constant number).

2. The "Power" Sums: Standard Formulae

The OCR MEI syllabus (Ref: Ps1) requires you to know and use formulae for the sums of the first \(n\) integers, squares, and cubes. Think of these as "cheat codes" that let you skip the manual addition.

The Sum of Integers: \(\sum_{r=1}^{n} r\)

\(1 + 2 + 3 + ... + n = \frac{1}{2}n(n+1)\)

Analogy: Imagine stacking blocks. To find the total blocks in a staircase of height \(n\), this formula gives you the answer instantly!

The Sum of Squares: \(\sum_{r=1}^{n} r^2\)

\(1^2 + 2^2 + 3^2 + ... + n^2 = \frac{1}{6}n(n+1)(2n+1)\)

Note: This formula is usually provided in your formula booklet, but you must be able to apply it to complex problems!

The Sum of Cubes: \(\sum_{r=1}^{n} r^3\)

\(1^3 + 2^3 + 3^3 + ... + n^3 = \frac{1}{4}n^2(n+1)^2\)

Did you know? The sum of cubes is exactly the square of the sum of integers! Notice that \(\frac{1}{4}n^2(n+1)^2 = [ \frac{1}{2}n(n+1) ]^2\). This is a great way to remember it.

Key Takeaway: When you see a polynomial like \(\sum (r^2 + 3r)\), you split it into \(\sum r^2 + 3\sum r\) and plug in the formulae above.

3. Handling Different Limits

A common trick in exams is asking for a sum that doesn't start at \(r=1\). For example: "Find the sum of terms from \(r=10\) to \(r=20\)."

You cannot use the standard formulae directly because they always assume you start at 1. Instead, use the Subtraction Method:

\(\sum_{r=10}^{20} u_r = \sum_{r=1}^{20} u_r - \sum_{r=1}^{9} u_r\)

Common Mistake: Students often subtract up to \(r=10\). Remember, if you want to keep the 10th term, you only subtract up to the 9th term!

4. The Method of Differences

This is a beautiful technique used for series that don't fit the "standard" power formulae. It works when you can write the general term \(u_r\) as the difference between two similar terms.

If \(u_r = f(r+1) - f(r)\), then the sum telescopes (it collapses like a pirate's spyglass).

How it works (Step-by-Step):

1. Split the term: Usually involves partial fractions (e.g., writing \(\frac{1}{r(r+1)}\) as \(\frac{1}{r} - \frac{1}{r+1}\)).
2. Write out the first few terms: Write the terms for \(r=1, r=2, r=3\) vertically.
3. Identify the "Survivors": You will see that most terms cancel each other out.
4. Find the sum: Add the few terms that didn't get cancelled (usually the very first and very last parts).

Analogy: Imagine a row of people where each person takes £10 from the person to their left and gives £10 to the person to their right. In the end, only the person at the very start and the person at the very end actually see their balance change; everyone in the middle cancels out!

Key Takeaway: If a question asks you to "Show that \(u_r = ...\)" and then "Hence find the sum," they are almost certainly pointing you toward the Method of Differences.

5. Summary and Quick Review

Don't worry if this seems tricky at first! Series is all about algebraic practice. Here is your quick checklist for success:

  • Standard Formulae: Memorize the sum of \(r\) and know where to find \(r^2\) and \(r^3\) in your booklet.
  • Linearity: Always split complex sums into smaller, standard parts.
  • Limits: Check if the sum starts at 1. If not, use the subtraction trick: \(\sum_{r=k}^{n} = \sum_{r=1}^{n} - \sum_{r=1}^{k-1}\).
  • Method of Differences: Look for terms that cancel out. Success depends on neat handwriting—list your terms in clear columns!

Next steps: You might be asked to prove these formulae using Proof by Induction, which is another chapter in the Core Pure section!