11. Convergence Tests II

Ratio Test

Ratio Test 📘

students, imagine you are watching a video go viral online. If each new repost makes the number of views grow by a consistent multiplier, the growth can become explosive. In Calculus 2, the Ratio Test looks for that kind of repeated multiplying pattern inside an infinite series. It is one of the most useful tools in Convergence Tests II because it works especially well for series with factorials, powers, and products.

What the Ratio Test Does

The Ratio Test helps determine whether an infinite series converges or diverges by comparing each term to the one before it. Suppose we have a series

$$\sum_{n=1}^{\infty} a_n.$$

The test examines the limit

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

if this limit exists.

Here is the basic idea:

  • If $L<1$, the series converges absolutely.
  • If $L>1$, or if $L=\infty$, the series diverges.
  • If $L=1$, the test is inconclusive.

This means the Ratio Test is very good at identifying when terms shrink fast enough to make the whole series settle down. If the ratio of consecutive terms stays below $1$ in the long run, the terms usually get smaller at a strong enough rate to sum to a finite value. If the ratio stays above $1$, the terms do not get small quickly enough, and the series cannot converge.

Why the Ratio Test Works

The Ratio Test measures the long-term pattern between neighboring terms. students, think about a chain reaction. If each step makes the next step only half as big, the process fades out. If each step makes the next one larger, the process grows without bound.

For a series, the important thing is not just whether $a_n$ becomes small, but how fast it becomes small. Many series involve expressions like $n!$, $2^n$, or $n^n$, and these can change very quickly. The Ratio Test is designed to handle that speed.

The ratio

$$\left|\frac{a_{n+1}}{a_n}\right|$$

compares the size of two consecutive terms. If the ratio approaches a number smaller than $1$, then later terms are roughly a fixed fraction of the previous ones. That behavior is similar to a geometric series, which converges when the common ratio has absolute value less than $1$.

This connection is important: the Ratio Test generalizes the geometric-series idea to much more complicated series.

How to Apply the Ratio Test

To use the Ratio Test, follow these steps:

  1. Identify the general term $a_n$.
  2. Compute $a_{n+1}$ by replacing $n$ with $n+1$.
  3. Form the ratio

$$\left|\frac{a_{n+1}}{a_n}\right|.$$

  1. Simplify carefully.
  2. Take the limit as $n\to\infty$.
  3. Use the result to decide convergence or divergence.

A major tip: when simplifying the ratio, many terms cancel. Look especially for factorials, powers, and repeated factors.

Example 1: A Factorial Series

Consider the series

$$\sum_{n=1}^{\infty}\frac{n!}{3^n}.$$

Let

$$a_n=\frac{n!}{3^n}.$$

Then

$$a_{n+1}=\frac{(n+1)!}{3^{n+1}}.$$

Now compute the ratio:

$$\left|\frac{a_{n+1}}{a_n}\right|=\frac{(n+1)!}{3^{n+1}}\cdot\frac{3^n}{n!}.$$

Simplify:

$$\left|\frac{a_{n+1}}{a_n}\right|=\frac{n+1}{3}.$$

Now take the limit:

$$L=\lim_{n\to\infty}\frac{n+1}{3}=\infty.$$

Since $L>1$, the series diverges.

Why does this make sense? Even though $3^n$ grows fast, the factorial $n!$ grows even faster, so the terms do not shrink quickly enough.

Example 2: A Series with a Power

Consider

$$\sum_{n=1}^{\infty}\frac{2^n}{n!}.$$

Let

$$a_n=\frac{2^n}{n!}.$$

Then

$$a_{n+1}=\frac{2^{n+1}}{(n+1)!}.$$

The ratio is

$$\left|\frac{a_{n+1}}{a_n}\right|=\frac{2^{n+1}}{(n+1)!}\cdot\frac{n!}{2^n}=\frac{2}{n+1}.$$

Now the limit is

$$L=\lim_{n\to\infty}\frac{2}{n+1}=0.$$

Because $L<1$, the series converges absolutely ✅

This example shows a very common pattern: when a factorial is in the denominator, the terms often shrink extremely fast. The Ratio Test is one of the easiest ways to detect that behavior.

Example 3: A Power Series Style Problem

Consider the series

$$\sum_{n=1}^{\infty}\frac{x^n}{n}.$$

Let

$$a_n=\frac{x^n}{n}.$$

Then

$$a_{n+1}=\frac{x^{n+1}}{n+1}.$$

Now compute

$$\left|\frac{a_{n+1}}{a_n}\right|=\left|\frac{x^{n+1}}{n+1}\cdot\frac{n}{x^n}\right|=|x|\cdot\frac{n}{n+1}.$$

Take the limit:

$$L=\lim_{n\to\infty}|x|\cdot\frac{n}{n+1}=|x|.$$

The Ratio Test says:

  • if $|x|<1$, the series converges absolutely,
  • if $|x|>1$, the series diverges,
  • if $|x|=1$, the test is inconclusive.

This is a major reason the Ratio Test is important in Calculus 2: it helps determine the interval of convergence for power series. 🌟

When the Ratio Test Is Inconclusive

A very important part of the Ratio Test is knowing its limits. If

$$L=1,$$

the test gives no answer.

That does not mean the series converges or diverges. It means another test is needed.

For example, the harmonic series

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

has ratio

$$\left|\frac{a_{n+1}}{a_n}\right|=\frac{n}{n+1},$$

and

$$\lim_{n\to\infty}\frac{n}{n+1}=1.$$

The Ratio Test is inconclusive, but the series still diverges. This shows why the test is powerful but not universal.

Another important example is

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

which also gives $L=1$ by the Ratio Test, but this series actually converges. So when students sees $L=1$, the correct next step is to try another test, such as the Comparison Test, Integral Test, or Alternating Series Test, depending on the form of the series.

Absolute Convergence and the Bigger Picture

The Ratio Test is especially valuable because when it gives $L<1$, it proves absolute convergence. That means the series

$$\sum_{n=1}^{\infty}|a_n|$$

also converges.

Absolute convergence is stronger than ordinary convergence. If a series converges absolutely, then it converges for sure. This makes the Ratio Test a very reliable tool.

In the broader topic of Convergence Tests II, the Ratio Test fits alongside the Root Test and the Alternating Series Test:

  • The Ratio Test is best for factorials, exponentials, and products.
  • The Root Test is useful when terms are raised to the $n$th power.
  • The Alternating Series Test works when signs switch back and forth, like $(-1)^n$ or $(-1)^{n+1}$.

Knowing which test to try first is a big part of success in this unit. If you see factorials or complicated products, the Ratio Test is often the best starting point.

Common Mistakes to Avoid

students, here are some frequent errors students make:

  • Forgetting the absolute value in

$$\left|\frac{a_{n+1}}{a_n}\right|.$$

  • Simplifying too quickly and missing cancellations.
  • Stopping before taking the limit.
  • Thinking that $L=1$ means convergence or divergence automatically.
  • Using the Ratio Test even when another test would be easier, such as the p-series test or geometric series test.

A good habit is to check whether the series has factorials or exponentials before deciding to use this test.

Conclusion

The Ratio Test is a central tool in Calculus 2 for studying infinite series. It uses the long-term behavior of the ratio of consecutive terms to decide whether a series converges, diverges, or requires another test. When the limit $L$ is less than $1$, the series converges absolutely. When $L$ is greater than $1$, the series diverges. When $L=1$, the test does not give an answer.

This test matters because it connects directly to the broader goals of Convergence Tests II. It helps students analyze difficult series, understand absolute convergence, and work with power series and factorial expressions. With practice, the Ratio Test becomes one of the fastest ways to recognize whether a series is under control or growing out of control 🚀

Study Notes

  • The Ratio Test studies

$$\lim_{n\to\infty}\left|\frac{a_{n+1}}{a_n}\right|.$$

  • If $L<1$, the series converges absolutely.
  • If $L>1$ or $L=\infty$, the series diverges.
  • If $L=1$, the test is inconclusive.
  • The test is especially useful for series with factorials, exponentials, and products.
  • It is closely related to geometric series behavior.
  • It often helps find the interval of convergence for power series.
  • If the test gives $L=1$, use another convergence test.
  • In Convergence Tests II, it works alongside the Root Test and the Alternating Series Test.

Practice Quiz

5 questions to test your understanding