lacunary - Mathnotes

Series

An infinite sequence an can be used to form an infinite series, or simply series, by summing its entries:

n=1an=a1+a2+a3+

We can define a sequence sn of partial sums of the infinite series n=1an by assigning

sn=k=1nan=a1+a2++an.

The series n=1an is said to be convergent and to have a sum m if the sequence of partial sums sn converges to m. If the sequence sn diverges, then the series is said to diverge.

Absolute Convergence

The series n=1an is said to converge absolutely if n=1an converges. The infinite series n=1an is said to converge conditionally if it converges but n=1an diverges.

Linearity of Summation of Convergent Series

Theorem: If c is a real number and the series n=1an and n=1bn are convergent, then

n=1(an+cbn)=n=1an+cn=1bn.

Convergence Tests

Before considering the sum of a series, we need to know if it converges or not. There are many tests for convergence; we will start with a test for divergence.

Divergence Test

Theorem: The divergence test says that if an infinite series n=1an converges, then limnan=0. Therefore, if limnan0 (if the limit diverges or converges to a value other than 0), the series diverges.

Proof: Suppose n=1an converges with sum m and let sn=k=1nan. Then, it follows that

limnan=limn(snsn1)=limnsnlimnsn1=mm=0.

Note that an converging to 0 is a necessary condition for n=1an to converge, but it is not sufficient.

Geometric Series Test

Theorem: The geometric series test says that the geometric series n=1rn converges if r<1 and diverges otherwise. If r<1, then n=1rn=r1r.

Proof: Suppose r<1. Note that

sn=(r+r2++rn)=r(1+r+r2++rn1)=r1rn1r.

(That last step is a rabbit out of a hat but can be shown using long division.) Now, if we take the limit as n goes to infinity we have

limnsn=limnr1rn1r=r11r=r1r.

Note that when r1, the series diverges.

Bounded Series with Nonnegative Terms

Theorem: Suppose an0 for all nN. Then the series n=1an converges iff the sequence of partial sums sn=k=1nak is bounded.

Proof: Assume the sequence of partial sums sn is bounded. Since all terms of an are nonnegative, sn is increasing, and by the Monotone Convergence Theorem, must converge, meaning n=1an=limnsn converges. On the other hand, assume n=1an converges. Then sn is a convergent sequence and is therefore bounded (see sequences).

2n Test

Theorem: Suppose anan+10 for all nN (i.e. an is nonnegative and decreasing.) Then the series n=1an converges iff the series n=12na2n converges.

p-Series Test

Theorem: The p-series n=11np converges if p>1 and diverges otherwise.

Alternating Series Test

Theorem: Suppose anan+1 for all natural numbers n and that limnan=0. Then the alternating series n=1(1)n+1an converges.

Absolute Value Test

Theorem: If the series n=1an converges absolutely then it simply converges too.

Comparison Test

Theorem: Suppose n=1an and n=1bn are series for which anbn for all natural n. Then if n=1bn converges absolutely, so does n=1an. If n=1an diverges, so does n=1bn.

Limit Ratio Test

Theorem: For the series n=1an, let

L=limn|an+1an|.

Then, if L<1, n=1an converges absolutely. If L>1, n=1an diverges.

Root Test

Theorem: For the series n=1an, let L=lim supnan1/n. Then if L<1, n=1an converges absolutely. If L>1, n=1an diverges.