Math Lab
Home/Class XI/Ch 8/Method of differences and miscellaneous series

Method of differences and miscellaneous series

Most exam problems involve series that are neither AP nor GP, but can still be summed in closed form by clever tricks. The two key ideas are: (1) method of differences , when consecutive differences form a known progression; and (2) telescoping , when the general term can be written as f(k+1)f(k)f(k+1) - f(k) so the sum collapses.

Method of differences

Suppose a1,a2,a3,a_1, a_2, a_3, \dots is a sequence whose differences dk=ak+1akd_k = a_{k+1} - a_k form a simpler progression (often AP or GP). Then an=a1+k=1n1dk.a_n = a_1 + \sum_{k=1}^{n-1} d_k. You sum the differences (which is easier), then add to a1a_1.

Example pattern. 4,11,22,37,56,4, 11, 22, 37, 56, \dots Differences: 7,11,15,19,7, 11, 15, 19, \dots , an AP. So dk=7+4(k1)=4k+3d_k = 7 + 4(k - 1) = 4k + 3. Then an=4+k=1n1(4k+3)=4+4(n1)n2+3(n1)=2n2+n+1.a_n = 4 + \sum_{k=1}^{n-1} (4k + 3) = 4 + 4 \cdot \frac{(n-1)n}{2} + 3(n - 1) = 2n^2 + n + 1.

Telescoping

If you can write Tk=f(k+1)f(k)T_k = f(k+1) - f(k) (or similar), then k=1nTk=f(n+1)f(1).\sum_{k=1}^n T_k = f(n + 1) - f(1). Most middle terms cancel.

Standard fact. 1k(k+1)=1k1k+1\dfrac{1}{k(k+1)} = \dfrac{1}{k} - \dfrac{1}{k+1}. So k=1n1k(k+1)=11n+1=nn+1.\sum_{k=1}^n \frac{1}{k(k+1)} = 1 - \frac{1}{n+1} = \frac{n}{n+1}.

More generally:

  • 1k(k+1)(k+2)=12[1k(k+1)1(k+1)(k+2)]\dfrac{1}{k(k+1)(k+2)} = \dfrac{1}{2}\left[\dfrac{1}{k(k+1)} - \dfrac{1}{(k+1)(k+2)}\right].
  • 1(2k1)(2k+1)=12[12k112k+1]\dfrac{1}{(2k-1)(2k+1)} = \dfrac{1}{2}\left[\dfrac{1}{2k-1} - \dfrac{1}{2k+1}\right].

Arithmetic-Geometric Series (AGP)

A series like 1+2x+3x2+4x3+1 + 2x + 3 x^2 + 4 x^3 + \dots , each term is an AP times a GP. Sum of nn terms (for r1r \ne 1): Sn=k=1n(a+(k1)d)rk1.S_n = \sum_{k=1}^n (a + (k-1)d) r^{k-1}. Trick. Compute SnrSnS_n - r S_n, regroup, sum the GP that emerges. Result: Sn=a1r+dr(1rn1)(1r)2[a+(n1)d]rn1r.S_n = \frac{a}{1 - r} + \frac{d \cdot r (1 - r^{n-1})}{(1 - r)^2} - \frac{[a + (n-1)d] r^n}{1 - r}.

For r<1|r| < 1 and nn \to \infty: S=a1r+dr(1r)2.S_\infty = \frac{a}{1 - r} + \frac{d r}{(1 - r)^2}.

Worked examples

Example 1. Find the nn-th term and the sum of 3,8,15,24,35,3, 8, 15, 24, 35, \dots

Differences: 5,7,9,11,5, 7, 9, 11, \dots , AP with a=5,d=2a = 5, d = 2. So Tn=3+k=1n1(2k+3)=3+(n1)n+3(n1)=n2+2n.T_n = 3 + \sum_{k=1}^{n-1}(2k + 3) = 3 + (n-1)n + 3(n-1) = n^2 + 2n. Sum: k=1n(k2+2k)=n(n+1)(2n+1)6+n(n+1)\sum_{k=1}^n (k^2 + 2k) = \dfrac{n(n+1)(2n+1)}{6} + n(n+1).

Example 2. Sum 112+123+134++1n(n+1)\dfrac{1}{1 \cdot 2} + \dfrac{1}{2 \cdot 3} + \dfrac{1}{3 \cdot 4} + \dots + \dfrac{1}{n(n+1)}.

1k(k+1)=1k1k+1\dfrac{1}{k(k+1)} = \dfrac{1}{k} - \dfrac{1}{k+1}. Sum telescopes to 11n+1=nn+11 - \dfrac{1}{n+1} = \dfrac{n}{n+1}.

Example 3. Sum 113+135+157+\dfrac{1}{1 \cdot 3} + \dfrac{1}{3 \cdot 5} + \dfrac{1}{5 \cdot 7} + \dots to nn terms.

1(2k1)(2k+1)=12[12k112k+1]\dfrac{1}{(2k-1)(2k+1)} = \dfrac{1}{2}\left[\dfrac{1}{2k-1} - \dfrac{1}{2k+1}\right]. Sum telescopes to 12[112n+1]=n2n+1\dfrac{1}{2}\left[1 - \dfrac{1}{2n+1}\right] = \dfrac{n}{2n+1}.

Example 4. Sum the AGP 1+2x+3x2+4x3++nxn11 + 2x + 3x^2 + 4x^3 + \dots + n x^{n-1}.

This is the derivative of 1+x+x2++xn1 + x + x^2 + \dots + x^n. Or use the AGP method: S=1+2x+3x2++nxn1S = 1 + 2x + 3x^2 + \dots + n x^{n-1} xS=x+2x2+3x3++nxnx S = x + 2x^2 + 3x^3 + \dots + n x^n SxS=1+x+x2++xn1nxn=1xn1xnxnS - x S = 1 + x + x^2 + \dots + x^{n-1} - n x^n = \dfrac{1 - x^n}{1 - x} - n x^n. So S=1(n+1)xn+nxn+1(1x)2S = \dfrac{1 - (n+1) x^n + n x^{n+1}}{(1 - x)^2}.

For x<1,n|x| < 1, n \to \infty: S=1(1x)2S = \dfrac{1}{(1 - x)^2}.

Example 5. Find the sum to nn terms of 122+232+342+1 \cdot 2^2 + 2 \cdot 3^2 + 3 \cdot 4^2 + \dots

Tk=k(k+1)2=k(k2+2k+1)=k3+2k2+kT_k = k(k + 1)^2 = k(k^2 + 2k + 1) = k^3 + 2k^2 + k. So k=1nTk=k3+2k2+k=(n(n+1)2)2+n(n+1)(2n+1)3+n(n+1)2.\sum_{k=1}^n T_k = \sum k^3 + 2 \sum k^2 + \sum k = \left(\frac{n(n+1)}{2}\right)^2 + \frac{n(n+1)(2n+1)}{3} + \frac{n(n+1)}{2}.

Combine over common factor n(n+1)12\dfrac{n(n+1)}{12}: n(n+1)(3n2+11n+10)12=n(n+1)(n+2)(3n+5)12\dfrac{n(n+1)(3 n^2 + 11 n + 10)}{12} = \dfrac{n(n+1)(n+2)(3n + 5)}{12}.

Try it yourself

  1. Find the nn-th term of 2,5,10,17,26,2, 5, 10, 17, 26, \dots
  2. Sum to nn terms: 12+23+34+1 \cdot 2 + 2 \cdot 3 + 3 \cdot 4 + \dots
  3. Sum: 1123+1234+\dfrac{1}{1 \cdot 2 \cdot 3} + \dfrac{1}{2 \cdot 3 \cdot 4} + \dots to nn terms.
  4. Sum the AGP 1+3x+5x2+7x3+1 + 3x + 5x^2 + 7x^3 + \dots to nn terms.
  5. Find the nn-th term of 1,5,14,30,55,1, 5, 14, 30, 55, \dots (Hint: it equals n(n+1)(2n+1)6\dfrac{n(n+1)(2n+1)}{6}.)
  6. Sum to \infty: 1+32+54+78+1 + \dfrac{3}{2} + \dfrac{5}{4} + \dfrac{7}{8} + \dots
  7. Sum to nn terms: 125+158+1811+\dfrac{1}{2 \cdot 5} + \dfrac{1}{5 \cdot 8} + \dfrac{1}{8 \cdot 11} + \dots
  8. Find the sum to nn terms of 4+44+444+4 + 44 + 444 + \dots (Hint: 49(10k1)\dfrac{4}{9}(10^k - 1).)
  9. Find the nn-th term and sum of 3,7,13,21,31,3, 7, 13, 21, 31, \dots
  10. Sum: 1+(1+2)+(1+2+3)+1 + (1 + 2) + (1 + 2 + 3) + \dots to nn terms.
  11. Sum: 12+32+52+1^2 + 3^2 + 5^2 + \dots to nn terms.
  12. Sum to \infty: k=1k2k\sum_{k=1}^{\infty} \dfrac{k}{2^k} (AGP with a=0,d=1,r=1/2a = 0, d = 1, r = 1/2).

Pitfalls / Tricks

  • When stuck on a non-AP non-GP series, take differences. If they are familiar, you have a route.
  • For fractions like 1k(k+m)\dfrac{1}{k(k+m)}, decompose into partial fractions and telescope.
  • For AGP, multiply by the common ratio and subtract.
  • Insight. The trick is always to convert the given series into a sum of standard series (AP, GP, or one of the three power sums). Once you write TkT_k in those terms, you're done.

Practice quiz

Quick check on this topic.

Quiz
Quick check : Method of differences
6 questions · pick the best answer
Q1

Q2

Q3

Q4

Q5

Q6