3.1 Sigma notation

One way of writing long sums (commonly used at GCSE), is to use an elipsis (the ... symbol). For example, if we were to write the sum of all the positive integers from 11 to 2121 we could write it out in full as

1+2+3+4+5+6+7+8+9+10+11+12\displaystyle 1+2+3+4+5+6+7+8+9+10+11+12 (3.1)
+13+14+15+16+17+18+19+20+21\displaystyle+13+14+15+16+17+18+19+20+21

The other way we could write it is as

1+2+3++211+2+3+...+21 (3.2)

Here we’ve used ... to stand for all the terms between 2 and 21. This notation works, but there’s another way we could write this sum; using sigma notation! In this case, we could write this as

i=121i\sum_{i=1}^{21}i (3.3)

Sigma notation is not as bad as it looks! All this means (when read aloud) is \saythe sum of all the values of ii where ii starts at 11 and ends at 2121 (inclusive11 1 i.e. we include 11 and 2121).

In general there are three main parts to sigma notation - the place where we start counting from, the place where we finish counting and the "variable of indexation". In a more general case, we would have something of the form

i=0n[some expression depending on i]\sum_{i=0}^{n}\left[\text{some expression depending on $i$}\right] (3.4)

This would mean that we start at i=0i=0 and find the value of whatever the expression depending on ii is. Say, for the sake of example, it happened to be22 2 This is just an example - the expression could be anything! 3i23i^{2}. In this case, we would have 302=03\cdot 0^{2}=0. We would then add this to the value of the expression at 11 (3123\cdot 1^{2}), at 22 (3223\cdot 2^{2}), at 33 (3323\cdot 3^{2}), and so on (all the way to nn - 3n23\cdot n^{2}).