Study Guide

The sigma notation

Edexcel International GCSE Further Pure MathematicsΒ· Section S5, Specification 5AΒ· 15 min read

1. What is Sigma Notation?β˜…β˜†β˜†β˜†β˜†β± 4 min

βœ“ Calculator OK

πŸ“˜ Definition

Sigma Notation

βˆ‘k=abf(k)\sum_{k=a}^{b} f(k)

A compact way to write the sum of terms f(k) where k takes every integer value from the lower limit a to the upper limit b, inclusive.

Example:

Sum of first 5 positive integers: (\sum_{k=1}^{5} k = 1+2+3+4+5 = 15)

The Greek capital letter Ξ£ (sigma) stands for 'sum of'. The variable below the sigma is called the index of summation, and can be any letter (k, n, r are most common). You substitute every integer value of the index from the lower limit up to the upper limit into the expression next to the sigma, then add all resulting terms together.

πŸ“ Worked Example

Identify the terms and calculate the value of (\sum_{k=2}^{4} (2k + 1))

  1. 1

    Step 1: Identify the limits: lower limit k=2, upper limit k=4. Substitute k=2, 3, 4 into the expression 2k+1:

  2. 2
    k=2:2(2)+1=5k=2: 2(2)+1 = 5
  3. 3
    k=3:2(3)+1=7k=3: 2(3)+1 = 7
  4. 4
    k=4:2(4)+1=9k=4: 2(4)+1 = 9
  5. 5

    Step 2: Add the terms together:

  6. 6
    5+7+9=215 + 7 + 9 = 21
  7. 7

    Final result: 21

Exam tip:

Always double-check you have included both the lower and upper limit values when expanding the sum - missing one of these is a common easy mark to lose.

2. Writing Sums Using Sigma Notationβ˜…β˜…β˜†β˜†β˜†β± 5 min

βœ“ Calculator OK

To rewrite an expanded sum in sigma notation, first identify the pattern of the terms, define your index variable and limits, then write a general expression for the nth term of the sequence.

πŸ“ Worked Example

Rewrite the sum (3 + 7 + 11 + 15 + 19 + 23) using sigma notation.

  1. 1

    Step 1: Identify the term pattern: each term increases by 4, so it is a linear sequence with nth term 4n - 1 (check: n=1 gives 3, n=2 gives 7, etc.)

  2. 2

    Step 2: Identify limits: there are 6 terms, so the index runs from n=1 to n=6

  3. 3

    Step 3: Write the sigma expression:

  4. 4
    βˆ‘n=16(4nβˆ’1)\sum_{n=1}^{6} (4n - 1)
  5. 5

    Alternative valid form: you could use a different index, e.g. (\sum_{k=0}^{5} (4k + 3)), as long as the expanded terms match exactly.

βœ“ Quick check
  1. Which of the following is a correct sigma notation for the sum 1 + 4 + 9 + 16 + 25?

    • A. (\sum_{k=1}^{5} 2k)

    • B. (\sum_{k=1}^{5} k^2)

    • C. (\sum_{k=0}^{4} k^2)

    Reveal answer
    B β€”

    Option B gives 1Β² + 2Β² + 3Β² + 4Β² +5Β² = 1+4+9+16+25, which matches the given sum. Option A gives even numbers, option C starts at k=0 so its first term is 0.

Exam tip:

If you are asked to write a sum in sigma notation, you can always check your answer by expanding the first and last terms to confirm they match the given sum.

3. Evaluating Algebraic Sigma Sumsβ˜…β˜…β˜…β˜†β˜†β± 6 min

βœ“ Calculator OK

You may be asked to evaluate sums with algebraic terms, or sums where the expression under sigma is a constant. For constant terms, you are just adding the constant as many times as the number of terms between the limits (inclusive).

πŸ“ Worked Example

Evaluate (\sum_{r=1}^{10} 3) and (\sum_{x=3}^{7} (x^2 + 2x))

  1. 1

    First sum: (\sum_{r=1}^{10} 3)

  2. 2

    Step 1: Number of terms = 10 - 1 + 1 = 10 terms, each equal to 3

  3. 3
    10Γ—3=3010 \times 3 = 30
  4. 4

    Second sum: (\sum_{x=3}^{7} (x^2 + 2x))

  5. 5

    Step 1: Substitute x=3,4,5,6,7:

  6. 6
    x=3:32+2(3)=9+6=15x=3: 3^2 + 2(3) = 9 +6 =15
  7. 7
    x=4:16+8=24x=4: 16 + 8 =24
  8. 8
    x=5:25+10=35x=5:25 +10=35
  9. 9
    x=6:36+12=48x=6:36 +12=48
  10. 10
    x=7:49+14=63x=7:49 +14=63
  11. 11

    Step 2: Add all terms: 15 +24 +35 +48 +63 = 185

  12. 12

    Final results: 30 and 185 respectively

4. Common Pitfalls

Wrong move:

Only summing terms from lower limit +1 up to upper limit, missing the lower limit term

Why:

Students often forget to substitute the lower limit value, leading to an incorrect sum with one term missing

Correct move:

Always confirm you have (upper limit - lower limit + 1) terms in your expanded sum before adding them.

Wrong move:

Assuming the index always starts at 1

Why:

Limits can start at any integer, including negative numbers or zero, so substituting starting at 1 will give wrong terms

Correct move:

Always check the lower limit of the summation before substituting values for the index.

Wrong move:

Treating the index variable as a global variable

Why:

The index only exists within the sigma expression, so you cannot combine it with variables outside the sum

Correct move:

If the sum is part of a larger expression, treat the entire sigma sum as a single constant/variable value when simplifying the rest of the expression.

Wrong move:

Forgetting to apply all parts of the expression under sigma to each index value

Why:

For example, for (\sum (k + 2)), students sometimes only sum k and then add 2 once at the end, instead of adding 2 to every term

Correct move:

Substitute the index into the full expression each time, or expand the sum first if appropriate to separate constant and variable terms.

Wrong move:

Using non-integer values for the index

Why:

At IGCSE Further Pure level, the index of summation always takes consecutive integer values only

Correct move:

Only substitute integer values of the index from lower to upper limit, skipping no integers in between.

5. Quick Reference Cheatsheet

Task

Step-by-Step Method

Example

Interpret sigma notation

  1. Note lower limit, upper limit, index, and term expression
  2. Substitute every integer from lower to upper limit into the term
  3. Add all resulting terms

(\sum_{k=1}^3 2k = 2(1)+2(2)+2(3) = 12)

Write sum in sigma notation

  1. Find the nth term formula for the sequence of terms
  2. Identify the first and last values of the index
  3. Write the sigma expression with limits and nth term

Sum 2 +4 +6 +8 = (\sum_{n=1}^4 2n)

Evaluate constant sum

  1. Calculate number of terms: upper limit - lower limit + 1
  2. Multiply number of terms by the constant value

(\sum_{r=2}^5 4 = (5-2+1) \times 4 = 16)

What's Next

Now that you have mastered sigma notation, you are ready to apply it to arithmetic and geometric series, the next topic in the Edexcel IGCSE Further Pure Math series unit. Sigma notation will also appear later in your course when you study binomial expansions and other summation problems, so it is a critical foundational skill. Practice writing and evaluating sigma sums regularly to avoid simple errors in exam questions, and always check your expanded terms match the expected pattern before calculating the final sum.