Topic 5 - Series Flashcards
Infinite series
The sum of all terms in a sequence
Partial series
The sum of all terms in a sequence up to N ∈ IN.
Absolute convergence
A series converges absolutely if:
∑ |a_n| < ∞
Conditional convergence
A series converges conditionally if:
∞
∑ a_n converges and
n
∞
∑ |a_n| diverges.
n
Comparison Test for Series
Suppose that (a_n) and (b_n) are real sequences and|a_n|≤ b_n for all n∈N. If:
∞
∑ b_n < ∞, then
n=1
∞
∑ a_n converges absolutely.
n=1
D’Alambert Ratio Test
Suppose that (a_n) is a real sequence and a_n ≠ 0 for all n, and
r = lim (|a_{n+1}|/|an|)
n→∞
exists (where r=∞ is allowed). If:
i. r<1, then the series (a_n) converges absolutely.
ii. r>1, then the series (a_n)diverges
Cauchy Condensation Test
Suppose (a_n) is a decreasing sequence with (a_n) ≥ 0 for all n. Let (b_k) = 2^{k} a_(2^{k}) for all k. Then:
∞ ∞
∑ |a_n| < ∞ if and only if ∑ |b_k| < ∞ .
n=1 k=1
Leibniz Alternating Series Test
Suppose (a_n) is a decreasing series such that (a_n) → 0 as n → ∞. Then the series:
∞
∑ (-1)^{n} a_n converges
n
Radius of Convergence
Given a power series, then:
R = lim (|a_n|/|a_{n+1}|)
n→∞
Cauchy-Hadamard Theorem
R = 1 / limsup (|an|)^{1/n}
n→∞