Consider a general term an representing the amount of something that accumulates during the n th interval of time, after some starting point. The sequence {an} describes the amounts that accumulate during the first interval, the second interval, the third interval, etc.
The total accumulation over the first N intervals is then given by:
We call this the N th partial sum of the sequence. The usual shorthand is:
where the Greek letter sigma, S , stands for "sum", and the numbers below and above specify a consecutive range of inputs.
If we imagine the accumulation continuing indefinitely, we write:
This is called an infinite series. A series is just a sum with an unlimited number of summands. For short, we often write this as
Notice that each sequence {an} determines a series
We say that a series converges when its sequence of partial sums converges. If the partial sums "settle down" to some value S , then it makes sense to talk about "the sum"
Consider, for example, the two series:
Plots of the first 100 partial sums look like this:
While both sums continue to grow as more terms are added, it appears that in the first case the partial sums may be "settling down" to a sum S somewhere between 1.6 and 1.7 . Indeed, the first series converges (to p2/6) and the second one diverges.
Back to Contents |