Sign in to save

Bookmark this page so you can find it later.

Sign in to save

Bookmark this page so you can find it later.

The Root Test is a convergence test for infinite series that is especially useful when the nth term contains powers such as n, 2n, or n squared in an exponent. It asks how large the typical term is after taking the nth root, which reveals the term's long-term exponential behavior. This matters because exponential growth or decay usually determines convergence faster than polynomial factors.

The test gives a clear three-way decision: converge, diverge, or inconclusive.

Understanding Calculus: The Root Test

The main idea comes from comparing a complicated series with a geometric series. A geometric series repeatedly multiplies by roughly the same number. If that multiplier has size below one, its terms shrink so quickly that their total stays finite.

Taking an nth root strips away repeated powers and exposes this hidden multiplier. For example, if a term is the quantity three fifths raised to the nth power, the nth root is three fifths.

If a term is n squared times the quantity three fifths raised to the nth power, the nth root becomes the nth root of n squared times three fifths. The first factor approaches one, so the long term behavior is still controlled by three fifths.

Absolute value is essential because convergence depends on the size of terms before signs are considered. A series may alternate between positive and negative values, yet large term sizes can still prevent convergence. The root calculation therefore treats a negative base carefully.

For even values of n, an ordinary even root of a negative number is not a real number. Taking the root of the absolute value avoids this problem and tests absolute convergence.

Absolute convergence is stronger than cancellation from alternating signs. It means the series remains convergent even if every term is replaced by its positive size.

The test becomes particularly efficient when exponents contain n. Consider terms formed by n raised to the n power divided by four raised to the n power. Taking the nth root changes this to n divided by four, which grows without bound.

The original terms do not even approach zero, so the series cannot have a finite sum. In contrast, terms formed by n squared divided by five raised to the n power have nth root equal to the nth root of n squared divided by five.

The numerator factor approaches one, leaving one fifth. This shows why powers of n in an exponent matter far more than ordinary factors such as n squared or n to the tenth power.

A result of one requires care rather than a guess. The nth root of one over n is one in the limit, yet the series made from one over n diverges. The nth root of one over n squared is also one in the limit, yet that series converges.

The root process cannot distinguish polynomial decay because every fixed power of n becomes almost one after taking an nth root. In this situation, use a comparison test, a ratio test, an integral test, or knowledge of p series.

When working problems, keep parentheses clear before taking roots, simplify exponent rules slowly, and check whether leftover factors approach one, a fixed number, zero, or infinity. These habits prevent most errors.

Key Facts

  • For a series sum a_n, compute L = lim as n approaches infinity of nth root of |a_n|.
  • If L < 1, then sum a_n converges absolutely.
  • If L > 1 or L = infinity, then sum a_n diverges.
  • If L = 1, the Root Test is inconclusive.
  • The Root Test is strongest when a_n has the form (expression)^n or contains powers depending on n.
  • Useful limit: lim as n approaches infinity of n^(1/n) = 1.

Vocabulary

Infinite series
An infinite series is a sum of terms a_1 + a_2 + a_3 + ... that continues without end.
Convergence
Convergence means the partial sums of an infinite series approach a finite number.
Absolute convergence
A series sum a_n converges absolutely if the series sum |a_n| converges.
nth root
The nth root of a number x is the value that becomes x when raised to the nth power.
Inconclusive test
An inconclusive test result means the test does not decide whether the series converges or diverges.

Common Mistakes to Avoid

  • Forgetting the absolute value in nth root of |a_n| is wrong because the Root Test checks absolute convergence and must handle negative or alternating terms.
  • Concluding convergence when L = 1 is wrong because the Root Test gives no information in that case and another test is needed.
  • Applying the Root Test to the sequence a_n instead of the series sum a_n is wrong because convergence is about the sum of infinitely many terms, not just the term formula alone.
  • Ignoring dominant exponential factors is wrong because the Root Test is designed to detect exponential behavior, while slower polynomial factors often disappear after taking the nth root.

Practice Questions

  1. 1 Use the Root Test to determine whether the series sum from n = 1 to infinity of (3n/(5n + 1))^n converges or diverges.
  2. 2 Use the Root Test to determine whether the series sum from n = 1 to infinity of n^2/4^n converges or diverges.
  3. 3 Explain why the Root Test is often more efficient than the Ratio Test for a series whose nth term is ((n + 2)/(3n - 1))^n.