Study Guide

Series (Method of Differences) for Edexcel IAL FP2 Further Maths

Edexcel International A-Level Further MathematicsΒ· FP2 2.1 (2018 Spec Issue 3)Β· 25 min read

1. Core Principle of the Method of Differencesβ˜…β˜…β˜†β˜†β˜†β± 6 min

βœ“ Calculator OK

πŸ“˜ Definition

Method of Differences

A summation technique that rewrites each term of a series as for some function and positive integer , so intermediate terms cancel when expanded.

The key advantage of this method is that it eliminates the need to sum every term individually, instead reducing the sum to just a small number of surviving (non-cancelling) terms. The most common case is , where , leading to a classic telescoping series.

πŸ“ Worked Example

Show that the general term can be rewritten as a difference of terms of the form .

  1. 1

    Use partial fractions to decompose :

    1r(r+1)=Ar+Br+1\frac{1}{r(r+1)} = \frac{A}{r} + \frac{B}{r+1}
  2. 2

    Multiply both sides by :

    1=A(r+1)+Br1 = A(r+1) + B r
  3. 3

    Substitute to find , to find

  4. 4

    Rearrange to get the difference form:

    1r(r+1)=1rβˆ’1r+1=f(r)βˆ’f(r+1) where f(r)=1r\frac{1}{r(r+1)} = \frac{1}{r} - \frac{1}{r+1} = f(r) - f(r+1) \text{ where } f(r) = \frac{1}{r}

2. Calculating Finite Series Closed Formsβ˜…β˜…β˜…β˜†β˜†β± 8 min

βœ“ Calculator OK

Once you have expressed as a difference of function values, expand the sum for the first few terms and the last few terms explicitly to identify cancellation patterns. You must show this expansion in your exam answer to get full marks.

  1. Write the sum as

  2. Reindex the second sum to start at :

  3. Subtract the two sums: all terms from to cancel, leaving

πŸ“ Worked Example

Find the closed form of using the method of differences.

  1. 1

    Use the decomposition we derived earlier:

    βˆ‘r=1n1r(r+1)=βˆ‘r=1n(1rβˆ’1r+1)\sum_{r=1}^n \frac{1}{r(r+1)} = \sum_{r=1}^n \left(\frac{1}{r} - \frac{1}{r+1}\right)
  2. 2

    Expand the first 3 and last 2 terms to show cancellation:

    =(1βˆ’12)+(12βˆ’13)+(13βˆ’14)+...+(1nβˆ’1n+1)= \left(1 - \frac{1}{2}\right) + \left(\frac{1}{2} - \frac{1}{3}\right) + \left(\frac{1}{3} - \frac{1}{4}\right) + ... + \left(\frac{1}{n} - \frac{1}{n+1}\right)
  3. 3

    Cancel all intermediate terms: cancels with , cancels with , and so on, up to cancels with

  4. 4

    Write the surviving terms:

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

3. Evaluating Sums to Infinityβ˜…β˜…β˜…β˜…β˜†β± 7 min

βœ“ Calculator OK

If the finite sum closed form approaches a finite limit as , the series converges, and this limit is the sum to infinity. For FP2, you must explicitly state which terms vanish as to justify your result.

πŸ“˜ Definition

Sum to Infinity of a Telescoping Series

The finite limit , where is the closed-form finite sum of the first terms, provided the limit exists.

πŸ“ Worked Example

Find the sum to infinity of , if it exists.

  1. 1

    Use the finite sum we calculated earlier:

    Sn=nn+1=1βˆ’1n+1S_n = \frac{n}{n+1} = 1 - \frac{1}{n+1}
  2. 2

    Evaluate : as becomes very large,

    lim⁑nβ†’βˆžSn=1βˆ’0=1\lim_{n \to \infty} S_n = 1 - 0 = 1
  3. 3

    Justification: The term vanishes as , so the series converges to 1.

4. Extended Telescoping for Differences with Offset $k>1$β˜…β˜…β˜…β˜…β˜†β± 6 min

βœ“ Calculator OK

Some questions use a difference with offset , e.g. . In this case, cancellation leaves 2 terms from the start of the sum and 2 terms from the end, rather than 1 each.

The process remains identical: expand the first terms and last terms to identify the surviving terms, then simplify the closed form. For sums to infinity, check that all -dependent terms vanish as .

πŸ“ Worked Example

Given , find .

  1. 1

    Write out the expanded sum:

    βˆ‘r=1n12(1rβˆ’1r+2)=12[(1βˆ’13)+(12βˆ’14)+(13βˆ’15)+...+(1nβˆ’1βˆ’1n+1)+(1nβˆ’1n+2)]\sum_{r=1}^n \frac{1}{2}\left(\frac{1}{r} - \frac{1}{r+2}\right) = \frac{1}{2}\left[ \left(1 - \frac{1}{3}\right) + \left(\frac{1}{2} - \frac{1}{4}\right) + \left(\frac{1}{3} - \frac{1}{5}\right) + ... + \left(\frac{1}{n-1} - \frac{1}{n+1}\right) + \left(\frac{1}{n} - \frac{1}{n+2}\right) \right]
  2. 2

    Identify cancelling terms: cancels with , cancels with , ..., cancels with

  3. 3

    Write surviving terms:

    =12[1+12βˆ’1n+1βˆ’1n+2]= \frac{1}{2}\left[ 1 + \frac{1}{2} - \frac{1}{n+1} - \frac{1}{n+2} \right]
  4. 4

    Simplify:

    =34βˆ’2n+32(n+1)(n+2)= \frac{3}{4} - \frac{2n+3}{2(n+1)(n+2)}

5. Common Pitfalls

Wrong move:

Only writing the first 2 terms when expanding the series, failing to show cancellation pattern

Why:

Exam markers require explicit evidence you understand telescoping, you will lose 1-2 marks even if your final answer is correct

Correct move:

Write at least the first 3 terms and last 2 terms of the expanded sum to show cancellation clearly

Wrong move:

Confusing the method of differences with FP1 standard sum formulas (, , etc.) for FP2 series questions

Why:

FP2 series questions explicitly require the method of differences, using standard sums will give the wrong answer and earn zero marks

Correct move:

Always start FP2 series questions by decomposing the general term using partial fractions into a difference of function values

Wrong move:

Forgetting to justify which terms vanish when calculating a sum to infinity

Why:

The exam specification requires you to demonstrate understanding of convergence, missing this justification costs 1 mark

Correct move:

State explicitly that the -dependent terms tend to 0 as when computing the limit

Wrong move:

Miscalculating the indices of the reindexed sum for offset , e.g. missing the second surviving term at the start of the sum for

Why:

This leads to an incorrect closed form, often missing a constant term

Correct move:

For offset , write out the first and last terms of the expanded sum to identify all surviving terms

Wrong move:

Using CAS calculator features to compute the sum directly without showing working

Why:

CAS calculators are not permitted in the exam, and you must show all steps of partial fraction decomposition and telescoping to get full marks

Correct move:

Practice working through all steps manually, as you will in the exam

6. Quick Reference Cheatsheet

Scenario

Method Steps

Result Form

Finite sum, offset

  1. Decompose via partial fractions 2. Expand sum, cancel intermediate terms

Finite sum, offset

  1. Decompose via partial fractions 2. Expand first 2 and last 2 terms

Sum to infinity

  1. Compute finite sum 2. Evaluate , justify vanishing terms

, if limit exists

Going deeper

What's Next

Now that you have mastered the method of differences for FP2 series, you are ready to apply this skill to past paper questions and move on to other core FP2 topics. This technique is often combined with partial fractions in multi-part exam questions, so make sure you are confident decomposing algebraic fractions before attempting timed practice. You can also extend your knowledge to more advanced series topics in university-level mathematics if you are pursuing a STEM degree.