Loading [MathJax]/jax/output/HTML-CSS/jax.js
     

Summation Techniques

We have previously seen that sigma notation allows us to abbreviate a sum of many terms. Specifically, we know that ni=0ai=a0+a1+a2++an

We have also seen several useful summation formulas we proved with the principle of mathematical induction, such as those shown in the table below:

ni=01=n+1

ni=0i=n(n+1)2

ni=0i2=n(n+1)(2n+1)6

ni=0i3=n2(n+1)24

ni=0i4=n55+n42+n33n30

Suppose we wish to find a closed formula in terms of n (i.e., a formula with no "" in it) for the following sum where p is some polynomial function.

ni=0p(i)

Remembering both the formulas above (and related ones for higher powers, as needed) and the following two properties of summations, this is easy to do.

ni=0(ai+bi)=ni=0ai+ni=0bi and ni=0cai=cni=0ai

As an example, suppose we wanted to find a formula in terms of n for ni=0(4i24i+1).

ni=1(4i24i+1)=[ni=14i2][ni=14i]+[ni=11] using the first property to split up the sum=4[ni=1i2]4[ni=1i]+n using the second property to pull out the coefficients=4[n(n+1)(2n+1)6]4[n(n+1)2]+(n+1)using the formulas for i2,i, and 1=2n(n+1)(2n+1)36n(n+1)3+3n+33=4n3+6n2+2n6n26n+3n+33=4n3n+33

However, not all summations involve polynomial functions. What if instead, we saw a summation whose terms could be written as a constant times the ith power of some other constant.

As an example, suppose we wanted to find ni=0(63i4i), which we see we could rewrite as ni=06(34)i.

Expanding the summation reveals its true nature:

ni=1(63i4i)=6+6(43)+6(43)2+6(43)3+

Note how each term is 34 times the one before it -- this is just a geometric series!

Recall the sum of a geometric series starting with a and with common ratio r is given by a1r. This is a well-known result from precalculus -- but if you are curious where it comes from, consider the following argument:

Suppose S=a+ar+ar2+ar3+.       Then, rS=ar+ar2+ar3+.

Subtracting the second from the first gives SrS=a.

Finally, factoring out the S and dividing by the resulting (1r) then reveals S=a1r

which is what we hoped to show.

Returning to our example, we can then say that since the first term is 6 and the common ratio is 34, the sum must be

6134=24


Still, there are summations that we will want to find that involve neither polynomial functions or geometric sequences. We will not attempt to describe how to find every possible summation here -- that would be a near impossible task. However, there is one more very interesting type of summation that we should discuss ...a telescoping sum.

Consider the terms of the sum ni=1(1i1i+2).

Let's look at this sum in its expanded form:

(1113)+(1214)+(1315)+(1416)+(1517)+(1618)++(1n1n+2)

Notice how the terms of the middle can be grouped into pairs of terms that cancel each other.

(1113)+(1214)+(1315)+(1416)+(1517)+(1618)++(1n1n+2)

Reordering the terms above so that these paired terms appear next to one another, we see how this sum can be made to "collapse" to only two terms from the beginning and two terms from the end of the original expansion.

1+12+(1313)+(1414)+(1515)+(1616)++(1n1n)1n+11n+2

After this collapse we find we have a nice and tiny formula for the sum in terms of n,

ni=1(1i1i+2)=321n+11n+2

In case you are still wondering why this is called telescoping sum, maybe the following clip from one of the Pirates of the Caribbean movies might help... 😊