Skip to main content
Northern IrelandFurther MathsSyllabus dot point

How do you sum finite series using standard results and the method of differences?

Summation of finite series using the standard results for the sum of r, r squared and r cubed, and the method of differences for telescoping sums.

A CCEA AS Further Maths answer on summing finite series, the standard results for the sum of r, r squared and r cubed, manipulating sigma notation, and the method of differences for telescoping series.

Generated by Claude Opus 4.812 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

CCEA wants you to sum finite series using the standard results for βˆ‘r\sum r, βˆ‘r2\sum r^2 and βˆ‘r3\sum r^3, manipulate sigma notation (splitting sums, factoring out constants, changing limits), and apply the method of differences to telescoping series, often after first finding partial fractions.

The answer

The standard results

These are given on the CCEA formula sheet, but you must apply them fluently.

Manipulating sigma notation

After substituting the standard results, always factorise fully, because exam marks are awarded for the simplified form.

The method of differences

The usual route is: split the term into partial fractions, write out the first two or three and the last two terms, identify the cancellation, and quote what survives.

Examples in context

Example 1. Total displacement from a varying step. If an object moves r2r^2 units on step rr, the total distance after nn steps is βˆ‘r2=16n(n+1)(2n+1)\sum r^2 = \frac{1}{6}n(n+1)(2n+1). A closed form lets you predict the position for any nn without adding step by step.

Example 2. Convergence in disguise. A telescoping sum such as βˆ‘1r(r+1)=nn+1\sum \frac{1}{r(r+1)} = \frac{n}{n+1} approaches 11 as nβ†’βˆžn \to \infty. Recognising the telescoping structure is how many infinite series are evaluated exactly rather than estimated.

Try this

Q1. Find βˆ‘r=1n(3r+1)\displaystyle\sum_{r=1}^{n} (3r + 1). [2 marks]

  • Cue. 3βˆ‘r+βˆ‘1=3β‹…12n(n+1)+n=12n(3n+5)3\sum r + \sum 1 = 3 \cdot \frac{1}{2}n(n+1) + n = \frac{1}{2}n(3n + 5).

Q2. Evaluate βˆ‘r=110r3\displaystyle\sum_{r=1}^{10} r^3. [2 marks]

  • Cue. 14(10)2(11)2=14(100)(121)=3025\frac{1}{4}(10)^2(11)^2 = \frac{1}{4}(100)(121) = 3025.

Q3. Given 1rβˆ’1r+2=2r(r+2)\frac{1}{r} - \frac{1}{r+2} = \frac{2}{r(r+2)}, what type of method does the sum βˆ‘2r(r+2)\sum \frac{2}{r(r+2)} call for? [1 mark]

  • Cue. The method of differences (telescoping).

Exam-style practice questions

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

CCEA AS 20206 marksFind βˆ‘r=1nr(r+2)\displaystyle\sum_{r=1}^{n} r(r + 2), giving your answer as a fully factorised expression in nn.
Show worked answer β†’

Expand the term and split using the standard results:

βˆ‘r=1nr(r+2)=βˆ‘r=1n(r2+2r)=βˆ‘r2+2βˆ‘r.\sum_{r=1}^{n} r(r + 2) = \sum_{r=1}^{n} (r^2 + 2r) = \sum r^2 + 2\sum r.

Substitute βˆ‘r2=16n(n+1)(2n+1)\sum r^2 = \frac{1}{6}n(n + 1)(2n + 1) and βˆ‘r=12n(n+1)\sum r = \frac{1}{2}n(n + 1):

=16n(n+1)(2n+1)+2β‹…12n(n+1)=16n(n+1)(2n+1)+n(n+1).= \frac{1}{6}n(n + 1)(2n + 1) + 2 \cdot \frac{1}{2}n(n + 1) = \frac{1}{6}n(n + 1)(2n + 1) + n(n + 1).

Take out 16n(n+1)\frac{1}{6}n(n + 1):

=16n(n+1)[(2n+1)+6]=16n(n+1)(2n+7).= \frac{1}{6}n(n + 1)\big[(2n + 1) + 6\big] = \frac{1}{6}n(n + 1)(2n + 7).

Markers reward splitting the sum, the correct standard results, and full factorisation to 16n(n+1)(2n+7)\frac{1}{6}n(n + 1)(2n + 7).

CCEA AS 20187 marksShow that 1r(r+1)=1rβˆ’1r+1\dfrac{1}{r(r + 1)} = \dfrac{1}{r} - \dfrac{1}{r + 1}, and hence use the method of differences to find βˆ‘r=1n1r(r+1)\displaystyle\sum_{r=1}^{n} \dfrac{1}{r(r + 1)}.
Show worked answer β†’

Combine the right-hand side over a common denominator:

1rβˆ’1r+1=(r+1)βˆ’rr(r+1)=1r(r+1),\dfrac{1}{r} - \dfrac{1}{r + 1} = \dfrac{(r + 1) - r}{r(r + 1)} = \dfrac{1}{r(r + 1)}, as required.

Now write the sum out so the middle terms cancel (telescoping):

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

Only the first and last terms survive:

=1βˆ’1n+1=nn+1.= 1 - \dfrac{1}{n + 1} = \dfrac{n}{n + 1}.

Markers reward proving the partial fraction, writing out enough terms to show the cancellation, and the closed form nn+1\frac{n}{n + 1}.

Related dot points

Sources & how we know this