A series is studied through its sequence of partial sums
so series convergence is a special case of sequence convergence.
For worked examples, see Convergence test examples.
For a series :
- it is absolutely convergent if converges
- it is conditionally convergent if converges, but does not
Riemann Rearrangement Theorem
If a real series is conditionally convergent, then for every there is a bijection such that
So a conditionally convergent series can be rearranged to converge to any prescribed real value. In contrast, absolutely convergent series keep the same sum under every rearrangement.
Leibniz Criterion
If is a monotone decreasing sequence of non-negative real numbers and , then the alternating series
converges.
Cauchy Criterion
The series converges if and only if for every there exists such that for all ,
So the tails of the series must become arbitrarily small.
p-Series Test
The series
converges if and only if .
Proof:
If , split the series into dyadic blocks:
For , we have
and there are terms in this block. Hence
Therefore
and the right-hand side is a convergent geometric series because .
If , then for we have
so
Thus each dyadic block contributes at least , so the harmonic series diverges.
If , then for all , hence
Since the harmonic series diverges, also diverges by comparison.
If , then
does not converge to , so the series cannot converge.
Limit Comparison Test
Let for all sufficiently large . Assume
-
If , then and have the same size for large . In this case, and either both converge or both diverge.
-
If , then is asymptotically smaller than for large . If converges, then also converges.
-
If , then is asymptotically larger than for large . If diverges, then also diverges.
This is the same asymptotic idea used in Algorithm Runtime Analysis.
Root Test
Let
Then:
- if , the series converges absolutely
- if , the series diverges
Ratio Test
If for all and
then:
- if , the series converges absolutely
- if , the series diverges
Cauchy Product
If and are absolutely convergent, then
and the series on the right also converges absolutely.
Power Series
A power series centered at has the form
It has a radius of convergence such that:
- it converges for
- it diverges for
The interval is called the interval of convergence. If
then
when using root test on power series:
Example
Consider
This is a power series centered at with coefficients
Hence
so
and therefore
For the terms
the root test gives
Therefore:
- if , the series converges absolutely
- if , the series diverges
- if , the root test is inconclusive
Check the endpoints separately:
- at , we get , which converges by the Leibniz Criterion
- at , we get , which diverges
So the interval of convergence is
\frac{1}{2^{n}} \text{n is even} \\ \frac{-1}{3^{n}} \text{n is odd} \end{cases}