BrainyBeeBrainyBee
ExploreBlogStart Studying
HomeCalculus II: Integral Calculus - Integration, Series, and Parametric EquationsRatio and Root Tests: Chapter Study Guide
Study Guide912 words

Ratio and Root Tests: Chapter Study Guide

Ratio and Root Tests

Learning Objectives

By the end of this study guide, you should be able to:

  • Use the ratio test to determine the absolute convergence of a series involving factorials and exponential terms.
  • Use the root test to determine the absolute convergence of a series where the n−thtermisraisedtothenn-th term is raised to the nn−thtermisraisedtothen-th power.
  • Describe a general strategy for evaluating an unknown series and choosing the most efficient convergence test.
  • Understand the limitations of the ratio and root tests, specifically identifying when they yield inconclusive results.

Key Terms & Glossary

  • Absolute Convergence: A series ∑anconvergesabsolutelyiftheseriesofabsolutevalues∑∣an∣\sum a_n converges absolutely if the series of absolute values \sum |a_n|∑an​convergesabsolutelyiftheseriesofabsolutevalues∑∣an​∣ converges. Absolutely convergent series always converge.
  • Ratio Test: A test that evaluates the limit of the absolute ratio of consecutive terms to determine convergence rates relative to a geometric series.
  • Root Test: A test that evaluates the n−throotoftheabsolutevalueofthenn-th root of the absolute value of the nn−throotoftheabsolutevalueofthen-th term to determine convergence rates.
  • Factorial (n!n!n!): The product of an integer and all the integers below it (e.g., $$4! = 4 \times 3 \times 2 \times 1$$). Factorials grow faster than exponential functions.
  • Inconclusive Result: A scenario where a specific test provides no definitive answer about convergence or divergence, requiring a different test to be applied.

The "Big Idea"

The Ratio and Root Tests measure how quickly the terms of a series approach zero. Unlike the Comparison Test or Limit Comparison Test, they do not require you to find a secondary comparable series. Instead, they evaluate the series purely based on its own terms.

By calculating a limit (often denoted as $$\rho),thesetestsessentiallydetermineifthetailendofyourseriesbehaveslikeaconvergentordivergentgeometricseries.Theyarethemostpowerfultoolsinyourarsenalwhendealingwithpowerseries,factorials,andfunctionsraisedtothen), these tests essentially determine if the tail end of your series behaves like a convergent or divergent geometric series. They are the most powerful tools in your arsenal when dealing with power series, factorials, and functions raised to the n),thesetestsessentiallydetermineifthetailendofyourseriesbehaveslikeaconvergentordivergentgeometricseries.Theyarethemostpowerfultoolsinyourarsenalwhendealingwithpowerseries,factorials,andfunctionsraisedtothen-th power.

[!NOTE] Both tests evaluate absolute convergence. If the limit \rho < 1$, the series converges absolutely. If $\rho > 1$, the terms do not approach zero fast enough, and the series diverges. If $\rho = 1, the tests are "blind" to the behavior, and you must use a different test.

Formula / Concept Box

Test NameThe Limit to EvaluateConclusion Conditions
Ratio Test$$ \rho = \lim_{n \to \infty} \left\frac{a_{n+1}}{a_n} \right
Root Test$$ \rho = \lim_{n \to \infty} \sqrt[n]{a_n

Hierarchical Outline

  • 1. Introduction to Ratio & Root Tests
    • The purpose: Determining absolute convergence without a comparison series.
    • The connection to geometric series: Using ρ\rhoρ as a common ratio analogue.
  • 2. The Ratio Test
    • When to use: Best for series containing factorials (n!)orconstantsraisedtothenn!) or constants raised to the nn!)orconstantsraisedtothen-th power (cnc^ncn).
    • Simplification strategy: Cancel common factors between an+1a_{n+1}an+1​ and ana_nan​.
  • 3. The Root Test
    • When to use: Best for series where the entire sequence formula is raised to the nnn-th power.
    • Algebraic strategy: The n−throotcancelsthenn-th root cancels the nn−throotcancelsthen-th power, simplifying the limit evaluation.
  • 4. General Strategy for Convergence Testing
    • Step 1: Identify familiar forms (ppp-series, geometric).
    • Step 2: Check for alternating terms.
    • Step 3: Look for factorials (use Ratio) or large overarching powers (use Root).
    • Step 4: Fall back on Divergence, Comparison, or Integral tests if ρ=1\rho = 1ρ=1.

Visual Anchors

Convergence Test Decision Flowchart

Loading Diagram...

The Limit Boundary (ρ\rhoρ)

Compiling TikZ diagram…
⏳
Running TeX engine…
This may take a few seconds

Definition-Example Pairs

  • Term: The Ratio Test

    • Definition: Taking the limit of the ratio of the next term over the current term to check if the series shrinks fast enough to converge.
    • Example: For ∑1n!\sum \frac{1}{n!}∑n!1​, an+1=1(n+1)!a_{n+1} = \frac{1}{(n+1)!}an+1​=(n+1)!1​. The ratio is n!(n+1)!=1n+1\frac{n!}{(n+1)!} = \frac{1}{n+1}(n+1)!n!​=n+11​, which approaches 0 as n→∞n \to \inftyn→∞. Since $0 < 1$, it converges.
  • Term: The Root Test

    • Definition: Taking the nnn-th root of the nnn-th term to see if the exponential base of the sequence is less than 1.
    • Example: For ∑(n2n+1)n\sum \left( \frac{n}{2n+1} \right)^n∑(2n+1n​)n, taking the nnn-th root yields n2n+1\frac{n}{2n+1}2n+1n​. As n→∞n \to \inftyn→∞, this limit is $1/2.Since$1/2<1. Since $1/2 < 1.Since$1/2<1, it converges.

Worked Examples

Example 1: Applying the Ratio Test

Determine if the series ∑n=1∞10nn!\sum_{n=1}^\infty \frac{10^n}{n!}∑n=1∞​n!10n​ converges or diverges.

Step 1: Set up the ratio limit ρ\rhoρ. ρ=lim⁡n→∞∣an+1an∣=lim⁡n→∞∣10n+1(n+1)!10nn!∣\rho = \lim_{n \to \infty} \left| \frac{a_{n+1}}{a_n} \right| = \lim_{n \to \infty} \left| \frac{\frac{10^{n+1}}{(n+1)!}}{\frac{10^n}{n!}} \right|ρ=limn→∞​​an​an+1​​​=limn→∞​​n!10n​(n+1)!10n+1​​​

Step 2: Multiply by the reciprocal and group like terms. ρ=lim⁡n→∞(10n+110n⋅n!(n+1)!)\rho = \lim_{n \to \infty} \left( \frac{10^{n+1}}{10^n} \cdot \frac{n!}{(n+1)!} \right)ρ=limn→∞​(10n10n+1​⋅(n+1)!n!​)

Step 3: Simplify the exponents and the factorials. (Remember (n+1)!=(n+1)n!(n+1)! = (n+1)n!(n+1)!=(n+1)n!). ρ=lim⁡n→∞(10⋅1n+1)\rho = \lim_{n \to \infty} \left( 10 \cdot \frac{1}{n+1} \right)ρ=limn→∞​(10⋅n+11​)

Step 4: Evaluate the limit. ρ=0\rho = 0ρ=0 Since ρ=0<1\rho = 0 < 1ρ=0<1, the series converges absolutely by the Ratio Test.

[!TIP] Whenever you see a constant raised to an nnn-th power competing against a factorial, the factorial always wins eventually. The Ratio test proves this mathematically by driving the limit to 0.

Example 2: Applying the Root Test

Determine if the series ∑n=1∞(3n+25n−1)2n\sum_{n=1}^\infty \left( \frac{3n+2}{5n-1} \right)^{2n}∑n=1∞​(5n−13n+2​)2n converges or diverges.

Step 1: Notice the entire sequence is raised to a power involving n.ApplytheRootTestlimitρn. Apply the Root Test limit \rhon.ApplytheRootTestlimitρ. ρ=lim⁡n→∞∣an∣n=lim⁡n→∞(3n+25n−1)2nn\rho = \lim_{n \to \infty} \sqrt[n]{\left| a_n \right|} = \lim_{n \to \infty} \sqrt[n]{\left( \frac{3n+2}{5n-1} \right)^{2n}}ρ=limn→∞​n∣an​∣​=limn→∞​n(5n−13n+2​)2n​

Step 2: Simplify the root and power (the nintheexponentcancelswiththenn in the exponent cancels with the nnintheexponentcancelswiththen-th root). ρ=lim⁡n→∞(3n+25n−1)2\rho = \lim_{n \to \infty} \left( \frac{3n+2}{5n-1} \right)^2ρ=limn→∞​(5n−13n+2​)2

Step 3: Evaluate the limit of the inside function, then square it. As n→∞n \to \inftyn→∞, 3n+25n−1→35\frac{3n+2}{5n-1} \to \frac{3}{5}5n−13n+2​→53​. ρ=(35)2=925\rho = \left( \frac{3}{5} \right)^2 = \frac{9}{25}ρ=(53​)2=259​

Step 4: Conclude. Since ρ=0.36<1\rho = 0.36 < 1ρ=0.36<1, the series converges absolutely by the Root Test.

Checkpoint Questions

  1. If applying the Ratio Test yields ρ=1\rho = 1ρ=1, what can you conclude about the series? What should you do next?
  2. Why is the Ratio Test particularly well-suited for series containing factorials like (2n)!(2n)!(2n)!?
  3. Calculate the limit ρ\rhoρ for the series ∑n22n\sum \frac{n^2}{2^n}∑2nn2​ using the Ratio Test. Does it converge?
  4. Without calculating, why might the Root Test be a poor choice for the harmonic series ∑1n\sum \frac{1}{n}∑n1​?
  5. True or False: If a series converges conditionally, the Ratio Test will always yield ρ<1\rho < 1ρ<1.
▶Click here to check your answers
  1. The test is inconclusive. You must select a different test, such as the limit comparison test, alternating series test, or integral test.
  2. Factorials expand nicely when calculating the ratio of the next term. (n+1)!(n+1)!(n+1)! simply becomes (n+1)⋅n!(n+1) \cdot n!(n+1)⋅n!, allowing the factorials to cancel completely out of the expression.
  3. Yes, it converges. The ratio simplifies to 12lim⁡n→∞(n+1n)2=12(1)=12<1\frac{1}{2} \lim_{n\to\infty} (\frac{n+1}{n})^2 = \frac{1}{2} (1) = \frac{1}{2} < 121​limn→∞​(nn+1​)2=21​(1)=21​<1.
  4. The nnn-th root of a polynomial expression like $1/n$ will evaluate to a limit of 1 (inconclusive), wasting your time.
  5. False. The Ratio test checks for absolute convergence. For conditionally convergent series (like the alternating harmonic series), the Ratio test evaluates to ρ=1\rho = 1ρ=1 (inconclusive).
All Calculus II: Integral Calculus - Integration, Series, and Parametric Equations Study Resources

Related Notes

  • Alternating Series: Convergence, Remainders, and Classification1,058 words
  • Approximating Areas: Left and Right Endpoint Methods834 words
  • Arc Length of a Curve and Surface Area Study Guide860 words
  • Study Guide: Area and Arc Length in Polar Coordinates732 words
  • Areas Between Curves: Calculus Study Guide1,215 words
  • Chapter Study Guide: Basics of Differential Equations947 words
  • Calculus of Parametric Curves: Comprehensive Study Guide1,134 words
  • Calculus of the Hyperbolic Functions894 words
  • Study Guide: Comparison Tests for Infinite Series1,056 words
  • Conic Sections: Comprehensive Study Guide912 words
  • Determining Volumes by Slicing: Chapter Study Guide940 words
  • Study Guide: Direction Fields and Numerical Methods923 words

Ready to study Calculus II: Integral Calculus - Integration, Series, and Parametric Equations?

Practice tests, flashcards, and all study notes — free, no sign-up.

Start Studying

Ready to study Calculus II: Integral Calculus - Integration, Series, and Parametric Equations?

Practice tests, flashcards, and all study notes — free, no sign-up needed.

Start Studying — Free
Calculus II: Integral Calculus - Integration, Series, and Parametric Equations ResourcesExplore All HivesBlogHome

© 2026 BrainyBee. Free AI-powered exam prep.