10. Infinite Sequences and Series

Ratio Test For Convergence

Ratio Test for Convergence

students, imagine trying to decide whether an infinite list of terms will keep adding up to something finite or grow forever 📈. In AP Calculus BC, that question matters because series show up in geometric patterns, power series, and many approximation methods. One powerful tool for deciding convergence is the Ratio Test. It is especially helpful when terms contain factorials, exponentials, or powers that are hard to compare by other tests.

Objectives:

  • Explain the main ideas and terminology behind the Ratio Test for Convergence.
  • Apply AP Calculus BC reasoning related to the Ratio Test.
  • Connect the Ratio Test to the broader topic of infinite sequences and series.
  • Summarize how the Ratio Test fits into Infinite Sequences and Series.
  • Use examples and evidence to justify convergence or divergence.

The big idea is simple: compare the size of one term in a series to the next term. If the terms shrink fast enough, the series may converge. If they do not shrink enough, the series may diverge. The Ratio Test turns that idea into a precise limit.

What the Ratio Test Measures

Suppose we have a series $\sum a_n$ with terms $a_n$. The Ratio Test looks at the limit

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

when this limit exists.

This ratio tells us how the size of successive terms changes. If the ratio is less than $1$, the terms are shrinking by a consistent factor in the long run. If the ratio is greater than $1$, the terms are growing in magnitude. If the ratio is about $1$, the test does not give a decision.

The Ratio Test is connected to geometric series. For a geometric series like $\sum ar^n$, the ratio of consecutive terms is always $|r|$. That is why the geometric series converges when $|r|<1$ and diverges when $|r|\ge 1$. The Ratio Test extends that same idea to more complicated series.

The Ratio Test Rules

For a series $\sum a_n$ where $a_n\neq 0$ eventually, let

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

Then:

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

“Absolutely” means the series of absolute values $\sum |a_n|$ converges. This is a stronger result than ordinary convergence. In AP Calculus BC, absolute convergence is important because it guarantees the original series converges too.

How to Apply the Ratio Test

students, the process is almost always the same:

  1. Identify the general term $a_n$.
  2. Write the ratio $\left|\frac{a_{n+1}}{a_n}\right|$.
  3. Simplify carefully.
  4. Take the limit as $n\to\infty$.
  5. Compare the result to $1$.

A key skill is algebraic simplification. Often factorials, powers, and exponentials cancel in helpful ways. For example, if $a_n=\frac{n!}{3^n}$, then

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

Now take the limit:

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

Since the limit is greater than $1$, the series diverges.

Another example is $a_n=\frac{2^n}{n!}$. Then

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

So

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

Because $0<1$, the series converges absolutely.

These examples show why the Ratio Test is powerful: factorials often dominate powers, and powers often dominate constants. The test detects that behavior quickly.

When the Ratio Test Works Best

The Ratio Test is especially useful for series involving:

  • factorials like $n!$
  • exponential expressions like $c^n$
  • products of powers and factorials
  • terms from Taylor and Maclaurin series

For example, consider

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

The ratio is

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

Then

$$\lim_{n\to\infty}\frac{(n+1)^2}{5n^2}=\frac{1}{5}$$

Since $\frac{1}{5}<1$, the series converges absolutely.

This kind of result is common in AP Calculus BC because many infinite series are built from terms that change by multiplying by a predictable factor from one term to the next.

What the Ratio Test Cannot Decide

A very important fact is that the Ratio Test does not always answer the question. If the limit is exactly $1$, you must use another test.

For example, consider the harmonic series

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

Its ratio is

$$\left|\frac{a_{n+1}}{a_n}\right|=\frac{1/(n+1)}{1/n}=\frac{n}{n+1}$$

and

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

The Ratio Test is inconclusive here, even though the harmonic series actually diverges.

The same thing happens with the $p$-series $\sum \frac{1}{n^p}$. The ratio usually approaches $1$, so the test fails to give a result. That does not mean the series converges or diverges; it only means the Ratio Test is not the right tool for that problem.

This is why test selection matters. In AP Calculus BC, students should ask: Is there a factorial? An exponential? A power series? If yes, the Ratio Test may be a strong first choice. If the terms are like $\frac{1}{n^p}$ or similar, other tests such as the $p$-series test, comparison test, or integral test are often better.

Connection to Power Series and Taylor Series

The Ratio Test is especially important for power series. A power series has the form

$$\sum_{n=0}^{\infty} c_n(x-a)^n$$

When you apply the Ratio Test to a power series, you often get an interval of convergence. The result usually depends on $x$, so the test helps identify where the series converges.

For example, consider

$$\sum_{n=0}^{\infty}\frac{(x-2)^n}{n!}$$

Let

$$a_n=\frac{(x-2)^n}{n!}$$

Then

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

So

$$\lim_{n\to\infty}\frac{|x-2|}{n+1}=0$$

Because the limit is $0<1$ for every real number $x$, the power series converges for all $x$. Its interval of convergence is all real numbers.

That is a major AP Calculus BC idea: the Ratio Test often gives a radius of convergence for power series. If the final inequality is

$$|x-a|<R$$

then the interval of convergence is found by checking the endpoints separately. The Ratio Test gives the open interval first, and endpoint testing finishes the job.

Common Mistakes and How to Avoid Them

A frequent mistake is forgetting the absolute value. The Ratio Test uses

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

not just $\frac{a_{n+1}}{a_n}$. The absolute value matters because series terms may alternate in sign, and convergence depends on size as well as sign.

Another mistake is miswriting $a_{n+1}$. If

$$a_n=\frac{(-1)^n n}{2^n}$$

then

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

Careful substitution is essential.

Students also sometimes stop too early when the limit equals $1$. The correct response is not “diverges”; it is “inconclusive.” You must use another test.

Finally, remember that the Ratio Test gives a result about the series, not just the sequence of terms. Even if $a_n\to 0$, the series may still diverge. The harmonic series is the classic example.

Conclusion

The Ratio Test is one of the most useful tools in Infinite Sequences and Series because it reveals how consecutive terms behave. students, if the ratio of successive terms settles below $1$, the series converges absolutely; if it rises above $1$, the series diverges; and if it equals $1$, the test cannot decide. This test is especially effective for factorials, exponentials, and power series, which is why it appears so often in AP Calculus BC.

Understanding the Ratio Test helps you do more than solve isolated problems. It connects geometric series, convergence tests, and power series into one powerful framework. That makes it a key part of studying infinite series and preparing for AP Calculus BC success 🎯.

Study Notes

  • The Ratio Test uses $L=\lim_{n\to\infty}\left|\frac{a_{n+1}}{a_n}\right|$.
  • If $L<1$, then $\sum a_n$ converges absolutely.
  • If $L>1$ or $L=\infty$, then $\sum a_n$ diverges.
  • If $L=1$, the test is inconclusive.
  • The test is especially useful for terms involving $n!$, $c^n$, and power series.
  • Always use absolute values in the ratio.
  • The Ratio Test often gives the interval or radius of convergence for power series.
  • If the test gives $L=1$, use another convergence test such as a $p$-series test, comparison test, or integral test.
  • Geometric series are a special case where the ratio is constant.
  • The Ratio Test is a convergence test for series, not just a rule for sequences.

Practice Quiz

5 questions to test your understanding