Theory
- Absolute Convergence: A series ∑an is absolutely convergent if ∑∣an∣ converges.
- Conditional Convergence: A series ∑an is conditionally convergent if ∑an converges but ∑∣an∣ diverges.
Ratio Test
Let ∑an be an infinite series and suppose
L=n→∞limanan+1.
- If L<1, the series converges absolutely.
- If L>1, the series diverges.
- If L=1, the test is inconclusive.
Exercises
Exercise 1
Question
Check whether the series converges:
n=1∑∞n2cos(nπ/3)Show solution ↓Hide solution ↑
Solution
Since ∣cos(nπ/3)∣≤1,
n2cos(nπ/3)≤n21.Because ∑n21 converges, the given series converges absolutely.
Conclusion: Absolutely convergent.
Exercise 2
Question
Check whether the series converges:
n=1∑∞n!(−5)nShow solution ↓Hide solution ↑
Solution
Apply the Ratio Test:
\lim_{n\to\infty}\left|\frac{a_{n+1}}{a_n}\right|
=\lim_{n\to\infty}\frac{5}{n+1}=0<1.Conclusion: Absolutely convergent.
Exercise 3
Question
Check whether the series converges:
n=1∑∞nsin(n1)Show solution ↓Hide solution ↑
Solution
Using the limit limx→0xsinx=1,
n→∞limnsin(n1)=1=0.By the Divergence Test, the series diverges.
Conclusion: Divergent.
Exercise 4
Question
Check whether the series converges:
n=1∑∞n(−1)n+1Show solution ↓Hide solution ↑
Solution
Let an=n1. Then an is decreasing and
n→∞liman=0.By the Alternating Series Test, the series converges.
However,
n=1∑∞n(−1)n+1=n=1∑∞n1diverges.
Conclusion: Conditionally convergent.