Question
Find the sum: S=1⋅21+2⋅31+3⋅41+⋯+n(n+1)1
(NCERT Class 11 — Sequences and Series)
Solution — Step by Step
The key move: split k(k+1)1 into simpler fractions.
k(k+1)1=kA+k+1B
Multiplying both sides by k(k+1): 1=A(k+1)+Bk.
Setting k=0: A=1. Setting k=−1: B=−1.
k(k+1)1=k1−k+11
S=(11−21)+(21−31)+(31−41)+⋯+(n1−n+11)
Most terms cancel in pairs: −21 from the first bracket cancels with +21 from the second; −31 cancels with +31, and so on. Only the first and last terms survive:
S=1−n+11=n+1n
Why This Works
This is called a telescoping series because, like a collapsible telescope, the intermediate terms fold into each other and vanish. The trick is the partial fraction decomposition that writes each term as a difference of two consecutive terms.
As n→∞, S→1. So the infinite series ∑k=1∞k(k+1)1=1.
Verification for small n: when n=1, S=21=21 (and 1+11=21). When n=2, S=21+61=32 (and 32). Checks out.
Alternative Method
You can prove the formula by mathematical induction. Base case: n=1 gives 21=21. Inductive step: assume Sn=n+1n, then Sn+1=Sn+(n+1)(n+2)1=n+1n+(n+1)(n+2)1=(n+1)(n+2)n(n+2)+1=(n+1)(n+2)n2+2n+1=(n+1)(n+2)(n+1)2=n+2n+1. Done.
The partial fraction trick works for any series of the form ∑k(k+d)1. Just write k(k+d)1=d1(k1−k+d1). For JEE, also know: k(k+1)(k+2)1=21(k(k+1)1−(k+1)(k+2)1) — double telescoping.
Common Mistake
Students sometimes write the partial fraction as k1+k+11 (with a plus sign) instead of k1−k+11 (minus sign). With a plus sign, the terms add up instead of cancelling, and the sum blows up. Always verify your partial fraction decomposition by plugging in a specific value of k.