Convergent series

From HandWiki
Short description: Mathematical series with a finite sum

In mathematics, a series is the sum of the terms of an infinite sequence of numbers. More precisely, an infinite sequence (a1,a2,a3,) defines a series S that is denoted

S=a1+a2+a3+=k=1ak.

The nth partial sum Sn is the sum of the first n terms of the sequence; that is,

Sn=a1+a2++an=k=1nak.

A series is convergent (or converges) if the sequence (S1,S2,S3,) of its partial sums tends to a limit; that means that, when adding one ak after the other in the order given by the indices, one gets partial sums that become closer and closer to a given number. More precisely, a series converges, if there exists a number such that for every arbitrarily small positive number ε, there is a (sufficiently large) integer N such that for all nN,

|Sn|<ε.

If the series is convergent, the (necessarily unique) number is called the sum of the series.

The same notation

k=1ak

is used for the series, and, if it is convergent, to its sum. This convention is similar to that which is used for addition: a + b denotes the operation of adding a and b as well as the result of this addition, which is called the sum of a and b.

Any series that is not convergent is said to be divergent or to diverge.

Examples of convergent and divergent series

  • The reciprocals of the positive integers produce a divergent series (harmonic series):
    11+12+13+14+15+16+.
  • Alternating the signs of the reciprocals of positive integers produces a convergent series (alternating harmonic series):
    1112+1314+15=ln(2)
  • The reciprocals of prime numbers produce a divergent series (so the set of primes is "large"; see divergence of the sum of the reciprocals of the primes):
    12+13+15+17+111+113+.
  • The reciprocals of triangular numbers produce a convergent series:
    11+13+16+110+115+121+=2.
  • The reciprocals of factorials produce a convergent series (see e):
    11+11+12+16+124+1120+=e.
  • The reciprocals of square numbers produce a convergent series (the Basel problem):
    11+14+19+116+125+136+=π26.
  • The reciprocals of powers of 2 produce a convergent series (so the set of powers of 2 is "small"):
    11+12+14+18+116+132+=2.
  • The reciprocals of powers of any n>1 produce a convergent series:
    11+1n+1n2+1n3+1n4+1n5+=nn1.
  • Alternating the signs of reciprocals of powers of 2 also produces a convergent series:
    1112+1418+116132+=23.
  • Alternating the signs of reciprocals of powers of any n>1 produces a convergent series:
    111n+1n21n3+1n41n5+=nn+1.
  • The reciprocals of Fibonacci numbers produce a convergent series (see ψ):
    11+11+12+13+15+18+=ψ.

Convergence tests

Main page: Convergence tests

There are a number of methods of determining whether a series converges or diverges.

If the blue series, Σbn, can be proven to converge, then the smaller series, Σan must converge. By contraposition, if the red series Σan is proven to diverge, then Σbn must also diverge.

Comparison test. The terms of the sequence {an} are compared to those of another sequence {bn}. If, for all n, 0 an bn, and n=1bn converges, then so does n=1an.

However, if, for all n, 0 bn an, and n=1bn diverges, then so does n=1an.

Ratio test. Assume that for all n, an is not zero. Suppose that there exists r such that

limn|an+1an|=r.

If r < 1, then the series is absolutely convergent. If r > 1, then the series diverges. If r = 1, the ratio test is inconclusive, and the series may converge or diverge.

Root test or nth root test. Suppose that the terms of the sequence in question are non-negative. Define r as follows:

r=lim supn|an|n,
where "lim sup" denotes the limit superior (possibly ∞; if the limit exists it is the same value).

If r < 1, then the series converges. If r > 1, then the series diverges. If r = 1, the root test is inconclusive, and the series may converge or diverge.

The ratio test and the root test are both based on comparison with a geometric series, and as such they work in similar situations. In fact, if the ratio test works (meaning that the limit exists and is not equal to 1) then so does the root test; the converse, however, is not true. The root test is therefore more generally applicable, but as a practical matter the limit is often difficult to compute for commonly seen types of series.

Integral test. The series can be compared to an integral to establish convergence or divergence. Let f(n)=an be a positive and monotonically decreasing function. If

1f(x)dx=limt1tf(x)dx<,

then the series converges. But if the integral diverges, then the series does so as well.

Limit comparison test. If {an},{bn}>0, and the limit limnanbn exists and is not zero, then n=1an converges if and only if n=1bn converges.

Alternating series test. Also known as the Leibniz criterion, the alternating series test states that for an alternating series of the form n=1an(1)n, if {an} is monotonically decreasing, and has a limit of 0 at infinity, then the series converges.

Cauchy condensation test. If {an} is a positive monotone decreasing sequence, then n=1an converges if and only if k=12ka2k converges.

Dirichlet's test

Abel's test

Conditional and absolute convergence

For any sequence {a1, a2, a3,}, an|an| for all n. Therefore,

n=1ann=1|an|.

This means that if n=1|an| converges, then n=1an also converges (but not vice versa).

If the series n=1|an| converges, then the series n=1an is absolutely convergent. The Maclaurin series of the exponential function is absolutely convergent for every complex value of the variable.

If the series n=1an converges but the series n=1|an| diverges, then the series n=1an is conditionally convergent. The Maclaurin series of the logarithm function ln(1+x) is conditionally convergent for x = 1.

The Riemann series theorem states that if a series converges conditionally, it is possible to rearrange the terms of the series in such a way that the series converges to any value, or even diverges.

Uniform convergence

Main page: Uniform convergence

Let {f1, f2, f3,} be a sequence of functions. The series n=1fn is said to converge uniformly to f if the sequence {sn} of partial sums defined by

sn(x)=k=1nfk(x)

converges uniformly to f.

There is an analogue of the comparison test for infinite series of functions called the Weierstrass M-test.

Cauchy convergence criterion

The Cauchy convergence criterion states that a series

n=1an

converges if and only if the sequence of partial sums is a Cauchy sequence. This means that for every ε>0, there is a positive integer N such that for all nmN we have

|k=mnak|<ε.

This is equivalent to

limm(supn>m|k=mnak|)=0.

See also