Girish Mahajan (Editor)

Direct comparison test

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

In mathematics, the comparison test, sometimes called the direct comparison test to distinguish it from similar related tests (especially the limit comparison test), provides a way of deducing the convergence or divergence of an infinite series or an improper integral. In both cases, the test works by comparing the given series or integral to one whose convergence properties are known.

Contents

For series

In calculus, the comparison test for series typically consists of a pair of statements about infinite series with non-negative (real-valued) terms:

  • If the infinite series b n converges and 0 a n b n for all sufficiently large n (that is, for all n > N for some fixed value N), then the infinite series a n also converges.
  • If the infinite series b n diverges and 0 b n a n for all sufficiently large n, then the infinite series a n also diverges.
  • Note that the series having larger terms is sometimes said to dominate (or eventually dominate) the series with smaller terms.

    Alternatively, the test may be stated in terms of absolute convergence, in which case it also applies to series with complex terms:

  • If the infinite series b n is absolutely convergent and | a n | | b n | for all sufficiently large n, then the infinite series a n is also absolutely convergent.
  • If the infinite series b n is not absolutely convergent and | b n | | a n | for all sufficiently large n, then the infinite series a n is also not absolutely convergent.
  • Note that in this last statement, the series a n could still be conditionally convergent; for real-valued series, this could happen if the an are not all nonnegative.

    The second pair of statements are equivalent to the first in the case of real-valued series because c n converges absolutely if and only if | c n | , a series with nonnegative terms, converges.

    Proof

    The proofs of all the statements given above are similar. Here is a proof of the third statement.

    Let a n and b n be infinite series such that b n converges absolutely (thus | b n | converges), and without loss of generality assume that | a n | | b n | for all positive integers n. Consider the partial sums

    S n = | a 1 | + | a 2 | + + | a n | ,   T n = | b 1 | + | b 2 | + + | b n | .

    Since b n converges absolutely, lim n T n = T for some real number T. The sequence T n is clearly nondecreasing, so T n T for all n. Thus for all n,

    0 S n = | a 1 | + | a 2 | + + | a n | | b 1 | + | b 2 | + + | b n | T .

    This shows that S n is a bounded monotonic sequence and so must converge to a limit. Therefore, a n is absolutely convergent.

    For integrals

    The comparison test for integrals may be stated as follows, assuming continuous real-valued functions f and g on [ a , b ) with b either + or a real number at which f and g each have a vertical asymptote:

  • If the improper integral a b g ( x ) d x converges and 0 f ( x ) g ( x ) for a x < b , then the improper integral a b f ( x ) d x also converges with a b f ( x ) d x a b g ( x ) d x .
  • If the improper integral a b g ( x ) d x diverges and 0 g ( x ) f ( x ) for a x < b , then the improper integral a b f ( x ) d x also diverges.
  • Ratio comparison test

    Another test for convergence of real-valued series, similar to both the direct comparison test above and the ratio test, is called the ratio comparison test:

  • If the infinite series b n converges and a n > 0 , b n > 0 , and a n + 1 a n b n + 1 b n for all sufficiently large n, then the infinite series a n also converges.
  • References

    Direct comparison test Wikipedia