Infinite series appear throughout calculus, physics, engineering, and computer science because they let us represent complicated quantities as sums of simpler terms. A convergence test tells you whether an infinite sum approaches a finite value or grows without bound. Choosing the right test saves time and helps you avoid forcing a method that does not fit the series.
The key is to recognize the structure of the terms before doing long calculations.
A good strategy begins by checking whether the terms even approach zero, since a series cannot converge if lim a_n is not 0. After that, look for special forms such as geometric series, p-series, alternating signs, factorials, exponentials, or functions that are positive and decreasing. Ratio and root tests are powerful for factorials and nth powers, while comparison and integral tests work well for positive terms that resemble known benchmark series.
Alternating series require checking that the term sizes decrease to zero, not just that the signs alternate.
Understanding Calculus: Choosing a Convergence Test
The most useful skill is not memorising a list of tests. It is simplifying the general term until its dominant behaviour is visible. Constants do not affect convergence.
A finite number of starting terms does not affect it either. For large values of the index, focus on the factors that grow fastest. Exponentials usually overpower powers of the index.
Factorials grow even faster than ordinary exponentials. Logarithms grow slowly.
For example, a fraction containing a high power of the index in its denominator may behave like a p-series, even if the original expression looks much more complicated. This large-index viewpoint explains why two series with different early terms can have the same convergence result.
Comparison tests need careful direction. For positive terms, a smaller series can be proved convergent by placing it below a known convergent benchmark. A larger series can be proved divergent by placing it above a known divergent benchmark.
Reversing either comparison gives no useful conclusion. Limit comparison is often easier when direct inequalities are awkward. Divide the given term by a familiar benchmark term and examine the limiting ratio.
If that ratio is a positive finite number, the two series share the same behaviour. Students often choose a benchmark that resembles the expression only on the surface. The benchmark must match the dominant power, exponential, or logarithmic part as the index becomes very large.
Absolute convergence gives an important extra layer of information. First ignore signs and test the series formed from the term magnitudes. If that new series converges, the original series converges regardless of its sign pattern.
If it diverges, an alternating series might still converge through cancellation. This is called conditional convergence. Alternating tests therefore require more than a changing sign.
The positive sizes must eventually move downward without rising again, and they must shrink toward zero. A few irregular early terms are harmless, but a pattern that keeps growing and shrinking may prevent the test from applying.
When a test is inconclusive, that does not mean the series diverges. It means its structure needs a different method.
Some forms deserve separate attention. A telescoping series breaks into differences, so most partial-sum terms cancel. Write out several partial sums before choosing another test.
The integral test is useful for positive functions that are continuous and eventually decreasing. It connects a series with the area under a curve, which helps explain why a slowly shrinking term can still produce an unlimited total. In physics, series tests control whether approximations such as power expansions give stable finite predictions.
In computing, they help estimate the error after stopping a repeated calculation. Keep a clear record of the test conditions, especially positivity, monotonic decrease, and the value of any limit. Correct algebra is not enough if the conditions for the chosen test were never checked.
Key Facts
- Divergence test: if lim as n approaches infinity of a_n is not 0, then sum a_n diverges.
- Geometric series: sum ar^n converges if |r| < 1 and diverges if |r| >= 1.
- p-series: sum 1/n^p converges if p > 1 and diverges if p <= 1.
- Ratio test: let L = lim |a_(n+1)/a_n|. If L < 1 converge, if L > 1 diverge, if L = 1 inconclusive.
- Root test: let L = lim nth root of |a_n|. If L < 1 converge, if L > 1 diverge, if L = 1 inconclusive.
- Alternating series test: sum (-1)^n b_n converges if b_n decreases and lim b_n = 0.
Vocabulary
- Infinite series
- An infinite series is a sum of infinitely many terms, written as sum a_n.
- Convergence
- Convergence means the sequence of partial sums approaches a finite number.
- Divergence
- Divergence means the partial sums do not approach a finite number.
- Comparison test
- The comparison test determines convergence by comparing a positive-term series to a known larger or smaller benchmark series.
- Absolute convergence
- A series converges absolutely if the series of absolute values, sum |a_n|, converges.
Common Mistakes to Avoid
- Using the divergence test to prove convergence, which is wrong because lim a_n = 0 does not guarantee that sum a_n converges.
- Forgetting the absolute value in the ratio or root test, which is wrong because these tests measure the size of the terms and ignore sign changes.
- Applying the alternating series test without checking that b_n decreases, which is wrong because sign alternation and a zero limit are not enough by themselves.
- Choosing comparison series in the wrong direction, which is wrong because to prove convergence you need an upper bound by a convergent series, while to prove divergence you need a lower bound by a divergent series.
Practice Questions
- 1 Decide whether sum from n = 1 to infinity of 3(2/5)^n converges or diverges, and name the test you used.
- 2 Decide whether sum from n = 2 to infinity of n^2/(n^5 + 1) converges or diverges by comparing it to a p-series.
- 3 A series contains both n! and 4^n in its terms. Explain why the ratio test is likely a better first choice than the integral test.