Welcome to the World of Series!
In this chapter, we are going to explore Series, which is essentially the sum of a sequence of numbers. While a sequence is just a list (like 1, 2, 3...), a series is what happens when you add them all up (1 + 2 + 3...).
Why does this matter? Series are used everywhere, from calculating the interest in your bank account to predicting how a physical object will vibrate. Don't worry if it seems a bit abstract at first—we will break it down into simple steps that anyone can follow!
1. Summing Squares and Cubes
You might already know how to sum the first \(n\) natural numbers (the formula for \(\sum r\)). In Further Maths, we take it a step further by looking at the sums of squares (\(r^2\)) and cubes (\(r^3\)).
The Key Formulas
You will find these in your formula booklet, but it’s great to recognize them:
1. Sum of the first \(n\) integers:
\(\sum_{r=1}^{n} r = \frac{1}{2}n(n+1)\)
2. Sum of the first \(n\) squares:
\(\sum_{r=1}^{n} r^2 = \frac{1}{6}n(n+1)(2n+1)\)
3. Sum of the first \(n\) cubes:
\(\sum_{r=1}^{n} r^3 = \frac{1}{4}n^2(n+1)^2\)
Quick Review Tip: Notice that the formula for cubes is just the formula for the integers squared! That is: \(\sum r^3 = (\sum r)^2\). This is a handy way to remember it.
How to Use Them in Problems
Most exam questions won't just ask for \(\sum r^2\). They will ask for something like \(\sum_{r=1}^{n} r(r+2)\).
Step 1: Expand the expression: \(r(r+2) = r^2 + 2r\).
Step 2: Split the sum: \(\sum (r^2 + 2r) = \sum r^2 + 2\sum r\).
Step 3: Substitute the formulas and simplify using algebra (usually by factoring out common terms).
Common Mistake: Students often try to multiply the formulas together (e.g., thinking \(\sum r \times \sum r = \sum r^2\)). Never do this! Always expand the brackets first so you are only adding or subtracting terms.
Key Takeaway: Treat the \(\sum\) symbol like a "distribute" command. It applies to every term inside the bracket separately.
2. The Method of Differences
Sometimes, we are asked to sum a series where we don't have a standard formula. This is where the Method of Differences (also called "Telescoping") comes in.
The "Accordion" Analogy
Imagine an accordion or a collapsible telescope. When you push the ends together, all the middle parts disappear, and you are left with just the two ends. The Method of Differences does exactly this to a long string of numbers!
Step-by-Step Process
If you can write the general term of a series as a difference between two similar terms, say \(f(r+1) - f(r)\), most of the terms will cancel out.
Example: Sum the series \(\sum_{r=1}^{n} [ (r+1)! - r! ]\)
Step 1: Write out the first few terms.
For \(r=1\): \((2! - 1!)\)
For \(r=2\): \((3! - 2!)\)
For \(r=3\): \((4! - 3!)\)
Step 2: Write out the last term.
For \(r=n\): \(( (n+1)! - n! )\)
Step 3: Look for the "canceling" pattern. Notice that the \(2!\) in the first term cancels with the \(-2!\) in the second term. The \(3!\) in the second cancels with the \(-3!\) in the third. This continues all the way down!
Step 4: Identify the survivors. In this case, only \(-1!\) from the very start and \((n+1)!\) from the very end remain.
Result: \((n+1)! - 1\)
Did you know? This method is frequently used with partial fractions. If you see a fraction like \(\frac{1}{r(r+1)}\), you can split it into \(\frac{1}{r} - \frac{1}{r+1}\) and use this method to sum it!
Key Takeaway: If you can write a term as "Something(r+1) minus Something(r)", you can cancel almost everything in the middle.
3. Extension to Infinite Series
What happens if we keep adding terms forever? Does the sum become "infinity," or does it settle on a specific number?
Convergence
An infinite series is when we let \(n\) (the number of terms) go to infinity. We write this as \(\sum_{r=1}^{\infty}\).
If the sum of the first \(n\) terms (the partial sum) approaches a fixed number as \(n\) gets larger and larger, we say the series converges. If it just keeps growing forever, it diverges.
Finding the Limit
Usually, you will find the sum for \(n\) terms first using the Method of Differences, and then look at what happens as \(n \to \infty\).
Example: If your sum for \(n\) terms is \(1 - \frac{1}{n+1}\):
As \(n\) gets massive (like a billion), the fraction \(\frac{1}{n+1}\) becomes almost zero.
So, the sum to infinity is simply \(1 - 0 = 1\).
Don't worry if this seems tricky at first! Just ask yourself: "If \(n\) is a giant number, which parts of this formula become zero?" Usually, any term with \(n\) in the denominator (like \(\frac{1}{n}\) or \(\frac{3}{n^2}\)) will vanish.
Key Takeaway: To find the sum to infinity, first find the sum for \(n\) terms, then see what happens as \(n\) becomes infinitely large.
Quick Review Box
1. Formula Check: Always expand brackets before applying \(\sum r^2\) or \(\sum r^3\).
2. Difference Method: Write out the first two and last two terms to see the canceling pattern clearly.
3. Infinity: \(\frac{Constant}{n}\) always goes to \(0\) as \(n \to \infty\).
4. Algebra: Be patient with factoring; it is the most common place to lose marks in this chapter!