Summation of Series
This lesson covers the summation of series using standard results, sigma notation, and algebraic techniques. Summation is a key topic in AQA Further Mathematics and requires fluency with standard formulae and the ability to decompose more complex sums.
Sigma Notation
The symbol ∑ (capital sigma) denotes summation:
∑r=1nf(r)=f(1)+f(2)+⋯+f(n)
Standard Results
You must memorise and apply these formulae:
| Sum | Formula |
|---|
| ∑r=1n1 | n |
| ∑r=1nr | 2n(n+1) |
| ∑r=1nr2 | 6n(n+1)(2n+1) |
| ∑r=1nr3 | (2n(n+1))2 |
Key Identity: ∑r3=(∑r)2. This elegant result is sometimes useful in proofs.
Properties of Sums
| Property | Formula |
|---|
| Constant factor | ∑r=1ncf(r)=c∑r=1nf(r) |
| Sum/difference | ∑r=1n(f(r)±g(r))=∑f(r)±∑g(r) |
| Shifting limits | ∑r=knf(r)=∑r=1nf(r)−∑r=1k−1f(r) |
Worked Examples
Example 1: Find ∑r=120(3r2+2r−1).
=3∑r=120r2+2∑r=120r−∑r=1201
=3⋅620⋅21⋅41+2⋅220⋅21−20
=3⋅2870+2⋅210−20=8610+420−20=9010
Example 2: Find ∑r=1nr(r+1).
∑r=1nr(r+1)=∑r=1n(r2+r)=6n(n+1)(2n+1)+2n(n+1)
=6n(n+1)(2n+1)+3n(n+1)=6n(n+1)(2n+4)=3n(n+1)(n+2)
Example 3: Find ∑r=1030r.
=∑r=130r−∑r=19r=230⋅31−29⋅10=465−45=420
Summing Polynomial Expressions
For any polynomial expression in r, expand and use the standard results:
∑r=1n(ar3+br2+cr+d)=a∑r3+b∑r2+c∑r+dn
Always simplify and factorise your final answer.
Practice Problems
- Find ∑r=1n(2r−1) and simplify.
- Find ∑r=150r2.
- Evaluate ∑r=1nr(r+2).
- Find ∑r=520r2.
Solutions: