Checking for the convergence of an infinite sum (series) involves several tests and considerations, as there isn't one single method that works for all cases. Here's a breakdown of common techniques:
1. Preliminary Check: The Divergence Test (nth Term Test)
-
Description: This is the first and simplest test. If the limit of the terms of the series (an) as n approaches infinity is not zero, then the series diverges.
-
Mathematically: If limn→∞ an ≠ 0, then ∑an diverges.
-
Example: The series ∑ (n / (n + 1)) diverges because limn→∞ (n / (n + 1)) = 1, which is not zero.
-
Important Note: If limn→∞ an = 0, the test is inconclusive. The series might converge or diverge; further testing is required.
2. Convergence Tests for Positive Term Series
These tests apply when all terms of the series are positive (or at least non-negative).
-
Integral Test:
-
Description: If f(x) is a continuous, positive, and decreasing function for x ≥ 1, and f(n) = an, then the series ∑an and the integral ∫1∞ f(x) dx either both converge or both diverge.
-
Use Case: Effective for series where the corresponding integral is easy to evaluate.
-
-
Comparison Test:
-
Description: Compare the given series to a known convergent or divergent series.
- If 0 ≤ an ≤ bn for all n, and ∑bn converges, then ∑an converges.
- If an ≥ bn ≥ 0 for all n, and ∑bn diverges, then ∑an diverges.
-
Use Case: Good for series that resemble well-known series like geometric or p-series.
-
-
Limit Comparison Test:
-
Description: Let an > 0 and bn > 0 for all n. If limn→∞ (an / bn) = c, where 0 < c < ∞, then ∑an and ∑bn either both converge or both diverge.
-
Use Case: Useful when direct comparison is difficult, but you can find a similar series for comparison.
-
-
Ratio Test:
-
Description: Calculate L = limn→∞ |an+1 / an|.
- If L < 1, the series converges absolutely.
- If L > 1 (or L = ∞), the series diverges.
- If L = 1, the test is inconclusive.
-
Use Case: Well-suited for series involving factorials or exponential terms.
-
-
Root Test:
-
Description: Calculate L = limn→∞ n√|an|.
- If L < 1, the series converges absolutely.
- If L > 1 (or L = ∞), the series diverges.
- If L = 1, the test is inconclusive.
-
Use Case: Effective for series where the entire term is raised to the power of n.
-
3. Convergence Tests for Alternating Series
These tests apply specifically to series where the terms alternate in sign.
-
Alternating Series Test (Leibniz's Test):
-
Description: If the series is of the form ∑ (-1)n bn or ∑ (-1)n+1 bn (where bn > 0) and satisfies the following two conditions:
- bn+1 ≤ bn for all n (the terms are decreasing in magnitude).
- limn→∞ bn = 0.
-
Then the alternating series converges.
-
Use Case: Specifically designed for alternating series.
-
4. Absolute vs. Conditional Convergence
- Absolute Convergence: If ∑ |an| converges, then ∑ an converges absolutely. Absolute convergence implies convergence.
- Conditional Convergence: If ∑ an converges, but ∑ |an| diverges, then ∑ an converges conditionally. This means the convergence depends on the alternating signs.
Summary Table of Convergence Tests
Test | Condition | Conclusion |
---|---|---|
Divergence Test | limn→∞ an ≠ 0 | Diverges |
Integral Test | f(x) continuous, positive, decreasing, f(n) = an | ∑an converges if ∫1∞ f(x) dx converges; diverges if ∫1∞ f(x) dx diverges |
Comparison Test | 0 ≤ an ≤ bn, ∑bn converges OR an ≥ bn ≥ 0, ∑bn diverges | Converges if smaller than convergent; Diverges if larger than divergent |
Limit Comparison Test | limn→∞ (an / bn) = c, 0 < c < ∞ | Both converge or both diverge |
Ratio Test | limn→∞ | an+1 / an |
Root Test | limn→∞ n√ | an |
Alternating Series Test | bn+1 ≤ bn, limn→∞ bn = 0 | Converges |
General Strategy
- Check for Divergence: Always start with the divergence test.
- Identify the Series Type: Is it a geometric series, p-series, alternating series, or something else?
- Choose the Appropriate Test: Select the test that seems most likely to succeed based on the form of the series. If one test fails or is inconclusive, try another.
- Be Mindful of Conditions: Ensure the conditions for the test you choose are met.
By systematically applying these tests, you can determine whether an infinite sum converges or diverges.