Revision notes for Edexcel A Level Maths Sequences and Series. Open each subtopic for explanations, worked examples, and summaries of 3.1 Arithmetic Sequences, 3.2 Arithmetic Series, 3.3 Geometric Sequences, 3.4 Geometric Series, 3.5 Sum to Infinity, 3.6 Sigma Notation, 3.7 Recurrence Relations, and 3.8 Modelling with Series. Written against the Edexcel A Level Maths (9MA0) specification, so the content matches what's examinable rather than general Maths background.
Sequences and Series
What you'll learn
How to recognise and use arithmetic and geometric sequences.
How to find sums of finite series and sums to infinity.
How to handle recurrence relations, periodic sequences, and sigma notation.
How to approach worded modelling questions involving salaries, savings, production, and training plans.
1. The basic language
A sequence is a list of terms in order: for example, 4, 7, 10, 13, ...
A series is what you get when you add the terms of a sequence.
Definition
Sequences, terms and series
A sequence is an ordered list of numbers.
A term is one number in the sequence.
The notation unu_nun means the nnnth term of a sequence.
A series is the sum of terms in a sequence.
The notation ∑\sum∑ means “add up”.
For example,
∑r=15r2\sum_{r=1}^{5} r^2r=1∑5r2
means
12+22+32+42+521^2+2^2+3^2+4^2+5^212+22+32+42+52
The lower number tells you where to start; the upper number tells you where to stop.
Example
Reading a sigma series
A series is given by ∑r=418(5r−1)\sum_{r=4}^{18}(5r-1)∑r=418(5r−1). Find the first term, the common difference, and the number of terms.
The first term comes from the lower limit, so substitute r=4r=4r=4: 5(4)−1=195(4)-1=195(4)−1=19.
The next term comes from r=5r=5r=5: 5(5)−1=245(5)-1=245(5)−1=24, so the common difference is 5.
Count the terms inclusively: 18−4+1=1518-4+1=1518−4+1=15.
Common Mistake
Starting at the wrong value
In ∑r=418(5r−1)\sum_{r=4}^{18}(5r-1)∑r=418(5r−1), the first term uses r=4r=4r=4, not r=1r=1r=1. Always check the lower limit.
2. Arithmetic sequences and series
An arithmetic sequence is one where you add the same amount each time.
Definition
Arithmetic sequence
The first term is usually called aaa.
The common difference is called ddd.
The nnnth term is
un=a+(n−1)du_n=a+(n-1)dun=a+(n−1)d
So if the first term is 6 and the common difference is 4, the sequence is 6, 10, 14, 18, ...
Use un=a+(n−1)du_n=a+(n-1)dun=a+(n−1)d for a single term.
Use Sn=n2(2a+(n−1)d)S_n=\frac{n}{2}\bigl(2a+(n-1)d\bigr)Sn=2n(2a+(n−1)d) for a total.
Example
Finding an arithmetic sequence and a limit
The third term of an arithmetic sequence is -2. The sum of the first eight terms is 44. Find aaa and ddd, then find the greatest value of nnn for which Sn<250S_n<250Sn<250.
Test the boundary: S13=234S_{13}=234S13=234 and S14=287S_{14}=287S14=287, so the greatest value is 13.
Tip
Single term or total?
If the question asks “amount in week 100”, use u100u_{100}u100. If it asks “total over 100 weeks”, use S100S_{100}S100.
Maximum arithmetic sums
If d<0d<0d<0, the terms eventually become negative. The running total increases while you are adding positive terms, then decreases once you start adding negative terms.
Example
Greatest value of an arithmetic sum
An arithmetic series has first term 500 and sixth term 250. Find the greatest possible value of SnS_nSn.
Use the sixth term to find ddd:
500+5d=250500+5d=250500+5d=250
Solve for the common difference:
d=−50d=-50d=−50
The nnnth term is therefore un=500+(n−1)(−50)=550−50nu_n=500+(n-1)(-50)=550-50nun=500+(n−1)(−50)=550−50n.
Find when the terms stop being positive: u10=50u_{10}=50u10=50 and u11=0u_{11}=0u11=0, so adding term 11 does not change the sum.
The greatest sum is S10S_{10}S10 or S11S_{11}S11:
The fifth term of a geometric sequence is 18 and the eighth term is 144. Find the common ratio, the first term, and the sum of the first 12 terms to the nearest whole number.
Write the two pieces of information using un=arn−1u_n=ar^{n-1}un=arn−1: ar4=18ar^4=18ar4=18 and ar7=144ar^7=144ar7=144.
Divide the second equation by the first: r3=8r^3=8r3=8, so r=2r=2r=2.
Substitute into ar4=18ar^4=18ar4=18: a⋅24=18a\cdot2^4=18a⋅24=18, so a=98a=\frac{9}{8}a=89.
Some geometric series get closer and closer to a fixed total.
Definition
Sum to infinity
For a geometric series with ∣r∣<1|r|<1∣r∣<1, the sum to infinity is
S∞=a1−rS_\infty=\frac{a}{1-r}S∞=1−ra
Common Mistake
When S∞ exists
The formula for S∞S_\inftyS∞ only works when ∣r∣<1|r|<1∣r∣<1. If the ratio has magnitude at least 1, the terms do not settle to zero.
Example
Using sum to infinity
A convergent geometric series has second term 6 and sum to infinity 27. Find the possible values of rrr and aaa. For the larger value of rrr, find the smallest nnn such that Sn>26S_n>26Sn>26.
The second term gives ar=6ar=6ar=6, and the sum to infinity gives a1−r=27\frac{a}{1-r}=271−ra=27.
Hence r=13r=\frac{1}{3}r=31 or r=23r=\frac{2}{3}r=32. The corresponding values of aaa are 18 and 9.
For the larger ratio, a=9a=9a=9 and r=23r=\frac{2}{3}r=32. We need 27(1−(23)n)>2627\left(1-\left(\frac{2}{3}\right)^n\right)>2627(1−(32)n)>26, so (23)n<127\left(\frac{2}{3}\right)^n<\frac{1}{27}(32)n<271.
Use logarithms: n>log(1/27)log(2/3)≈8.13n>\frac{\log(1/27)}{\log(2/3)}\approx8.13n>log(2/3)log(1/27)≈8.13, so the smallest integer is 9.
Common Mistake
Percentage multipliers
A 4% increase means multiply by 1.04 each time. A 15% decrease means multiply by 0.85 each time.
4. Recurrence relations and periodic sequences
Some sequences are defined by a rule that uses previous terms.
Definition
Recurrence relation
A recurrence relation defines a term using earlier terms, such as un+1=2un−3u_{n+1}=2u_n-3un+1=2un−3. You also need starting value information, such as u1=5u_1=5u1=5.
Example
Working with a recurrence relation
A sequence is defined by x1=3x_1=3x1=3 and xn+1=bxn−4x_{n+1}=bx_n-4xn+1=bxn−4. Find x2x_2x2, show that x3=3b2−4b−4x_3=3b^2-4b-4x3=3b2−4b−4, and find bbb if x3=8x_3=8x3=8.
Substitute x1=3x_1=3x1=3 into the rule: x2=3b−4x_2=3b-4x2=3b−4.
Most factors cancel, leaving log2(16)\log_2(16)log2(16).
Since 24=162^4=1624=16, the sum is 4.
Tip
Nearly identical sigma sums
If you see ∑k=0nf(k)−∑k=0n−1f(k)\sum_{k=0}^{n}f(k)-\sum_{k=0}^{n-1}f(k)∑k=0nf(k)−∑k=0n−1f(k), everything cancels except the final term, so the result is f(n)f(n)f(n).
Exam technique
In the exam
Decide first whether the question is asking for a term, unu_nun, or a total, SnS_nSn.
For worded questions, define the first term carefully and count how many terms are included.
For inequalities involving nnn, solve algebraically if possible, then check the nearest integers.
Self review
Check yourself
Can you explain the difference between an arithmetic sequence and a geometric sequence?
When does a geometric series have a sum to infinity?
If a sigma sum starts at r=5r=5r=5, what value of rrr gives the first term?
Recap questions
Test yourself with 5 quick questions on this guide. Answer them all correctly to complete it.
You've reached the end
Test yourself on this topic, or move on to the next guide.