askvity

Why Do Some Infinite Series Converge?

Published in Series Convergence 3 mins read

Some infinite series converge because their partial sums approach a finite limit as the number of terms increases. In simpler terms, even though you're adding an infinite number of terms, the sum gets closer and closer to a specific number.

Understanding Convergence

  • Partial Sums: To understand convergence, we first look at partial sums. The partial sum, Sn, is the sum of the first n terms of a series. For example, if we have a series a1 + a2 + a3 + ..., the partial sums are:

    • S1 = a1
    • S2 = a1 + a2
    • S3 = a1 + a2 + a3
    • and so on.
  • Convergence Defined: According to the reference, a series converges if its sequence of partial sums Sn approaches a finite value (let's call it L) as n approaches infinity (n→∞). Mathematically, this can be written as:

    limn→∞ Sn = L

Where L is a finite number. This means, Sn → L as n→∞.

The reference highlights this by stating that "If the sum of a series gets closer and closer to a certain value as we increase the number of terms in the sum, we say that the series converges."
  • Divergence Defined: If the sequence of partial sums does not approach a finite number, the series diverges. It may grow without bound (towards infinity) or oscillate between values.

Example of a Convergent Series

Let's look at a classic example:
1 + 1/2 + 1/4 + 1/8 + 1/16 + ...

This is a geometric series where each term is half of the previous term. Let's look at the partial sums:

n Partial Sum (Sn)
1 1
2 1 + 1/2 = 1.5
3 1 + 1/2 + 1/4 = 1.75
4 1 + 1/2 + 1/4 + 1/8 = 1.875
5 1 + 1/2 + 1/4 + 1/8 + 1/16 = 1.9375
... ...

As the number of terms increases (n approaches infinity), the partial sums (Sn) get closer and closer to 2. We can say that:

limn→∞ Sn = 2

This series converges to 2. This example illustrates what the reference said: "gets closer to 1 (Sn→1) as the number of terms approaches infinity (n→∞)". In our case it gets closer to 2, but the concept is the same.

Why Convergence Happens

  • Decreasing Terms: Convergence often happens when the terms of the series decrease in magnitude quickly enough. As in the example above, while there are infinite terms being summed, the contribution of later terms becomes negligible.
  • Finite Limit: The partial sums approach a finite limit, meaning the "infinite sum" is not infinitely large. It's crucial that the partial sums have a boundary that they do not exceed.

Conclusion

In summary, some infinite series converge because their partial sums approach a specific, finite value as more terms are added. This is often due to the terms becoming progressively smaller, allowing the sum to "settle" around a particular number rather than continuing to grow indefinitely.

Related Articles