BrainyBeeBrainyBee
ExploreBlogStart Studying
HomeCalculus II: Integral Calculus - Integration, Series, and Parametric EquationsStudy Guide: Comparison Tests for Infinite Series
Study Guide1,056 words

Study Guide: Comparison Tests for Infinite Series

Comparison Tests

Learning Objectives

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

  • Identify appropriate "reference series" (geometric or ppp-series) to compare against a given series.
  • Apply the Direct Comparison Test (DCT) to prove convergence or divergence by establishing strict inequalities.
  • Apply the Limit Comparison Test (LCT) when algebraic bounding is difficult but asymptotic behavior is clear.
  • Recognize the limitations of comparison tests, specifically when terms are not strictly positive.

Key Terms & Glossary

  • Direct Comparison Test (DCT): A convergence test that directly compares the terms of an unknown series to a known series using inequalities (<<<, >>>, ≤\leq≤, ≥\geq≥).
  • Limit Comparison Test (LCT): A convergence test that compares the asymptotic growth rates of two series by taking the limit of the ratio of their terms as n→∞n \to \inftyn→∞.
  • **p−Series∗∗:Aseriesoftheform∑1np.Itactsasastandardbenchmark,convergingifp>1p-Series**: A series of the form \sum \frac{1}{n^p}. It acts as a standard benchmark, converging if p > 1p−Series∗∗:Aseriesoftheform∑np1​.Itactsasastandardbenchmark,convergingifp>1 and diverging if p≤1p \leq 1p≤1.
  • Geometric Series: A series of the form ∑arn.Itconvergeswhenthecommonratio∣r∣<1\sum a r^n. It converges when the common ratio |r| < 1∑arn.Itconvergeswhenthecommonratio∣r∣<1.
  • Absolute Convergence: The property of a series where the sum of the absolute values of its terms converges. (Comparison tests only apply to non-negative terms; for series with negative terms, we test the absolute values).

The "Big Idea"

[!TIP] The core principle is guilt by association.

When evaluating a complex infinite series, we strip away the "noise" (lower-order terms, constants) to reveal its fundamental behavior. By comparing this simplified version (our reference series) to the messy original, we can determine its fate.

If the messy series is always smaller than a series we know converges, the messy one must also converge (it's trapped). Conversely, if it is always larger than a series we know blows up to infinity, the messy one must also diverge.


Formula / Concept Box

Convergence TestThe Rule / FormulaWhen to Use ItConclusions
Direct Comparison (DCT)Compare ana_nan​ and bnb_nbn​ for all $n.When a strict algebraic inequality is easy to prove.If a_n \leq b_nandandand\sum b_nconvergesconvergesconverges\Rightarrow \sum a_nconverges.<br>Ifconverges.<br>Ifconverges.<br>Ifa_n \geq b_nandandand\sum b_ndivergesdivergesdiverges\Rightarrow \sum a_n$ diverges.
Limit Comparison (LCT)Evaluate lim⁡n→∞anbn=L\lim_{n \to \infty} \frac{a_n}{b_n} = Llimn→∞​bn​an​​=L.When series look like a ppp-series but inequalities are tricky.If $$0 < L < \infty$$, both series share the same fate (both converge or both diverge).
ppp-Series Benchmark∑1np\sum \frac{1}{n^p}∑np1​Use as $b_n for algebraic/polynomial fractions.Converges if p > 1$.
Diverges if p≤1p \leq 1p≤1.
Geometric Benchmark∑arn\sum a r^{n}∑arnUse as $b_n for exponential terms.Converges if |r| < 1.<br>Divergesif.<br>Diverges if .<br>Divergesif|r$

[!WARNING] The Limit Comparison Test provides no information if L=0L=0L=0 and ∑bn\sum b_n∑bn​ diverges, or if L=∞L=\inftyL=∞ and ∑bn\sum b_n∑bn​ converges. You must pick a different comparison series!


Hierarchical Outline

  • 1. Foundations of Comparison
    • Both tests require non-negative terms: a_n \geq 0$, $b_n \geq 0.
    • If terms are negative, apply tests to ∣an∣|a_n|∣an​∣ to check for absolute convergence.
  • 2. The Direct Comparison Test (DCT)
    • Requires establishing a term-by-term inequality.
    • Convergent Bounding: Must show an≤bna_n \leq b_nan​≤bn​ (target is smaller than the convergent benchmark).
    • Divergent Bounding: Must show an≥bna_n \geq b_nan​≥bn​ (target is larger than the divergent benchmark).
  • 3. The Limit Comparison Test (LCT)
    • Bypasses the need for strict inequalities.
    • Computes ratio limit: L=lim⁡n→∞(an/bn)L = \lim_{n \to \infty} (a_n / b_n)L=limn→∞​(an​/bn​).
    • A finite, non-zero LLL means the series grow at proportional rates.
  • 4. Selecting Reference Series (bnb_nbn​)
    • Keep highest powers of nnn in the numerator and denominator.
    • Simplify to a basic ppp-series or geometric series.

Visual Anchors

Choosing Your Test Strategy

Loading Diagram...

Geometric Interpretation of Direct Comparison

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

Definition-Example Pairs

  • ppp-Series

    • Definition: A series whose terms are $1/n^p. Convergence depends entirely on the exponent p$.
    • Real-World Example: The Harmonic Series (p=1p=1p=1) models the harmonic overtones of a vibrating string. Even though terms shrink, the total sum diverges infinitely.
  • Direct Comparison Test (DCT)

    • Definition: Proving convergence by showing a series is strictly smaller than a known convergent series.
    • Mathematical Example: Comparing ∑1n2+5\sum \frac{1}{n^2+5}∑n2+51​ to ∑1n2.Becauseadding5makesthedenominatorlarger,thefractionissmaller.Itisboundedbyaconvergentp\sum \frac{1}{n^2}. Because adding 5 makes the denominator larger, the fraction is smaller. It is bounded by a convergent p∑n21​.Becauseadding5makesthedenominatorlarger,thefractionissmaller.Itisboundedbyaconvergentp-series, so it converges.
  • Limit Comparison Test (LCT)

    • Definition: Proving convergence by showing the ratio of a target series to a known series approaches a non-zero constant.
    • Mathematical Example: Testing ∑1n2−1\sum \frac{1}{n^2 - 1}∑n2−11​. A direct inequality $1/(n^2-1) \leq 1/n^2$$ fails (it's actually larger). Instead, limit comparison with $1/n^2 yields L=1L=1L=1, proving convergence.

Worked Examples

Example 1: Direct Comparison Test (Convergence)

Problem: Determine if ∑n=1∞1n3+1\sum_{n=1}^{\infty} \frac{1}{n^3 + 1}∑n=1∞​n3+11​ converges or diverges.

Step 1: Identify reference series. Drop the "+1$$. We are left with $$\sum \frac{1}{n^3}$$. Since p = 3 > 1, this reference series is a convergent p$-series.

Step 2: Establish inequality. For all positive integers nnn, n3+1>n3n^3 + 1 > n^3n3+1>n3. Therefore, taking the reciprocal reverses the inequality: 1n3+1<1n3\frac{1}{n^3 + 1} < \frac{1}{n^3}n3+11​<n31​.

Step 3: Conclude. Since every term of our target series is smaller than a corresponding term of a known convergent series, ∑1n3+1\sum \frac{1}{n^3 + 1}∑n3+11​ converges by the Direct Comparison Test.

Example 2: Limit Comparison Test

Problem: Determine if ∑n=1∞3n+5n4+1\sum_{n=1}^{\infty} \frac{3n + 5}{\sqrt{n^4 + 1}}∑n=1∞​n4+1​3n+5​ converges or diverges.

Step 1: Identify reference series. Look at highest powers. Numerator behaves like n.Denominatorbehavesliken. Denominator behaves like n.Denominatorbehaveslike\sqrt{n^4} = n^2.Ourreferenceseries. Our reference series .Ourreferenceseriesb_n = \frac{n}{n^2} = \frac{1}{n}$$. This is the harmonic series (p=1p=1p=1), which diverges.

Step 2: Set up the limit ratio. L=lim⁡n→∞anbn=lim⁡n→∞(3n+5n4+1⋅n1)L = \lim_{n \to \infty} \frac{a_n}{b_n} = \lim_{n \to \infty} \left( \frac{3n + 5}{\sqrt{n^4 + 1}} \cdot \frac{n}{1} \right)L=limn→∞​bn​an​​=limn→∞​(n4+1​3n+5​⋅1n​) L=lim⁡n→∞3n2+5nn4+1L = \lim_{n \to \infty} \frac{3n^2 + 5n}{\sqrt{n^4 + 1}}L=limn→∞​n4+1​3n2+5n​

Step 3: Evaluate limit. Divide top and bottom by n2n^2n2 (which is n4\sqrt{n^4}n4​ inside the root): L=lim⁡n→∞3+5n1+1n4=3+01+0=3L = \lim_{n \to \infty} \frac{3 + \frac{5}{n}}{\sqrt{1 + \frac{1}{n^4}}} = \frac{3 + 0}{\sqrt{1 + 0}} = 3L=limn→∞​1+n41​​3+n5​​=1+0​3+0​=3

Step 4: Conclude. Since $0 < L < \infty$, both series share the same fate. Because the reference series diverges, the target series diverges by the Limit Comparison Test.


Checkpoint Questions

▶1. Why can't you use the Direct Comparison Test to prove that $\sum \frac{1}{n^2 - 1}$ converges by comparing it to $\frac{1}{n^2}$?

Because n2−1<n2,whichmeansthereciprocal1n2−1>1n2n^2 - 1 < n^2, which means the reciprocal \frac{1}{n^2 - 1} > \frac{1}{n^2}n2−1<n2,whichmeansthereciprocaln2−11​>n21​. The DCT requires the target series to be smaller than the convergent reference series, not larger. (You must use the Limit Comparison Test here).

▶2. If you use LCT and find that $L = 0$, what does this tell you?

It depends on your reference series bnb_nbn​. If bnconverges,thenthetargetseriesanb_n converges, then the target series a_nbn​converges,thenthetargetseriesan​ also converges (because anisgrowingmuchslowerthanbna_n is growing much slower than b_nan​isgrowingmuchslowerthanbn​). If bnb_nbn​ diverges, the test is inconclusive.

▶3. What must be true about the terms of a series before applying either the Direct or Limit Comparison Test?

The terms of both the target series and the reference series must be positive. If they alternate or have negative terms, you must test their absolute values instead.

▶4. What is the standard reference series for a target series of $a_n = \frac{1}{2^n - 1}$?

The geometric series bn=12n=(12)nb_n = \frac{1}{2^n} = \left(\frac{1}{2}\right)^nbn​=2n1​=(21​)n, which converges because r=1/2<1r = 1/2 < 1r=1/2<1.

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
  • Conic Sections: Comprehensive Study Guide912 words
  • Determining Volumes by Slicing: Chapter Study Guide940 words
  • Study Guide: Direction Fields and Numerical Methods923 words
  • Study Guide: Exponential Growth and Decay692 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.