Fatskills
Practice. Master. Repeat.
Study Guide: AP Calculus: Ratio and Root Tests
Source: https://www.fatskills.com/ap-calculus/chapter/ap-calculus-ratio-and-root-tests

AP Calculus: Ratio and Root Tests

By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.

⏱️ ~4 min read

Ratio and Root Tests


Concept Summary

  • Ratio Test: Determines convergence of an infinite series by examining the limit of the ratio of consecutive terms; inconclusive if the limit equals 1.
  • Root Test: Determines convergence by examining the limit of the nth root of the absolute value of terms; inconclusive if the limit equals 1.
  • Absolute Convergence: A series converges absolutely if the series of absolute values converges; implies conditional convergence.
  • Divergence: If the limit in either test is greater than 1, the series diverges; if less than 1, the series converges absolutely.
  • Inconclusive Case: Both tests fail to determine convergence/divergence when the limit equals 1, requiring alternative methods.


Core Questions


WHAT (definitional)

Q: What is the Ratio Test? A: A test for series convergence that evaluates ( L = \lim_{n \to \infty} \left| \frac{a_{n+1}}{a_n} \right| ).
⚠️ Trap/Clarification: The test is inconclusive if ( L = 1 ), not necessarily divergent.

Q: What is the Root Test? A: A test for series convergence that evaluates ( L = \lim_{n \to \infty} \sqrt[n]{|a_n|} ).
⚠️ Trap/Clarification: The test applies to non-negative terms or absolute values; negative terms require absolute convergence analysis.


WHY (causal/explanatory)

Q: Why is the Ratio Test important? A: It efficiently handles series with factorials, exponentials, or powers of ( n ), where term ratios simplify cleanly.
⚠️ Trap/Clarification: It fails for series like ( \sum \frac{1}{n} ) or ( \sum \frac{1}{n^2} ), where ( L = 1 ).

Q: Why does the Root Test work for ( p )-series? A: For ( \sum \frac{1}{n^p} ), ( \sqrt[n]{|a_n|} = n^{-p/n} \to 1 ), making the test inconclusive but highlighting its utility for terms with ( n )-dependent exponents.
⚠️ Trap/Clarification: The Root Test is often overkill for ( p )-series; the Integral Test is more direct.


HOW (process/application)

Q: How do you apply the Ratio Test? A: Compute ( L = \lim_{n \to \infty} \left| \frac{a_{n+1}}{a_n} \right| ); if ( L < 1 ), converge; ( L > 1 ), diverge; ( L = 1 ), inconclusive.
⚠️ Trap/Clarification: Forgetting absolute values can lead to incorrect signs and misapplied conclusions.

Q: How is the Root Test calculated? A: Compute ( L = \lim_{n \to \infty} \sqrt[n]{|a_n|} ); if ( L < 1 ), converge; ( L > 1 ), diverge; ( L = 1 ), inconclusive.
⚠️ Trap/Clarification: Misapplying the root to the entire term (e.g., ( \sqrt[n]{a_n + b_n} )) instead of ( |a_n| ) alone.


CAN (conditions/possibilities)

Q: Can the Ratio Test determine conditional convergence? A: No; it only tests for absolute convergence or divergence. Use the Alternating Series Test for conditional convergence.
⚠️ Trap/Clarification: A series may pass the Ratio Test (converge absolutely) but still need separate analysis for conditional convergence.

Q: Under what conditions is the Root Test preferred over the Ratio Test? A: When terms involve ( n )-th powers (e.g., ( a_n = (1 + 1/n)^{n^2} )), as the Root Test simplifies exponents directly.
⚠️ Trap/Clarification: The Ratio Test is often easier for factorials or products (e.g., ( a_n = n!/n^n )).


Quick Facts & Traps

  • Fact: Both tests require ( L \neq 1 ) to conclude convergence/divergence; ( L = 1 ) demands another test.
  • Trap: Ignoring absolute valuesReality: The tests apply to ( |a_n| ); negative terms require absolute convergence analysis.
  • Fact: Ratio Test excels with factorials (e.g., ( \sum \frac{n!}{10^n} )), as ( \frac{(n+1)!}{n!} = n+1 ).
  • Trap: Assuming ( L = 1 ) means divergenceReality: ( L = 1 ) is inconclusive (e.g., ( \sum \frac{1}{n^2} ) converges, ( \sum \frac{1}{n} ) diverges).
  • Fact: Root Test handles ( n )-th powers cleanly (e.g., ( \sum (3/n)^n )), as ( \sqrt[n]{(3/n)^n} = 3/n \to 0 ).
  • Trap: Applying tests to finite sumsReality: Both tests are for infinite series only.


Rapid-Fire True/False

  • Statement: If ( \lim_{n \to \infty} \left| \frac{a_{n+1}}{a_n} \right| = 0.5 ), the series ( \sum a_n ) converges absolutely.
    Answer: TRUE Why the common mistake happens: Students confuse ( L < 1 ) (convergence) with ( L > 1 ) (divergence).

  • Statement: The Root Test can prove divergence for ( \sum \frac{1}{n} ).
    Answer: FALSE Why the common mistake happens: The Root Test yields ( L = 1 ), which is inconclusive; the Harmonic Series diverges by other methods.

  • Statement: If ( \lim_{n \to \infty} \sqrt[n]{|a_n|} = 1.1 ), the series ( \sum a_n ) diverges.
    Answer: TRUE Why the common mistake happens: Students misremember the threshold (( L > 1 ) diverges, not ( L \geq 1 )).