11. Convergence Tests II

Root Test

Root Test: A Powerful Tool for Infinite Series

students, imagine trying to guess whether a giant list of numbers will add up to a finite total or keep growing forever. That is the big question in series convergence, and the Root Test is one of the most useful tools for answering it 🔎. In Calculus 2, the Root Test is especially helpful when the terms of a series involve powers, radicals, or expressions that look like they were built for exponent rules.

What the Root Test Tries to Do

A series has the form $\sum_{n=1}^{\infty} a_n$. The Root Test looks at how fast the $n$th root of the size of each term behaves. The key expression is $\sqrt[n]{|a_n|}$, and we study the limit

$$L=\lim_{n\to\infty}\sqrt[n]{|a_n|}$$

when this limit exists.

The idea is simple: if the terms of a series shrink fast enough, then the whole series may converge. If they do not shrink fast enough, the series diverges. The Root Test measures the long-term growth or decay rate of the terms in a way that is often easier than checking the terms one by one.

Here is the test:

  • 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.

Absolute convergence means that the series $\sum |a_n|$ converges. This is stronger than ordinary convergence and is very important in Calculus 2 because it tells us the series is well-behaved even when signs change.

Why the Root Test Works

students, the Root Test is connected to exponential growth and decay. Suppose the terms of a series behave roughly like $a_n\approx r^n$ for some number $r$. Then

$$\sqrt[n]{|a_n|}\approx \sqrt[n]{|r^n|}=|r|$$

So the limit $L$ tells us whether the terms act more like a geometric series with ratio less than $1$, equal to $1$, or greater than $1$.

This is why the Root Test is especially useful when the exponent $n$ appears inside the term itself. For example, it works well on expressions like $(3/5)^n$, $(n/(n+1))^n$, or $(1+1/n)^n$. In many cases, the $n$th root simplifies the term dramatically.

A key fact from the test is that if $L<1$, then the terms are shrinking fast enough to behave like a convergent geometric series. If $L>1$, the terms do not even go to $0$, which means the series cannot converge. Remember: for any series $\sum a_n$ to converge, a necessary condition is $\lim_{n\to\infty} a_n=0$.

How to Apply the Root Test

When using the Root Test, follow these steps carefully:

  1. Start with the series $\sum a_n$.
  2. Compute $\sqrt[n]{|a_n|}$.
  3. Find the limit $L=\lim_{n\to\infty}\sqrt[n]{|a_n|}$ if it exists.
  4. Use the conclusions:
  • $L<1$ means convergence.
  • $L>1$ means divergence.
  • $L=1$ means no decision.

Let’s see this in action.

Example 1: A simple geometric-type series

Consider

$$\sum_{n=1}^{\infty}\left(\frac{3}{4}\right)^n$$

Here,

$$\sqrt[n]{\left|\left(\frac{3}{4}\right)^n\right|}=\frac{3}{4}$$

So

$$L=\frac{3}{4}$$

Since $L<1$, the series converges absolutely. This matches what we already know about geometric series with $|r|<1$.

Example 2: A series with powers and a polynomial

Consider

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

Now apply the Root Test:

$$\sqrt[n]{\left|\frac{n^2}{5^n}\right|}=\frac{\sqrt[n]{n^2}}{5}$$

We use the fact that $\lim_{n\to\infty}\sqrt[n]{n^2}=1$, because any fixed power of $n$ grows much more slowly than an exponential function. Therefore,

$$L=\frac{1}{5}$$

Since $L<1$, the series converges absolutely. This is a great example of how the Root Test handles exponential decay very efficiently 📉.

Example 3: A divergent series

Consider

$$\sum_{n=1}^{\infty}\left(\frac{6}{5}\right)^n$$

We get

$$\sqrt[n]{\left|\left(\frac{6}{5}\right)^n\right|}=\frac{6}{5}$$

So

$$L=\frac{6}{5}$$

Since $L>1$, the series diverges. In fact, the terms do not go to $0$, so convergence is impossible.

Special Strengths of the Root Test

The Root Test is often easier than the Ratio Test when the expression contains an $n$th power. For example, if a term looks like

$$a_n=\left(\frac{n+1}{2n+3}\right)^n$$

then taking the $n$th root gives

$$\sqrt[n]{|a_n|}=\left|\frac{n+1}{2n+3}\right|$$

This is much simpler than working with $a_{n+1}/a_n$.

Let’s compute the limit:

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

Since $L<1$, the series

$$\sum_{n=1}^{\infty}\left(\frac{n+1}{2n+3}\right)^n$$

converges absolutely.

The Root Test is also useful for expressions with radicals. For instance, if

$$a_n=\left(\frac{n}{n+2}\right)^{n^2}$$

then

$$\sqrt[n]{|a_n|}=\left(\frac{n}{n+2}\right)^n$$

Now the limit is more advanced. Since

$$\left(1-\frac{2}{n+2}\right)^n$$

behaves like an exponential expression approaching a number between $0$ and $1$, the Root Test may still reveal convergence. Problems like this often require algebraic rewriting, but the root idea is to simplify a difficult exponent structure.

When the Root Test Gives No Answer

The Root Test is not magic ✨. If the limit equals $1$, it does not tell us whether the series converges or diverges. This happens often.

For example, consider

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

Then

$$\sqrt[n]{\left|\frac{1}{n}\right|}=\frac{1}{\sqrt[n]{n}}$$

and

$$\lim_{n\to\infty}\frac{1}{\sqrt[n]{n}}=1$$

The Root Test gives no conclusion. But we already know the harmonic series diverges by other tests.

Another example is

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

Here too,

$$\sqrt[n]{\left|\frac{1}{n^2}\right|}=\frac{1}{\sqrt[n]{n^2}}$$

and the limit is $1$. Yet this series converges. So when $L=1$, students, you must switch to another test, such as the Comparison Test, Integral Test, or Ratio Test.

Connection to the Bigger Picture in Convergence Tests II

The Root Test belongs to the same family as the Ratio Test and Alternating Series Test in Calculus 2. These tests help determine whether a series converges when simpler methods do not.

The Ratio Test studies

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

while the Root Test studies

$$\lim_{n\to\infty}\sqrt[n]{|a_n|}$$

Both tests are especially strong for series involving factorials, powers, and exponentials. The Root Test is often preferred when the $n$th power is the main feature of the term. The Alternating Series Test, on the other hand, is designed for series whose signs switch back and forth, such as

$$\sum_{n=1}^{\infty}(-1)^{n}b_n$$

with $b_n>0$.

These tests work together because not every series fits one pattern. In Convergence Tests II, the goal is to match the structure of the series with the most effective test. The Root Test is a strong choice when the term contains something raised to the $n$th power or when an $n$th root will simplify the expression.

Conclusion

The Root Test is a reliable way to study the convergence of infinite series, especially when powers and exponentials are involved. It checks the long-term behavior of $\sqrt[n]{|a_n|}$ and compares that limit to $1$. If the limit is less than $1$, the series converges absolutely. If it is greater than $1$, the series diverges. If it equals $1$, the test gives no answer.

For students, the most important skill is recognizing when the Root Test will simplify the work and lead to a clear conclusion. In Calculus 2, this test is one part of a larger toolkit for understanding infinite processes and deciding whether an infinite sum has a finite value.

Study Notes

  • The Root Test examines the limit $L=\lim_{n\to\infty}\sqrt[n]{|a_n|}$.
  • If $L<1$, then $\sum a_n$ converges absolutely.
  • If $L>1$ or $L=\infty$, then $\sum a_n$ diverges.
  • If $L=1$, the Root Test is inconclusive.
  • The test is especially useful when $a_n$ contains powers like $\left(\cdot\right)^n$ or exponential behavior.
  • Absolute convergence means $\sum |a_n|$ converges.
  • A convergent series must have $\lim_{n\to\infty}a_n=0$.
  • The Root Test is closely related to the Ratio Test and other Convergence Tests II tools.
  • Use another test when the Root Test gives $L=1$.
  • Look for patterns where taking the $n$th root makes the term simpler and easier to analyze.

Practice Quiz

5 questions to test your understanding

Root Test — Calculus 2 | A-Warded