Convergence and Divergence Examples in Math
Start with the recap, study the fully worked examples, then use the practice problems to check your understanding of Convergence and Divergence.
This page combines explanation, solved examples, and follow-up practice so you can move from recognition to confident problem-solving in Math.
Concept Recap
A series converges if the sequence of its partial sums approaches a finite limit. A series diverges if the partial sums grow without bound or oscillate without settling.
Convergence means the infinite sum adds up to a finite numberβeach new term adds less and less, and the total stabilizes. Divergence means the sum either blows up to infinity or never settles down. The key question: does adding infinitely many terms produce a finite result?
Read the full concept explanation βHow to Use These Examples
- Read the first worked example with the solution open so the structure is clear.
- Try the practice problems before revealing each solution.
- Use the related concepts and background knowledge badges if you feel stuck.
What to Focus On
Core idea: The terms going to zero is necessary but NOT sufficient for convergence. The harmonic series proves this: \frac{1}{n} \to 0 but \sum \frac{1}{n} = \infty. To determine convergence, you need specific tests (comparison, ratio, integral test, etc.).
Common stuck point: The divergence test only goes one way: if a_n \not\to 0, the series diverges. But a_n \to 0 does NOT mean convergence. You need a stronger test to prove convergence.
Sense of Study hint: Start with the divergence test, then try comparing your series to a known p-series or geometric series.
Worked Examples
Example 1
mediumSolution
- 1 a_n = \frac{n}{2^n}. Compute L = \lim_{n\to\infty}\left|\frac{a_{n+1}}{a_n}\right|.
- 2 \frac{a_{n+1}}{a_n} = \frac{(n+1)/2^{n+1}}{n/2^n} = \frac{n+1}{n} \cdot \frac{1}{2}.
- 3 \lim_{n\to\infty} \frac{n+1}{2n} = \frac{1}{2}.
- 4 Since L = \frac{1}{2} < 1, the series converges absolutely.
Answer
Example 2
hardPractice Problems
Try these problems on your own first, then open the solution to compare your method.
Example 1
easyExample 2
mediumRelated Concepts
Background Knowledge
These ideas may be useful before you work through the harder examples.