Sigma notation is used to hold all the terms of a series on one small space on a page.
Take for example the sequence
. This sequence has general term
. The notation:
![Rendered by QuickLaTeX.com \[\sum_{n=1}^{5}(4n+1)\]](https://tentotwelvemath.com/wp-content/ql-cache/quicklatex.com-82b733b807a905e0d4b4b68c6d5fcaed_l3.png)
is the instruction to add together the first five terms of the sequence
. It reads ‘sum the terms of the sequence
starting at
and ending at
.’
Writing out the sum in full we have
![Rendered by QuickLaTeX.com \[\sum_{n=1}^{5}(4n+1)=5 + 9+ 13+17+21\]](https://tentotwelvemath.com/wp-content/ql-cache/quicklatex.com-3057a86000267b70f95c0378627b35d7_l3.png)
We can also understand this notation as representing the number or expression which the sum is equal to. In this case,
. Therefore,
![Rendered by QuickLaTeX.com \[\sum_{n=1}^{5}(4n+1)=65\]](https://tentotwelvemath.com/wp-content/ql-cache/quicklatex.com-4eeb3e0b737d51c207a551859b13b932_l3.png)
Evaluate Sigma Notation
There are three ways to calculate the value of (evaluate) a sum represented with sigma notation.
- Write out all the terms and add them together.
- If you know a formula for the kind of sequence, use the formula.
- Use a scientific calculator, or an online sigma calculator.
Using formulae
Example 1 Arithmetic Series
![Rendered by QuickLaTeX.com \[\sum_{n=1}^{100}(4n+1)\]](https://tentotwelvemath.com/wp-content/ql-cache/quicklatex.com-35d58e0cc1baf27380a2bc320a17188c_l3.png)
In this case, the sequence
is arithmetic, and so we can calculate the sum of the first 100 terms using the formula for arithmetic series:
where
is the first term and
is the common difference.
The sequence
has first term
and common difference
.
![Rendered by QuickLaTeX.com \[\sum_{n=1}^{100}(4n+1)=\dfrac{100}{2}\left(2\times 5 + 99 \times 4\right)=20300\]](https://tentotwelvemath.com/wp-content/ql-cache/quicklatex.com-1442b705475709b196d8fdce9c7a7f85_l3.png)
It is clear that having a formula offers a significant advantage over writing out all the terms and adding them together.
Try typing example 1 into this sigma calculator.
Example 2: A partial sum
![Rendered by QuickLaTeX.com \[\sum_{n=7}^{20}(4n+1)\]](https://tentotwelvemath.com/wp-content/ql-cache/quicklatex.com-518942db324898b482955737c4da7d23_l3.png)
In this example, our sequence is still arithmetic, however we are beginning at the 7th term and finishing at the 20th term. That is a total of 14 terms. (Calculate:
We ‘
‘ because the 7th term is included).
Now that we have established
, let’s find the first term in this summation and the last term, so that we can use the other formula for summing an arithmetic sequence which is ![]()
First term: when
,
.
Last term: when
,
.
Therefore,
![Rendered by QuickLaTeX.com \[\sum_{n=7}^{20}(4n+1)=\dfrac{14}{2}(29+81)=770\]](https://tentotwelvemath.com/wp-content/ql-cache/quicklatex.com-32592cecded3ba440c2d68c3316775bc_l3.png)
Example 3 A geometric series
A geometric sequence has general term
. We read here that the formula to sum the first
terms of a geometric sequence is ![]()
![Rendered by QuickLaTeX.com \[\sum_{n=1}^{10}3(2)^{n-1}\]](https://tentotwelvemath.com/wp-content/ql-cache/quicklatex.com-671d4cbdca7357c0ecbf4276225e4a9b_l3.png)
In this case, the number of terms is 10;
and
.
When written out, the sequence reads
![Rendered by QuickLaTeX.com \[\sum_{n=1}^{10}3(2)^{n-1}=3+6+12+\dots+1536\]](https://tentotwelvemath.com/wp-content/ql-cache/quicklatex.com-fa84f1632fbabcc360c7829ef611c3da_l3.png)
Using the formula, we have
![Rendered by QuickLaTeX.com \[\sum_{n=1}^{10}3(2)^{n-1}=\dfrac{3(2^{10}-1)}{2-1}=3069\]](https://tentotwelvemath.com/wp-content/ql-cache/quicklatex.com-ce8b190b91503a14954d4c31b3b18cb5_l3.png)
Example 4 Square Numbers
![Rendered by QuickLaTeX.com \[\sum_{n=1}^{10}n^2=1+4+9+\dots+100\]](https://tentotwelvemath.com/wp-content/ql-cache/quicklatex.com-3f92ffd0346d1ec82e3dc2d36625c937_l3.png)
In this course, we don’t derive the formula to add together the square numbers. It takes a little more time to derive this formula – here is one youtube that explains where the formula comes from.
Here it is:
![]()
Therefore,
![Rendered by QuickLaTeX.com \[\sum_{n=1}^{10}n^2=\dfrac{10(11)(21)}{6}=385\]](https://tentotwelvemath.com/wp-content/ql-cache/quicklatex.com-d3be09da6d9988c27d61b54c7f1910b9_l3.png)
Example 5 Summing
terms
When the number of terms to add has not been specified, we generally use
to describe the number of terms to be added. This means that we need an additional variable to use to describe the sequence. Let’s add together
terms of the sequence in example 1:
![Rendered by QuickLaTeX.com \[\sum_{k=1}^{n}(4k+1)\]](https://tentotwelvemath.com/wp-content/ql-cache/quicklatex.com-bc13a798c6d68641a9ad055ecde4e8be_l3.png)
This reads ‘sum the terms of the sequence
starting with the first term and ending with the
term.
Writing the sequence out we have:
![Rendered by QuickLaTeX.com \[\sum_{k=1}^{n}(4k+1)=5 + 9 + 13 + \dots +(4n+1)\]](https://tentotwelvemath.com/wp-content/ql-cache/quicklatex.com-2b037cf5b5a944aaacb358d1fb505de3_l3.png)
This sequence is arithmetic, with
terms,
and
.
![Rendered by QuickLaTeX.com \[\sum_{k=1}^{n}(4k+1)=\dfrac{n}{2}\left(t_1+t_n\right)=\dfrac{n}{2}\left(5+4n+1\right)=\dfrac{n}{2}\left(4n+6\right)\]](https://tentotwelvemath.com/wp-content/ql-cache/quicklatex.com-c208da91de23ef6cfebb0aaadacfd6fc_l3.png)
Before evaluating a sum presented with sigma notation, it is good to ask whether or not a formula would be necessary. If only a few terms are to be added, it might be more efficient to write out the terms and add them. If there are many terms and you are not permitted to use technology, then you then need to determine the kind of sequence in order to select the correct formula for adding the terms.
Simplifying Sigma Notation
Consider the sum
![Rendered by QuickLaTeX.com \[\sum_{n=1}^{5}(n^2+4n+1)\]](https://tentotwelvemath.com/wp-content/ql-cache/quicklatex.com-dbafd1c496a2f0b20b54a446b434a191_l3.png)
Written out in full we have
![Rendered by QuickLaTeX.com \[\sum_{n=1}^{5}(n^2+4n+1)=(1+4+1)+(4+8+1)+(9+12+1)+(16+16+1)+(25+20+1)\]](https://tentotwelvemath.com/wp-content/ql-cache/quicklatex.com-82baf6e18db724b896606552f5497099_l3.png)
Rearranging the terms, taking all the first terms in each bracket followed by all the second terms, followed by all the third we have
![Rendered by QuickLaTeX.com \[\sum_{n=1}^{5}(n^2+4n+1)=(1+4+9+16+25)+(4+8+12+16+20)+(1+1+1+1+1)\]](https://tentotwelvemath.com/wp-content/ql-cache/quicklatex.com-edb6ed60e7f3be5fc584be521739c0fc_l3.png)
We can identify three separate, simpler sums:
![Rendered by QuickLaTeX.com \[\sum_{n=1}^{5}(n^2+4n+1)=\sum_{n=1}^5 n^2+\sum_{n=1}^5 4n + \sum_{n=1}^5 1\]](https://tentotwelvemath.com/wp-content/ql-cache/quicklatex.com-25df8479ba75e676280ad89a94a1509e_l3.png)
Taking out the common factor
in the second term, we can simplify once more:
![Rendered by QuickLaTeX.com \begin{align*}\sum_{n=1}^{5}(n^2+4n+1)&=(1+4+9+16+25)+4(1+2+3+4+5)+(1+1+1+1+1)\\[10 pt] &=\sum_{n=1}^5 n^2+4\sum_{n=1}^5 n +\sum_{n=1}^5 1\end{align}](https://tentotwelvemath.com/wp-content/ql-cache/quicklatex.com-f17bc1706086ef82e9264ce1aa8b3382_l3.png)
Finally, notice that the constant term is simply a multiplication:
![Rendered by QuickLaTeX.com \begin{align*}\sum_{n=1}^{5}(n^2+4n+1)&=(1+4+9+16+25)+4(1+2+3+4+5)+(1+1+1+1+1)\\[10 pt] &=\sum_{n=1}^5 n^2+4\sum_{n=1}^5 n +5\times 1\end{align}](https://tentotwelvemath.com/wp-content/ql-cache/quicklatex.com-49f07bd124fac00c52136fac68ce0bdf_l3.png)
We can make the following generalizations:
1. Let
and
represent two sequences in terms of
. Then:
![Rendered by QuickLaTeX.com \[\sum_{n=1}^{5}(t_n+u_n)=\sum_{n=1}^5 t_n+\sum_{n=1}^5 u_n\]](https://tentotwelvemath.com/wp-content/ql-cache/quicklatex.com-474139bc8aba75f17f5045206894075f_l3.png)
2. Let
be a sequence
multiplied by a constant
.
![Rendered by QuickLaTeX.com \[\sum_{n=1}^{5}at_n=a\sum_{n=1}^5 t_n\]](https://tentotwelvemath.com/wp-content/ql-cache/quicklatex.com-635685d77b302f749f525b47cf0bc710_l3.png)
3. Let
be a constant.
![Rendered by QuickLaTeX.com \[\sum_{n=1}^{5}c=5\times c\]](https://tentotwelvemath.com/wp-content/ql-cache/quicklatex.com-d51e3b13925d15911d6c7369a8e0e304_l3.png)
Practice
Try the practice test offered by CK12.
Top BC Grade 12 Number and Algebra