5 - Number Series 2.0 Flashcards
Alternating series, convergence test. Conditional and absolute convergence. Ratio and root tests, rearrangement, Cauchy product formula.
What is the Harmonic Series? And what is its convergence?
^∞ Σ_k = 1/k
It is a divergent series
What is the alternating harmonic series? And what is its convergence?
^∞ Σ_k = (-1)^(k+1) * 1/k
It is a convergent series
What is the general theorem on the convergence of alternating series?
The Leibniz test
What is the Leibniz test?
Let (a_k) be a non-negative decreasing sequence with a_k —> 0. Then the alternating series:
∞Σk = (-1)^k * a_k
converges. Moreover, a_0 - a_1 ≤ ∞Σ(k=0) = (-1)^k * a_k ≤ a_0
What happens if infinitely many terms in a series are rearranged (changed in order)?
The limit of the series may change. Hence, in general, the “commutative law” is not valid for “infinite sums”.
By rearranging an infinite number of terms in a series, the sequence of partial sums is changed. The new series of partial sums have a different limit than the original sequence of partial sums.
What does conditional convergence mean?
A series is said to be conditionally convergent iff (“if and only if”) it is convergent, the series of its positive terms diverges to positive infinity, and the series of its negative terms diverges to negative infinity.
In other words, a series has conditional convergence if it converges but different orderings do not converge to the same value.
Examples of conditionally convergent series include the alternating harmonic series and the logarithmic series.
What does unconditional convergence mean?
A series is said to be unconditionally convergent iff (“if and only if”) every rearrangement leads to the same limit value.
Can series be both conditionally and unconditionally convergent?
Yes and no. Unconditionally convergent series, a.k.a. absolutely convergent series, are also conditionally convergent. However, the converse is generally not true.
What is absolute convergence?
It is the same as unconditional convergence. A series (a_k) is called absolutely convergent if
∞Σ(k=0) |a_k|
is a convergent sequence in {R}
What is the boundedness of the partial sums?
A series ∞Σ(k=0) a_k converges if and only if the sequence of partial sums s_n = nΣ(k=0) a_k is bounded.
What do the ratio and root tests both rely on?
A comparison with a geometric series and its convergence properties.
What is the (Limit) Ratio Test?
Suppose we have a series ∑a_n. Define,
L=lim_(n→∞)∣∣ a_(n+1) / a_n ∣
Then,
- If L<1, the series is absolutely convergent (and hence convergent).
- If L>1, the series is divergent.
- If L=1, the series may be divergent, conditionally convergent, or absolutely convergent.
What is the series expression of the exponential function?
exp(x) := ∞∑(k=1) x^k / k!
This is the Taylor series of the exponential function e^x
What is the (Limit) Root test?
Suppose that we have the series ∑an. Define,
L = lim(n→∞) |an|^1/n
Then,
- If L<1, the series is absolutely convergent (and hence convergent).
- If L>1, the series is divergent.
- If L=1, the series may be divergent, conditionally convergent, or absolutely convergent.
What are double series?
They are sums over an “infinite array” with infinite rows and columns. As below:
∞∑(j,k=0) x_jk