Welcome to the World of Series!
Hi there! Welcome to one of the most satisfying chapters in Further Pure Mathematics 1 (FP1). If you have ever looked at a long list of numbers and wondered, "Is there a quick way to add all these up?" then you are in the right place.
In this chapter, we are going to learn how to use Sigma Notation and some powerful Standard Formulae to find the sum of complex sequences without having to add them one by one. Think of it like learning a shortcut for your calculator! Don't worry if it looks a bit "mathsy" at first—we will break it down step-by-step.
1. Understanding Sigma Notation (\(\sum\))
Before we dive into the formulas, let's look at the symbol that starts it all. The big Greek letter \(\Sigma\) (Sigma) simply means "sum" or "add them all up."
Imagine a Sigma expression like a set of instructions for a machine:
\( \sum_{r=1}^{n} r \)
- The Bottom (\(r=1\)): This is your starting point. We call \(r\) the counter.
- The Top (\(n\)): This is your finish line.
- The Middle (\(r\)): This is the pattern or rule you are following.
Example: \( \sum_{r=1}^{4} r \) just means \(1 + 2 + 3 + 4 = 10\).
Quick Review: The Constant Rule
A common mistake is forgetting what to do when you sum a constant (a number with no \(r\) attached).
Example: \( \sum_{r=1}^{n} 5 \).
This means you add the number 5, \(n\) times.
The Rule: \( \sum_{r=1}^{n} k = nk \)
Quick Review Box:
- \(\sum\) means "Sum of".
- If you see a number alone like \(\sum_{1}^{n} 3\), the answer is just \(3n\).
2. The "Big Three" Formulae
The FP1 syllabus requires you to sum series involving \(r\), \(r^2\), and \(r^3\). While you are expected to remember the formula for \(\sum r\), the others are often provided, but knowing them by heart will make you much faster!
The Sum of Integers (\(\sum r\))
\( \sum_{r=1}^{n} r = \frac{1}{2}n(n+1) \)
Did you know? Legend says a young mathematician named Gauss was asked by his teacher to add the numbers from 1 to 100. He realized that \(1+100=101\), \(2+99=101\), and so on. He found the answer in seconds using this exact logic!
The Sum of Squares (\(\sum r^2\))
\( \sum_{r=1}^{n} r^2 = \frac{1}{6}n(n+1)(2n+1) \)
Example: \(1^2 + 2^2 + 3^2 + ... + n^2\)
The Sum of Cubes (\(\sum r^3\))
\( \sum_{r=1}^{n} r^3 = \frac{1}{4}n^2(n+1)^2 \)
Memory Trick: Notice that the formula for \(\sum r^3\) is just the formula for \(\sum r\) squared!
\( \sum r^3 = [ \frac{1}{2}n(n+1) ]^2 \)
Key Takeaway: These formulas only work if your sum starts at \(r=1\). If it starts elsewhere, we have to adjust our method (see Section 4).
3. Linearity: Splitting the Sum
You can treat the Sigma symbol like a multiplier that you can "distribute" across brackets. This is called linearity. Don't let the name scare you; it just means you can do the sum in parts.
Rule 1: \( \sum (A + B) = \sum A + \sum B \)
Rule 2: \( \sum k \cdot f(r) = k \sum f(r) \) (You can pull constant numbers outside the Sigma).
Example: Summing \( \sum_{r=1}^{n} (r^2 + 3r) \)
Step 1: Split it into two parts: \( \sum r^2 + \sum 3r \)
Step 2: Pull the constant out: \( \sum r^2 + 3 \sum r \)
Step 3: Substitute your standard formulas!
4. Step-by-Step: Solving "Show That" Problems
Most exam questions will ask you to "Show that \( \sum ... = \)" a specific factorized expression. These are great because you know what the answer should look like!
The Strategy:
- Expand any brackets inside the Sigma first.
- Split the sum into individual parts (\(\sum r^2\), \(\sum r\), etc.).
- Substitute the standard formulas.
- Factorize! (Pro Tip: DO NOT expand everything into a giant polynomial. Look for common factors like \(\frac{1}{6}n(n+1)\) immediately to make the algebra easier).
Common Mistake to Avoid: When factorizing fractions, if you have a \(\frac{1}{2}\) and a \(\frac{1}{6}\), factor out the "smallest" fraction, which is \(\frac{1}{6}\).
Remember: \(\frac{1}{2} = \frac{3}{6}\). This leaves nice whole numbers inside your bracket!
5. When the Sum Doesn't Start at 1
Sometimes the exam will try to trick you by starting the sum at \(r=5\) or \(r=10\).
Example: \( \sum_{r=5}^{20} f(r) \)
Think of this like a ruler. If you want to measure the length from 5cm to 20cm, you take the whole length (0 to 20) and cut off the bit you don't want (0 to 4).
The Formula:
\( \sum_{r=k}^{n} f(r) = \sum_{r=1}^{n} f(r) - \sum_{r=1}^{k-1} f(r) \)
Wait! Notice the second sum ends at \(k-1\). If you want to keep the 5th term, you must subtract up to the 4th term.
Quick Review Box:
- To find the sum from \(r=10\) to \(20\):
- Calculate Sum(1 to 20)
- Subtract Sum(1 to 9)
Summary and Key Takeaways
- Sigma Notation is a shorthand for adding a series of numbers based on a rule.
- Always check the limits (the numbers at the top and bottom).
- The Constant Rule: \(\sum_{1}^{n} k = nk\). Don't forget the \(n\)!
- Factorizing is your best friend. Always look for the common factors provided in the standard results (like \(n\) and \((n+1)\)).
- If a sum starts at \(r=k\), calculate \(\sum_{1}^{n} - \sum_{1}^{k-1}\).
Encouraging Note: This chapter is mostly about careful algebra. If your answer isn't matching the "Show That" result, go back and check if you missed an "n" on a constant or made a small slip when factorizing fractions. You've got this!