1. Standard Results — Σr, Σr², Σr³
These three results are given in the MF19 formula booklet but you must know them deeply enough to apply them fluently and to combine them for related sums.
The sum of cubes equals the square of the sum — one of the most elegant results in elementary mathematics.
Using Standard Results for Related Sums
Any polynomial in r can be summed by splitting into standard parts:
2. Method of Differences
When a general term ur can be written as f(r) − f(r+1) (or f(r+1) − f(r)), the sum telescopes — almost all terms cancel, leaving only the first and last few.
Seeing the Cancellation — Telescoping Display
For ur = f(r) − f(r+1), writing out the sum shows the cancellation pattern:
The 4-Step Method
- 1Express ur as a difference: Use partial fractions to write ur = f(r) − f(r+1). The hardest step — identify the right f(r).
- 2Write out a few terms explicitly (r=1, 2, 3, …, n-1, n) to see which terms cancel.
- 3Identify survivors: Only the first and last terms (or first few and last few) remain after cancellation.
- 4State Sn = f(1) − f(n+1) and simplify algebraically.
The most common way to find f(r) is via partial fractions. For example:
3. Convergence and Sum to Infinity
A series Σur is convergent if the partial sum Sn tends to a finite limit L as n → ∞. That limit L is the sum to infinity S∞.
Once you have found Sn using the method of differences, find the limit:
Key: terms like 1/(n+1) → 0 (convergent). Terms like n, n², ln(n) → ∞ (divergent).
Standard Examples of Convergence
If your Sn contains any term with n in the numerator (like n/(n+1), n², etc.), that term does NOT tend to zero — the series diverges. Always check every surviving term in Sn as n → ∞.
The series converges to 1. ✓
Check: f(r) − f(r+1) = 1/(r(r+1)) − 1/((r+1)(r+2)) = [(r+2)−r] / [r(r+1)(r+2)] = 2/(r(r+1)(r+2)) ✓
As n→∞: 1/(2(n+1)(n+2)) → 0, so S∞ = ¼. Converges. ✓
Note: this series diverges (Sn = (n+1)!−1 → ∞ as n→∞).
Interactive Series Explorer
Choose a series type, enter n, and watch the partial sums build up visually. See convergence or divergence in real time.
Enter n to compute all standard sums instantly.
Practice Questions
Recheck: A/((r+1)(r+2)) − A/((r+2)(r+3)) = A(r+3−r−1)/((r+1)(r+2)(r+3)) = 2A/((r+1)(r+2)(r+3)). For this to equal 6r/((r+1)(r+2)(r+3)) we need 2A = 6r — but A is a constant! So the identity as given cannot hold as stated for all r. The correct form should be: verify using partial fractions separately.
Using partial fractions directly: 6r/((r+1)(r+2)(r+3)) = 3/(r+1) − 6/(r+2) + 3/(r+3) = 3·[1/(r+1) − 2/(r+2) + 1/(r+3)]. This is a second-order difference giving f(r) = 3/(r+1)(r+2) after verification. Then Sn = 3[1/(2·3) − 1/((n+2)(n+3))] → S∞ = ½.
(b) Hence, or otherwise, find Σ(r=11 to 20) of r(r+1)(r+2).
(c) Show by induction or otherwise that your answer to (a) equals ¼n(n+1)(n+2)(n+3).
Formula Reference Sheet
Complete reference for Summation of Series — Cambridge 9231 P1, Section 1.3.
- Expand before summing — always multiply out the general term before applying standard results. Never try to sum a product directly.
- For the method of differences: write out at least 4 rows explicitly (r=1, 2, n−1, n) so the cancellation pattern is clear. Examiners reward this.
- After telescoping, factorise Sn fully before stating the answer. A common factor of n or (n+1) almost always exists.
- For convergence: write "As n → ∞, 1/(n+1) → 0, therefore S∞ = ..." — state the limit argument explicitly, not just the answer.
- When summing from r=m to r=n, always subtract Sm−1 (not Sm) from Sn.
- If the question says "hence", use the result just proved — don't start from scratch.