1. What Are Sequences and Series?
-
Sequence: A list of numbers in order
a1,a2,a3,…
-
Series: The sum of a sequence
∑n=1∞an
2. Divergence Test (Test for Divergence)
If
limn→∞an=0
or does not exist → the series diverges
Example
∑n=1∞n+1n
Solution:
limn→∞n+1n=1=0
❌ Diverges
3. Integral Test
If:
- f(n)=an is positive, continuous, decreasing
Then:
∑an and ∫1∞f(x)dx
either both converge or both diverge
Example
∑n=1∞n21
Solution:
∫1∞x21dx=[−x1]1∞=1
✅ Converges → Series converges
4. p-Series Test
∑n=1∞np1
- Converges if p>1
- Diverges if p≤1
Example
∑n=1∞n1.51
p=1.5>1 → ✅ Converges
5. Direct Comparison Test
Compare with a known series:
- If 0≤an≤bn and ∑bn converges → ∑an converges
- If an≥bn and ∑bn diverges → ∑an diverges
Example
∑n=1∞n2+11
Compare:
n2+11≤n21
Since ∑n21 converges → ✅ Converges
6. Limit Comparison Test
If:
limn→∞bnan=c
where 0<c<∞, both series behave the same
Example
∑n=1∞n2+23n+1
Compare with:
n1
Compute:
limn→∞n1n2+23n+1=limn→∞n2+2n(3n+1)=3
Since ∑n1 diverges → ❌ Diverges
7. Ratio Test
Compute:
L=limn→∞anan+1
- L<1 → Converges
- L>1 → Diverges
- L=1 → Inconclusive
Example
∑n=1∞n!1
anan+1=1/n!1/(n+1)!=n+11
limn→∞n+11=0<1
✅ Converges
8. Geometric Series
Form:
∑n=0∞arn
- Converges if ∣r∣<1
- Sum:
1−ra
Example
∑n=0∞2(31)n
a=2, r=31
S=1−312=322=3
✅ Converges, sum = 3
9. Alternating Series Test (Leibniz Test)
For:
∑n=1∞(−1)nan
Converges if:
- an decreases
- limn→∞an=0
Example
∑n=1∞n(−1)n
✅ Converges
Quick Summary
| Test | When to Use |
|---|
| Divergence | First check always |
| Integral | 1/np-like |
| p-series | Exact form |
| Comparison | Similar size |
| Limit Comparison | Complicated ratios |
| Ratio | Factorials, exponentials |
| Geometric | rn pattern |
| Alternating | (−1)n present |