We will be spending quite a bit of time dealing with integration as a summation process, and it will get awkward writing down all these sums. We need a better notation. Usually the sums we will be ``casting up'' are indexed, that is, there is a whole number for each term in the sum, beginning with either 0 or 1 (sometimes higher), and ending at some larger value, or at infinity. So, instead of writing
The sum
Exercise 1 Compute 3å i = 1 2i =
Exercise 2 Find 10å n = 1 1 =
Think about this for a bit.
Exercise 3 Find 6å k = 2 (-1)k =
Example 1 Find 100å i = 2 ( 1i - 1i-1 ).
The way I heard the story, little Carl Gauss was a bit of a discipline problem in school. As punishment one day, his teacher sent him to add the first thousand integers together. Little Carl came back rather sooner than the teacher had expected, with an answer. The teacher thought it was impossible to add that many numbers together that quickly. But, of course, little Carl was no ordinary discipline problem. He had figured out the following general formula:
How did he figure that out? I suppose he used some sort of mathematical induction. He reasoned this way: he could easily show that the formula was true for n = 1 . He could also show that, if the formula is true for some integer n , then it is true for the next integer, which is n+1 . Thus; it's true for 1. But, if it's true for 1 it's true for 2. If it's true for 2 it's true for 3, etc. Where could it be false? It can't be false for any n . That is the essence of an induction proof; you need a place to start, where the statement is true, and you need to be able to show the next step, if you assume that the previous level is true.
Let's try it here:
The way you do that is to look at the sum:
There are two other formulas like this that come in handy:
and
Of course, with modern computers we can all add more rapidly than Gauss' teacher. But these general formulas still play a significant role, as we'll see.
Example 2 Find nå i = 1 3n æç è æç è in ö÷ ø 2 +1 ö÷ ø .
Example 3 Evaluate må i = 1 æè nå j = 1 ( i+j) öø . Exercise 5 Find lim n® ¥ æç è nå i = 1 1n æç è in ö÷ ø 2 ö÷ ø =
Your Email Address (Required to submit answers):
Copyright (c) 2000 by David L. Johnson.