# Nakafa Framework: LLM
URL: https://nakafa.com/en/subject/high-school/10/mathematics/sequence-series/convergence-divergence
Source: https://raw.githubusercontent.com/nakafaai/nakafa.com/refs/heads/main/packages/contents/subject/high-school/10/mathematics/sequence-series/convergence-divergence/en.mdx
Output docs content for large language models.
---
export const metadata = {
  title: "Difference Between Convergence and Divergence",
  description: "Understand when infinite series converge to finite values or diverge. Explore tests, examples, and key differences with geometric and harmonic series.",
  authors: [{ name: "Nabil Akbarazzima Fatih" }],
  date: "04/08/2025",
  subject: "Sequence and Series",
};
## What Are Convergent and Divergent Series?
In mathematics, when we sum the terms of an infinite sequence, we get an **infinite series**. The important question is: does this infinite sum approach a specific number (**convergent**) or not (**divergent**)?
## Convergent Series
A series is called **convergent** if the sum of its terms approaches a _finite_ value. Imagine a bouncing ball - the total distance it travels stops at one number, not continuing to increase without bound.
### Characteristics of Convergent Series
- Its partial sum (the sum of the first  terms, ) approaches a value  as  approaches infinity (, where  is a real number).
- Necessary condition (but not sufficient): the nth term () must approach 0 as  approaches infinity ().
### Examples of Convergent Series
- **Geometric Series with **: This is the most common example.
  For instance: . Its sum approaches 2.
  
## Divergent Series
A series is called **divergent** if the sum of its terms does not approach a finite value. Its sum could:
- Keep growing toward positive infinity ().
- Keep decreasing toward negative infinity ().
- Oscillate between several values without ever settling.
### Characteristics of Divergent Series
- Its partial sum () does not approach a specific value  as  approaches infinity.
- If  (the nth term does not approach 0), then the series is _definitely_ divergent.
### Examples of Divergent Series
- **Arithmetic Series (except )**: Their sum always approaches  or .
  For instance:  (approaches )
- **Geometric Series with **:
  - If , its sum approaches  (depending on the sign of the first term).
    Example:  (approaches )
  - If , its sum oscillates.
    Example:  (Partial sums:  do not approach one value)
- **Harmonic Series**: . This is an interesting example. Although its nth term () approaches 0, the sum of the series still approaches infinity (). This shows that the condition  alone is not sufficient to guarantee convergence.
## Summary of Key Differences
| Feature      | Convergent Series                                                                         | Divergent Series                                                                                                      |
| ------------ | ----------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- |
| **Sum**      | Approaches a _finite_ value ();  | Does not approach a finite value;  or oscillates                                      |
| **nth Term** |  (Necessary condition)                   |  (Definitely divergent) or can be  |
| **Examples** | Geometric series                                           | Arithmetic series, geometric series , harmonic series                               |