Ratio test

Article on other languages:

del.icio.us del.icio.us
Digg Digg
Furl Furl
Reddit Reddit
Rojo Rojo
Add to OnlyWire

In mathematics, the ratio test is a test (or "criterion") for the convergence of a series

\sum_{n=0}^\infty a_n

whose terms are real or complex numbers. The test was first published by Jean le Rond d'Alembert and is sometimes known as d'Alembert's ratio test. The test makes use of the number

L = \limsup_{n\rightarrow\infty}\left|\frac{a_{n+1}}{a_n}\right|

where "lim sup" denotes the limit superior as n goes to infinity. This is equivalent to

L = \lim_{n\rightarrow\infty}\left|\frac{a_{n+1}}{a_n}\right|

in cases where the limit exists.

The ratio test states that:

If L = 1, then the test is inconclusive (there exist both convergent and divergent series that satisfy that case).

Contents

Examples

Converging

Consider the series:

\sum_{n=1}^\infty\frac{n}{e^n}

Putting this into the ratio test:

\begin{align}
   \lim_{n\to\infty} \left| \frac{a_{n+1}}                  {a_n}                   \right|
&= \lim_{n\to\infty} \left| \frac{\frac{n+1}{e^{n+1}}}      {\frac{n}{e^n}}         \right|\\
&= \frac{1}{e} < 1.
\end{align}

Thus the series converges as \frac{1}{e} is less than 1.

Diverging

Consider the series:

\sum_{n=1}^\infty\frac{e^n}{n}.

Putting this into the ratio test:

\begin{align}
   \lim_{n\to\infty} \left| \frac{a_{n+1}}                  {a_n}                   \right|
&= \lim_{n\to\infty} \left| \frac{\frac{e^{n+1}}{n+1}}      {\frac{e^n}{n}}         \right|\\
&= e > 1.
\end{align}

Thus the series diverges because e is greater than 1.

Inconclusive

If one has

\lim_{n\rightarrow\infty}\left|\frac{a_{n+1}}{a_n}\right|=1

it is impossible to deduce from the ratio test if the series converges or diverges.

For example, the series

\sum_{n=1}^\infty 1

diverges, but

\lim_{n\rightarrow\infty}\left|\frac{1}{1}\right| = 1.

On the other hand,

\sum_{n=1}^\infty \frac{1}{n^2}

converges absolutely, but

\lim_{n\rightarrow\infty}\left|\frac{\frac{1}{(n+1)^2}}{\frac{1}{n^2}}\right| = 1.

Finally,

\sum_{n=1}^\infty (-1)^n\frac{1}{n}

converges conditionally but

\lim_{n\rightarrow\infty}\left|\frac{\frac{(-1)^{n+1}}{(n+1)}}{\frac{(-1)^{n}}{n}}\right| = 1.

L=1 and Raabe's test

As seen in the previous example, the ratio test is inconclusive when the limit of the ratio is 1. An extension of the ratio test due to Raabe sometimes allows one to deal with this case. Raabe's test states that if

\lim_{n\rightarrow\infty}\left|\frac{a_{n+1}}{a_n}\right|=1

and if

\lim_{n\rightarrow\infty}
\,n\left(\,\left|\frac{a_{n+1}}{a_n}\right|-1\right)<-1

then the series will be absolutely convergent. d'Alembert's ratio test and Raabe's test are the first and second theorem in a hierarchy of such theorems due to Augustus De Morgan.

See also

References

  • Knopp, Konrad, "Infinite Sequences and Series", Dover publications, Inc., New York, 1956. (§ 3.3, 5.4) ISBN 0-486-60153-6
  • Rudin, Walter, Principles of Mathematical Analysis, third edition, McGraw-Hill, Inc., New York, 1976. (§ 3.34) ISBN 0-07-054235-X
  • Whittaker, E. T., and Watson, G. N., A Course in Modern Analysis, fourth edition, Cambridge University Press, 1963. (§ 2.36, 2.37) ISBN 0-521-58807-3

This article is from Wikipedia. All text is available under the terms of the GNU Free Documentation License.