deepdream of
          a sidewalk
Show Question
Math and science::Analysis::Tao::07. Series

The Root Test

Let n=man be a series of real numbers and let α=lim supn|an|1n.

  1. If α<1, then the series n=man is absolutely convergent (and hence conditionally convergent).
  2. If α>1, then the series n=man is not conditionally convergent (and hence is not absolutely convergent either).
  3. If α=1, this test does not assert any conclusion.

The famous Root Test.


Intuition

The root test applies the same principle used for the ratio test: that of comparing with a geometric series.

If |an|1n<1 for all n greater than some N, then we have |an|<αn for some α<1. We know that the geometric series n=Nαn converges, so by the comparison principle, then so too does the series n=man.

Proof

The proof follows the same lines as the intuition; added details cover the behaviour of the limit supremum.

First suppose that α<1.

  • We can find a ε>0 such that α+ε<1.
  • There must exist an Nm such that |an|1n<α+ε (By Prop 6.4.12(a): terms are eventually all less than any number larger than the limit supremum).
  • Manipulating the exponent we can write: |an|<(α+ε)n for all nN.
  • The geometric series n=m(α+ε)n converges as (α+ε)<1.
  • By the comparison principle, n=m|an| must also converge.
  • Thus, n=man is absolutely convergent.

Now suppose that α>1.

  • For any Nm there exists a k such that |ak|1k>1 (By Prop 6.4.12(b): there are always some terms greater than any number lower than the limit supremum).
  • For such k, we also have |ak|>1.
  • Thus, (an)n=m is not eventually ε-close for all ε>0 (e.g. 1-close, 0.5-close).
  • By the Zero Test we can conclude that n=man is not conditionally convergent.


Source

p179