Skip to main content
SingaporeFurther MathsSyllabus dot point

How do we sum a finite series in closed form using the method of differences and the standard power sums?

Sum finite series using the method of differences, standard results for powers of integers, and partial fractions

A focused answer to the H2 Further Mathematics outcome on summing series. The method of differences (telescoping), the standard sums of powers of integers, partial fractions to create a telescoping form, and recovering sums to infinity.

Generated by Claude Opus 4.810 min answer

Reviewed by: AI editorial process; not yet individually human-reviewed

Have a quick question? Jump to the Q&A page

Jump to a section
  1. What this dot point is asking
  2. The answer
  3. Examples in context
  4. Try this

What this dot point is asking

SEAB wants you to find closed-form expressions for finite series. The two main tools are the method of differences (telescoping), often set up with partial fractions, and the standard sums of the first, second and third powers of the integers. You should also be able to take the limit to recover a sum to infinity where it exists.

The answer

The standard power sums

These results, themselves proved by induction, are the building blocks:

βˆ‘r=1n1=n,βˆ‘r=1nr=12n(n+1),\sum_{r=1}^{n} 1 = n, \qquad \sum_{r=1}^{n} r = \frac{1}{2}n(n+1),

βˆ‘r=1nr2=16n(n+1)(2n+1),βˆ‘r=1nr3=14n2(n+1)2.\sum_{r=1}^{n} r^2 = \frac{1}{6}n(n+1)(2n+1), \qquad \sum_{r=1}^{n} r^3 = \frac{1}{4}n^2(n+1)^2.

Any polynomial in rr can be summed by expanding and applying these termwise, using the linearity of βˆ‘\sum.

The method of differences (telescoping)

If a term can be written as a difference ur=f(r)βˆ’f(r+1)u_r = \mathrm{f}(r) - \mathrm{f}(r+1), then the sum collapses:

βˆ‘r=1n(f(r)βˆ’f(r+1))=f(1)βˆ’f(n+1),\sum_{r=1}^{n} \big(\mathrm{f}(r) - \mathrm{f}(r+1)\big) = \mathrm{f}(1) - \mathrm{f}(n+1),

because every interior term cancels with its neighbour. Writing out the first two and last two terms makes the cancellation visible and is expected in a proof.

Using partial fractions to telescope

Many fractional terms become telescoping after partial fractions. For example 1r(r+1)=1rβˆ’1r+1\dfrac{1}{r(r+1)} = \dfrac{1}{r} - \dfrac{1}{r+1} has exactly the difference form. For 1r(r+2)\dfrac{1}{r(r+2)} the gap is two, so the cancellation leaves the first two and last two terms.

Recovering the sum to infinity

A finite closed form often has a clear limit as nβ†’βˆžn \to \infty. If the leftover terms tend to zero, the series converges and its sum to infinity is that limit. For βˆ‘1r(r+1)=nn+1\sum \dfrac{1}{r(r+1)} = \dfrac{n}{n+1}, the limit is 11.

Examples in context

Example 1. Probability over a discrete distribution. Verifying that the probabilities of a distribution sum to one often requires a telescoping or geometric series. The method of differences turns an apparently hard infinite sum into a single surviving term.

Example 2. Bounding a partial sum. Comparing βˆ‘1r2\sum \dfrac{1}{r^2} with the telescoping βˆ‘1r(r+1)=1βˆ’1n+1\sum \dfrac{1}{r(r+1)} = 1 - \dfrac{1}{n+1} shows the partial sums are bounded above, a first taste of the convergence arguments used with series and improper integrals.

Try this

Q1. Write 1r(r+1)\dfrac{1}{r(r+1)} as a difference of two fractions. [1 mark]

  • Cue. 1rβˆ’1r+1\dfrac{1}{r} - \dfrac{1}{r+1}.

Q2. Use the standard results to find βˆ‘r=1n(r2+r)\sum_{r=1}^{n} (r^2 + r). [2 marks]

  • Cue. 16n(n+1)(2n+1)+12n(n+1)=13n(n+1)(n+2)\tfrac{1}{6}n(n+1)(2n+1) + \tfrac{1}{2}n(n+1) = \tfrac{1}{3}n(n+1)(n+2).

Q3. State the sum to infinity of βˆ‘r=1∞(1rβˆ’1r+1)\sum_{r=1}^{\infty}\left(\dfrac{1}{r} - \dfrac{1}{r+1}\right). [1 mark]

  • Cue. 11, since the partial sum is 1βˆ’1n+1β†’11 - \dfrac{1}{n+1} \to 1.

Exam-style practice questions

Practice questions written in the style of SEAB exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.

Original6 marksUsing the method of differences, find βˆ‘r=1n1r(r+1)\displaystyle\sum_{r=1}^{n} \frac{1}{r(r+1)} in terms of nn, and deduce the sum to infinity.
Show worked answer β†’

Express the term in partial fractions: 1r(r+1)=1rβˆ’1r+1\dfrac{1}{r(r+1)} = \dfrac{1}{r} - \dfrac{1}{r+1}.

Then the sum telescopes:

βˆ‘r=1n(1rβˆ’1r+1)=(11βˆ’12)+(12βˆ’13)+β‹―+(1nβˆ’1n+1).\sum_{r=1}^{n}\left(\frac{1}{r} - \frac{1}{r+1}\right) = \left(\frac{1}{1} - \frac{1}{2}\right) + \left(\frac{1}{2} - \frac{1}{3}\right) + \cdots + \left(\frac{1}{n} - \frac{1}{n+1}\right).

All intermediate terms cancel, leaving
=1βˆ’1n+1=nn+1.= 1 - \frac{1}{n+1} = \frac{n}{n+1}.

As nβ†’βˆžn \to \infty, 1n+1β†’0\dfrac{1}{n+1} \to 0, so the sum to infinity is 11.

Markers reward the partial fractions, displaying the telescoping cancellation, the closed form nn+1\tfrac{n}{n+1}, and the limit 11.

Original5 marksFind βˆ‘r=1n(2rβˆ’1)2\displaystyle\sum_{r=1}^{n} (2r - 1)^2 in terms of nn, simplifying your answer.
Show worked answer β†’

Expand: (2rβˆ’1)2=4r2βˆ’4r+1(2r-1)^2 = 4r^2 - 4r + 1. So

βˆ‘r=1n(2rβˆ’1)2=4βˆ‘r=1nr2βˆ’4βˆ‘r=1nr+βˆ‘r=1n1.\sum_{r=1}^{n}(2r-1)^2 = 4\sum_{r=1}^{n} r^2 - 4\sum_{r=1}^{n} r + \sum_{r=1}^{n} 1.

Use the standard results βˆ‘r2=16n(n+1)(2n+1)\sum r^2 = \tfrac{1}{6}n(n+1)(2n+1), βˆ‘r=12n(n+1)\sum r = \tfrac{1}{2}n(n+1), βˆ‘1=n\sum 1 = n:
=4β‹…16n(n+1)(2n+1)βˆ’4β‹…12n(n+1)+n.= 4\cdot\tfrac{1}{6}n(n+1)(2n+1) - 4\cdot\tfrac{1}{2}n(n+1) + n.

=23n(n+1)(2n+1)βˆ’2n(n+1)+n.= \tfrac{2}{3}n(n+1)(2n+1) - 2n(n+1) + n.

Taking out 13n\tfrac{1}{3}n and simplifying gives 13n(2nβˆ’1)(2n+1)=13n(4n2βˆ’1)\tfrac{1}{3}n(2n-1)(2n+1) = \tfrac{1}{3}n(4n^2 - 1).

Markers reward expanding the square, splitting into standard sums, substituting the standard results, and a fully simplified factorised answer.

Related dot points