a series is the sum of infinitely many terms. but how can you add up an infinite number of things? well, it turns out that sometimes we can do exactly that! but first we’ll need to understand the concepts of series convergence and divergence.
working with series
typically, a series is expressed either by writing out a few terms in order to establish a pattern, or by using sigma notation.
here, an is the general term for the series.
check out the following article for more explanation as well as examples: ap calculus bc review: series fundamentals.
partial sums
any time that infinity is involved, we have to be extra careful with our definitions. so how do you add up infinitely many items? one item at a time! this is a job for partial sums.
a partial sum is something like a running total for a series.
let be a series.
the kth partial sum of the series is:
in other words, the kth partial sum is the sum of the first k terms of the series.
the first four partial sums of a series are:
now, the useful thing about partial sums is that they form a sequence,
and then we define series convergence in terms of the convergence of this sequence of partial sums.
series convergence and divergence — definitions
a series σan converges to a sum s if and only if the sequence of partial sums converges to s. that is, a series converges if the following limit exists:
otherwise, if the limit of sk (as k → ∞) is infinite or fails to exist, then the series diverges.
ways that a series could diverge
a series may diverge in three different ways:
- the series diverges to infinity (∞) if the partial sums increase without bound. that is, sk → ∞.
- the series diverges to negative infinity (-∞) if the partial sums decrease without bound. that is, sk → -∞.
- if the limit of partial sums does not exists and is not ∞ or -∞, then we just say that the series diverges. this case occurs whenever the sequence of partial sums oscillates among multiple values or jumps around randomly.
limit test for divergence
there is a quick and easy test that can be used to show that a series diverges. (however, it can’t be used to show a series converges.)
limit divergence test: if the limit of the general term of a series is not equal to 0, then the series diverges.
that is, if , then the series σan diverges.
unfortunately, if the limit does turn out to be zero, then the test is inconclusive. then you’d have to use additional convergence tests to figure out series convergence or divergence.
let’s take a look at a few examples.
using the limit divergence test
which of the following series must diverge according to the divergence test?
solutions
remember, for this question, we’re only allowed to use the divergence test.
(a) as n → ∞, the values of 2n also approach ∞. the bottom line is that the limit of 2n is certainly not equal to 0.
therefore, series (a) diverges.
(b)
here, the answer is not clear. a limit of 0 does not automatically mean that the series will not diverge. so the limit divergence test alone cannot say anything more about series convergence or divergence here.
in fact, we will prove that this series does converge by other methods.
(c) again, the divergence test is inconclusive, because 1/n → 0 as n → ∞.
now this series actually diverges. it’s called the harmonic series, and it’s just the sum of all of the reciprocals of the natural numbers.
we’ll need another method to decide for sure that the harmonic series diverges. it’s far from obvious!
(d)
with a nonzero limit, the divergence test conclusively states that this series must diverge.
geometric series
let’s take a closer look at examples (a) and (b). both of these are geometric series.
a geometric series is the sum of the powers of a constant base.
there is a straightforward test to decide whether any geometric series converges or diverges.
- if |r| < 1, then the series converges.
- if |r| ≥ 1, then the series diverges.
furthermore, whenever the series does converge, there is a simple formula to find its sum:
going back to example (a), σ 2n is a geometric series with base r = 2. because |r| = 2 ≥ 1, this series diverges. (of course, we knew that already from the limit divergence test, but it’s nice to see confirmation from other sources.)
the series in example (b) is also geometric, but you have to write it in an equivalent form to see why.
here, the base is 1/2, and since |r| = 1/2 < 1, now we know that this series does indeed converge. we can even find the value of the sum!
another way to state this result is to say that:
so, all the fractional parts, 1/2, 1/4, /18, etc. can fit side-by-side into a single unit interval of the number line!
check out the following post for more on geometric series: ap calculus bc review: geometric series.
integral test
finally, let’s talk about a convergence test that may help out in certain specialized situations.
integral test: suppose that we have a series σan.
if all of the following are true,
- the general term an is positive for every n,
- the general terms decrease as n increases,
- and the formula an = f(n) is continuous,
then the series converges if and only if the improper integral converges. here, we usually take the lower limit a to be the same as the lower limit of the sum.
now, what’s really nice about the integral test is that it can test for both convergence and divergence.
let’s see how it works on the harmonic series.
the general term, an = 1/n, is positive, decreasing, and continuous (for positive n, anyway).
next, set up the integral. don’t forget to change your n into x in the formula for the general term.
because the integral diverges (to ∞), the series also diverges.
leave a reply