A topic in the Open Knowledge Graph — a free, open map of 15,290 topics and the order to learn them in.

Ratio Test

College Depth 68 in the knowledge graph I know this Set as goal
875topics build on this
309prerequisites beneath it
See this on the map →
Geometric SeriesSequences and ConvergenceAbsolute vs. Conditional ConvergenceRadius and Interval of Convergence+2 more
series convergence-tests ratio-test

Core Idea

The Ratio Test examines L = lim(n->infinity) |a_(n+1)/a_n|. If L < 1, the series converges absolutely. If L > 1, the series diverges. If L = 1, the test is inconclusive. The ratio test is particularly effective for series involving factorials (n!) and exponentials (rn), where the ratio of consecutive terms simplifies nicely. It is also the key tool for finding the radius of convergence of power series.

How It's Best Learned

Apply to series with factorials and exponentials where the ratio simplifies. Compare with the geometric series (the ratio test essentially checks whether terms decrease geometrically in the limit). Practice recognizing when the test is inconclusive (p-series, for example) and switching to another test.

Common Misconceptions

Explainer

The ratio test is built on a single insight: if a series eventually behaves like a geometric series, its convergence is determined by the common ratio. You already know from geometric series that Σ rⁿ converges when |r| < 1 and diverges when |r| > 1. The ratio test asks whether the ratio of consecutive terms settles toward some limiting value L as n grows — and if it does, the series converges or diverges exactly like the geometric series with ratio L.

The mechanics: compute the ratio |a_{n+1}/a_n| and take the limit as n → ∞. If L < 1, terms eventually shrink faster than a convergent geometric series, so the series converges absolutely. If L > 1, terms grow, so the series diverges. If L = 1, the test gives no information — terms shrink, but not fast enough to guarantee convergence (p-series like Σ 1/n all give L = 1 despite having different convergence behaviors).

The test shines when factorials or exponentials appear in the terms, because the ratio of consecutive terms simplifies beautifully. For Σ n!/nⁿ, computing (n+1)!/(n+1)n+1 divided by n!/nⁿ gives (n+1)·n! / ((n+1)·(n+1)ⁿ) · nⁿ/n! = (n/(n+1))ⁿ → 1/e < 1, so the series converges. The key algebraic fact to drill: (n+1)! = (n+1)·n!, which lets you cancel the n! cleanly. Similarly, for series involving both exponentials and factorials like Σ 2ⁿ/n!, the ratio is 2n+1/(n+1)! · n!/2ⁿ = 2/(n+1) → 0 < 1, confirming convergence.

The ratio test becomes inconclusive — giving L = 1 — for power-law series like Σ 1/nᵖ or Σ 1/(n ln n). For these, use the integral test or comparison test instead. A useful mental rule: reach for the ratio test when you see n! or aⁿ; reach for the integral test when you see rational functions of n. The ratio test's other major application is finding the radius of convergence of a power series Σ cₙxⁿ — there, you apply it to the absolute value of the terms, treating x as a parameter, and solve for the values of x where L < 1.

Practice Questions 5 questions

Prerequisite Chain

Understanding ZeroThe Number ZeroCounting to FiveCounting to 10Counting to 20Counting a Set of Objects Up to 20Cardinality: The Last Number CountedMatching Numerals to QuantitiesSubitizing Small QuantitiesAddition Within 10Number Bonds to 10Addition Within 20Doubles and Near DoublesDoubles Facts Within 10Near Doubles Facts Within 20Mental Math Strategies for AdditionMental Math: Adding and Subtracting TensAddition Within 100Repeated Addition as MultiplicationMultiplication as Equal GroupsMultiplication: ArraysBasic Multiplication Facts (0s, 1s, 2s, 5s, 10s)Multiplication Facts Within 100Division as Equal SharingDivision as Grouping (Measurement Division)Division: Grouping (Repeated Subtraction) ModelDivision: Fair Sharing ModelDivision as Equal SharingDivision as GroupingBasic Division FactsDivision Facts Within 100Multiplication and Division Fact FamiliesRelationship Between Multiplication and DivisionDivision Facts as Inverse of MultiplicationRemainders and Quotients in DivisionDivision Word ProblemsMulti-Step Word ProblemsSolving Multi-Step Word ProblemsMultiplication Word ProblemsDivision Word ProblemsIntroduction to Long DivisionFactors and MultiplesPrime and Composite NumbersEquivalent FractionsRelating Fractions and DecimalsDecimal Place ValueIntegers and the Number LineComparing and Ordering IntegersAbsolute ValueAdding IntegersSubtracting IntegersMultiplying IntegersDividing IntegersUnit RatesProportionsPercent ConceptConverting Between Fractions, Decimals, and PercentsOperations with Rational NumbersTwo-Step EquationsSolving Multi-Step EquationsEquations with Variables on Both SidesLiteral EquationsSlope-Intercept FormPoint-Slope FormWriting Linear EquationsArithmetic SequencesGeometric SequencesGeometric SeriesRatio Test

Longest path: 69 steps · 309 total prerequisite topics

Prerequisites (2)

Leads To (4)