1.3 Summation of Series
2026 Syllabus Objectives
- Use the standard results for Σr, Σr2, Σr3 to find related sums
- Use the method of differences to obtain the sum of a finite series (Note: Use of partial fractions to express a general term in a suitable form may be required)
- Recognise, by direct consideration of a sum to n terms, when a series is convergent, and find the sum to infinity in such cases
🔑 Key Concepts and Definitions
What is a Series?
A series is the sum of terms in a mathematical sequence. Historically, mathematicians used infinite series to approximate values such as π and to develop polynomials to approximate other functions. Today, series are used in financial investments and music recording.
📌 Standard Summation Formulae
These are the fundamental results you must memorize and be able to apply:
Formula 1: Sum of a Constant
∑r=1nk=kn
This represents the sum of a constant k added together n times.
Formula 2: Sum of the First n Natural Numbers
∑r=1nr=2n(n+1)
This represents the sum 1+2+3+…+n.
Formula 3: Sum of the Squares of the First n Natural Numbers
∑r=1nr2=61n(n+1)(2n+1)
This represents the sum 12+22+32+…+n2.
Formula 4: Sum of the Cubes of the First n Natural Numbers
∑r=1nr3=41n2(n+1)2
This represents the sum 13+23+33+…+n3.
Important: These formulae are NOT given in the exam - you must memorize them!
⚡ Using Standard Results to Find Related Sums
Strategy for Complex Summations
When faced with more complex summations, follow these steps:
- Expand the general term if necessary
- Separate into individual summations using linearity properties
- Apply the standard formulae
- Simplify algebraically to obtain the final answer
Example 1: Linear Combination
Problem: Find ∑r=1n(4r+1). Hence determine the value of ∑r=1748(4r+1).
Solution:
Step 1: Separate the summation
∑r=1n(4r+1)=4∑r=1nr+∑r=1n1
Step 2: Apply standard formulae
=4×2n(n+1)+n
Step 3: Simplify
=2n(n+1)+n=2n2+2n+n=2n2+3n
Step 4: For the range r=17 to 48, use subtraction
∑r=1748(4r+1)=∑r=148(4r+1)−∑r=116(4r+1)
=(2×482+3×48)−(2×162+3×16)
=(4608+144)−(512+48)=4752−560=4192
Example 2: Sum of Odd Numbers (Two Methods)
Problem: Find an expression for 1+3+5+7+… for the first n terms.
Method 1: Direct approach using the r-th odd number formula
The r-th odd number is 2r−1, so:
∑r=1n(2r−1)=2∑r=1nr−∑r=1n1
=2×2n(n+1)−n=n(n+1)−n=n2
Method 2: Using even-odd separation
Consider the sum of the first 2n natural numbers, then subtract the even terms:
∑r=12nr−∑r=1n(2r)=2(2n)(2n+1)−2×2n(n+1)
=n(2n+1)−n(n+1)=2n2+n−n2−n=n2
Example 3: Quadratic Expression
Problem: Find an expression in terms of n for ∑r=1n(3r2−4r+2).
Solution:
∑r=1n(3r2−4r+2)=3∑r=1nr2−4∑r=1nr+∑r=1n2
=3×61n(n+1)(2n+1)−4×21n(n+1)+2n
=21n(n+1)(2n+1)−2n(n+1)+2n
=21(2n3+3n2+n)−2n2−2n+2n
=n3+23n2+21n−2n2
=n3−21n2+21n
Example 4: Product Expression Requiring Expansion
Problem: Find an expression in terms of n for ∑r=1nr2(r−1).
Solution:
Step 1: Expand the general term
∑r=1nr2(r−1)=∑r=1n(r3−r2)
Step 2: Separate and apply formulae
=∑r=1nr3−∑r=1nr2=41n2(n+1)2−61n(n+1)(2n+1)
Step 3: Factor out common terms
=n(n+1)[4n(n+1)−62n+1]
Step 4: Simplify the bracketed expression
=12n(n+1)[3n(n+1)−2(2n+1)]
=12n(n+1)(3n2+3n−4n−2)
=12n(n+1)(3n2−n−2)
Step 5: Factor the quadratic
=12n(n+1)(n−1)(3n+2)
=121n(n+1)(n−1)(3n+2)