Sequences & Series • Topic 2 of 3

Special Series

Three identities cover almost every CAT summation. Sum of the first n naturals is n(n+1)/2; sum of the first n squares is n(n+1)(2n+1)/6; sum of the first n cubes is [n(n+1)/2]², which is exactly the square of the first identity — a fact CAT loves to hide. The professional move when you see a sum like Σ(k² + 3k) is to split it by linearity into Σk² + 3Σk and apply the identities separately, rather than adding term by term. Telescoping is the second pillar: when a term is a fraction like 1/[k(k+1)], rewrite it as 1/k − 1/(k+1) so that consecutive pieces cancel and only the first and last survive — turning a long sum into a two-term subtraction. The general split 1/[k(k+d)] = (1/d)[1/k − 1/(k+d)] handles spacing-d denominators. Spotting telescoping early is the single biggest time-saver in this chapter; whenever a sum has products in the denominator, suspect it.

✅ Solved examples

1. Find 1² + 2² + 3² + ... + 20².
Use n(n+1)(2n+1)/6 with n = 20: 20·21·41/6 = 17220/6 = 2870.
2. Find 1³ + 2³ + 3³ + ... + 10³.
Sum of cubes = [n(n+1)/2]² = [10·11/2]² = 55² = 3025.
3. Evaluate 1/(1·2) + 1/(2·3) + 1/(3·4) + ... + 1/(99·100).
Telescope: each term 1/[k(k+1)] = 1/k − 1/(k+1). The sum is 1 − 1/100 = 99/100.
4. Find Σ(from k=1 to 10) of (k² + 2k).
Split: Σk² + 2Σk = [10·11·21/6] + 2[10·11/2] = 385 + 110 = 495.

✏️ Practice — try these, take hints as needed

1. Find 1 + 2 + 3 + ... + 100.
Use n(n+1)/2.
n = 100.
100·101/2.
5050
2. Find 1² + 2² + ... + 15².
Use n(n+1)(2n+1)/6.
n = 15: 15·16·31.
Divide by 6.
1240
3. Find 1³ + 2³ + ... + 8³.
Sum of cubes = [n(n+1)/2]².
8·9/2 = 36.
Square it.
1296
4. Evaluate 1/(1·3) + 1/(3·5) + 1/(5·7) + ... + 1/(19·21).
Use 1/[k(k+2)] = (1/2)[1/k − 1/(k+2)].
Telescopes to (1/2)(1 − 1/21).
(1/2)(20/21).
10/21
5. Find Σ(from k=1 to 12) of (2k² − k).
Split into 2Σk² − Σk.
Σk² for n=12 is 650; Σk is 78.
2·650 − 78.
1222

📝 Topic test — 8 questions

Auto-graded with full solutions; saved to your dashboard. Use the calculator and formula sheet (top-right) any time.

Loading questions…