3.3.7Sequences & Series

Sigma (Σ) notation — evaluating, telescoping sums

1,615 words7 min readdifficulty · medium1 backlinks

WHAT is Sigma notation?

WHY the "+1"? Count k=2,3,4,5k=2,3,4,5: that's 52=35-2=3? No — it's 44 numbers. You always lose one by subtracting endpoints, so add it back: nm+1n-m+1.


The three algebra rules (WHY they hold)

WHY? Addition is commutative and associative — you can reorder and regroup a finite sum freely. Pulling out cc is just the distributive law applied nn times. And a constant cc added nn times is ncnc (there are nn terms, each equal to cc).


Deriving the standard formulas from scratch

HOW to derive k2\sum k^2 (telescoping the cubes — a preview!): Use the identity (k+1)3k3=3k2+3k+1(k+1)^3 - k^3 = 3k^2 + 3k + 1. Sum both sides from k=1k=1 to nn. The left side telescopes (see next section) to (n+1)31(n+1)^3 - 1: (n+1)31=3k2+3k+1=3k2+3n(n+1)2+n.(n+1)^3 - 1 = 3\sum k^2 + 3\sum k + \sum 1 = 3\sum k^2 + 3\cdot\tfrac{n(n+1)}{2} + n. Solve for k2\sum k^2 and simplify → n(n+1)(2n+1)6\frac{n(n+1)(2n+1)}{6}. Why this trick? Because the cube-difference knows about k2k^2, and summing a difference collapses cleanly.


Telescoping — the star of the show

Figure — Sigma (Σ) notation — evaluating, telescoping sums

HOW to spot a telescoping sum: the general term is often a fraction whose denominator factors into consecutive-ish pieces, e.g. 1k(k+1)\frac{1}{k(k+1)}. Use partial fractions to split it into f(k)f(k+1)f(k)-f(k+1).


Worked examples


Recall Feynman: explain to a 12-year-old

Imagine a long line of dominoes standing up. Sigma just says "count everything in the line." A telescoping sum is a magic line where each domino is a plus and the very next is the same number as a minus — so they knock each other out! After all the cancelling, only the first and the last dominoes are left standing. So instead of adding a hundred things, you just do "first minus last." That's the whole trick.


Flashcards

What does k=mnak\sum_{k=m}^{n}a_k mean?
am+am+1++ana_m + a_{m+1} + \dots + a_n — add the general term for every integer kk from mm to nn.
How many terms are in k=mn\sum_{k=m}^{n}?
nm+1n-m+1.
State k=1nk\sum_{k=1}^{n}k.
n(n+1)2\dfrac{n(n+1)}{2} (Gauss: pair forwards+backwards, 2S=n(n+1)2S=n(n+1)).
State k=1nk2\sum_{k=1}^{n}k^2.
n(n+1)(2n+1)6\dfrac{n(n+1)(2n+1)}{6}.
State k=1nk3\sum_{k=1}^{n}k^3.
[n(n+1)2]2\left[\dfrac{n(n+1)}{2}\right]^2 (square of the sum of integers).
Why does (cak)=cak\sum(c\,a_k)=c\sum a_k?
Distributive law: cc factors out of every term.
Is akbk=(ak)(bk)\sum a_k b_k = (\sum a_k)(\sum b_k)?
No — products don't distribute over Σ (counterexample: kkk\cdot k).
General telescoping result?
k=mn[f(k)f(k+1)]=f(m)f(n+1)\sum_{k=m}^{n}[f(k)-f(k+1)] = f(m)-f(n+1).
How do you turn 1k(k+1)\frac{1}{k(k+1)} into a telescoping form?
Partial fractions: 1k1k+1\frac1k-\frac1{k+1}.
Evaluate k=1n1k(k+1)\sum_{k=1}^{n}\frac{1}{k(k+1)}.
11n+1=nn+11-\frac{1}{n+1}=\frac{n}{n+1}.
Why do gap-2 sums like 1k(k+2)\frac{1}{k(k+2)} leave two survivors each end?
Cancellation is delayed by one term, so two heads and two tails remain.

Connections

  • Arithmetic Progressions(a+(k1)d)\sum(a+(k-1)d) is just linearity + k\sum k.
  • Partial Fractions — the key tool to create telescoping structure.
  • Method of Differences — telescoping is its finite-sum incarnation.
  • Mathematical Induction — used to prove the standard Σ formulas rigorously.
  • Convergence of Series — telescoping gives exact partial sums, so limits are easy.
  • Binomial Theorem — expansions are written compactly with Σ.

Concept Map

defined by

gives

obeys

misapplied to

used to split

derives

includes

requires

causes

leaves

cube identity derives

Sigma notation

General term a_k, limits m to n

Terms = n - m + 1

Linearity rules

Product does not split

Standard formulas

Gauss forwards+backwards trick

Telescoping sums

Term as f k minus f k+1

Consecutive terms cancel

First and last survive

Sum of k squared

Hinglish (regional understanding)

Intuition Hinglish mein samjho

Dekho, Sigma (Σ\Sigma) ka matlab sirf itna hai: "in sab cheezon ko jod do." Agar tumhe 1+4+9+161+4+9+16 likhna hai to pattern pehchano (k2k^2) aur chhota sa k2\sum k^2 likh do. Index kk ek dummy variable hai — uska naam kuch bhi ho, farak nahi padta. Neeche lower limit, upar upper limit, aur beech mein general term hota hai. Terms ki ginti hamesha nm+1n-m+1 hoti hai — woh "+1" mat bhoolna, warna ek term kam count karoge.

Sabse mazedaar cheez hai telescoping. Socho dominoes ki line — har term ek ++ hai aur agla term wahi number - ke saath. Toh woh dono cancel ho jaate hain! Beech ke saare terms khatam, sirf pehla aur aakhri bacha rehta hai. Formula: [f(k)f(k+1)]=f(1)f(n+1)\sum[f(k)-f(k+1)] = f(1)-f(n+1). Jaise 1k(k+1)\frac{1}{k(k+1)} ko partial fractions se 1k1k+1\frac1k-\frac1{k+1} banao, sum ban jaata hai 11n+11-\frac{1}{n+1}. Ek line mein poora kaam khatam — isliye telescoping itna powerful hai.

Yaad rakho: linearity (++ aur constant nikaalna) chalti hai, lekin product split nahi hota — akbk(ak)(bk)\sum a_k b_k \ne (\sum a_k)(\sum b_k). Aur jab index shift karo (jaise j=k+1j=k+1), to limits bhi saath mein badalo, warna answer galat ho jayega. Bas yeh do galtiyan bacha lo aur exam mein Σ ke questions easy ho jayenge.

Go deeper — visual, from zero

Test yourself — Sequences & Series

Connections