3.3.8Sequences & Series

Formulae — Σ1, Σn, Σn², Σn³ — proofs

1,602 words7 min readdifficulty · medium

The one idea behind every proof: telescoping

We will now choose clever f(k)f(k) for each power.


1. k=1n1=n\displaystyle\sum_{k=1}^{n}1 = n


2. k=1nk=n(n+1)2\displaystyle\sum_{k=1}^{n}k = \frac{n(n+1)}{2}


3. k=1nk2=n(n+1)(2n+1)6\displaystyle\sum_{k=1}^{n}k^2 = \frac{n(n+1)(2n+1)}{6}

Derivation from scratch — telescoping with f(k)=k3f(k)=k^3.

Why k3k^3? Because (k+1)3k3(k+1)^3-k^3 contains a k2k^2 term — exactly the power we want to isolate.


4. k=1nk3=[n(n+1)2]2=(Σk)2\displaystyle\sum_{k=1}^{n}k^3 = \left[\frac{n(n+1)}{2}\right]^2 = \big(\Sigma k\big)^2

Derivation — telescoping with f(k)=k4f(k)=k^4.

Figure — Formulae — Σ1, Σn, Σn², Σn³ — proofs

Quick reference table

Sum Closed form Leading behaviour
1\sum 1 nn n\sim n
k\sum k n(n+1)2\dfrac{n(n+1)}{2} 12n2\sim \tfrac12 n^2
k2\sum k^2 n(n+1)(2n+1)6\dfrac{n(n+1)(2n+1)}{6} 13n3\sim \tfrac13 n^3
k3\sum k^3 [n(n+1)2]2\left[\dfrac{n(n+1)}{2}\right]^2 14n4\sim \tfrac14 n^4

Worked applications



Recall Feynman: explain to a 12-year-old

Imagine climbing stairs where each step is taller than the last. To find the total height you'd normally add every step. But there's a shortcut: line up two copies of the staircase — one going up, one flipped going down — and they form a perfect rectangle. Count the rectangle's squares, halve it, done. That's k\sum k. For squares and cubes we play a sneakier version: we build blocks whose edges cancel out when stacked (telescoping), leaving only the top and bottom — and from that leftover we read off the total. So instead of adding a million things, we add just two.


Flashcards

What is k=1n1\sum_{k=1}^n 1?
nn
State k=1nk\sum_{k=1}^n k.
n(n+1)2\dfrac{n(n+1)}{2}
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
Which function's difference do you telescope to get k2\sum k^2?
f(k)=k3f(k)=k^3, since (k+1)3k3=3k2+3k+1(k+1)^3-k^3=3k^2+3k+1
Which function's difference gives k3\sum k^3?
f(k)=k4f(k)=k^4, since (k+1)4k4=4k3+6k2+4k+1(k+1)^4-k^4=4k^3+6k^2+4k+1
What does a telescoping sum k=1n[f(k+1)f(k)]\sum_{k=1}^n[f(k+1)-f(k)] equal?
f(n+1)f(1)f(n+1)-f(1)
k3\sum k^3 equals the square of which sum?
k\sum k (the triangular number)
How do you evaluate k=512k2\sum_{k=5}^{12}k^2 using standard formulas?
11214=65030=620\sum_{1}^{12}-\sum_{1}^{4}=650-30=620
Approximate size of kp\sum k^p for large nn?
np+1p+1\dfrac{n^{p+1}}{p+1} (matches 0nxpdx\int_0^n x^p dx)
Evaluate k=120(3k22k+5)\sum_{k=1}^{20}(3k^2-2k+5).
82908290

Connections

  • Telescoping Series — the core cancellation trick used in every proof here.
  • Arithmetic Progressionsk\sum k is the AP sum with a=1,d=1a=1,d=1.
  • Mathematical Induction — alternative proof method for each formula.
  • Definite Integrals as Limits of Sums — Riemann sums use k,k2\sum k, \sum k^2.
  • Binomial Theorem — expands (k+1)p(k+1)^p used in the differences.
  • Triangular Numbersk\sum k; and k3=(triangular)2\sum k^3=(\text{triangular})^2.

Concept Map

collapses to

choose f k = k

choose f k = k squared

choose f k = k cubed

alternative proof

expand k+1 sq minus k sq

expand k+1 cubed minus k cubed

used as known sum

used as known sum

substituted into

extends to

equals square of

Telescoping method

f n+1 minus f 1

Sum of 1 = n

Sum of k = n n+1 over 2

Sum of k squared

Gauss pairing

gives 2k+1

gives 3k sq +3k +1

Sum of k cubed

Hinglish (regional understanding)

Intuition Hinglish mein samjho

Dekho, idea simple hai: hume chahiye ek short-cut formula taaki 1+2++n1+2+\dots+n ya 12+22++n21^2+2^2+\dots+n^2 jaise sums ko ek line mein nikaal saken, chahe nn kitna bhi bada ho. Har term ko add karna boring aur slow hai — formula se seedha answer milta hai.

Sabse pyaara trick hai telescoping. Iska matlab: aisa function f(k)f(k) chuno jiska difference f(k+1)f(k)f(k+1)-f(k) bilkul wahi term ban jaye jo hume sum karna hai. Jab aap yeh difference ka sum lete ho, toh beech ke saare terms cancel ho jaate hain (ek ++ se, ek - se), sirf first aur last bachte hain. k\sum k ke liye f(k)=k2f(k)=k^2 lo, k2\sum k^2 ke liye f(k)=k3f(k)=k^3, aur k3\sum k^3 ke liye f(k)=k4f(k)=k^4. Har baar difference expand karo, dono taraf sum lagao, aur purane sums (jo already pata hain) daal ke naye sum ko solve kar lo. Isko keh sakte ho "seedhi–seedhi domino cancellation".

Ek zabardast baat yaad rakhna: k3=(k)2\sum k^3 = (\sum k)^2 — yaani cubes ka sum, first-n-integers ke sum ka square hota hai. Yeh coincidence sirf cube ke saath hai, isko squares pe mat generalize karna (common galti!). Aur agar sum k=1k=1 se start nahi ho raha, toh 512=11214\sum_{5}^{12} = \sum_{1}^{12}-\sum_{1}^{4} wala shift use karo. Exam mein 80/20 rule: kpnp+1p+1\sum k^p \approx \frac{n^{p+1}}{p+1} — yeh integral wali feeling se sab kuch turant recall ho jaayega.

Go deeper — visual, from zero

Test yourself — Sequences & Series

Connections