VOOZH about

URL: https://www.geeksforgeeks.org/engineering-mathematics/absolute-convergence/

⇱ Absolute Convergence - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

Absolute Convergence

Last Updated : 23 Jul, 2025

In mathematics, the concept of absolute convergence is crucial when dealing with infinite series. A series is said to converge absolutely if the series formed by taking the absolute values of its terms also converges. This is a stronger condition than simple convergence because it implies that the series will converge regardless of the order of its terms, which is not necessarily true for conditionally convergent series.

Absolute convergence is particularly useful because it allows us to apply various convergence tests, such as the ratio test and the root test, which typically require all terms to be positive.

What is Absolute Convergence?

Absolute convergence is a concept in mathematics that pertains to the convergence of an infinite series. Specifically, a series ​ is said to converge absolutely if the series of the absolute values of its terms, , also converges.

Absolute convergence is significant because if a series converges absolutely, it also converges in the usual sense (though the converse is not necessarily true).

Definition of Absolute Convergence

For a given series ​, if the series of absolute values converges, then ​an​ is absolutely convergent.

Let's consider example of series with absolute and conditional convergence:

  • Absolutely Convergent Series: Consider the series . The absolute value series converges (by the p-series test with p = 2). Hence, the original series converges absolutely.
  • Conditionally Convergent Series: The alternating harmonic series converges conditionally, meaning it converges but does not converge absolutely since the harmonic series diverges.

Examples of Absolutely Convergent Series

Some other general examples of absolutely convergent series:

  • Geometric Series
  • p-Series
  • Alternating Harmonic Series

Example 1: Geometric Series

The geometric series with is absolutely convergent.

For instance:

Here, a = 1 and r = 1/2​. The series converges to: a/(1 βˆ’ r) =1/(1 βˆ’ 1/2) = 2

Since ∣(1/2)n∣ = (1/2)n, the series is also absolutely convergent.

Example 2: p-Series with p > 1

The p-series: is absolutely convergent for p > 1.

For instance:

This series converges because it is a p-series with p = 2. The convergence of the series implies that it is absolutely convergent.

Example 3: Alternating Harmonic Series

The alternating harmonic series: is conditionally convergent.

However, if we consider the absolute values: the series ​ is the harmonic series, which diverges.

Therefore, the alternating harmonic series is not absolutely convergent.

Convergence Tests for Absolute Convergence

  • Comparison Test
  • Ratio Test
  • Root Test
  • Integral Test

Comparison Test

The Comparison Test involves comparing the series in question to another series that is known to converge or diverge. There are two types of this comparison test:

  • Direct Comparison Test
  • Limit Comparison Test

Direct Comparison Test

If 0 ≀ ∣an∣ ≀ bn​ for all n and βˆ‘bn converges, then βˆ‘βˆ£an∣ also converges. Conversely, if βˆ‘bn diverges and an β‰₯ bn​, then βˆ‘βˆ£an∣ diverges.

Example: Check Convergence for series: ​.

Solution:

To test ​ for absolute convergence, compare it to βˆ‘1/n2​, which converges by the p-series test.

Since converges absolutely.

Limit Comparison Test

The Limit Comparison Test compares the given series to a known series using the limit of their terms.

If an β‰₯ 0, bn > 0 and lim⁑nβ†’βˆžanbn = c where c is a positive finite number, then either both βˆ‘an​ and βˆ‘bn​ converge or both diverge.

Example: Check convergence for series: βˆ‘3n4n

Solution:

To test βˆ‘3n4n for absolute convergence, compare it to βˆ‘(3 Β· 4)n, a geometric series with ratio r = 3/4 < 1, which converges.

Since , converges absolutely.

Ratio Test

The Ratio Test uses the limit of the ratio of successive terms.

If :

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

Example: Check convergence for series .

Solution:

To test ​ for absolute convergence, compute .

Since L = ∞, the series diverges.

Root Test

The Root Test uses the limit of the nth root of the absolute value of the terms.

If :

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

Example: Check the convergence for series:.

Solution:

To test for absolute convergence, compute .

Since L < 1, the series converges absolutely.

Integral Test

The Integral Test relates the convergence of a series to the convergence of an improper integral.

If f(n) = an​ is a positive, decreasing, continuous function for n β‰₯ N and converges, then βˆ‘an converges. If diverges, then βˆ‘an​ diverges.

Example: Check the convergence for series:

Solution:

To test for absolute convergence, consider the improper integral , which converges.

Hence, converges absolutely.

Absolute Vs Conditional Convergence

The key differences between absolute and conditional convergence are listed in the following table:

FeatureAbsolute ConvergenceConditional Convergence
DefinitionA series βˆ‘an converges absolutely if:
βˆ‘|an| < ∞
A series βˆ‘an converges conditionally if:
The series βˆ‘an​ converges.
The series βˆ‘|an|​ converges.
Rearrangement PropertyThe series remains convergent and sums to the same value regardless of the order of terms.The series can be rearranged to converge to different values or even diverge.
ExampleGeometric series βˆ‘(1/2)n.Alternating harmonic series βˆ‘(βˆ’1)n+1(1​/n).
Common Tests/nRatio Test, Root Test, Comparison Test.Alternating Series Test, Dirichlet’s Test, Abel’s Test.
Implication of ConvergenceImplies both absolute and conditional convergence.Does not imply absolute convergence.
Behavior of TermsTerms decrease rapidly enough in magnitude.Alternating terms with decreasing magnitude but not rapidly enough for absolute convergence.
Impact of Positive and Negative TermsPositive and negative terms do not affect convergence as much.Positive and negative terms significantly impact convergence.

Read More,

Solved Examples on Absolute Convergence

Example 1: Consider the geometric series .

Solution:

  • The absolute value of the terms is .
  • This is a geometric series with common ratio r = 1/2​.

A geometric series βˆ‘arn converges if ∣r∣ < 1. Here, ∣r∣ = 1/2, so the series converges absolutely.

Example 2: Consider the alternating series .

Solution:

  • The absolute value of the terms is .
  • The series is a p-series with p = 2 > 1.

A p-series βˆ‘1/np converges if p > 1. Therefore, ​ converges, and hence ​ converges absolutely.

Example 3: Consider the series .

Solution:

Apply the Ratio Test: .

Since the limit is greater than 1, the series diverges by the Ratio Test.

Example 4: Consider the series .

Solution:

Apply the Root Test:

Since the limit is less than 1, the series converges absolutely by the Root Test.

Example 5: Consider the series .

Solution:

Compare with :

  • The absolute value of the terms is .
  • The series is a p-series with p = 3 > 1.

Since converges, converges absolutely by the Comparison Test.

Example 6: Consider the series .

Solution:

Use the Integral Test: .

Since the improper integral converges, the series converges absolutely by the Integral Test.

Comment
Article Tags: