Convergent series

From HandWiki
Revision as of 18:49, 6 February 2024 by Rtextdoc (talk | contribs) (linkage)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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 [math]\displaystyle{ (a_1, a_2, a_3, \ldots) }[/math] defines a series S that is denoted

[math]\displaystyle{ S=a_1 + a_2 + a_3 + \cdots=\sum_{k=1}^\infty a_k. }[/math]

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

[math]\displaystyle{ S_n = a_1 +a_2 + \cdots + a_n = \sum_{k=1}^n a_k. }[/math]

A series is convergent (or converges) if the sequence [math]\displaystyle{ (S_1, S_2, S_3, \dots) }[/math] of its partial sums tends to a limit; that means that, when adding one [math]\displaystyle{ a_k }[/math] 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 [math]\displaystyle{ \ell }[/math] such that for every arbitrarily small positive number [math]\displaystyle{ \varepsilon }[/math], there is a (sufficiently large) integer [math]\displaystyle{ N }[/math] such that for all [math]\displaystyle{ n \ge N }[/math],

[math]\displaystyle{ \left | S_n - \ell \right | \lt \varepsilon. }[/math]

If the series is convergent, the (necessarily unique) number [math]\displaystyle{ \ell }[/math] is called the sum of the series.

The same notation

[math]\displaystyle{ \sum_{k=1}^\infty a_k }[/math]

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):
    [math]\displaystyle{ {1 \over 1}+{1 \over 2}+{1 \over 3}+{1 \over 4}+{1 \over 5}+{1 \over 6}+\cdots \rightarrow \infty. }[/math]
  • Alternating the signs of the reciprocals of positive integers produces a convergent series (alternating harmonic series):
    [math]\displaystyle{ {1 \over 1}-{1 \over 2}+{1 \over 3}-{1 \over 4}+{1 \over 5}-\cdots = \ln(2) }[/math]
  • 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):
    [math]\displaystyle{ {1 \over 2}+{1 \over 3}+{1 \over 5}+{1 \over 7}+{1 \over 11}+{1 \over 13}+\cdots \rightarrow \infty. }[/math]
  • The reciprocals of triangular numbers produce a convergent series:
    [math]\displaystyle{ {1 \over 1}+{1 \over 3}+{1 \over 6}+{1 \over 10}+{1 \over 15}+{1 \over 21}+\cdots = 2. }[/math]
  • The reciprocals of factorials produce a convergent series (see e):
    [math]\displaystyle{ \frac{1}{1} + \frac{1}{1} + \frac{1}{2} + \frac{1}{6} + \frac{1}{24} + \frac{1}{120} + \cdots = e. }[/math]
  • The reciprocals of square numbers produce a convergent series (the Basel problem):
    [math]\displaystyle{ {1 \over 1}+{1 \over 4}+{1 \over 9}+{1 \over 16}+{1 \over 25}+{1 \over 36}+\cdots = {\pi^2 \over 6}. }[/math]
  • The reciprocals of powers of 2 produce a convergent series (so the set of powers of 2 is "small"):
    [math]\displaystyle{ {1 \over 1}+{1 \over 2}+{1 \over 4}+{1 \over 8}+{1 \over 16}+{1 \over 32}+\cdots = 2. }[/math]
  • The reciprocals of powers of any n>1 produce a convergent series:
    [math]\displaystyle{ {1 \over 1}+{1 \over n}+{1 \over n^2}+{1 \over n^3}+{1 \over n^4}+{1 \over n^5}+\cdots = {n\over n-1}. }[/math]
  • Alternating the signs of reciprocals of powers of 2 also produces a convergent series:
    [math]\displaystyle{ {1 \over 1}-{1 \over 2}+{1 \over 4}-{1 \over 8}+{1 \over 16}-{1 \over 32}+\cdots = {2\over3}. }[/math]
  • Alternating the signs of reciprocals of powers of any n>1 produces a convergent series:
    [math]\displaystyle{ {1 \over 1}-{1 \over n}+{1 \over n^2}-{1 \over n^3}+{1 \over n^4}-{1 \over n^5}+\cdots = {n\over n+1}. }[/math]
  • The reciprocals of Fibonacci numbers produce a convergent series (see ψ):
    [math]\displaystyle{ \frac{1}{1} + \frac{1}{1} + \frac{1}{2} + \frac{1}{3} + \frac{1}{5} + \frac{1}{8} + \cdots = \psi. }[/math]

Convergence tests

Main page: Convergence tests

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

If the blue series, [math]\displaystyle{ \Sigma b_n }[/math], can be proven to converge, then the smaller series, [math]\displaystyle{ \Sigma a_n }[/math] must converge. By contraposition, if the red series [math]\displaystyle{ \Sigma a_n }[/math] is proven to diverge, then [math]\displaystyle{ \Sigma b_n }[/math] must also diverge.

Comparison test. The terms of the sequence [math]\displaystyle{ \left \{ a_n \right \} }[/math] are compared to those of another sequence [math]\displaystyle{ \left \{ b_n \right \} }[/math]. If, for all n, [math]\displaystyle{ 0 \le \ a_n \le \ b_n }[/math], and [math]\displaystyle{ \sum_{n=1}^\infty b_n }[/math] converges, then so does [math]\displaystyle{ \sum_{n=1}^\infty a_n. }[/math]

However, if, for all n, [math]\displaystyle{ 0 \le \ b_n \le \ a_n }[/math], and [math]\displaystyle{ \sum_{n=1}^\infty b_n }[/math] diverges, then so does [math]\displaystyle{ \sum_{n=1}^\infty a_n. }[/math]

Ratio test. Assume that for all n, [math]\displaystyle{ a_n }[/math] is not zero. Suppose that there exists [math]\displaystyle{ r }[/math] such that

[math]\displaystyle{ \lim_{n \to \infty} \left|{\frac{a_{n+1}}{a_n}}\right| = r. }[/math]

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:

[math]\displaystyle{ r = \limsup_{n\to\infty}\sqrt[n]{|a_n|}, }[/math]
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 [math]\displaystyle{ f(n) = a_n }[/math] be a positive and monotonically decreasing function. If

[math]\displaystyle{ \int_{1}^{\infty} f(x)\, dx = \lim_{t \to \infty} \int_{1}^{t} f(x)\, dx \lt \infty, }[/math]

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

Limit comparison test. If [math]\displaystyle{ \left \{ a_n \right \}, \left \{ b_n \right \} \gt 0 }[/math], and the limit [math]\displaystyle{ \lim_{n \to \infty} \frac{a_n}{b_n} }[/math] exists and is not zero, then [math]\displaystyle{ \sum_{n=1}^\infty a_n }[/math] converges if and only if [math]\displaystyle{ \sum_{n=1}^\infty b_n }[/math] converges.

Alternating series test. Also known as the Leibniz criterion, the alternating series test states that for an alternating series of the form [math]\displaystyle{ \sum_{n=1}^\infty a_n (-1)^n }[/math], if [math]\displaystyle{ \left \{ a_n \right \} }[/math] is monotonically decreasing, and has a limit of 0 at infinity, then the series converges.

Cauchy condensation test. If [math]\displaystyle{ \left \{ a_n \right \} }[/math] is a positive monotone decreasing sequence, then [math]\displaystyle{ \sum_{n=1}^\infty a_n }[/math] converges if and only if [math]\displaystyle{ \sum_{k=1}^\infty 2^k a_{2^{k}} }[/math] converges.

Dirichlet's test

Abel's test

Conditional and absolute convergence

For any sequence [math]\displaystyle{ \left \{ a_1,\ a_2,\ a_3,\dots \right \} }[/math], [math]\displaystyle{ a_n \le \left| a_n \right| }[/math] for all n. Therefore,

[math]\displaystyle{ \sum_{n=1}^\infty a_n \le \sum_{n=1}^\infty \left| a_n \right|. }[/math]

This means that if [math]\displaystyle{ \sum_{n=1}^\infty \left| a_n \right| }[/math] converges, then [math]\displaystyle{ \sum_{n=1}^\infty a_n }[/math] also converges (but not vice versa).

If the series [math]\displaystyle{ \sum_{n=1}^\infty \left| a_n \right| }[/math] converges, then the series [math]\displaystyle{ \sum_{n=1}^\infty a_n }[/math] is absolutely convergent. The Maclaurin series of the exponential function is absolutely convergent for every complex value of the variable.

If the series [math]\displaystyle{ \sum_{n=1}^\infty a_n }[/math] converges but the series [math]\displaystyle{ \sum_{n=1}^\infty \left| a_n \right| }[/math] diverges, then the series [math]\displaystyle{ \sum_{n=1}^\infty a_n }[/math] is conditionally convergent. The Maclaurin series of the logarithm function [math]\displaystyle{ \ln(1+x) }[/math] 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 [math]\displaystyle{ \left \{ f_1,\ f_2,\ f_3,\dots \right \} }[/math] be a sequence of functions. The series [math]\displaystyle{ \sum_{n=1}^\infty f_n }[/math] is said to converge uniformly to f if the sequence [math]\displaystyle{ \{s_n\} }[/math] of partial sums defined by

[math]\displaystyle{ s_n(x) = \sum_{k=1}^n f_k (x) }[/math]

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

[math]\displaystyle{ \sum_{n=1}^\infty a_n }[/math]

converges if and only if the sequence of partial sums is a Cauchy sequence. This means that for every [math]\displaystyle{ \varepsilon \gt 0, }[/math] there is a positive integer [math]\displaystyle{ N }[/math] such that for all [math]\displaystyle{ n \geq m \geq N }[/math] we have

[math]\displaystyle{ \left| \sum_{k=m}^n a_k \right| \lt \varepsilon. }[/math]

This is equivalent to

[math]\displaystyle{ \lim_{m \to \infty} \left(\sup_{n\gt m} \left|\sum_{k=m}^{n} a_k \right| \right) = 0. }[/math]

See also

External links