Section 7.2 Summation notation
Subsection 7.2.1 Basic definitions
Summation notation is a compact form for writing sums. It is written with three pieces.Checkpoint 7.2.2.
What simple expression involving \(n\) can replace the question mark?
Subsection 7.2.2 Alternating sums
A sum is alternating if the signs of consecutive terms are alternate between positive and negative. An example:Subsection 7.2.3 Manipulation with summation notation identities
Summation notation is more that mere shorthand. There are rules of manipulation that are quite useful. For any constantExample 7.2.3.
Suppose we want to evaluate the sum of the first \(n\) positive integers. In other words, we want to find
If we are convinced that \(\sum_{k=1}^n(2k-1)=1+3+5+\cdots+2n-1=n^2\text{,}\) then
which yields
Checkpoint 7.2.4.
Evaluate the following sums
\(\displaystyle \sum_{j=1}^5 2j\)
\(\displaystyle \sum_{k=1}^5 k(k-1)\)
\(\displaystyle \sum_{i=0}^4 2^i\)
\(\displaystyle \sum_{\ell=1}^3\ell^2+\frac1\ell\)
\(\displaystyle \sum_{j=1}^5 ij\)
\(\displaystyle 2+4+6+8+10=30\)
\(\displaystyle 2+6+12+20+30=70\)
\(\displaystyle 1+2+4+8+16=31\)
\(\displaystyle 1+1+4+\frac12+9+\frac13=15\frac56\)
\(\displaystyle i+2i+3i+4i+5i=15i\)
Checkpoint 7.2.5.
Evaluate \(\sum_{k=0}^n 2^k\) for \(n=1,2,3,4\text{.}\) Find a simple expression that works for any \(n\text{.}\) Justify your answer.
We note that each answer is one less than a power of \(2\text{.}\) This leads to the equation \[ \sum_{k=0}^n 2^k=2^{n+1}-1. \] To justify the equation we note that \[ 2(\sum_{k=0}^n 2^k)=\sum_{k=0}^n 2^{k+1}=\sum_{k=1}^{n+1} 2^k =\bigl(\sum_{k=0}^{n+1} 2^k\bigr) -1 \] so we get the sum for a given value on \(n\) by doubling the value for \(n-1\) and adding \(1\text{.}\)