1 N Is Convergent Or Divergent

Article with TOC
Author's profile picture

enersection

Mar 16, 2026 · 5 min read

1 N Is Convergent Or Divergent
1 N Is Convergent Or Divergent

Table of Contents

    Introduction
    When students first encounter infinite sums, one of the most classic questions they face is: Is the series (\displaystyle \sum_{n=1}^{\infty}\frac{1}{n}) convergent or divergent? This series, known as the harmonic series, appears deceptively simple because its terms (\frac{1}{n}) get smaller and smaller as (n) grows. Yet, despite the shrinking summands, the harmonic series does not settle to a finite limit; it diverges to infinity. Understanding why this happens is essential for grasping the broader theory of convergence, and it serves as a gateway to more advanced topics such as p‑series, integral tests, and comparison techniques. In the following sections we will unpack the definitions, walk through several rigorous proofs, and explore the intuition behind the divergence of the harmonic series.


    What Does Convergent or Divergent Mean?

    Before diving into the harmonic series, it is helpful to clarify the precise meaning of convergence and divergence for infinite series.

    An infinite series (\displaystyle \sum_{n=1}^{\infty} a_n) is said to converge if the sequence of its partial sums
    [S_N = \sum_{n=1}^{N} a_n ]
    approaches a finite limit (L) as (N\to\infty). In symbols, (\displaystyle \lim_{N\to\infty} S_N = L) with (L\in\mathbb{R}).

    If the limit does not exist as a finite number—whether it grows without bound, oscillates, or fails to settle—the series is divergent.

    For the harmonic series, the terms are (a_n = \frac{1}{n}). The corresponding partial sums are
    [ S_N = 1 + \frac{1}{2} + \frac{1}{3} + \dots + \frac{1}{N}. ]
    We will show that (S_N) grows without bound as (N) increases, establishing divergence.


    The Harmonic Series: A First Glimpse

    At first glance, the terms (\frac{1}{n}) seem to shrink rapidly enough to guarantee convergence. After all, (\frac{1}{n}\to 0) as (n\to\infty), a necessary (but not sufficient) condition for convergence. The harmonic series teaches us that the condition “terms go to zero” is not enough; we must examine how quickly they approach zero.

    A useful way to visualize the harmonic series is to compare it with the area under the curve (y = \frac{1}{x}). The integral (\int_{1}^{\infty} \frac{1}{x},dx) diverges (it equals (\ln x) evaluated at infinity, which blows up). This geometric intuition foreshadows the formal integral test we will apply later.


    Proof of Divergence via the Integral Test

    The Integral Test provides a powerful bridge between series and improper integrals. It states:

    If (f(x)) is a continuous, positive, decreasing function for (x\ge 1) and (a_n = f(n)), then the series (\displaystyle \sum_{n=1}^{\infty} a_n) converges iff the improper integral (\displaystyle \int_{1}^{\infty} f(x),dx) converges.

    For the harmonic series we set (f(x)=\frac{1}{x}). Clearly, (f(x)) is positive, continuous, and decreasing on ([1,\infty)). Compute the integral: [ \int_{1}^{\infty} \frac{1}{x},dx = \lim_{b\to\infty} \int_{1}^{b} \frac{1}{x},dx = \lim_{b\to\infty} \bigl[\ln x\bigr]{1}^{b} = \lim{b\to\infty} (\ln b - \ln 1) = \lim_{b\to\infty} \ln b = \infty. ] Since the integral diverges, the Integral Test tells us that (\displaystyle \sum_{n=1}^{\infty}\frac{1}{n}) must also diverge.


    Proof of Divergence via a Comparison Argument

    Another elementary proof groups terms to expose the slow growth of the partial sums. Consider the following bundling:

    [ \begin{aligned} S_{2^k} &= 1 + \left(\frac{1}{2}\right) \ &\quad + \left(\frac{1}{3}+\frac{1}{4}\right) \ &\quad + \left(\frac{1}{5}+\frac{1}{6}+\frac{1}{7}+\frac{1}{8}\right) \ &\quad + \cdots \ &\quad + \left(\frac{1}{2^{k-1}+1}+\dots+\frac{1}{2^{k}}\right). \end{aligned} ]

    Each block after the first contains (2^{j}) terms (for (j=0,1,2,\dots,k-1)), and every term in the (j)-th block is at least (\frac{1}{2^{j+1}}). Therefore the sum of the (j)-th block is bounded below by [ 2^{j}\cdot\frac{1}{2^{j+1}} = \frac{1}{2}. ]

    Thus, [ S_{2^k} \ge 1 + \underbrace{\frac{1}{2}+\frac{1}{2}+\dots+\frac{1}{2}}{k\text{ times}} = 1 + \frac{k}{2}. ] As (k\to\infty), the right‑hand side grows without bound, forcing (S{2^k}\to\infty). Since the partial sums are monotone increasing, the full sequence ({S_N}) also diverges to infinity.


    The p‑Series Perspective

    The harmonic series is a special case of the more general p‑series: [ \sum_{n=1}^{\infty} \frac{1}{n^{p}}, ] where (p>0) is a real exponent. A classic result (provable via the Integral Test) states:

    • The p‑series converges iff (p>1).
    • It diverges for (0<p\le 1).

    Setting (p=1) recovers the harmonic series, confirming its divergence. For (p>1) (e.g., (\sum 1/n^{2})), the terms shrink fast enough to yield a finite sum; for (p\le 1) they do not.


    Why the Harmonic Series Diverges – Intuition

    Intuitively, the harmonic series diverges because the terms, while getting smaller, do so too slowly. Think of adding up the lengths of successive intervals: (1, \frac12, \frac13, \frac14,\dots). Even though each new interval is shorter, the total length keeps accumulating because there are infinitely many of them, and the early intervals already contribute a substantial amount. The grouping proof shows that each dyadic block contributes at least a constant (\frac12), so after enough blocks the sum exceeds any preset bound.

    A helpful analogy: imagine filling a bucket with water using a spoon that holds half as much water each time you dip it. The first spoonful fills half the bucket, the second fills a quarter, the third an eighth, and so on. The total water after infinitely many spoonfuls approaches exactly one full bucket (a convergent geometric series). Now replace the spoon with a ladle that holds

    Related Post

    Thank you for visiting our website which covers about 1 N Is Convergent Or Divergent . We hope the information provided has been useful to you. Feel free to contact us if you have any questions or need further assistance. See you next time and don't miss to bookmark.

    Go Home