Sign in to save

Bookmark this page so you can find it later.

Sign in to save

Bookmark this page so you can find it later.

Infinite series can add up to a finite value even when they contain infinitely many terms. In calculus, convergence tells us whether the partial sums settle toward a limit, while divergence means they do not. Absolute and conditional convergence describe two different ways an infinite series can converge.

The distinction matters because it tells us how stable the sum is under changes such as rearranging the terms.

To test absolute convergence, replace every term a_n by its magnitude |a_n| and study the positive series sum |a_n|. If sum |a_n| converges, then sum a_n converges absolutely and is very robust. If sum a_n converges but sum |a_n| diverges, then the series is conditionally convergent and its value depends on the order of the terms.

Alternating series such as sum (-1)^(n+1)/n are classic examples because cancellation can create convergence even when the total size of the terms is too large.

Understanding Calculus: Absolute vs Conditional Convergence

The important idea is cancellation. A series with mixed signs can look small only because terms pull in opposite directions. Imagine adding a positive amount, then taking away a nearly equal negative amount, over and over.

The running total may settle even though the combined amount of all the separate contributions keeps growing without bound. Conditional convergence is built on this delicate balance. Absolute convergence does not rely on that balance, because the total contribution remains finite even after every sign is ignored.

The alternating harmonic series shows why the distinction is surprising. Its terms get smaller, but very slowly. The positive terms alone make an unbounded total, and the negative terms alone make an unbounded total in the other direction.

When they are interwoven in the usual pattern, their cancellations become controlled enough to approach one number. The requirement that term sizes steadily decrease matters. If later terms suddenly become large, they can undo earlier progress and prevent the running totals from settling.

Order is the main practical difference. For an absolutely convergent series, regrouping finitely many terms or listing all terms in a different order leaves the final sum unchanged. This makes calculations dependable.

A conditionally convergent series has no such protection. By choosing more positive terms before negative terms, a rearrangement can produce a different limit. With a careful arrangement, it can even be made to approach any chosen real number or fail to approach a limit at all.

This does not mean ordinary algebra is wrong. It means that rules learned for finite sums need extra conditions before they are used on infinitely many terms.

Students meet this issue when approximating functions with power series, working with Fourier series, and using numerical calculations. A computer always adds a finite list of terms, so its answer can depend slightly on the order used when positive and negative values cancel. In physics, series may represent waves, fields, or repeated small effects.

Absolute convergence gives stronger confidence that changing the calculation method will not change the result. Conditional convergence requires more care about the stated order and the kind of approximation being made.

When studying a series, first inspect the size of its terms. Terms must approach zero, though that fact alone never proves convergence. Next, notice whether signs alternate or vary irregularly.

Compare magnitudes with familiar benchmark series when possible. For alternating terms, check decreasing size carefully rather than assuming it from the formula. Finally, keep two separate conclusions in mind.

One conclusion says whether the original signed series settles. The other says whether the total size settles after signs are removed. That second conclusion tells you how safely you can rearrange, regroup, and manipulate the infinite sum.

Key Facts

  • A series sum a_n converges if its partial sums S_N = a_1 + a_2 + ... + a_N approach a finite limit.
  • A series sum a_n converges absolutely if sum |a_n| converges.
  • Absolute convergence implies ordinary convergence: if sum |a_n| converges, then sum a_n converges.
  • A series sum a_n converges conditionally if sum a_n converges but sum |a_n| diverges.
  • Alternating Series Test: sum (-1)^(n+1)b_n converges if b_n > 0, b_n decreases, and lim n to infinity b_n = 0.
  • p-series rule: sum 1/n^p converges if p > 1 and diverges if p <= 1.

Vocabulary

Infinite series
An infinite series is a sum of infinitely many terms, written as sum a_n.
Partial sum
A partial sum is the finite sum S_N = a_1 + a_2 + ... + a_N used to approximate an infinite series.
Absolute convergence
Absolute convergence occurs when the series of absolute values sum |a_n| converges.
Conditional convergence
Conditional convergence occurs when sum a_n converges but sum |a_n| diverges.
Alternating series
An alternating series is a series whose terms switch signs, often written in the form sum (-1)^n b_n or sum (-1)^(n+1)b_n.

Common Mistakes to Avoid

  • Assuming convergence of sum a_n means absolute convergence. This is wrong because a series can converge only through cancellation while sum |a_n| still diverges.
  • Forgetting to test the absolute value series first. This is wrong because sum |a_n| gives the strongest conclusion, and if it converges then no separate conditional test is needed.
  • Using the Alternating Series Test when b_n does not decrease to zero. This is wrong because the test requires positive terms b_n that eventually decrease and have limit 0.
  • Thinking a conditionally convergent series has a fixed sum no matter how terms are rearranged. This is wrong because rearranging a conditionally convergent series can change its sum or even make it diverge.

Practice Questions

  1. 1 Determine whether sum from n = 1 to infinity of (-1)^(n+1)/n is absolutely convergent, conditionally convergent, or divergent.
  2. 2 Determine whether sum from n = 1 to infinity of (-1)^n/n^2 is absolutely convergent, conditionally convergent, or divergent.
  3. 3 Explain why absolute convergence is considered more stable than conditional convergence when the terms of a series are rearranged.