Active booklet

HSC Sequences

Home

HSC Sequences · Chapter guide

Telescoping, Sigma & Induction

Telescoping sums cancel intermediate terms after a partial-fraction rewrite. Prove the closed form by induction, then take n→∞ when the remainder vanishes — a core Ext 1 sequences technique.

Learning outcomes

  • Decompose rational terms to telescope
  • Evaluate partial sums and infinite limits
  • Prove closed forms by mathematical induction
  • Recognise surd and alternating telescoping patterns

Why telescoping matters

Many HSC series are not pure APs or GPs. After a clever rewrite, consecutive terms cancel and only the “ends” survive. That pattern is called telescoping. Typical tools:

  1. Partial fractions: 1k(k+1)=1k1k+1\dfrac{1}{k(k+1)}=\dfrac{1}{k}-\dfrac{1}{k+1}.
  2. Difference of surds: rationalise to expose cancellation.
  3. Induction: prove the guessed closed form for every nn.

Worked example 1 — Classic partial fractions

Evaluate k=1n1k(k+1)\displaystyle\sum_{k=1}^{n}\frac{1}{k(k+1)}, then find the infinite sum.

Decompose:

1k(k+1)=1k1k+1.\frac{1}{k(k+1)}=\frac{1}{k}-\frac{1}{k+1}.

The partial sum collapses:

k=1n(1k1k+1)=11n+1=nn+1.\sum_{k=1}^{n}\left(\frac{1}{k}-\frac{1}{k+1}\right)=1-\frac{1}{n+1}=\frac{n}{n+1}.

As nn\to\infty, S=1S_\infty=1.

Induction sketch: assume Sn=nn+1S_n=\frac{n}{n+1}; then Sn+1=Sn+1(n+1)(n+2)=nn+1+1(n+1)(n+2)=n+1n+2S_{n+1}=S_n+\frac{1}{(n+1)(n+2)}=\frac{n}{n+1}+\frac{1}{(n+1)(n+2)}=\frac{n+1}{n+2}.

Worked example 2 — Surd telescoping

Sums involving k+1k\sqrt{k+1}-\sqrt{k} (or conjugates) telescope after rationalisation. Multiply by the conjugate to turn a difference of square roots into a difference of integers or simpler radicals, then cancel.

Strategy: write the general term as c(f(k)f(k+1))c\bigl(f(k)-f(k+1)\bigr) or c(f(k)f(k1))c\bigl(f(k)-f(k-1)\bigr), identify ff, and evaluate the leftover boundary terms.

Worked example 3 — Alternating or shifted patterns

Some series need a non-obvious decomposition (e.g. three-term partial fractions, or pairing akak+2a_k-a_{k+2}). Steps:

  1. Guess the telescoping shape from small nn.
  2. Prove the identity algebraically.
  3. Sum from k=1k=1 to nn and simplify.
  4. Take limits if asked.

Index shifts in sigma notation often appear here — rewrite k=2n+1ak1\sum_{k=2}^{n+1} a_{k-1} back to a standard range before cancelling.

Link to binomial and partial sums

Partial sums of binomial coefficients and related identities sometimes telescope after using Pascal’s relation (nk)=(n1k)+(n1k1)\binom{n}{k}=\binom{n-1}{k}+\binom{n-1}{k-1}. Treat those as “structured telescoping” once the AP/GP basics are fluent.

Common mistakes

  • Cancelling terms that are not adjacent after the rewrite.
  • Forgetting the last uncancelled positive/negative boundary term.
  • Claiming SS_\infty without checking the remainder 0\to 0.
  • Induction: proving the step but skipping a clear base case n=1n=1.

Practice (hints only)

  1. Find k=1n1k(k+2)\sum_{k=1}^{n}\frac{1}{k(k+2)}. (Partial fractions with three terms or careful pairing.)
  2. Prove by induction a closed form you obtain by telescoping, then let nn\to\infty.

Where next

Recursive sequences and limits build on the same careful algebra: see recurrence, limits, and iteration.

Open section in PDF (p. 16)Full study guideMore on the blog

Related worked solutions