Photo AI

Last Updated Sep 27, 2025

Method of Differences Simplified Revision Notes

Revision notes with simplified explanations to understand Method of Differences quickly and effectively.

user avatar
user avatar
user avatar
user avatar
user avatar

222+ students studying

3.2.2 Method of Differences

Introduction

The method of differences is a powerful technique for summing series. It simplifies complex series by taking advantage of the telescoping property, where many terms cancel out. This method often involves breaking the general term of the series into partial fractions.

The basic idea is:

  1. Express the general term of the series in a form that can telescope (e.g., using partial fractions).
  2. Write out the expanded series.
  3. Cancel intermediate terms.
  4. Sum the remaining terms.

Partial Fractions and Telescoping Series

Partial Fractions

Partial fractions are used to rewrite a rational function as a sum of simpler fractions.

For example:

1r(r+1)=1r1r+1\frac{1}{r(r+1)} = \frac{1}{r} - \frac{1}{r+1}

This decomposition is key to creating a telescoping series.

Telescoping Series

A telescoping series has terms that cancel out in sequence.

For example:

r=1n(1r1r+1)\sum_{r=1}^n \left(\frac{1}{r} - \frac{1}{r+1}\right)

Expanding this sum:

(1112)+(1213)++(1n1n+1)\left(\frac{1}{1} - \frac{1}{2}\right) + \left(\frac{1}{2} - \frac{1}{3}\right) + \dots + \left(\frac{1}{n} - \frac{1}{n+1}\right)

we see that all intermediate terms cancel, leaving:

11n+11 - \frac{1}{n+1}

Worked Examples

infoNote

Example 1:

Summing r=1n1r(r+1)\sum_{r=1}^n \frac{1}{r(r+1)}


Step 1**: Decompose into partial fractions**

We start with:

1r(r+1)\frac{1}{r(r+1)}

Using partial fractions:

1r(r+1)=1r1r+1\frac{1}{r(r+1)} = \frac{1}{r} - \frac{1}{r+1}

Step 2**: Write the sum**

r=1n1r(r+1)=r=1n(1r1r+1)\sum_{r=1}^n \frac{1}{r(r+1)} = \sum_{r=1}^n \left(\frac{1}{r} - \frac{1}{r+1}\right)

Step 3**: Expand and telescope**

Expanding the series:

(1112)+(1213)++(1n1n+1)\left(\frac{1}{1} - \frac{1}{2}\right) + \left(\frac{1}{2} - \frac{1}{3}\right) + \dots + \left(\frac{1}{n} - \frac{1}{n+1}\right)

Intermediate terms cancel, leaving:

11n+11 - \frac{1}{n+1}

Final Answer:

r=1n1r(r+1)=11n+1\sum_{r=1}^n \frac{1}{r(r+1)} = 1 - \frac{1}{n+1}
infoNote

Example 2:

Summing r=1n1r(r+2)\sum_{r=1}^n \frac{1}{r(r+2)}


Step 1**: Decompose into partial fractions**

1r(r+2)\frac{1}{r(r+2)}

Using partial fractions:

1r(r+2)=12(1r1r+2)\frac{1}{r(r+2)} = \frac{1}{2}\left(\frac{1}{r} - \frac{1}{r+2}\right)

Step 2**: Write the sum**

r=1n1r(r+2)=12r=1n(1r1r+2)\sum_{r=1}^n \frac{1}{r(r+2)} = \frac{1}{2} \sum_{r=1}^n \left(\frac{1}{r} - \frac{1}{r+2}\right)

Step 3**: Expand and telescope**

Expanding:

12[(1113)+(1214)++(1n1n+2)]\frac{1}{2} \left[\left(\frac{1}{1} - \frac{1}{3}\right) + \left(\frac{1}{2} - \frac{1}{4}\right) + \dots + \left(\frac{1}{n} - \frac{1}{n+2}\right)\right]

The series telescopes, leaving:

12(1+121n+11n+2)\frac{1}{2} \left(1 + \frac{1}{2} - \frac{1}{n+1} - \frac{1}{n+2}\right)

Final Answer:

r=1n1r(r+2)=12(1+121n+11n+2)\sum_{r=1}^n \frac{1}{r(r+2)} = \frac{1}{2} \left(1 + \frac{1}{2} - \frac{1}{n+1} - \frac{1}{n+2}\right)
infoNote

Example 3:

Summing r=1nr+1r(r+2)\sum_{r=1}^n \frac{r+1}{r(r+2)}


Step 1**: Simplify the term**

r+1r(r+2)=rr(r+2)+1r(r+2)=1r+2+1r\frac{r+1}{r(r+2)} = \frac{r}{r(r+2)} + \frac{1}{r(r+2)} = \frac{1}{r+2} + \frac{1}{r}

Step 2**: Write the sum**

r=1nr+1r(r+2)=r=1n(1r+1r+2)\sum_{r=1}^n \frac{r+1}{r(r+2)} = \sum_{r=1}^n \left(\frac{1}{r} + \frac{1}{r+2}\right)

Step 3**: Expand and telescope**

Expanding:

(11+13)+(12+14)++(1n+1n+2)\left(\frac{1}{1} + \frac{1}{3}\right) + \left(\frac{1}{2} + \frac{1}{4}\right) + \dots + \left(\frac{1}{n} + \frac{1}{n+2}\right)

The series partially telescopes, leaving a combination of terms.


Final Answer:

The simplified form depends on the degree of nn but involves the remaining non-cancelled terms.

Note Summary

infoNote

Common Mistakes

  1. Incorrect partial fraction decomposition: Ensure the fraction is decomposed correctly.
  2. Failure to telescope properly: Not recognizing which terms cancel.
  3. Omitting the last terms: Remember to include the non-cancelled terms at the end of the telescoping process.
  4. Arithmetic errors: Simplifying fractions or performing algebra incorrectly during expansion.
  5. Misapplying the method: Using the method on a series that does not telescope.
infoNote

Key Formulas

  1. Partial fraction decomposition:
1r(r+1)=1r1r+1\frac{1}{r(r+1)} = \frac{1}{r} - \frac{1}{r+1}1r(r+2)=12(1r1r+2)\frac{1}{r(r+2)} = \frac{1}{2}\left(\frac{1}{r} - \frac{1}{r+2}\right)
  1. Telescoping series:
r=1n(1r1r+1)=11n+1\sum_{r=1}^n \left(\frac{1}{r} - \frac{1}{r+1}\right) = 1 - \frac{1}{n+1}
  1. Weighted terms: For 1r(r+k)\frac{1}{r(r+k)}, the partial fraction form is:
1r(r+k)=1k(1r1r+k)\frac{1}{r(r+k)} = \frac{1}{k}\left(\frac{1}{r} - \frac{1}{r+k}\right)
  1. Series expansion: Expand the series to identify telescoping behaviour.
  2. Final sum: Include only the first and last non-cancelled terms.
Books

Only available for registered users.

Sign up now to view the full note, or log in if you already have an account!

500K+ Students Use These Powerful Tools to Master Method of Differences

Enhance your understanding with flashcards, quizzes, and exams—designed to help you grasp key concepts, reinforce learning, and master any topic with confidence!

20 flashcards

Flashcards on Method of Differences

Revise key concepts with interactive flashcards.

Try Further Maths Core Pure Flashcards

2 quizzes

Quizzes on Method of Differences

Test your knowledge with fun and engaging quizzes.

Try Further Maths Core Pure Quizzes

29 questions

Exam questions on Method of Differences

Boost your confidence with real exam questions.

Try Further Maths Core Pure Questions

27 exams created

Exam Builder on Method of Differences

Create custom exams across topics for better practice!

Try Further Maths Core Pure exam builder

50 papers

Past Papers on Method of Differences

Practice past papers to reinforce exam experience.

Try Further Maths Core Pure Past Papers

Other Revision Notes related to Method of Differences you should explore

Discover More Revision Notes Related to Method of Differences to Deepen Your Understanding and Improve Your Mastery

96%

114 rated

Series

Sums of Integers, Squares & Cubes

user avatar
user avatar
user avatar
user avatar
user avatar

345+ studying

183KViews
Load more notes

Join 500,000+ A-Level students using SimpleStudy...

Join Thousands of A-Level Students Using SimpleStudy to Learn Smarter, Stay Organized, and Boost Their Grades with Confidence!

97% of Students

Report Improved Results

98% of Students

Recommend to friends

500,000+

Students Supported

50 Million+

Questions answered