Series
A sum of terms
How is a series written
upper bound
Σ expression
variable = lower bound
n
Σ 1
r = 1
n
n
Σ r
r = 1
1/2 n(n+1)
n
Σ r^2
r = 1
1/6 n(n+1)(2n+1)
n
Σ r^3
r = 1
1/4 n^2 (n+1)^2
How to carry out a series if the lower bound isn’t 1
Carry out from 1 to the upper bound
Carry it out from 1 to ONE LESS than the lower bound
Subtract the second from the first
Write out the functions as you may be able to take out a factor
n
Σ kr
r = 1
n
k Σ r
r = 1
What to do if your expression has more than one part
Separate them by powers of r and treat as separate series
What do you do when manipulating?
Always look to factorise where possible