The Limit Comparison Test is a powerful tool for deciding whether an infinite series converges or diverges. It is especially useful when a series looks complicated but behaves like a simpler known series for large values of n. Instead of comparing terms with inequalities, you compare the long-term ratio of two positive sequences.
This helps turn messy expressions into familiar p-series, geometric series, or harmonic-type series.
The main idea is to choose a comparison series sum b_n whose convergence behavior is already known, then compute lim n to infinity of a_n / b_n. If the limit is a positive finite number L, then sum a_n and sum b_n either both converge or both diverge. The test works because the terms eventually become constant multiples of each other in size.
It does not tell you the sum of the series, only whether the infinite sum converges or diverges.
Understanding Calculus: The Limit Comparison Test
An infinite series is decided by its tail, not by its first few terms. Changing, adding, or removing any fixed number of starting terms changes the total by only a finite amount. It cannot change convergence into divergence.
This is why large values of n are the focus. A complicated formula may behave unpredictably at small values, yet settle into a clear pattern later. The limit comparison idea captures that settled pattern.
If the ratio approaches a positive ordinary number, the two term lists stay in roughly the same size range after some point. Their partial sums then either remain bounded together or grow without bound together.
Choosing a useful comparison takes practice. For fractions made from powers of n, keep the terms with the greatest powers because lower-power terms become relatively insignificant. For example, a term with numerator n squared plus seven and denominator four n to the fifth minus n behaves like n squared divided by four n to the fifth.
This simplifies to one fourth times one divided by n cubed. The constant one fourth does not affect convergence. In expressions containing roots, factor out the largest power inside the root.
In expressions containing products, identify which factors grow fastest. The goal is not to make an expression exactly equal to a familiar term. The goal is to identify its dominant long-term size.
The limit itself gives more information than a label of convergent or divergent. A limit of three means that, far out in the sequence, the original terms are close to three times the comparison terms. A limit of one half means they are close to half as large.
This explains why multiplying every term of a known series by a positive constant cannot change its convergence behavior. Students should simplify the ratio before substituting large values of n. Dividing the numerator and denominator by the highest relevant power often exposes the answer.
Trying decimal values first can suggest a pattern, but it is not proof. A sequence can look stable for many terms while still having different behavior later.
Positivity is an important condition, not a technical detail. Terms that switch sign can cancel, so their series may need tools for alternating series or absolute convergence instead. Another common mistake is choosing a comparison that resembles only part of the expression while ignoring a faster-growing factor.
When the ratio becomes zero, the original terms are much smaller than the comparison terms. When it grows without bound, they are much larger. Those results can sometimes support a direct comparison argument, but they do not give the full two-way conclusion.
These ideas appear when estimating approximation errors, studying repeated payments, and modeling effects that accumulate over time. The key habit is to ask which part of each term still matters when n becomes very large.
Key Facts
- Limit Comparison Test: if a_n > 0, b_n > 0, and lim n to infinity of a_n / b_n = L with 0 < L < infinity, then sum a_n and sum b_n have the same convergence behavior.
- A p-series sum 1 / n^p converges when p > 1 and diverges when p <= 1.
- A geometric series sum ar^n converges when |r| < 1 and diverges when |r| >= 1.
- For rational functions of n, compare the highest-power terms in the numerator and denominator.
- Example: sum (3n + 2) / (n^3 + 5) behaves like sum 3n / n^3 = sum 3 / n^2, so it converges.
- If lim n to infinity of a_n / b_n = 0 or infinity, the basic conclusion of the Limit Comparison Test does not automatically apply in both directions.
Vocabulary
- Infinite series
- An infinite series is a sum of infinitely many terms, usually written as sum a_n.
- Convergence
- A series converges if its sequence of partial sums approaches a finite number.
- Divergence
- A series diverges if its partial sums do not approach a finite number.
- Comparison series
- A comparison series is a known series chosen to match the long-term behavior of a more complicated series.
- Limit comparison ratio
- The limit comparison ratio is the limit of a_n / b_n as n approaches infinity.
Common Mistakes to Avoid
- Choosing b_n with unknown behavior, which is wrong because the test only helps if the comparison series is already known to converge or diverge.
- Using the test with negative or sign-changing terms, which is wrong because the standard Limit Comparison Test requires positive terms eventually.
- Concluding from L = 0 that both series behave the same, which is wrong because the usual test only gives the same behavior when 0 < L < infinity.
- Keeping lower-power terms when choosing b_n for rational expressions, which often makes the comparison harder because the largest powers control the behavior as n becomes large.
Practice Questions
- 1 Use the Limit Comparison Test to determine whether sum from n = 1 to infinity of (5n^2 + 1) / (2n^4 + 7) converges or diverges.
- 2 Use the Limit Comparison Test to determine whether sum from n = 2 to infinity of (4n + 3) / (n^2 - 1) converges or diverges.
- 3 Explain why sum from n = 1 to infinity of (n^3 + 2n) / (7n^5 + 1) should be compared to a p-series, and identify the correct value of p.