Sigma Notation for Series
A series is the sum of a sequence of numbers . For example
is the series of numbers for values of betweem and . Often, we are able to find an analytical expression for a series, which avoids the need to compute this large sum. For example, we can show that
We often use induction to demonstrate the proof of an analytical expression for a series. However, these results can become tedious to write if we have to keep track of all of the terms in these equations. Sigma notation is a much more compact way that we can write series, and keep track of the exact terms inside it. For example, we could represent the series is sigma notation as
The symbol is the capitalised greek letter sigma, which makes the same sound as the letter 's' and so is used to represent a sum. The sigma notation contains two parts:
- An index, represented by the and below and above the . This tells us to start with the value , and keep incrementing it until we reach , which is the last term in our series.
- An inner expression, which tells us what to do with the value in each term to get the value in the series.
The way to read the series in sigma notation is:
For each value of , starting with and ending with , square each value and take their sum.
If we follow this procedure, we would get the following
And so our series would be .
If necessary, we can also use brackets to apply summation to more complex inner expression, for example
In this case, we would evaluate for each value of , rather than just
...
Log in or sign up to see more