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

Limit Comparison Test

College Depth 93 in the knowledge graph I know this Set as goal
874topics build on this
442prerequisites beneath it
See this on the map →
Comparison TestAbsolute vs. Conditional ConvergenceSeries Convergence Test Strategy
series convergence-tests limit-comparison

Core Idea

The Limit Comparison Test states: if a_n > 0 and b_n > 0, and lim(n->infinity) a_n/b_n = c where 0 < c < infinity, then sum of a_n and sum of b_n either both converge or both diverge. This test is more flexible than direct comparison because you only need to show the terms are proportional in the limit, not that one is always larger than the other.

How It's Best Learned

Compare unfamiliar series with p-series or geometric series by computing the limit of their ratio. Practice identifying the dominant term in a_n to guess the right comparison series. Emphasize that the limit must be a positive finite number for the conclusion to hold.

Common Misconceptions

Explainer

The Direct Comparison Test — your prerequisite — lets you conclude that a series converges if its terms are always smaller than a convergent series, or diverges if its terms are always larger than a divergent series. This is powerful but demanding: you need a *termwise* inequality, which can be hard to establish, especially when terms involve sums or differences in the numerator. The Limit Comparison Test relaxes this requirement. Instead of demanding that aₙ ≤ bₙ for all n, it only requires that aₙ and bₙ have the same asymptotic order — that their ratio approaches a positive finite constant. If aₙ/bₙ → c with 0 < c < ∞, then aₙ ≈ c · bₙ for large n, so the two series are in a sense proportional, and they must converge or diverge together.

The practical skill is choosing the right comparison series bₙ. The strategy is to identify the dominant terms in the numerator and denominator of aₙ and construct bₙ from those terms alone. For example, if aₙ = (3n² + 5) / (n⁴ − 2n + 1), the dominant terms give bₙ = 3n²/n⁴ = 3/n², a convergent p-series (p = 2 > 1). You then verify: aₙ/bₙ = [(3n² + 5)/(n⁴ − 2n + 1)] / [3/n²] → 1 as n → ∞, so the limit is 1, a positive finite number, and the Limit Comparison Test confirms that Σaₙ converges. The constant 3 in bₙ was irrelevant for the conclusion — any positive constant multiple of a convergent series still converges.

When the limit equals 0 or infinity, the test is inconclusive for the comparison you chose; try a different bₙ. A limit of 0 means aₙ grows much slower than bₙ — your comparison series was too large and you should try a smaller one. A limit of ∞ means aₙ grows much faster than bₙ — try a larger comparison. These boundary cases are where the Limit Comparison Test and the Direct Comparison Test are often combined: you use the Limit Comparison Test to identify the right growth rate, and then fall back to direct comparison or a known test if the limit is degenerate.

The Limit Comparison Test is most useful when the Direct Comparison Test fails because the termwise inequality goes the wrong way. For example, if Σ1/n diverges but you cannot directly show your series has terms larger than 1/n (perhaps the inequality reverses for some small n), the Limit Comparison Test sidesteps the problem — the eventual proportionality is all that matters. This makes it one of the most versatile convergence tests for series with rational or algebraic terms.

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 SidesAngle Pairs: Complementary, Supplementary, and VerticalParallel Lines and TransversalsCorresponding AnglesAlternate Interior AnglesTriangle Angle Sum TheoremExterior Angle TheoremTriangle Inequality TheoremSimilar Triangles: AA SimilaritySimilar Triangles: SSS and SAS SimilarityProportions in Similar TrianglesRight Triangle Trigonometry IntroductionSine, Cosine, and Tangent RatiosTrigonometric Ratios ReviewRadian MeasureConverting Between Degrees and RadiansThe Unit CircleGraphing Sine and CosineGraphing Tangent and Reciprocal Trigonometric FunctionsDerivatives of Trigonometric FunctionsAntiderivativesIndefinite IntegralsBasic Integration RulesRiemann SumsDefinite Integral DefinitionFundamental Theorem of Calculus Part 1Fundamental Theorem of Calculus Part 2U-SubstitutionPartial Fraction Decomposition for IntegrationImproper Integrals - ConvergenceIntegral TestP-SeriesComparison TestLimit Comparison Test

Longest path: 94 steps · 442 total prerequisite topics

Prerequisites (1)

Leads To (2)