QED
Algebra · step 7 of 13

Summation notation Σ & telescoping

Σ notation compresses a sum into an index, a range and a term. The manipulations you need are few but must be exact: constants factor out, sums split over addition, and shifting the index requires compensating in the term. Telescoping is the star technique — if the term can be written as f(k) − f(k+1), almost everything cancels and the sum collapses to two values.

Unlimited questions · marked criterion by criterion · no card needed

Method: how to approach it

The order below is what examiners expect to see, and each step carries its own marks.

  1. Expand the first and last termsWriting out k = 1, k = 2 and k = n makes the structure visible and catches off-by-one errors.
  2. Factor constants outΣ c·aₖ = c·Σ aₖ, and Σ (aₖ + bₖ) = Σ aₖ + Σ bₖ. Note Σ aₖbₖ does NOT split.
  3. Shift indices carefullyReplacing k by k+1 changes both the limits and the term. Substitute and re-derive rather than guessing.
  4. Telescope by partial fractionsSplit the term into a difference of consecutive values; all the middle terms cancel in pairs.

Worked example

Evaluate Σ_{k=1}^{n} 1/(k(k+1)).

  1. Partial fractions: 1/(k(k+1)) = 1/k − 1/(k+1).
  2. The sum becomes (1/1 − 1/2) + (1/2 − 1/3) + … + (1/n − 1/(n+1)).
  3. Every interior term appears once positive and once negative and cancels.
  4. Only the first and last survive: 1 − 1/(n+1).

Answer. n/(n+1) — and letting n → ∞ shows the infinite series converges to 1.

Where marks get dropped

These are the specific errors that cost credit on summation notation σ & telescoping questions — QED's rubric penalises each of them separately.

Practise this until it is automatic

Unlimited fresh questions

QED generates new summation notation σ & telescoping problems on demand at warm-up, exam and challenge level, so you can drill this one skill until it stops costing you marks.

Marked like an examiner

Every answer is scored against a point-by-point rubric with partial credit, so you see exactly which step of the method broke down — not just a tick or a cross.

Answer in real notation

A one-tap symbol palette, a visual equation editor and a truth-table builder — or photograph your handwritten working and QED converts it to LaTeX.

Saved to your library

Every question you generate is kept and re-takeable as a timed exam, and your Algebra mastery is tracked so you know when this is exam-ready.

Summation notation Σ & telescoping — frequently asked questions

What are the standard sum formulas?

Σk = n(n+1)/2, Σk² = n(n+1)(2n+1)/6, Σk³ = [n(n+1)/2]². The last is the square of the first, which is a memorable coincidence.

How do I spot a telescoping sum?

Look for a term that is a rational function with factors differing by a constant, or a difference of consecutive function values. Partial fractions will reveal it.

Does the index letter matter?

No — it is bound, so Σ_k aₖ and Σ_j a_j are identical. But do not reuse a letter that is already in use outside the sum.

The rest of Algebra

Foundational algebra to close prerequisite gaps. Each subtopic below has its own method, worked example and mark-losing traps.

Ready to make summation notation σ & telescoping exam-proof?

Generate your first questions free — no card, no setup, no personal data stored. Practise until the method is second nature.

Start practising free →