Edexcel A-Level Maths: Sequences and Series — Complete Revision Guide (9MA0)
Edexcel A-Level Maths: Sequences and Series — Complete Revision Guide (9MA0)
Sequences and series sit at the heart of Edexcel A-Level Maths (9MA0). The section pulls together algebraic manipulation, careful index-tracking, and a feel for limiting behaviour, and it underpins later work in calculus, financial-mathematics modelling, and proof. Almost every cohort sees at least one sigma-notation question, one binomial expansion, and one arithmetic-or-geometric application on the pure papers. The good news is that the topic is highly patterned: once you know the four formulae, the substitution discipline, and the validity condition for the binomial expansion of (1+x)n, you can solve a very large fraction of the questions you will meet.
This guide is a topic-by-topic walkthrough of the sequences and series content in the 9MA0 specification. It covers everything Edexcel can examine in this section: arithmetic sequences and their sums, geometric sequences and their sums, recurrence-defined sequences, sigma notation, the binomial expansion for positive integer n, the binomial expansion for rational and negative n, contextual applications of arithmetic and geometric series, binomial estimation of roots and reciprocals, and proof of sequence-related results. For each topic you will see the core skills, the typical pitfalls, a short worked example, and a link to the full lesson on the LearningBro course.
The aim is not to replace working through problems. The only way to get fluent at sequences is to do enough questions that you stop having to think about which formula is which. The aim is to give you a clear map of the section so your revision is targeted rather than scattered. Use this guide as a checklist, a refresher, and a launchpad into focused practice.
What the Edexcel 9MA0 Specification Covers
The Edexcel A-Level Maths qualification (9MA0) is assessed through three two-hour papers, each worth 100 marks. Papers 1 and 2 cover pure mathematics, and Paper 3 covers statistics and mechanics. The sequences and series content sits in Section 4 of the pure specification and is split across both pure papers, with binomial expansion appearing especially frequently on Paper 1 and series applications often appearing on Paper 2.
Sequences and series is a high-yield topic area because the questions are formulaic enough to be drilled but rich enough to combine with other parts of the course. A single question can ask you to set up a recurrence, manipulate sigma notation, expand binomially, and finish with a logarithm-based inequality for the smallest n. The table below shows the sub-topics, their place in the specification, and a realistic estimate of how many marks across a Paper 1 / Paper 2 sitting tend to come from each.
| Topic | Spec Section | Typical Paper marks weight |
|---|---|---|
| Arithmetic sequences | 4.1 | 4-6 marks |
| Geometric sequences | 4.2 | 4-6 marks |
| Recurrence relations | 4.3 | 4-6 marks |
| Sigma notation | 4.4 | 3-5 marks |
| Binomial expansion (positive integer n) | 4.5 | 5-8 marks |
| Binomial expansion (rational or negative n) | 4.6 | 5-8 marks |
| Arithmetic series applications | 4.7 | 4-6 marks |
| Geometric series applications | 4.8 | 4-6 marks |
| Binomial estimation | 4.9 | 3-5 marks |
| Proof of sequence results | 4.10 | 2-4 marks |
These weights are estimates based on the spread of typical 9MA0 papers — not guarantees for any single year. What is reliable is that sequences and series is one of the more predictable areas of pure on the 9MA0 papers, and that the binomial expansion in particular is almost always assessed in some form. Mastering this section is high-leverage revision.
Arithmetic Sequences
An arithmetic sequence is a sequence in which the difference between consecutive terms is constant. The constant is called the common difference and is usually denoted d. The first term is a. The general term is un=a+(n−1)d, and the sum of the first n terms is Sn=2n(2a+(n−1)d), which can also be written as Sn=2n(a+l) where l is the last term.
The core skills are: identifying a and d from a sequence or from a description, applying the un formula to find a specific term, applying the Sn formula to sum a fixed range, and rearranging either formula to find an unknown such as n, a, or d from given information. Edexcel often gives you two facts about a sequence — typically a particular term and a particular partial sum — and asks you to find a and d. The standard approach is to write down the two equations, treat them as a simultaneous-equation pair, and solve.
A common pitfall is using n instead of n−1 in the general term, or vice versa. The first term is at n=1, so the formula must give u1=a when n=1 — checking this on a single line of working catches the error. Another pitfall is summing from the wrong starting index: ∑k=520uk is not the same as S20, and you need to subtract S4 to get the right answer.
A short worked example. The third term of an arithmetic sequence is 11 and the seventh term is 27. Find a and d. Writing u3=a+2d=11 and u7=a+6d=27, subtracting gives 4d=16, so d=4 and a=11−8=3. The sum to 20 terms is S20=220(2⋅3+19⋅4)=10⋅82=820.
For full coverage with practice questions and worked solutions, see the Arithmetic Sequences lesson.
Geometric Sequences
A geometric sequence is a sequence in which the ratio between consecutive terms is constant. The constant is called the common ratio and is denoted r. The first term is a. The general term is un=arn−1, and the sum of the first n terms is Sn=1−ra(1−rn) for r=1.
A geometric sequence has a sum to infinity if and only if ∣r∣<1. In that case S∞=1−ra. Outside this range the partial sums grow without bound (or oscillate without settling), and there is no finite limit. The condition ∣r∣<1 is small but it carries a lot of weight — questions that ask you to find S∞ implicitly assume the condition holds, and questions that ask you to justify the existence of S∞ require you to state and check it.
The core skills are: identifying a and r, applying the three formulae, and using logarithms to solve for n when the question asks for the smallest n such that un exceeds some threshold or Sn does. Logarithm questions of the form "find the smallest integer n such that Sn>1000" are a classic Edexcel construction and require careful inequality handling — particularly remembering to flip the inequality when dividing by ln(r) if r<1, because then ln(r)<0.
A common pitfall is mixing up the arithmetic and geometric formulae under exam pressure, especially the sum formula. Writing Sn=2n(2a+(n−1)d) when the sequence is geometric is a costly slip. Another pitfall is forgetting the validity range for S∞, or applying the formula 1−ra when r is, say, 1.2.
For full coverage with S∞ existence problems and logarithm-based inequalities, see the Geometric Sequences lesson.
Recurrence Relations
A recurrence relation defines a sequence by giving a starting value (or values) and a rule that produces each subsequent term from the previous one. A typical 9MA0 form is un+1=f(un) with u1 specified — for example, un+1=0.5un+3 with u1=4. Edexcel uses recurrence relations both as a stand-alone topic and as a vehicle for sigma-notation questions and modelling applications.
The core skills are: generating terms by direct substitution, recognising periodic behaviour where un+k=un for some fixed period k, and finding limits of convergent recurrences. For a periodic sequence, identifying the period lets you compute any term — to find u100 in a period-3 sequence starting at u1, work out 100mod3 and use the corresponding starting term. For a convergent recurrence, the limit L satisfies the fixed-point equation obtained by replacing both un+1 and un by L. So for un+1=0.5un+3, the limit satisfies L=0.5L+3, giving L=6.
A common pitfall is computing terms by eye and slipping a sign or a factor partway down — the standard discipline is to write each step on its own line: u2=0.5(4)+3=5, u3=0.5(5)+3=5.5, and so on. Another pitfall is solving the fixed-point equation without checking that the recurrence actually converges; not every recurrence has a finite limit, and assuming convergence without justification can lose marks in higher-tier questions.
A short worked example. A sequence is defined by un+1=4−un with u1=1. Then u2=3, u3=1, u4=3, and so on. The sequence is periodic with period 2. To find ∑k=150uk, group into 25 pairs each summing to 4: the answer is 100.
For full coverage with periodic sequences and convergence arguments, see the Recurrence Relations lesson.
Sigma Notation
Sigma notation is shorthand for a sum. The expression ∑k=1nuk means "add the values of uk as k runs from 1 to n". The lower index, upper index, and summand are all part of the notation, and changing any of them changes the sum.
The core skills are: expanding a sigma expression into its terms when needed, applying the standard results ∑k=1n1=n, ∑k=1nk=2n(n+1), ∑k=1nk2=6n(n+1)(2n+1), and ∑k=1nk3=(2n(n+1))2, and using the linearity of sigma — ∑(auk+bvk)=a∑uk+b∑vk — to break a complicated sum into manageable pieces.
A frequent question form combines the standard results: evaluate ∑k=1n(3k2−2k+1) in terms of n. Use linearity to split into 3∑k2−2∑k+∑1, substitute the standard results, and simplify. The answer comes out as a polynomial in n, often factorisable.
A second important skill is changing the starting index. To compute ∑k=520k2, write it as ∑k=120k2−∑k=14k2. Subtracting the lower partial sum from the upper one is cleaner than re-indexing the variable.
A common pitfall is treating ∑k=1nukvk as (∑uk)(∑vk) — this is not true and is a common source of lost marks. Linearity applies to sums, not to products. Another pitfall is forgetting that the standard results assume the sum starts at k=1; for any other starting index, adjust as above.
For full coverage of the standard results and index-shifting technique, see the Sigma Notation lesson.
Binomial Expansion for Positive Integer n
The binomial expansion for a positive integer n is
(a+b)n=∑k=0n(kn)an−kbk
where (kn)=k!(n−k)!n! is the binomial coefficient. The expansion is finite with n+1 terms, and the coefficients form row n of Pascal's triangle.
The core skills are: writing out the full expansion of (a+b)n for small n, finding a specific term in the expansion (the coefficient of xk, say), and applying the expansion when one of a or b is itself an algebraic expression. The general term is (kn)an−kbk, and identifying the right k for the requested power is the central technique.
A short worked example. Find the coefficient of x5 in the expansion of (2+3x)8. The general term is (k8)28−k(3x)k=(k8)28−k3kxk. Setting k=5 gives (58)2335=56⋅8⋅243=108864.
A common pitfall is mishandling negative or fractional values inside the bracket. For (1−2x)6, the second factor is −2x, so the term in xk picks up a (−2)k factor — easy to forget under exam pressure. Another pitfall is reading the question as asking for the term itself when it is actually asking for the coefficient, or vice versa. The term is the whole expression cxk; the coefficient is the number c.
For sketching the workflow on a general term and a clean approach to coefficient questions, see the Binomial Expansion (Positive n) lesson.
Binomial Expansion for Rational or Negative n
The binomial expansion extends to rational or negative n with one critical difference: the expansion is infinite and is only valid for ∣x∣<1. The standard form on the 9MA0 specification is
(1+x)n=1+nx+2!n(n−1)x2+3!n(n−1)(n−2)x3+…
valid for ∣x∣<1 and any real n. Note that the binomial coefficient form (kn) is replaced by the falling-factorial form k!n(n−1)…(n−k+1) because n no longer needs to be a positive integer.
The core skills are: expanding (1+x)n to a stated number of terms, dealing with expressions of the form (a+bx)n by first factoring out an to get an(1+abx)n (and adjusting the validity range to ∣abx∣<1, i.e. ∣x∣<∣ba∣), and combining a binomial expansion with partial fractions for fractions of the form (1+x)(1−2x)1.
A common pitfall is forgetting to state the validity range, which is a marked point in nearly every question on this topic. Another is failing to factor out before expanding (2+x)−1: the correct first step is (2+x)−1=21(1+2x)−1, not directly applying the formula to (2+x). A third is sign and factor errors when the expansion involves (1−3x)1/2 or similar — every −3x contributes a (−3)k factor through the expansion.
A short worked example. Expand (1+2x)−2 in ascending powers of x up to and including the term in x3, stating the range of values for which the expansion is valid. With n=−2 and the variable 2x in place of x, the first four terms are 1+(−2)(2x)+2!(−2)(−3)(2x)2+3!(−2)(−3)(−4)(2x)3=1−4x+12x2−32x3. The expansion is valid for ∣2x∣<1, i.e. ∣x∣<21.
For partial-fraction combinations and a clean validity-range workflow, see the Binomial Expansion (General n) lesson.
Arithmetic Series Applications
Edexcel routinely sets contextual arithmetic-series questions. Typical scenarios include savings plans where the deposit increases by a fixed amount each month, distances covered by a runner adding a fixed extra amount each week, or seating arrangements where each row has a fixed number more seats than the row in front. The mathematical work is the same as in the pure topic; the challenge is reading the situation correctly and identifying a, d, and n.
The core skills are: extracting a, d, and n from the wording of a problem, deciding whether the question asks for a specific term (use un) or a cumulative total (use Sn), and dealing with the smallest-n type of question where you need the smallest number of terms for some quantity to exceed a threshold. The last type is solved by setting up an inequality, applying Sn=2n(2a+(n−1)d) to get a quadratic in n, solving the quadratic, and rounding up to the next integer.
A short worked example. A runner's training plan starts with a 5km run in week 1 and adds 0.5km each subsequent week. Find the smallest number of weeks before the total distance run exceeds 200km. With a=5, d=0.5, the inequality is 2n(10+0.5(n−1))>200, i.e. 0.25n2+4.75n−200>0. Solving the quadratic gives n>19.6…, so the smallest n is 20.
A common pitfall is mis-reading the first term — the first week is week 1, not week 0, and the run there is a, not a+d. Another is solving the quadratic and rounding the wrong way: when the inequality is "exceeds", you must round up to the next integer, not down. A quick check is to substitute the candidate n and the previous integer back into Sn and confirm the threshold is crossed at the right step.
For full coverage with savings, distance, and seating-arrangement contexts, see the Arithmetic Series Applications lesson.
Geometric Series Applications
Geometric-series applications are similarly contextual but feature multiplicative growth or decay. Typical scenarios include compound-interest savings, depreciating asset values, populations growing by a fixed percentage each year, and bouncing-ball problems where each bounce reaches a fixed proportion of the previous height.
The core skills are: identifying a and r from a percentage description (a 5% annual increase gives r=1.05; a 5% annual decrease gives r=0.95), choosing between un, Sn, and S∞ based on what the question asks, and using logarithms to solve for n in smallest-n questions. The bouncing-ball construction often combines a geometric sum (total distance fallen) with a separate geometric sum (total distance bounced) and asks for the total path length, which is the sum of the two infinite series.
A short worked example. A car valued at £20,000 depreciates by 15% each year. The yearly value forms a geometric sequence with a=20000 and r=0.85. After n complete years the value is un+1=20000⋅0.85n. To find the first year in which the value drops below £5,000, solve 20000⋅0.85n<5000, i.e. 0.85n<0.25. Taking logarithms gives nln(0.85)<ln(0.25). Because ln(0.85) is negative, dividing flips the inequality: n>ln(0.85)ln(0.25)≈8.53. So n=9 — the value first drops below £5,000 during the ninth year.
A common pitfall is treating compound-interest questions as if they were arithmetic — adding the same amount each year rather than multiplying by the same factor. Another is forgetting the inequality flip when the common ratio is between 0 and 1 and you take logarithms. A third is confusing un with un+1 when the question describes "after n years" rather than "in year n" — be explicit about the indexing on the line where you write down the formula.
For bouncing-ball problems, compound-interest workflows, and infinite-sum applications, see the Geometric Series Applications lesson.
Binomial Estimation
Binomial estimation uses the binomial expansion of (1+x)n for rational n to estimate roots and reciprocals of numbers close to a perfect power. The standard construction is to manipulate the target — say, 1.04 — into the form (1+x)n for some small x and rational n, then truncate the expansion to a few terms and evaluate.
A short worked example. Estimate 1.04 to four decimal places. Write 1.04=(1+0.04)1/2. Using the binomial expansion to three terms, (1+x)1/2≈1+21x−81x2 for x=0.04 gives 1+0.02−0.0002=1.0198. The exact value is 1.01980…, so the three-term expansion is accurate to four decimal places.
The core skills are: rewriting the target in (1+x)n form (with small x), expanding to the requested number of terms, substituting and simplifying, and — when asked — discussing the accuracy of the estimate. The smaller ∣x∣ is, the more rapidly the expansion converges and the more accurate a truncated approximation will be. Edexcel sometimes asks "explain why this approximation is reasonable" or "comment on the accuracy of using the first three terms"; the expected answer references the size of ∣x∣ and the validity range ∣x∣<1.
A common pitfall is choosing too large an x — for instance, trying to estimate 1.5 as (1+0.5)1/2. The expansion converges, but slowly, and a three-term truncation will be poor. The fix is to factor more aggressively: 1.5=23=23, or to use a different starting point. Another pitfall is forgetting that the validity range is ∣x∣<1 — if ∣x∣>1 the expansion diverges and the technique fails entirely.
For estimation workflows on roots, reciprocals, and rational expressions, see the Binomial Estimation lesson.
Proof of Sequence Results
The 9MA0 specification expects you to be able to prove simple sequence results using direct algebraic methods, deductive argument, and — for some constructions — proof by induction-style reasoning at A-Level appropriate level. Typical results include showing that a particular sequence is arithmetic, that a particular series sums to a given closed form, or that a recurrence-defined sequence has a stated property.
The core skills are: starting from the algebraic definition of the sequence, manipulating the expressions to reach the stated conclusion, and writing the argument out clearly enough that an examiner can follow each step. For "show that this sequence is arithmetic", compute un+1−un in general n and demonstrate that the result is independent of n. For "show that this sequence is geometric", compute unun+1 and demonstrate the same. For "show that the sum of the first n terms is f(n)", use the standard sigma results or the arithmetic/geometric sum formulae to derive the stated form.
A short worked example. A sequence is defined by un=3n+5. Show that the sequence is arithmetic and state its common difference. Compute un+1−un=(3(n+1)+5)−(3n+5)=3. Since this is constant in n, the sequence is arithmetic with common difference 3.
A common pitfall is checking the property only on specific terms — computing u2−u1 and u3−u2 and concluding the sequence is arithmetic. This is not a proof, only a check. The proof requires demonstrating the property in general n. Another pitfall is leaving the algebra incomplete — stopping at un+1−un=3n+8−3n−5 without simplifying to 3.
For proof workflows and a clean structure for "show that" questions, see the Sequences Proof lesson.
Common Mark-Loss Patterns Across Sequences and Series
Across the whole sequences and series section, a small set of habits accounts for a disproportionate share of lost marks. None of these are about content you do not know. They are all about content you do know, applied carelessly.
- Mixing up arithmetic and geometric formulae. Under exam pressure, Sn=2n(2a+(n−1)d) and Sn=1−ra(1−rn) can blur. Writing the formula on its own line before substituting forces a clean choice.
- Forgetting the validity range for the binomial expansion of (1+x)n when n is not a positive integer. This is a marked point on nearly every question and a cheap one to lose.
- Failing to factor before expanding (a+bx)n for non-positive-integer n. The correct first step is to write (a+bx)n=an(1+abx)n and adjust the validity range accordingly.
- Treating ∑ukvk as (∑uk)(∑vk). Sigma notation is linear in its summand, but it is not multiplicative.
- Forgetting the inequality flip when dividing through by ln(r) for r in (0,1), or by any negative quantity. A small underline on each negative-division step pays for itself.
- Rounding the wrong way in smallest-n questions. "Exceeds" rounds up to the next integer; "is less than" needs a careful check on which side of the boundary the previous integer sits.
- Confusing un and un+1 in compound-interest and depreciation contexts. After n complete years, the value is un+1 if the original value is u1.
- Showing a property for specific terms instead of in general n when the question asks you to prove the sequence is arithmetic or geometric. A finite check is not a proof.
- Not stating the formula before substituting numbers. Edexcel mark schemes give method marks for stating Sn=1−ra(1−rn) even if the subsequent arithmetic is wrong.
A revision plan that explicitly drills these habits — not just the content — will move your grade more than another pass through the textbook.
Recommended Six-Week Revision Plan
This plan is designed for a candidate who has covered the sequences and series content in lessons but wants to revise it cleanly before the exam. It assumes about 5-6 hours per week on this section. Adjust pace if you are starting earlier or later.
| Week | Topics | Practice |
|---|---|---|
| 1 | Arithmetic sequences; geometric sequences (including S∞) | 20 short questions on un and Sn for each type; 10 mixed problems requiring you to identify which type before solving |
| 2 | Recurrence relations; sigma notation (including standard results and index shifting) | 10 recurrence problems including periodic and convergent; 15 sigma problems combining the standard results |
| 3 | Binomial expansion for positive integer n; coefficient-of-xk questions | 10 full-expansion problems; 10 specific-coefficient problems including expressions with negative or fractional inner terms |
| 4 | Binomial expansion for rational or negative n; validity ranges; partial-fraction combinations | 10 expansion problems; 5 partial-fraction-then-expand problems; for each, write the validity range explicitly |
| 5 | Arithmetic series applications; geometric series applications; binomial estimation | 10 contextual application problems mixing arithmetic and geometric; 5 estimation problems; 5 smallest-n inequality problems |
| 6 | Mixed practice; targeted review of weakest topics; sequence proof; full sequences-and-series question sets | One full mixed problem set per day; review marking-scheme working for any question scoring below 60% |
The point of the plan is to keep moving forward while maintaining contact with earlier topics. Do not spend three weeks on the binomial expansion and run out of time before applications. By the end of week 5, every topic in the section should have had focused contact and a practice round. Week 6 is consolidation and weakness-targeting.
A useful discipline through the whole plan is to treat any question you got wrong not as a mistake but as a diagnostic. Was it a content gap? A method error? A careless arithmetic slip? Logging the cause means your next review session targets the right thing.
How LearningBro's Edexcel A-Level Maths Sequences and Series Course Helps
LearningBro's Edexcel A-Level Maths: Sequences and Series course is built around the structure of this guide. Each of the ten lessons covers one section of the 9MA0 specification, in the order Edexcel teaches it, with worked examples, practice questions and full mark-scheme-style solutions. Lessons end with a short review and quick-recall questions designed for spaced revisits.
The course is designed to be used in two ways. As a first pass, you can work through the lessons in order, building each topic on the last — the binomial expansion lessons in particular benefit from being studied immediately after the arithmetic and geometric sequences material, because the techniques reinforce each other. As a revision tool, you can drop into any lesson and work the practice independently — for example, drilling binomial estimation for a week before mocks. The AI tutor is available throughout to give targeted hints when you get stuck, without giving away full solutions, and to mark your written working with structured feedback.
If you want one place to revise this section of the spec well, with realistic practice and clean explanations of every topic, the full course is the right next step. Start with the Edexcel A-Level Maths: Sequences and Series course.