|
|||||
The characteristic series whose behavior conveys the most information about the behavior of series in general is the geometric series. This is a power series in the variable x, and its terms are the powers of x: G = 1 + x + x2 + ... + xn + ... It has the nice property that if you subtract 1 from it, and divide by x you get it back again:
This series has the property that it is absolutely convergent for |x| < 1, and has a singularity when x is 1. The formula for it is infinite at x = 1, and the series itself becomes 1 + 1 + 1 + ..., which obviously diverges. The most general method for determining whether a given series absolutely converges
is called the Comparison test: you compare your series to another series.
If that other series absolutely converges and each term in your series is smaller
in absolute value than the corresponding term in it, then your series will also
converge absolutely. The geometric series provides a basic comparison series for this test. Since
it converges for x < 1, we may conclude that a series
for which the ratio of successive terms
is always at most x for some x value with x < 1, will absolutely converge.
This statement defines the ratio test for absolute convergence. From now on let us assume that all the terms in our sequence are positive. (This neither helps nor hurts absolute convergence.) With this assumption we can talk about ordinary convergence and we are actually talking about absolute convergence. The interesting problem occurs when the ratio of successive terms approaches
1 as n increases, or when it fluctuates around 1. The harmonic series provides
a good example of such a sequence. We can determine what happens to the partial sums of this series up to the
nth term as n increases by comparing partial sums to an integral. Here
is how. and therefore, As n increases, ln(n) goes to infinity. We have therefore shown that the harmonic series diverges, but its partial sums differ by an amount on the order of 1/2 from ln(n). Exercise 30.4 The difference between sn and ln(n) is called Euler's constant and is denoted by the Greek letter gamma, . Use a spreadsheet to find the first 128 partial sums of this series, compare the partial sums, s1, s2, s4, s8, ..., s128. Use extrapolation to eliminate differences between these that go down as factors of 2, 4, 16, 64, etc. Use these to estimate . This approach to determining convergence can be applied similarly to any series
whose terms decrease. It is called the integral test. The
function that meets the upper left hand corners of the rectangles in the histogram
will lie under it, and the function that meets the upper right hand corners will
lie above it, after its first term, so that convergence of the series is equivalent
to convergence of the integral of the corresponding function. Exercise 30.5 Verify this claim. |