Question
Find the sum of the series 12+22+32+⋯+n2.
Solution — Step by Step
We claim:
k=1∑nk2=6n(n+1)(2n+1)
This is one of three standard sum formulas that every student should memorise. Let’s derive it.
Use the identity: k3−(k−1)3=3k2−3k+1
Write this for k=1,2,3,…,n and sum:
k=1∑n[k3−(k−1)3]=k=1∑n(3k2−3k+1)
Left side (telescoping — most terms cancel):
n3−03=n3
Right side:
3k=1∑nk2−3k=1∑nk+k=1∑n1
=3S−3⋅2n(n+1)+n
where S=∑k=1nk2 (what we want to find) and we used the known formula ∑k=2n(n+1).
Setting left = right:
n3=3S−23n(n+1)+n
3S=n3+23n(n+1)−n
3S=n3−n+23n(n+1)
3S=n(n2−1)+23n(n+1)=n(n−1)(n+1)+23n(n+1)
3S=n(n+1)[(n−1)+23]=n(n+1)⋅22(n−1)+3=n(n+1)⋅22n+1
S=6n(n+1)(2n+1)
For n=3: 12+22+32=1+4+9=14.
Formula: 63×4×7=684=14 ✓
For n=4: 1+4+9+16=30.
Formula: 64×5×9=6180=30 ✓
Why This Works
The telescoping identity k3−(k−1)3 is chosen specifically because it contains k2 — allowing us to isolate the sum of squares once we know the sum of k and the constant term. This method generalises: to find ∑k3, use the identity (k4−(k−1)4) and so on.
Alternatively, this result can be proved by mathematical induction:
- Base case: n=1: 1=61×2×3=1 ✓
- Inductive step: Assume true for n=k; add (k+1)2 to both sides and simplify to get the formula with n=k+1.
Alternative Method — Proof by Induction (Outline)
Claim: ∑k=1nk2=6n(n+1)(2n+1)
Base case: n=1: LHS = 1. RHS = 61⋅2⋅3=1 ✓
Inductive step: Assume true for n=m. For n=m+1:
k=1∑m+1k2=6m(m+1)(2m+1)+(m+1)2
=(m+1)[6m(2m+1)+(m+1)]=(m+1)⋅6m(2m+1)+6(m+1)
=(m+1)⋅62m2+7m+6=(m+1)⋅6(m+2)(2m+3)=6(m+1)(m+2)(2m+3)
This is the formula with n=m+1: 6(m+1)((m+1)+1)(2(m+1)+1) ✓
k=1∑nk=2n(n+1)
k=1∑nk2=6n(n+1)(2n+1)
k=1∑nk3=[2n(n+1)]2
All three formulas are tested in CBSE Class 11 and JEE Main. Memorise all three. For ∑k3, note the beautiful result: it equals (∑k)2 — the cube sum equals the square of the simple sum.
Common Mistake
Students often write the formula as 3n(n+1)(2n+1) (dividing by 3 instead of 6). The correct denominator is 6. Verify: for n=1, the formula must give 1. With denominator 3: 31×2×3=2=1. With denominator 6: 61×2×3=1 ✓. Always verify with n=1.