Convergent series

Convergent series

In mathematics, a series is the sum of the terms of a sequence of numbers.

Given a sequence \left \{ a_1,\ a_2,\ a_3,\dots \right \}, the nth partial sum Sn is the sum of the first n terms of the sequence, that is,

S_n = \sum_{k=1}^n a_k.

A series is convergent if the sequence of its partial sums \left \{ S_1,\ S_2,\ S_3,\dots \right \} converges. In more formal language, a series converges if there exists a limit \ell such that for any arbitrarily small positive number ε > 0, there is a large integer N such that for all n \ge \ N,

\left | S_n - \ell \right \vert \le \ \varepsilon.

A series that is not convergent is said to be divergent.

Contents

Examples of convergent and divergent series

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 \left \{ a_n \right \} are compared to those of another sequence \left \{ b_n \right \}. If,

for all n, 0 \le \ a_n \le \ b_n, and \sum_{n=1}^\infty b_n converges, then so does \sum_{n=1}^\infty a_n.

However, if,

for all n, 0 \le \ a_n \le \ b_n, and \sum_{n=1}^\infty a_n diverges, then so does \sum_{n=1}^\infty b_n.

Ratio test. Assume that for all n, an > 0. Suppose that there exists r such that

\lim_{n \to \infty} \frac{a_{n+1}}{a_n} = r.

If r < 1, then the series converges. 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 = \limsup_{n\rightarrow\infty}\sqrt[n]{|a_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 monotone decreasing function. If

\int_{1}^{\infty} f(x)\, dx = \lim_{t \to \infty} \int_{1}^{t} f(x)\, dx < \infty,

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

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

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

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

Dirichlet's test

Abel's test

Raabe's test

Conditional and absolute convergence

Illustration of the absolute convergence of the power series of Exp[z] around 0 evaluated at z = Exp[i3]. The length of the line is finite.
Illustration of the conditional convergence of the power series of log(z+1) around 0 evaluated at z = exp((π−13)i). The length of the line is infinite.

For any sequence \left \{ a_1,\ a_2,\ a_3,\dots \right \}, a_n \le \ \left | a_n \right \vert for all n. Therefore,

\sum_{n=1}^\infty a_n \le \ \sum_{n=1}^\infty \left | a_n \right \vert.

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

If the series \sum_{n=1}^\infty \left | a_n \right \vert converges, then the series \sum_{n=1}^\infty a_n is absolutely convergent. An absolutely convergent sequence is one in which the length of the line created by joining together all of the increments to the partial sum is finitely long. The power series of the exponential function is absolutely convergent everywhere.

If the series \sum_{n=1}^\infty a_n converges but the series \sum_{n=1}^\infty \left | a_n \right \vert diverges, then the series \sum_{n=1}^\infty a_n is conditionally convergent. The path formed by connecting the partial sums of a conditionally convergent series is infinitely long. The power series of the logarithm is conditionally convergent.

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 article: uniform convergence.

Let \left \{ f_1,\ f_2,\ f_3,\dots \right \} be a sequence of functions. The series \sum_{n=1}^\infty f_n is said to converge uniformly to f if the sequence {sn} of partial sums defined by

 s_n(x) = \sum_{k=1}^n f_k (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

\sum_{n=1}^\infty a_n

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 n \geq m \geq N we have

 \left| \sum_{k=m}^n a_k \right| < \varepsilon,

which is equivalent to

\lim_{n \to \infty \atop m\to \infty} \sum_{k=n}^{n+m} a_k = 0.

See also

References

  • Rudin, Walter (1976). Principles of Mathematical Analysis. McGrawHill.
  • Spivak, Michael (1994). Calculus (3rd ed.). Houston, Texas: Publish or Perish, Inc. ISBN 0-914098-89-6.

External links


Wikimedia Foundation. 2010.

Игры ⚽ Нужен реферат?

Look at other dictionaries:

  • convergent series — konverguojančioji eilutė statusas T sritis automatika atitikmenys: angl. convergent series vok. konvergente Reihe, f rus. сходящийся ряд, m pranc. série convergente, f …   Automatikos terminų žodynas

  • convergent series — konverguojančioji eilutė statusas T sritis fizika atitikmenys: angl. convergent series vok. konvergente Reihe, f rus. сходящийся ряд, m pranc. série convergente, f …   Fizikos terminų žodynas

  • Convergent Series (short story collection) — Convergent Series   Author(s) Larry Niven …   Wikipedia

  • convergent series — noun An infinite series whose partial sums converge …   Wiktionary

  • Series (mathematics) — A series is the sum of the terms of a sequence. Finite sequences and series have defined first and last terms, whereas infinite sequences and series continue indefinitely.[1] In mathematics, given an infinite sequence of numbers { an } …   Wikipedia

  • convergent — adjective Date: circa 1751 1. tending to move toward one point or to approach each other ; converging < convergent lines > 2. exhibiting convergence in form, function, or development < convergent evolution > 3 …   New Collegiate Dictionary

  • SÉRIES ET PRODUITS INFINIS — La notion de limite d’une suite est à la base de l’analyse. Le langage des séries, équivalent à celui des suites, s’est imposé dès le XVIIe siècle à propos du développement des fonctions en série entière. Cependant, les fondements rigoureux de la …   Encyclopédie Universelle

  • convergent — convergent, ente [ kɔ̃vɛrʒɑ̃, ɑ̃t ] adj. • 1611; lat. convergens → converger 1 ♦ Qui converge. Lignes convergentes. Des routes convergentes en un point. Regards convergents sur un même objet. Lentille convergente, qui fait converger les rayons… …   Encyclopédie Universelle

  • Convergent Functional Genomics (CFG) — Developed by Alexander Niculescu, MD, PhD, and collaborators starting in 1999 [1], it is an approach for identifying and prioritizing candidate genes [2][3][4][5] …   Wikipedia

  • SÉRIES TRIGONOMÉTRIQUES — Les séries trigonométriques se sont introduites au XVIIIe et au début du XIXe siècle, en liaison avec certains problèmes de physique (mouvement des cordes vibrantes, propagation de la chaleur). Elles sont d’un usage courant en astronomie, en… …   Encyclopédie Universelle

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”