Skip to main content
SingaporeMathsSyllabus dot point

How does sigma notation express a sum, and which standard results let us evaluate it?

Use sigma notation and the standard results for the sums of integers, squares and cubes, and the linearity of summation, to evaluate finite series

A focused answer to the H2 Mathematics outcome on sigma notation. Reading and writing sums in sigma notation, the standard results for sums of integers, squares and cubes, linearity, and adjusting limits.

Generated by Claude Opus 4.89 min answer

Reviewed by: AI editorial process; not yet individually human-reviewed

Have a quick question? Jump to the Q&A page

Jump to a section
  1. What this dot point is asking
  2. The answer
  3. Examples in context
  4. Try this

What this dot point is asking

SEAB wants you to read and write finite sums in sigma notation, apply the standard results for the sums of the first nn integers, squares and cubes, use the linearity of summation, and adjust the limits of a sum when the lower limit is not 11.

The answer

Reading sigma notation

The symbol βˆ‘r=1nur\displaystyle\sum_{r=1}^{n} u_r means "add the terms uru_r as rr runs from 11 to nn". The letter rr is a dummy variable; the lower and upper limits set the range.

The standard results

The three results you must know:

βˆ‘r=1nr=n(n+1)2,βˆ‘r=1nr2=n(n+1)(2n+1)6,βˆ‘r=1nr3=(n(n+1)2)2\sum_{r=1}^{n} r = \frac{n(n+1)}{2}, \quad \sum_{r=1}^{n} r^2 = \frac{n(n+1)(2n+1)}{6}, \quad \sum_{r=1}^{n} r^3 = \left(\frac{n(n+1)}{2}\right)^2

Note the neat fact that the sum of cubes is the square of the sum of integers.

Linearity

Summation distributes over addition and scalar multiples:

βˆ‘(a ur+b vr)=aβˆ‘ur+bβˆ‘vr,βˆ‘r=1nc=cn\sum (a\,u_r + b\,v_r) = a\sum u_r + b\sum v_r, \qquad \sum_{r=1}^{n} c = cn

So any polynomial in rr can be summed by splitting it into the standard results.

Adjusting the limits

To sum from r=pr = p rather than r=1r = 1, subtract the missing initial part:

βˆ‘r=pnur=βˆ‘r=1nurβˆ’βˆ‘r=1pβˆ’1ur\sum_{r=p}^{n} u_r = \sum_{r=1}^{n} u_r - \sum_{r=1}^{p-1} u_r

Factorising the final expression cleanly

H2 questions almost always want a fully factorised answer, and the reliable way to get there is to pull out the common factor before expanding the bracket. When you sum a polynomial, every standard result shares the factor n(n+1)6\tfrac{n(n+1)}{6} (or a multiple of it), so factor that out first and simplify only what remains inside the bracket. In the worked example, taking out n(n+1)6\tfrac{n(n+1)}{6} left the simple bracket (2n+1)+6=2n+7(2n + 1) + 6 = 2n + 7. Resisting the urge to multiply everything out, and instead extracting the common factor early, both saves work and produces the tidy factorised form the marks are awarded for.

Summing a geometric or telescoping series in sigma form

Not every sigma sum is a polynomial: the notation also wraps geometric series and telescoping (method-of-differences) sums. Recognising the type tells you which tool to use, the standard power results for polynomials, the geometric sum formula when the term is arkar^{k}, and partial-fraction splitting when the term telescopes. For instance, βˆ‘r=1n1r(r+1)\sum_{r=1}^{n} \tfrac{1}{r(r+1)} is telescoping, not polynomial, and splits as 1rβˆ’1r+1\tfrac{1}{r} - \tfrac{1}{r+1} so most terms cancel. Identifying whether the summand is polynomial, geometric, or telescoping before reaching for the standard results is the judgement that separates a confident H2 answer from a stuck one.

Examples in context

Example 1. Total of a triangular display. A shop stacks tins in rows of 1,2,3,…,151, 2, 3, \ldots, 15. The total is βˆ‘r=115r=15Γ—162=120\sum_{r=1}^{15} r = \dfrac{15 \times 16}{2} = 120 tins, a direct use of the integers result.

Example 2. Summing a quadratic cost. If the cost of producing the rrth unit is 3r23r^2 dollars, the total cost of nn units is 3βˆ‘r=1nr2=n(n+1)(2n+1)23\sum_{r=1}^{n} r^2 = \dfrac{n(n+1)(2n+1)}{2} dollars, obtained by pulling the constant out and applying the squares result.

Try this

Q1. Evaluate βˆ‘r=1n(4rβˆ’1)\displaystyle\sum_{r=1}^{n} (4r - 1). [2 marks]

  • Cue. 4β‹…n(n+1)2βˆ’n=2n(n+1)βˆ’n=2n2+n4 \cdot \dfrac{n(n+1)}{2} - n = 2n(n+1) - n = 2n^2 + n.

Q2. Express βˆ‘r=5nr2\displaystyle\sum_{r=5}^{n} r^2 in terms of nn. [3 marks]

  • Cue. n(n+1)(2n+1)6βˆ’(1+4+9+16)=n(n+1)(2n+1)6βˆ’30\dfrac{n(n+1)(2n+1)}{6} - (1 + 4 + 9 + 16) = \dfrac{n(n+1)(2n+1)}{6} - 30.

Q3. Evaluate βˆ‘r=110r3\displaystyle\sum_{r=1}^{10} r^3. [2 marks]

  • Cue. (10Γ—112)2=552=3025\left(\dfrac{10 \times 11}{2}\right)^2 = 55^2 = 3025.

Exam-style practice questions

Practice questions written in the style of SEAB exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.

Original4 marksEvaluate βˆ‘r=1n(2r2βˆ’3r+1)\displaystyle\sum_{r=1}^{n} (2r^2 - 3r + 1), giving your answer as a factorised expression in nn.
Show worked answer β†’

Split using linearity: 2βˆ‘r2βˆ’3βˆ‘r+βˆ‘12\sum r^2 - 3\sum r + \sum 1.

βˆ‘r=1nr2=n(n+1)(2n+1)6\sum_{r=1}^{n} r^2 = \dfrac{n(n+1)(2n+1)}{6}, βˆ‘r=1nr=n(n+1)2\sum_{r=1}^{n} r = \dfrac{n(n+1)}{2}, βˆ‘r=1n1=n\sum_{r=1}^{n} 1 = n.

So the sum is 2β‹…n(n+1)(2n+1)6βˆ’3β‹…n(n+1)2+n=n(n+1)(2n+1)3βˆ’3n(n+1)2+n2 \cdot \dfrac{n(n+1)(2n+1)}{6} - 3 \cdot \dfrac{n(n+1)}{2} + n = \dfrac{n(n+1)(2n+1)}{3} - \dfrac{3n(n+1)}{2} + n.

Taking a common denominator 66 and simplifying gives n(4n2βˆ’3nβˆ’1)6=n(4n+1)(nβˆ’1)6\dfrac{n(4n^2 - 3n - 1)}{6} = \dfrac{n(4n + 1)(n - 1)}{6}.

Markers reward splitting by linearity, correct standard results, and a tidy factorised final form.

Original3 marksExpress βˆ‘r=420r\displaystyle\sum_{r=4}^{20} r in terms of the sum from r=1r = 1, and evaluate it.
Show worked answer β†’

βˆ‘r=420r=βˆ‘r=120rβˆ’βˆ‘r=13r\sum_{r=4}^{20} r = \sum_{r=1}^{20} r - \sum_{r=1}^{3} r.

βˆ‘r=120r=20Γ—212=210\sum_{r=1}^{20} r = \dfrac{20 \times 21}{2} = 210, and βˆ‘r=13r=1+2+3=6\sum_{r=1}^{3} r = 1 + 2 + 3 = 6.

So βˆ‘r=420r=210βˆ’6=204\sum_{r=4}^{20} r = 210 - 6 = 204.

Markers reward rewriting the lower limit as a difference of two sums from 11, and the correct numerical value.

Related dot points