Theory
When a series has positive terms (a_n>0) and the partial sums
are difficult to compute directly, the following tests are used.
- Integral Test:
If an=f(n) where f is positive, continuous, and decreasing, then
∑an converges ⟺∫1∞f(x)dx converges.
- Comparison Test:
If 0≤an≤bn:
- ∑bn converges ⇒∑an converges
- ∑bn diverges ⇒∑an diverges
- Limit Comparison Test:
If
\lim_{n\to\infty} \frac{a_n}{b_n} = c > 0,
then ∑an and ∑bn either both converge or both diverge.
4. Ratio Test:
Let
L=n→∞limanan+1.
If L<1, the series converges; if L>1, it diverges.
5. Root Test:
Let
R=n→∞limnan.
If R<1, the series converges; if R>1, it diverges.
Beginner Pattern
- Identify the test
- Simplify the expression
- Take the limit or evaluate the integral
- State convergence or divergence
Exercises
Exercise 1
Question
Integral Test Eg.a:
n=1∑∞ne−nShow solution ↓Hide solution ↑
Solution
Let f(x)=xe−x.
∫1∞xe−xdx=[−(x+1)e−x]1∞=e2.Conclusion: The series converges.
Exercise 2
Question
Integral Test Eg.b:
n=1∑∞(n+1)ln(n+1)1Show solution ↓Hide solution ↑
Solution
Compare with
∫xlnx1dx=2lnx.As x→∞, the integral diverges.
Conclusion: The series diverges.
Exercise 3
Question
Comparison Test Eg.a:
n=1∑∞2n−1+11Show solution ↓Hide solution ↑
Solution
\frac{1}{2^{n-1}+1} < \frac{1}{2^{n-1}}.Since ∑2n−11 converges,
Conclusion: The series converges.
Exercise 4
Question
Comparison Test Eg.b:
n=1∑∞nn1Show solution ↓Hide solution ↑
Solution
nn1≤2n1(n≥2).Since ∑2n1 converges,
Conclusion: The series converges.
Exercise 5
Question
Comparison Test Eg.c:
n=1∑∞3n−cosn1Show solution ↓Hide solution ↑
Solution
3n−cosn≥3n−1,3n−cosn1≤3n−11.Since ∑3n1 converges,
Conclusion: The series converges.
Exercise 6
Question
Limit Comparison Eg.a:
n=1∑∞4n3−2nShow solution ↓Hide solution ↑
Solution
Compare with ∑n21.
n→∞lim1/n2n/(4n3−2)=41.Conclusion: The series converges.
Exercise 7
Question
Limit Comparison Eg.b:
n=1∑∞n+1lnnShow solution ↓Hide solution ↑
Solution
Compare with ∑n1.
n→∞lim1/nlnn/n=∞.Conclusion: The series diverges.
Exercise 8
Question
Limit Comparison Eg.c:
n=1∑∞n2lnnShow solution ↓Hide solution ↑
Solution
Compare with ∑n3/21.
n→∞lim1/n3/2lnn/n2=0.Conclusion: The series converges.
Exercise 9
Question
Ratio Test Eg.a:
n=1∑∞n!3nShow solution ↓Hide solution ↑
Solution
anan+1=n+13→0.Conclusion: The series converges.
Exercise 10
Question
Ratio Test Eg.b:
n=1∑∞n!n!(2n)!Show solution ↓Hide solution ↑
Solution
anan+1=(n+1)2(2n+2)(2n+1)→4.Conclusion: The series diverges.
Exercise 11
Question
Root Test Eg:
n=1∑∞[ln(n+1)]n1Show solution ↓Hide solution ↑
Solution
nan=ln(n+1)1→0.Conclusion: The series converges.