Skip to content

The Test of Positive Series

When handling problems of infinite series, we always ask ourselves two important questions:

  • Does it converge?
  • If converges, what is its sum?

Some tests can help us to find the answer.

The Integral Test

Let f be a continuous, positive, nonincreasing function, and suppose that an=f(n) for all positive integers n, then the infinite series

n=1an

converges if and only if the improper integral

1f(x)dx

converges.

If f is decreasing, then n=1an and 1f(x)dx both converge or both diverge.

Ordinary Comparison Test

For 0<an<bn, if:

  • bn converges, so does an.
  • an diverges, so does bn.

This is a very helpful way to determine if a series converges or diverges. We usually use geometric or p series as the upper or lower bound to prove the given series's convergence or divergence.

e.g.

For n=1n5n24, does it converge or diverge?

sol.

Since n5n24<n5n2=15n

And we know that n=115n diverges since it is a harmonic series. So the given series must diverge because its lower bound diverges.

Limit Comparison Test

For an0,bn>0, and

limnanbn=L, if:

  • 0<L<, then an and bn converge or diverge together.
  • L=0, then an converges if and only if bn converges.

This is a bit like the determination of equivalent infinitesimals. It helps especially when anbn is the series in the form:

n=1b0nq+b1nq1++bqa0np+a1np1++ap

Which is actually a rational but discontinuous function.

When:

  • pq>1, the series of the ratio converges.
  • pq1, the series of the ratio diverges.

It is very similar to the way of finding equivalent infinitesimals. When the denominator's exponent is larger then that of the numerator, the ratio approaches to 0 when n grows bigger and bigger.

Ratio Test

For an>0, and

limnan+1an=ρ, if:

  • ρ<1, then an converges.
  • ρ>1, then an diverges.
  • ρ=1, the test does not show anything, we can choose another test.

The way this test works is obvious, which shows the trend of change of the sequence. If the next item is always smaller than the previous one, since the series is always positive for all n>N, it will moving closing and closing to 0, which means that the series converges.

Root Test

For an0, and

limnann=ρ, if:

  • ρ>1, then an converges.
  • ρ>1 or ρ=, then an diverges.
  • ρ=1, the test does not show anything, we can choose another test.

This test is useful when we are facing series of exponent functions. It is similar to the ratio test.