← back to real analysis

Series

Jiří Lebl · Basic Analysis I, Ch. 3 · CC BY-SA 4.0

A series converges if its sequence of partial sums converges. Absolute convergence implies convergence, but not vice versa. The comparison, ratio, and root tests give practical criteria. Power series converge inside a radius and diverge outside it.

n S_n S Partial sums S_n approach the series sum S.

Convergence of series

The series Σ a_n converges if the partial sums S_n = a_1 + a_2 + ... + a_n converge. The necessary condition: if Σ a_n converges, then a_n → 0. The converse is false: the harmonic series Σ 1/n diverges even though 1/n → 0.

Scheme

Comparison, ratio, and root tests

The comparison test: if 0 ≤ a_n ≤ b_n and Σ b_n converges, so does Σ a_n. The ratio test: if |a_(n+1)/a_n| → L, the series converges absolutely when L < 1 and diverges when L > 1. The root test: if |a_n|^(1/n) → L, same conclusion.

Scheme

Absolute vs conditional convergence

Absolute convergence (Σ |a_n| converges) implies convergence. Conditional convergence means Σ a_n converges but Σ |a_n| diverges. The alternating harmonic series Σ (-1)^(n+1)/n converges conditionally to ln(2). wpRiemann's rearrangement theorem: a conditionally convergent series can be rearranged to sum to any value.

Scheme

Power series

A power series Σ c_n x^n has a radius of convergence R: it converges absolutely for |x| < R and diverges for |x| > R. Inside the radius, power series can be differentiated and integrated term by term.

Scheme

Notation reference

Symbol Scheme Meaning
Σ a_n(partial-sum n)Series: limit of partial sums
|a_(n+1)/a_n| → L(ratio n)Ratio test
R (radius)1/lim|c_n|^(1/n)Radius of convergence
Σ |a_n|absolute conv.Absolute convergence
Neighbors

Translation notes

The harmonic series diverges slowly: 10,000 terms only reaches about 9.8. Our numerical partial sums illustrate convergence speed but cannot prove convergence or divergence. The comparison test is a proof technique, not a computation.