3. Summation Formulae0%

Sequences and Series · Topic 3 of 3

3. Summation Formulae

Video coming soon2 worked examples

Theory

Standard results (given on the formula sheet) let us sum powers of the counting variable:

r=1nr=n(n+1)2,r=1nr2=n(n+1)(2n+1)6,r=1nr3=[n(n+1)2]2\sum_{r=1}^{n} r = \frac{n(n+1)}{2}, \quad \sum_{r=1}^{n} r^2 = \frac{n(n+1)(2n+1)}{6}, \quad \sum_{r=1}^{n} r^3 = \left[\frac{n(n+1)}{2}\right]^2

Summation is linear, so a sum of several terms can be split apart, and a constant cc sums to:

r=1nc=cn\sum_{r=1}^{n} c = cn

The Golden Rule: split the summation using linearity, apply each standard formula, then factorise — the answer almost always simplifies to a neat factorised form.

⚠️ Common Examiner Traps

  • Summing a constant: r=1nc=cn\sum_{r=1}^{n} c = cn, not cc.
  • Coefficients: a factor multiplies the whole standard formula, e.g. 2r=2n(n+1)2\sum 2r = 2 \cdot \frac{n(n+1)}{2}.
  • Not simplifying: the exam usually wants the fully factorised expression, not an unexpanded sum of fractions.

Worked examples

Example 1

Show that r=1n(2r+1)=n(n+2)\displaystyle\sum_{r=1}^{n} (2r + 1) = n(n+2).

Step 1: Split the summation using linearity:

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

Step 2: Apply the standard results:

=2n(n+1)2+n=n(n+1)+n= 2 \cdot \frac{n(n+1)}{2} + n = n(n+1) + n

Step 3: Simplify and factorise:

=n2+n+n=n2+2n=n(n+2)= n^2 + n + n = n^2 + 2n = n(n+2)

Example 2

Find a formula for r=1nr(r+2)\displaystyle\sum_{r=1}^{n} r(r + 2) in fully factorised form.

Step 1: Expand and split:

r=1nr(r+2)=r=1n(r2+2r)=r=1nr2+2r=1nr\sum_{r=1}^{n} r(r+2) = \sum_{r=1}^{n} (r^2 + 2r) = \sum_{r=1}^{n} r^2 + 2\sum_{r=1}^{n} r

Step 2: Apply the standard results:

=n(n+1)(2n+1)6+2n(n+1)2=n(n+1)(2n+1)6+n(n+1)= \frac{n(n+1)(2n+1)}{6} + 2 \cdot \frac{n(n+1)}{2} = \frac{n(n+1)(2n+1)}{6} + n(n+1)

Step 3: Take out the common factor n(n+1)6\dfrac{n(n+1)}{6} and simplify:

=n(n+1)6[(2n+1)+6]=n(n+1)(2n+7)6= \frac{n(n+1)}{6}\bigl[(2n+1) + 6\bigr] = \frac{n(n+1)(2n+7)}{6}