You are viewing a free preview of this lesson.
Subscribe to unlock all 10 lessons in this course and every other course on LearningBro.
Summation is the algebra of adding up patterned lists of numbers. At Further-Maths level the goal is rarely to add term by term — it is to compress a sum like 12+22+⋯+n2 into a single closed formula in n, and to manipulate ∑ notation as confidently as you manipulate ordinary algebra. The whole topic rests on a handful of standard results together with the linearity of summation, and the skill is choosing how to split a complicated sum into pieces those results can handle.
This lesson develops that skill: the standard formulae and why they hold, the linearity rules, summing arbitrary polynomial expressions in r, and shifting the limits of a sum.
This is the summation of series strand of the compulsory pure content examined on Paper 1 and Paper 2 (each 2 hours, 100 marks, 33⅓% of the A-Level). It assumes the GCSE/A-Level arithmetic-series formula and feeds directly into the method of differences (next lesson) and into proof by induction, where these same closed forms are the statements you prove. Routine application of the standard results is AO1; the "show that the sum equals … " framing, where a fully simplified and factorised closed form must be reached and justified, carries the AO2 marks.
The symbol ∑ (capital sigma) is shorthand for a sum over a range of an integer index:
∑r=1nf(r)=f(1)+f(2)+⋯+f(n).
Here r is the index of summation (a dummy variable — its name is irrelevant), 1 and n are the lower and upper limits, and f(r) is the summand.
These four closed forms are given in the AQA formula booklet, but you should know them cold and be able to apply them instantly.
| Sum | Closed form |
|---|---|
| r=1∑n1 | n |
| r=1∑nr | 2n(n+1) |
| r=1∑nr2 | 6n(n+1)(2n+1) |
| r=1∑nr3 | (2n(n+1))2 |
A striking identity. Comparing the last two rows, r=1∑nr3=(r=1∑nr)2 — the sum of the first n cubes is the square of the sum of the first n integers. So 13+23+33=36=62=(1+2+3)2. This is Nicomachus's theorem.
It is worth seeing where one of these comes from, because the derivation is itself an exam-style "method of differences" argument. To find ∑r2, use the telescoping identity (r+1)3−r3=3r2+3r+1. Summing both sides from r=1 to n, the left telescopes to (n+1)3−1:
(n+1)3−1=3∑r=1nr2+3∑r=1nr+∑r=1n1=3∑r2+23n(n+1)+n.
Solving for ∑r2 and simplifying gives 6n(n+1)(2n+1). The same trick with (r+1)2−r2 recovers ∑r, and with (r+1)4−r4 recovers ∑r3. The pattern is general: to find ∑rp, telescope (r+1)p+1−rp+1, expand the right by the binomial theorem, and the highest surviving term is (p+1)∑rp, with all lower power sums already known. This is the single most important idea in the topic — every standard result is a telescope in disguise, and the same method extends to powers the formula booklet does not list.
There is also a purely combinatorial reason the closed forms exist and are polynomials of degree p+1. Summing a degree-p expression in r over n terms is a discrete analogue of integrating xp, and ∫0nxpdx=p+11np+1; so we expect a degree-(p+1) polynomial whose leading term is p+11np+1. Indeed ∑r2=31n3+21n2+61n, whose leading term 31n3 matches ∫0nx2dx=31n3 exactly. Recognising the leading term is a fast sanity check on any closed form you derive.
Summation is linear: constants pull out, and sums split over addition. These two rules are what let you attack any polynomial summand.
| Property | Rule |
|---|---|
| Constant factor | r=1∑ncf(r)=cr=1∑nf(r) |
| Sum / difference | r=1∑n(f(r)±g(r))=r=1∑nf(r)±r=1∑ng(r) |
| Shifting limits | r=k∑nf(r)=r=1∑nf(r)−r=1∑k−1f(r) |
A crucial subtlety hides in the constant rule: ∑r=1nc=cn, not c. There are n terms, each equal to c. Forgetting the factor of n (writing just c, or worse c⋅2n(n+1)) is a perennial slip.
Two cautions about what linearity does not permit. First, summation does not distribute over products: ∑r=1nf(r)g(r) is generally not (∑f)(∑g). To sum r(r+1) you must expand to r2+r and split that, never multiply ∑r by ∑(r+1). Second, the standard results are stated for a lower limit of 1; any other lower limit must be handled by the shifting rule before the formulae apply. With those two cautions internalised, the entire mechanical side of the topic is: expand the summand into a sum of powers of r, pull out constants, substitute the four standard results, and factorise.
It helps to read the three properties as a single statement: summation is a linear operator on functions of r. Just as differentiation satisfies dxd(af+bg)=af′+bg′, summation satisfies ∑(af+bg)=a∑f+b∑g. This is why a sum of a polynomial reduces, term by term, to a combination of the standard results — and it is the property that the next two lessons (method of differences, induction) lean on as well.
Find r=1∑20(3r2+2r−1).
Split by linearity, then substitute the standard results:
∑r=120(3r2+2r−1)=3∑r=120r2+2∑r=120r−∑r=1201.(M1 split)
=3⋅620⋅21⋅41+2⋅220⋅21−20=3(2870)+2(210)−20.(M1 substitute)
=8610+420−20=9010.(A1)
(M1 for splitting into standard sums with the constants pulled out; M1 for correct substitution of all three formulae — note ∑1=20, not 1; A1 for 9010.)
The discipline here is to show the substituted line 3⋅620⋅21⋅41+⋯ before collapsing to a number, so the method is visible even if the final arithmetic slips. A candidate who writes only "=9010" with no working scores the accuracy mark but forfeits both method marks if the answer is wrong — and on a numerical sum, an arithmetic error is easy. Note too that every constant has been pulled outside its sum: 3∑r2, not ∑3r2 left unhandled. Small habits like these are what the M-marks reward.
Find r=1∑nr(r+1), giving your answer as a single factorised expression.
Expand the summand, then split:
∑r=1nr(r+1)=∑r=1n(r2+r)=6n(n+1)(2n+1)+2n(n+1).(M1 expand and substitute)
Take out the common factor 6n(n+1):
=6n(n+1)[(2n+1)+3]=6n(n+1)(2n+4)=6n(n+1)⋅2(n+2)=3n(n+1)(n+2).(A1 factorise)
(M1 for expanding and substituting; A1 for the fully factorised 31n(n+1)(n+2). Examiners reward the factorised form — leaving a quartic expanded out usually loses the final A-mark. Quick check at n=2: 1⋅2+2⋅3=8, and 31(2)(3)(4)=8 ✓.)
The factorisation step deserves emphasis because it is where marks are routinely lost. After substituting, you have 61n(n+1)(2n+1)+21n(n+1); the temptation is to multiply everything out into 31n3+n2+32n and stop. That expanded cubic is correct but almost always scores below the factorised 31n(n+1)(n+2), because "find in factorised form" is an explicit instruction. The reliable method is to spot the common factor 6n(n+1) before combining, reducing the bracket to (2n+1)+3=2n+4=2(n+2). Training your eye to pull out 61n(n+1) at the first opportunity turns a messy simplification into a one-liner — and the result 31n(n+1)(n+2), the product of three consecutive integers divided by 3, is memorable enough to quote in later questions.
(a) Find r=1∑n(4r3+6r2+2r) in fully factorised form; (b) evaluate r=10∑30r.
(a) Split and substitute:
∑r=1n(4r3+6r2+2r)=4(2n(n+1))2+6⋅6n(n+1)(2n+1)+2⋅2n(n+1).(M1)
=n2(n+1)2+n(n+1)(2n+1)+n(n+1).
Factor out n(n+1):
=n(n+1)[n(n+1)+(2n+1)+1]=n(n+1)(n2+3n+2)=n(n+1)(n+1)(n+2).
So the sum is n(n+1)2(n+2). (A1) (Check at n=1: 4+6+2=12, and 1⋅4⋅3=12 ✓.)
(b) Use the shifting rule on the linear standard result:
∑r=1030r=∑r=130r−∑r=19r=230⋅31−29⋅10=465−45=420.(M1 shift; A1)
(In (b), M1 for subtracting the sum up to k−1=9 — a common error is subtracting the sum up to 10, which wrongly removes the r=10 term; A1 for 420.)
Find r=1∑n(r−1)(r+3) in fully factorised form.
Expand the product first (you cannot sum a product directly):
(r−1)(r+3)=r2+2r−3,so∑r=1n(r−1)(r+3)=∑r2+2∑r−3∑1.(M1 expand and split)
Substitute the standard results (remembering ∑1=n):
=6n(n+1)(2n+1)+2⋅2n(n+1)−3n=6n(n+1)(2n+1)+n(n+1)−3n.(M1 substitute)
Take out a factor of n and combine over 6:
=6n[(n+1)(2n+1)+6(n+1)−18]=6n[2n2+9n−11]=6n(2n+11)(n−1).(A1)
(M1 expanding the product and splitting; M1 substituting all three standard results; A1 for the fully factorised form. Check at n=2: LHS =(0)(4)+(1)(5)=5; RHS =62⋅15⋅1=5 ✓. The factor (n−1) is expected, since the r=1 term (0)(4) is zero, so the sum vanishes at n=1.)
(specimen-style — not from any past paper)
(a) Show that r=1∑n(r2−r)=31n(n+1)(n−1). (b) Hence find r=1∑n(r−1)(r+1) in fully factorised form. (c) Evaluate r=21∑40(r−1)(r+1).
(a) ∑(r2−r)=6n(n+1)(2n+1)−2n(n+1)=6n(n+1)[(2n+1)−3]=6n(n+1)(2n−2)=3n(n+1)(n−1).
(b) (r−1)(r+1)=r2−1, so
∑r=1n(r2−1)=6n(n+1)(2n+1)−n=6n[(n+1)(2n+1)−6]=6n(2n2+3n−5)=6n(2n+5)(n−1).
(c) Using the shifting rule with the result of (b), call it S(n)=61n(2n+5)(n−1):
∑r=2140(r2−1)=S(40)−S(20)=640(85)(39)−620(45)(19)=6132600−17100=6115500=19250.
The "Hence" in (b) and (c) signals that you must reuse the earlier algebra: in (c), apply the closed form from (b) at the two limits rather than re-deriving anything. (Direct check of (c): ∑2140r2−∑21401. The "−1" contributes −20; ∑2140r2=640⋅41⋅81−620⋅21⋅41=22140−2870=19270; total 19270−20=19250 ✓.)
Subscribe to continue reading
Get full access to this lesson and all 10 lessons in this course.