Open In App

Absolute and Conditional Convergence

Last Updated : 28 Jul, 2024
Comments
Improve
Suggest changes
Like Article
Like
Report

In mathematics, understanding the behavior of infinite series is crucial, and two important concepts in this context are absolute convergence and conditional convergence.

An infinite series is said to be absolutely convergent if the series formed by taking the absolute values of its terms also converges. On the other hand, a series is conditionally convergent if it converges, but it does not converge absolutely.

In this article, we will discuss about both these convergence types of series including tests to check. We will also discuss the key differences between Absolute and Conditional Convergence.

What is Absolute Convergence?

Absolute convergence is a concept in the study of infinite series in mathematics. An infinite series ∑an​ is said to converge absolutely if the series of absolute values ∑∣an∣ converges.

In other words, if you take the absolute value of each term in the series and sum them up, and the result is a finite number, then the original series is absolutely convergent.

Consider the series: \sum_{n=1}^\infty \frac{(-1)^{n+1}}{n^2}

\sum_{n=1}^\infty \left|\frac{(-1)^{n+1}}{n^2}\right| = \sum_{n=1}^\infty \frac{1}{n^2}

The series \sum_{n=1}^\infty \frac{1}{n^2} is a p-series with p = 2, which is known to converge. Therefore, the original series converges absolutely.

Test for Absolute Convergence

There are many test to check absolute convergence, some of these are:

  • Comparison Test
  • Ratio Test

Let's discuss about these in detail as follows:

Comparison Test

The Comparison Test involves comparing the absolute value of the series in question with another series known to converge or diverge.

  • Direct Comparison Test: If 0 ≤ ∣an∣ ≤ bn​ for all n beyond some index, and ∑bn​ converges, then ∑∣an∣ also converges, which implies that ∑an​ converges absolutely.
  • Limit Comparison Test: If lim⁡n→∞∣an∣/bn = c where c is a positive finite number, and ∑bn​ converges, then ∑∣an∣ also converges, indicating absolute convergence.

Ratio Test

The Ratio Test is useful when the terms of the series involve factorials or exponential functions. It is defined as follows:

L = lim⁡n→∞∣an+1/an∣​​​

  • If L < 1, the series ∑an​ converges absolutely.
  • If L > 1 or L = ∞, the series ∑an diverges.
  • If L = 1, the test is inconclusive.

Note: Some other tests are root test and integral test.

What is Conditional Convergence?

Conditional convergence occurs in an infinite series when the series converges, but it does not converge absolutely.

In other words, the series ∑an​ converges, but the series formed by taking the absolute values of its terms, ∑∣an​∣, diverges.

The classic example of a conditionally convergent series is the alternating harmonic series:

\sum_{n=1}^{\infty} \frac{(-1)^{n+1}}{n} = 1 - \frac{1}{2} + \frac{1}{3} - \frac{1}{4} + \cdots

This series converges to ln(2). However, if you take the absolute values of the terms, you get the harmonic series:

\sum_{n=1}^{\infty} \left|\frac{(-1)^{n+1}}{n}\right| = \sum_{n=1}^{\infty} \frac{1}{n}

The harmonic series is known to diverge, hence the alternating harmonic series converges conditionally.

Test for Conditional Convergence

  • Alternating Series Test (Leibniz's Test)
  • Dirichlet’s Test

Alternating Series Test

The Alternating Series Test is used specifically for alternating series of the form ∑(−1)nan​, where an​ is a positive, decreasing sequence that approaches zero.

Conditions for the test:

  • an​ > 0
  • an+1​ ≤ an​ (the terms an​​ are monotonically decreasing)
  • limn→∞an ​= 0

If these conditions are met, the series ∑(−1)nan​ converges.

Dirichlet’s Test

Dirichlet’s Test can be applied to a series of the form ∑anbn​, where:

  • an​​ is a sequence of complex numbers such that ∑an​​ is bounded.
  • bn​ is a monotonically decreasing sequence of positive real numbers tending to zero.

If these conditions are satisfied, the series ∑an​bn converges.

Absolute Vs Conditional Convergence

The key differences between Absolute Convergence and Conditional Convergence are listed in the following table:

FeatureAbsolute ConvergenceConditional Convergence
DefinitionA series ∑an is said to converge absolutely if the series of the absolute values ∑|an| converges. A series ∑an is said to converge conditionally if the series ∑an converges, but the series of the absolute values ∑|an| does not converge.
ImplicationImplies that the series ∑an​ converges regardless of the order of terms.Implies that the series converges, but the sum can change with different term orders.
Rearrangement of TermsThe sum remains the same under any rearrangement of terms.The sum can change or even diverge if the terms are rearranged.
Strength of ConvergenceStronger form of convergence.Weaker form of convergence compared to absolute convergence.
Typical Series ExamplesGeometric series with ratio < 1, ∑1/n2.Alternating harmonic series, ∑(-1)n/n.
Tests for ConvergenceRatio Test, Root Test, Comparison Test, Integral Test.Alternating Series Test, along with checks for non-absolute convergence.
SumAlways finite and unique.Finite but can vary with different arrangements of terms.

Behavior

Typically more "stable" in terms of convergence.

More sensitive to the order of terms.

Conclusion

In conclusion, understanding absolute and conditional convergence is essential for anyone studying infinite series in mathematics. Absolute convergence occurs when the series of absolute values converges, providing a stronger form of convergence that ensures the sum remains the same regardless of term rearrangement. This makes absolutely convergent series robust and predictable.

Read More,


Next Article

Similar Reads