Comparison Tests

Summary

Comparison tests decide convergence of series with nonnegative terms by relating them to a known series. The direct comparison test uses inequalities; the limit comparison test uses asymptotic ratios.

Prerequisites

P Series, Geometric Series, Harmonic Series

Theorems

Direct comparison

Assume 0anbn for all n large.

Limit comparison

If an>0 , bn>0 , and

limnanbn=L(0,),

then an and bn both converge or both diverge.

Worked Example

Correct comparison for 1/(n(n+1))

For n1 , 0<1n(n+1)<1n2 . Since 1/n2 converges ( p=2 ), so does 1/(n(n+1)) .

Alternatively, partial fractions show the series telescopes to 1 .

False claim to avoid

The inequality 1n(n+1)<12n is not true for all large n . Polynomial decay is slower than exponential decay, so 1/(n(n+1))1/2n as n . Do not compare this series to a geometric series via a false bound.

Limit comparison

For an=1/(n2+n) and bn=1/n2 , an/bn1 , so an converges.

Common Mistakes

Connections

References

Comparison tests are in OpenStax Calculus Volume 2.[1]


  1. OpenStax, Calculus Volume 2, Section 5.4, https://openstax.org/details/books/calculus-volume-2 ↩︎