You are viewing a free preview of this lesson.
Subscribe to unlock all 10 lessons in this course and every other course on LearningBro.
An arithmetic sequence (also called an arithmetic progression, or AP) is a sequence where each term is obtained by adding a fixed number, called the common difference, to the previous term. This topic is fundamental to A-Level Mathematics (9MA0) and appears across Papers 1 and 2.
| Term | Meaning |
|---|---|
| Arithmetic sequence | A sequence with a constant difference between consecutive terms |
| Common difference (d) | The fixed value added to each term: d = u(n+1) - u(n) |
| First term (a) | The starting value of the sequence, u(1) |
| nth term, u(n) | The general term of the sequence |
| Arithmetic series | The sum of the terms of an arithmetic sequence |
For an arithmetic sequence with first term a and common difference d:
u(n) = a + (n - 1)d
This is given in the Edexcel formula booklet but you must be able to use it fluently.
Find the 20th term of the arithmetic sequence 5, 8, 11, 14, ...
The 3rd term of an AP is 10 and the 7th term is 22. Find a and d.
Using u(n) = a + (n - 1)d:
Subtract (1) from (2): 4d = 12, so d = 3
Substitute back: a + 6 = 10, so a = 4
Answer: a = 4, d = 3
The nth term of an arithmetic sequence is u(n) = 7n - 2. State the first term and common difference.
Alternatively, comparing u(n) = 7n - 2 with u(n) = a + (n-1)d = dn + (a - d):
The sum of the first n terms of an arithmetic series is:
S(n) = n/2 x (2a + (n - 1)d)
or equivalently:
S(n) = n/2 x (a + l)
where l is the last term.
Both forms are in the formula booklet. Choose whichever is more convenient for the given information.
Write the sum forwards and backwards:
S(n) = a + (a + d) + (a + 2d) + ... + (a + (n-1)d) S(n) = (a + (n-1)d) + (a + (n-2)d) + ... + a
Adding these two equations term by term:
2 x S(n) = n x (2a + (n-1)d)
So S(n) = n/2 x (2a + (n-1)d)
Find the sum of the first 50 terms of the arithmetic series 3 + 7 + 11 + 15 + ...
The sum of the first 20 terms of an AP is 610 and the first term is 4. Find d.
Answer: d = 53/19
Sometimes you need to find how many terms are in a given range or how many terms are needed for the sum to exceed a value.
How many terms of the AP 2, 5, 8, 11, ... are needed for the sum to first exceed 1000?
S(n) = n/2 x (2(2) + (n-1)(3)) = n/2 x (4 + 3n - 3) = n/2 x (3n + 1)
We need S(n) > 1000:
n(3n + 1)/2 > 1000
3n² + n > 2000
3n² + n - 2000 > 0
Using the quadratic formula: n = (-1 + sqrt(1 + 24000)) / 6 = (-1 + sqrt(24001)) / 6
sqrt(24001) ≈ 154.93, so n > (-1 + 154.93)/6 ≈ 25.65
Since n must be a positive integer, n = 26 terms are needed.
Check: S(25) = 25/2 x (76) = 950, S(26) = 26/2 x (79) = 1027. Confirmed.
A trainee saves £100 in the first month and increases the amount by £15 each month. How much has she saved in total after 2 years?
Seats in a theatre are arranged so that the first row has 20 seats and each subsequent row has 2 more seats than the row in front. If there are 30 rows, how many seats are there in total?
| Tip | Detail |
|---|---|
| Check your d | Always verify d by checking consecutive terms; a sign error is easy to make |
| Integer answers | When finding n (number of terms), the answer must be a positive integer — round UP if the sum must exceed a value |
| Two unknowns | If given two pieces of information, set up two equations using u(n) and/or S(n) and solve simultaneously |
| Notation | Edexcel uses both u(n) and a + (n-1)d interchangeably; be comfortable with both |
| Show working | Even with a formula booklet, examiners want to see substitution and simplification steps |
Edexcel 9MA0-01 specification section 4 — Sequences and series, arithmetic sub-strand (Year 1 Pure) covers sigma notation for sums of series; understand and work with arithmetic sequences and series, including the formulae for the nth term and the sum to n terms; the sum of a finite arithmetic series (refer to the official specification document for exact wording). The two key formulae un=a+(n−1)d and Sn=2n(2a+(n−1)d)=2n(a+l) are listed in section 5 of the Edexcel formula booklet under "Arithmetic series", so candidates are not required to memorise them — but they are required to apply them with full fluency. The topic is examined in 9MA0-01 (Pure 1) and reappears synoptically in 9MA0-02 (Pure 2) when combined with proof by induction (Year 2), sigma notation, and modelling with sequences (loan repayment, savings schemes, depreciation). It also sits next to geometric sequences — the next lesson — and contrasts with them via the additive-versus-multiplicative structure.
Question (8 marks):
The 5th term of an arithmetic sequence is 17 and the sum of the first 12 terms is 348.
(a) Find the first term a and the common difference d. (5)
(b) Hence write Sn, the sum of the first n terms, as a closed-form expression in n, simplifying fully. (3)
Solution with mark scheme:
(a) Step 1 — translate the 5th-term condition.
Using un=a+(n−1)d with n=5:
u5=a+4d=17(⋆)
M1 — correct application of the nth-term formula. Common slip: writing a+5d instead of a+4d — students forget the −1 in (n−1).
Step 2 — translate the sum-of-12 condition.
Using Sn=2n(2a+(n−1)d) with n=12:
S12=212(2a+11d)=6(2a+11d)=12a+66d=348
Dividing by 6: 2a+11d=58(⋆⋆).
M1 — correct application of the sum formula with n=12.
A1 — correct simplified linear equation 2a+11d=58 (or equivalent unsimplified form).
Step 3 — solve simultaneously.
From (⋆): a=17−4d. Substitute into (⋆⋆):
2(17−4d)+11d=58⟹34−8d+11d=58⟹3d=24⟹d=8
Hence a=17−4⋅8=17−32=−15.
M1 — valid simultaneous-equation method (substitution or elimination).
A1 — correct values a=−15, d=8.
(b) Step 1 — substitute into the sum formula.
Sn=2n(2a+(n−1)d)=2n(2⋅(−15)+(n−1)⋅8)=2n(−30+8n−8)=2n(8n−38)
M1 — substituting a=−15 and d=8 correctly into the sum formula.
Step 2 — simplify.
Sn=2n⋅2(4n−19)=n(4n−19)=4n2−19n
A1 — correct simplification factor of 2 extracted.
A1 — final closed form Sn=4n2−19n (or n(4n−19)).
Total: 8 marks (M4 A4, split as shown). A quick check: S12=4⋅144−19⋅12=576−228=348, matching the given data.
Question (6 marks): An arithmetic sequence has first term a and common difference d, with d=0. The 3rd, 7th and 15th terms of the sequence form, in that order, the first three terms of a geometric sequence.
(a) Show that d=2a. (4)
(b) Given that a=3, find the sum of the first 20 terms of the arithmetic sequence. (2)
Mark scheme decomposition by AO:
(a)
(b)
Total: 6 marks split AO1 = 4, AO2 = 2. This question rewards the synoptic move of pivoting from arithmetic structure to a geometric ratio — exactly the cross-topic reasoning Edexcel uses to separate Grade A from Grade A* candidates on Pure 1.
Connects to:
Geometric sequences (next lesson): the immediate contrast — arithmetic sequences add a fixed d, geometric sequences multiply by a fixed r. Mixed problems often define a new sequence whose terms are drawn from both kinds, or ask which structure a given recurrence has.
Sigma notation (same section): Sn=∑k=1n(a+(k−1)d). Splitting the sum as ∑k=1na+d∑k=1n(k−1)=na+d⋅2n(n−1) rederives the closed form using the standard result ∑k=1nk=2n(n+1).
Modelling — salaries, loan repayment, depreciation: "A trainee earns £18,000 in year 1 with annual rises of £1,200" is an arithmetic sequence; total earnings over 10 years is S10. Loan repayment with fixed monthly principal reductions and saving schemes with linear top-ups are likewise arithmetic.
Proof by induction (Year 2, 9MA0-02): the formula Sn=2n(2a+(n−1)d) is a textbook induction exercise — assume true for n=k, add uk+1, and re-fold. Edexcel sometimes asks for this proof in Pure 2.
Partial sums and series convergence: arithmetic series with non-zero d diverge as n→∞ (the partial sum is quadratic in n). The contrast with the geometric case (which converges when ∣r∣<1) underpins the analytic distinction between linear and exponential growth.
Arithmetic-sequence questions on 9MA0 split AO marks across all three objectives:
| AO | Typical share | Earned by |
|---|---|---|
| AO1 (knowledge / procedure) | 50–65% | Correct identification of a, d, n, l; substitution into un or Sn formulae; algebraic simplification |
| AO2 (reasoning / interpretation) | 20–30% | Setting up simultaneous equations from word conditions; justifying validity of division (e.g. "since d=0"); recognising hidden arithmetic structure in modelling problems |
| AO3 (problem-solving / modelling) | 10–25% | Translating real-world scenarios (loan, salary, depreciation) into a and d; interpreting the answer in context with units |
Examiner-rewarded phrasing: "let a be the first term and d the common difference"; "since d=0 we may divide by d"; "in pounds, the total earnings over the 10-year period are…". Phrases that lose marks: writing un=a+nd (the −1 slip); presenting Sn as 2n(a+(n−1)d) — missing the 2a; and giving an arithmetic answer to a question that names a geometric sequence (or vice versa) by failing to read the question.
A specific Edexcel pattern to watch: questions that quote a sum and a term value force two simultaneous equations in a and d. The marks always split as M1 (each equation) + M1 (solve) + A1 (correct values). Skipping straight to numerical answers without writing the equations leaves up to 3 method marks unobtainable on appeal.
Question: The 8th term of an arithmetic sequence is 23 and the common difference is 3. Find the first term.
Grade C response (~210 words):
The nth term of an arithmetic sequence is given by un=a+(n−1)d. Putting n=8, d=3 and u8=23:
23=a+7⋅3=a+21, so a=2.
The first term is 2.
Examiner commentary: Full marks (3/3). The candidate quotes the formula, substitutes the correct values (with n−1=7, not n=8), and isolates a cleanly. Working is brief but each step is shown. This is a procedural AO1 question and a Grade C candidate who knows the formula scores full marks. The most common error — writing 23=a+8⋅3 and concluding a=−1 — is exactly the (n−1) slip that destroys a third of attempts at this type of question. The candidate has avoided it. The final sentence connects the algebra back to the verbal question, which is a small but examiner-rewarded habit.
Grade A response (~240 words):*
The nth term of an arithmetic sequence with first term a and common difference d is
un=a+(n−1)d
Substituting n=8, d=3, and u8=23:
23=a+(8−1)⋅3=a+21
Rearranging: a=23−21=2.
So the first term is a=2.
Verification: the sequence begins 2,5,8,11,14,17,20,23,… — and the 8th term is indeed 23, confirming the answer.
Examiner commentary: Full marks (3/3). The A* candidate adds two pieces of examination craft: first, naming a and d explicitly before substitution, which makes the working unambiguous if the examiner has to interpret a slip; second, listing the first eight terms as a verification step. Neither earns extra marks on a 3-mark question, but on an 8- or 12-mark question this discipline catches arithmetic errors before they propagate. The display-math notation and the explicit (8−1) rather than the collapsed 7 are also small marks of polish — they show the candidate is using the formula rather than guessing.
Question: An arithmetic sequence has 5th term 14 and 11th term 38.
(a) Find the first term and the common difference. (3)
(b) Find the sum of the first 25 terms. (3)
Grade B response (~280 words):
(a) Using un=a+(n−1)d:
u5=a+4d=14 u11=a+10d=38
Subtracting: 6d=24, so d=4. Then a=14−16=−2.
(b) S25=225(2⋅(−2)+24⋅4)=225(−4+96)=225⋅92=1150.
Examiner commentary: Method correct throughout, full marks (6/6). The candidate sets up two equations cleanly, uses elimination to find d first (the natural move), and back-substitutes. In (b), the substitution into Sn=2n(2a+(n−1)d) is correct with n=25, a=−2, d=4, and the arithmetic is clean. This is a solid Grade B answer — the working is condensed but every mark-bearing step is present. The slight presentational weakness is that the candidate doesn't label a and d explicitly or quote the formula before using it; on a tougher question this can leave method marks at risk if a slip occurs mid-calculation.
Grade A response (~330 words):*
(a) Let a be the first term and d the common difference. The nth term of an arithmetic sequence is un=a+(n−1)d, so:
u5=a+4d=14(⋆) u11=a+10d=38(⋆⋆)
Subtracting (⋆) from (⋆⋆) to eliminate a:
6d=24⟹d=4
Substituting back into (⋆): a+16=14, so a=−2.
(b) The sum of the first n terms is Sn=2n(2a+(n−1)d). With n=25, a=−2, d=4:
S25=225(2(−2)+24⋅4)=225(−4+96)=225⋅92=25⋅46=1150
Examiner commentary: Full marks (6/6). The A* version differs from the B version not in the mathematics but in the presentation: a and d are named, the equations are labelled (⋆) and (⋆⋆) for cross-reference, and the simplification 225⋅92=25⋅46 is shown explicitly to avoid the easy slip of mishandling the half-integer. On a Paper 1 written in haste, these habits save marks; the labelled-equation discipline in particular pays off on later questions when the candidate has to reuse (⋆) in part (c) of a longer chain. The final answer is verified implicitly by the matching arithmetic, but adding a check sentence ("since the 25th term is −2+24⋅4=94, and 225(−2+94)=1150 via the alternative form, the answer is consistent") would be the textbook A* finish.
Question: A theatre with 30 rows has 24 seats in row 1, with each subsequent row containing 2 more seats than the row in front. A planner needs to know:
(a) the number of seats in the back row; (2) (b) the total number of seats in the theatre; (3) (c) the smallest n such that the first n rows contain at least 1500 seats. (4)
Grade A response (~410 words):*
(a) The seats per row form an arithmetic sequence with a=24, d=2. The 30th row contains:
u30=24+29⋅2=24+58=82 seats
(b) Total seats = sum of the arithmetic series:
S30=230(a+l)=15⋅(24+82)=15⋅106=1590 seats
(I used Sn=2n(a+l) since the last term l=82 was found in (a) — quicker than Sn=2n(2a+(n−1)d).)
(c) Find smallest n with Sn≥1500.
Sn=2n(2⋅24+(n−1)⋅2)=2n(48+2n−2)=2n(2n+46)=n(n+23)=n2+23n
Solve n2+23n≥1500, i.e. n2+23n−1500≥0. Using the quadratic formula:
n=2−23+529+6000=2−23+6529≈2−23+80.80≈28.90
Since n must be a positive integer, the smallest n is n=29.
Check: S28=28⋅51=1428<1500, and S29=29⋅52=1508≥1500. Confirmed.
Examiner commentary: Full marks (9/9). Part (a) uses the nth-term formula cleanly. Part (b) chooses the elegant form Sn=2n(a+l) — exactly the step rewarded under AO2.5 for "selecting an efficient method", and the candidate flags the choice in a parenthetical comment. Part (c) is the AO3 modelling step: the candidate produces a closed-form quadratic in n, applies the quadratic formula, takes the positive root, rounds up (not nearest) because the inequality must be satisfied, and finishes with an explicit check on S28 and S29 to verify the boundary. This is examination craft of the highest order; the verification step alone often distinguishes A* from A on AO3 questions because it pre-empts the most common slip (rounding 28.9 to 28 rather than 29).
The errors that distinguish A from A* on arithmetic-sequence questions:
The (n−1) slip. The nth term is a+(n−1)d, not a+nd. The 1st term has n=1, giving a+0⋅d=a — a one-line check that catches the slip immediately. Yet candidates routinely write un=a+nd under exam pressure.
Sn formula confusion. The two forms Sn=2n(2a+(n−1)d) and Sn=2n(a+l) are equivalent only when l=a+(n−1)d. Candidates sometimes "simplify" by dropping the 2 or the (n−1) to produce Sn=2n(a+(n−1)d) — wrong, and the resulting numerical answer is roughly half the correct one.
Misreading "first n terms" vs "nth term". "Find the sum of the first 12 terms" is S12. "Find the 12th term" is u12. Confusing the two on a multi-part question can wipe out entire later parts.
Negative common difference handled carelessly. If d=−3, then un=a+(n−1)(−3)=a−3(n−1). Many candidates drop the negative sign or write a−3n instead of a−3(n−1). The eventual arithmetic comes out wrong by a constant offset.
Indexing from 0 vs from 1. A-Level convention has u1=a (1-indexed). Some textbooks and computer scientists index from 0, with u0=a and un=a+nd. Mixing conventions mid-question is a classic exam-day mistake; stick to the Edexcel 1-indexed convention throughout.
Treating a sum-of-terms condition as a term-value condition. "The sum of the first 5 terms is 30" is S5=30, not u5=30. The two equations look similar in setup but have different multipliers (5 vs 1) on a, leading to wildly different solutions.
Forgetting the validity check on d=0. When dividing by d to solve a derived equation (as in the specimen geometric-from-arithmetic question), candidates must justify d=0 first. Skipping the justification can cost an A1 in a "show that" question. The phrase "since d=0 we may divide by d" is examiner-rewarded.
Three or four patterns repeatedly cost candidates marks on Paper 1 arithmetic-sequence questions. They are about discipline, not technique.
This pattern is endemic to Paper 1 arithmetic questions: candidates know the formulae, lose marks on bookkeeping.
Arithmetic sequences point directly toward several undergraduate trajectories:
Oxbridge interview prompt: "Without using the formula, prove that 1+2+3+…+n=2n(n+1). Now generalise: prove the formula for the sum of any arithmetic series in three different ways — pairing, induction, and integration of a continuous analogue."
The closed form Sn=2n(a+l) can be derived from scratch by pairing terms from both ends, exactly as Gauss did. This derivation is worth knowing both for its elegance and because Edexcel occasionally asks "show that" the sum formula in a multi-mark proof part.
Setup. Let Sn=a+(a+d)+(a+2d)+…+(a+(n−1)d), with last term l=a+(n−1)d.
Step 1 — write the sum forwards and backwards.
Sn=a+(a+d)+(a+2d)+…+(l−d)+l Sn=l+(l−d)+(l−2d)+…+(a+d)+a
Step 2 — add the two rows term by term.
Each pair (kth term forwards +kth term backwards)=a+l, because the increments +d in the forwards row exactly cancel the decrements −d in the backwards row.
There are n such pairs, so:
2Sn=n(a+l)
Step 3 — divide by 2.
Sn=2n(a+l)
Why A candidates value this derivation:* it shows where the formula comes from, not just how to apply it. Two consequences. First, the form 2n(a+l) is primary — the form 2n(2a+(n−1)d) is just l unpacked. When the last term is given (or easy to compute), prefer the (a+l) form. Second, the pairing argument generalises: for any sequence symmetric around its midpoint, pairing from both ends collapses the sum. This is the same idea that underpins integration by symmetry: ∫−aaf(x)dx=0 for odd f because f(−x)=−f(x) pairs to zero.
Apply it: sum 3+7+11+…+99. Here a=3, l=99, d=4. Find n from l=a+(n−1)d: 99=3+4(n−1), so n−1=24, n=25. Then S25=225(3+99)=225⋅102=25⋅51=1275. The pairing form is much faster than substituting into 2n(2a+(n−1)d).
This content is aligned with the Pearson Edexcel GCE A Level Mathematics (9MA0) specification, Paper 1 — Pure Mathematics, Sequences and series. For the most accurate and up-to-date information, please refer to the official Pearson Edexcel specification document.
graph TD
A["Arithmetic sequence<br/>given a and d"] --> B{"What is asked?"}
B -->|"nth term"| C["Apply u_n = a + (n−1)d"]
B -->|"Sum of first n terms"| D{"Is the last term l known?"}
B -->|"Hidden a and d<br/>from two conditions"| E["Set up two<br/>simultaneous equations"]
D -->|"Yes"| F["Use S_n = (n/2)(a + l)<br/>(Gauss pairing form)"]
D -->|"No"| G["Use S_n = (n/2)(2a + (n−1)d)<br/>(unpacked form)"]
E --> H["Solve for a and d<br/>by elimination"]
H --> C
H --> D
C --> I["Substitute and simplify"]
F --> I
G --> I
I --> J{"Modelling context?"}
J -->|"Yes"| K["State answer with units<br/>and verify in context"]
J -->|"No"| L["Present in requested form"]
style F fill:#27ae60,color:#fff
style K fill:#3498db,color:#fff
style L fill:#3498db,color:#fff