8 Series
A series is the sum of all terms in a sequence \((a_n)\): \[ a_1 + a_2 + a_3 + \ldots + a_n + \ldots \] Since we are dealing with infinitely many terms, we need to be careful. For example, consider the series \[ \sum_{n=1}^\infty (-1)^n = -1 + 1 - 1 + 1 - 1 + 1 - \ldots \tag{8.1}\] If we sum the terms in pairs, we obtain \[ \sum_{n=1}^\infty (-1)^n = (-1 + 1) + (- 1 + 1) + ( - 1 + 1) + \ldots = 0\,. \] If we reorder the terms, we obtain a different result \[\begin{align*} \sum_{n=1}^\infty (-1)^n & = (1 + 1) - 1 + (1 + 1) - 1 + \ldots \\ & = (2 - 1) + (2 - 1) + \ldots \\ & = 1 + 1 + \ldots \\ & = \infty \,. \end{align*}\] We can also swap terms pairwise, and then sum each pair, starting from the second term. This way we obtain \[\begin{align*} \sum_{k=1}^\infty (-1)^n & = (-1 + 1) + (-1 + 1) + (-1 + 1) + \ldots \\ & = (1 - 1) + (1 - 1) + (1 - 1) + \ldots \\ & = 1 + (-1+ 1) + (-1 + 1) + (-1 + 1) + \ldots \\ & = 1 \,. \end{align*}\] If we do one more swap, and start summing each pair starting from the third term, we get \[\begin{align*} \sum_{k=1}^\infty (-1)^n & = 1 + (-1+ 1) + (-1 + 1) + (-1 + 1) + \ldots \\ & = 1 + (1 -1) + (1 - 1) + (1 - 1) + \ldots \\ & = 1 + 1 + (-1 + 1) + (-1+ 1) + \ldots \\ & = 2 \,. \end{align*}\] With similar arguments, we see that we can rearrange terms so that \[ \sum_{n=1}^\infty (-1)^n = m \,, \] for each \(m \in \mathbb{Z}\). This example shows that commutativity of the sum does not hold when summing infinitely many terms: The result of the sum depends on the order in which we sum. This means we need a good definition of convergence for series.
8.1 Convergent series
We will develop the theory of series for sequences in \(\mathbb{C}\). All the results for complex series will also hold for series in \(\mathbb{R}\). Some results will only hold for series in \(\mathbb{R}\): this will be the case for comparison tests in which the order relation of \(\mathbb{R}\) is needed.
We start by defining partial sums.
Definition 1: Partial sums
We can use the sequence of partial sums to define convergence of a series.
Definition 2: Convergent series
Definition 3: Divergent series
Example 4
Solution. The idea to prove convergence is to split the general term into the sum of two fraction: \[\begin{align*} \frac{1}{n(n+1)} & = \frac{A}{n} + \frac{B}{n(n+1)} \\ & = \frac{A(n+1) + Bn}{n(n+1)} \\ & = \frac{(A+B)n+A}{n(n+1)} \,. \end{align*}\] In order for the LHS and RHS to be the same, we need to impose \[ (A+B)n+A = 1 \,, \] which holds if and only if \[ A+ B = 1 , \,\, A = 1 \quad \implies \quad A =1 ,\,\, B = - 1\,. \] Therefore, we conclude that \[ \frac{1}{n(n+1)}=\frac{1}{n}-\frac{1}{n+1} \,. \] We can now compute the partial sums \(s_{k}\) as follows: \[\begin{align*} s_{k} & =\sum_{n=1}^{k} \frac{1}{n(n+1)} \\ & =\sum_{n=1}^{k}\left(\frac{1}{n}-\frac{1}{n+1}\right) \\ & =\frac{1}{1}-\frac{1}{2}+\frac{1}{2}-\frac{1}{3}+\frac{1}{3}-\frac{1}{4}+\ldots+\frac{1}{k}-\frac{1}{k+1} \\ & =1-\frac{1}{k+1} . \end{align*}\] Therefore, \[ \lim_{k \rightarrow \infty} s_{k}=\lim _{k \rightarrow \infty}\left(1-\frac{1}{k+1}\right)=1 \,, \] which means that the series converges to \(1\), that is, \[ \sum_{n=1}^{\infty} \frac{1}{n(n+1)}=1 \,. \] A series of this kind is called a telescopic series, since we can fold the entire partial sum together, in such a way that only two terms remain.
Let us go back to the series considered in (8.1).
Example 5
Solution. The partial sums \(s_{k}\) are given by \[ s_{k}=\sum_{n=1}^{k}(-1)^{n}= \begin{cases}-1 & \text { if } \, n \, \text { is odd } \, \\ 0 & \text { if } \, n \, \text { is even. }\end{cases} \] Therefore \(s_{k}\) diverges, so also the series \(\sum (-1)^{n}\) diverges.
In general, it is a difficult taks to compute the exact sum of a series. Therefore, we will mainly focus our effort on determining whether a series converges or not.
The following Theorem shows that if the terms in the sequence do not converge to \(0\), then the series cannot converge.
Theorem 6: Necessary Condition for Convergence
Proof
Important
Example 8
Solution. We have \[ a_{n}:=\frac{n}{5 n+11}=\frac{1}{5 + \dfrac{11}{n} } \longrightarrow \frac{1}{5} \neq 0 \,. \] Hence, the series \(\sum a_n\) diverges.
Important
Example 9
Solution. By the Algebra of Limits we have \[ \lim_{n \to \infty} a_n = 0 \,. \] Therefore, we cannot conclude anything yet: The series might converge or diverge. Let us compute the partial sums: \[\begin{align*} s_k & = \sum_{n=1}^k \frac{1}{ \sqrt{k+1} + \sqrt{k} } \\ & = \sum_{n=1}^k \frac{1}{ \sqrt{k+1} + \sqrt{k} } \, \cdot \, \frac{\sqrt{k+1} - \sqrt{k}}{ \sqrt{k+1} - \sqrt{k} } \\ & = \sum_{n=1}^k \sqrt{k+1} - \sqrt{k} \\ & = \sqrt{2} - \sqrt{1} + \sqrt{3} - \sqrt{2} + \ldots + \sqrt{k+1} - \sqrt{k} \\ & = \sqrt{k+1} - 1 \,. \end{align*}\] We have shown that the partial sums are \[ s_k = \sum_{n=1}^k a_n = \sqrt{k+1} - 1 \,. \] Therefore \((s_k)\) is divergent, and so the series \(\sum a_n\) is divergent.
Remark 10
Example 11
Solution. We have seen that \[ \sum_{n=1}^{\infty} \frac{1}{n(n+1)} = 1 \,. \] Hence also the series \[ \sum_{n=7}^{\infty} \frac{1}{n(n+1)} \] converges. In this case, the partial sums are given by \[\begin{align*} s_{k} & =\sum_{n=7}^{k} \frac{1}{n(n+1)} \\ & =\sum_{n=7}^{k}\left(\frac{1}{n}-\frac{1}{n+1}\right) \\ & =\frac{1}{7}-\frac{1}{8}+\frac{1}{8}-\frac{1}{9}+\ldots+\frac{1}{k}-\frac{1}{k+1} \\ & =\frac{1}{7}-\frac{1}{k+1} \,. \end{align*}\] Therefore \[ \sum_{n=7}^{\infty} \frac{1}{n(n+1)} = \lim_{k \rightarrow \infty} s_{k} = \frac{1}{7} \,. \]
8.2 Geometric series
Definition 12: Geometric Series in \(\mathbb{C}\)
Geometric series are one of the few types of series that can be explicitly computed, as stated in the following theorem.
Theorem 13: Geometric Series Test
Let \(x \in \mathbb{C}\). We have:
- If \(|x|<1\), then the geometric series of ratio \(x\) converges, with
\[ \sum_{n=0}^{\infty} x^{n}=\frac{1}{1-x} \,. \tag{8.3}\]
- If \(|x| \geq 1\), then the geometric series of ratio \(x\) diverges.
Important
Proof
Base case: For \(k=0\), we get that \[ s_{0} = x^{0} = 1 = \frac{1-x^{1}}{1-x} \,, \] showing that (8.4) holds.
Induction step: Let \(k \in \mathbb{N}\cup \{0\}\) and suppose that \[ s_{k}=\frac{1-x^{k+1}}{1-x} \,. \] Then, \[\begin{align*} s_{k+1} & = s_{k}+x^{k+1} \\ & = \frac{1-x^{k+1}}{1-x}+x^{k+1} \\ & = \frac{1-x^{k+1}+(1-x) x^{k+1}}{1-x} \\ & = \frac{1-x^{k+1}+x^{k+1}-x^{k+2}}{1-x} \\ & = \frac{1-x^{k+2}}{1-x} \,, \end{align*}\] concluding the proof of the inductive step.
By the Principle of Induction, formula (8.4) holds for all \(k \in \mathbb{N}\). Since \(|x|<1\), by the Geometric Sequence Test we infer \[ \lim_{k \to \infty} \, x^{k} = 0 \,. \] Hence \[\begin{align*} \sum_{n=0}^{\infty} x^{n} & = \lim_{k \to \infty } \, s_k \\ & = \lim_{k \rightarrow \infty} \, \frac{1-x^{k+1}}{1-x} \\ & = \lim_{k \rightarrow \infty} \frac{1-x \cdot x^{k}}{1-x} \\ & = \frac{1}{1-x} \,, \end{align*}\] where the last equality follows from the Algebra of Limits.
Part 2. Suppose \(|x| \geq 1\). Then \[ \lim_{n \to \infty} \, x^n \neq 0 \,. \tag{8.5}\] Indeed, suppose by contradiction that \(x_n \to 0\). Hence, for \(\varepsilon= 1/2\), there exists \(N \in \mathbb{N}\) such that \[ \left|x^{n}-0\right| < \varepsilon= \frac{1}{2} \,, \quad \forall \, n \geq \mathbb{N}\,. \] However \[ \left|x^{n}-0\right| = |x^n| = |x|^n \geq 1 \,, \] which yields \[ 1 < \varepsilon= \frac12 \,, \] contradiction. Then (8.5) holds and the series \[ \sum_{n=0}^{\infty} x^{n} \] diverges by the Necessary Condition in Theorem 6.
Let us apply the Geometric Series Test of Theorem 13 to some examples.
Example 14
Question. Discuss convergence/divergence of the following series. If the series converges, compute the limit. \[\begin{align*} & \sum_{n=0}^{\infty}\left(\frac{1}{2}\right)^{n}\,, & \quad \sum_{n=0}^{\infty}\left(-\frac{3}{2}\right)^{n} \,, \\ & \sum_{n=0}^{\infty}\left(\frac{-3}{4}\right)^{n}\,, & \quad \sum_{n=0}^{\infty}(-1)^{n} \,. \end{align*}\]
Solution.
Since \(\left|\frac{1}{2}\right|<1\), by the GST we have \[ \sum_{n=0}^{\infty}\left(\frac{1}{2}\right)^{n}=\frac{1}{1-\dfrac{1}{2}}=2 \]
Since \(\left|\frac{-3}{2}\right|=\frac{3}{2}>1\), by the GST the series \[ \sum_{n=0}^{\infty}\left(-\frac{3}{2}\right)^{n} \] diverges.
Since \(\left|\frac{-3}{4}\right|=\frac{3}{4}<1\), we have \[ \sum_{n=0}^{\infty}\left(\frac{-3}{4}\right)^{n}=\frac{1}{1-\dfrac{-3}{4}}=\frac{1}{\dfrac{7}{4}}=\frac{4}{7} \]
Since \(|-1|=1\), the series \[ \sum_{n=0}^{\infty}(-1)^{n} \] diverges.
Remark 15
Example 16
Solution. We have that \[\begin{align*} \sum_{n=1}^{\infty}\left(\frac{1}{2}\right)^{n} & = \sum_{n=0}^{\infty}\left(\frac{1}{2}\right)^{n} - 1 \\ & = \frac{1}{1- \dfrac{1}{2}} - 1 = 1\,. \end{align*}\]
The Geometric Series Test of Theorem 13 can be applied to complex geometric series as well.
Example 17
Question. Discuss convergence/divergence of the following series. If the series converges, compute the limit. \[ \sum_{n=0}^{\infty} \frac{1}{(1+i)^{n}} \,, \quad \sum_{n=0}^{\infty}\left(\frac{1-5 i}{3+3 i}\right)^{n} \,, \quad \sum_{n=0}^{\infty}\left(\frac{2+i}{3-2 i}\right)^{n} \,. \]
Solution.
We have \[ \frac{1}{(1+i)^{n}}=\left(\frac{1}{1+i}\right)^{n} \] and \[ \left|\frac{1}{1+i}\right| = \frac{1}{\sqrt{1^{2}+1^{2}}} = \frac{1}{\sqrt{2}} < 1\,. \] Therefore, the series converges by the Geometric Series Test, and \[ \sum_{n=0}^{\infty} \frac{1}{(1+i)^{n}} = \frac{1}{1-\dfrac{1}{1+i}} = 1-i \,. \]
Since \[\begin{align*} \left|\frac{1-5 i}{3+3 i}\right| & = \frac{|1-5 i|}{|3+3 i|} \\ & =\frac{\sqrt{(1)^{2}+(-5)^{2}}}{3\sqrt{1^{2}+1^{2}}} \\ & = \frac{\sqrt{26}}{3\sqrt{2}} \\ & =\frac{\sqrt{13}}{3} > 1 \,, \end{align*}\] the series diverges by the Geometric Series Test.
We have \[\begin{align*} \left|\frac{2+i}{3-2 i}\right| & = \frac{|2+i|}{|3-2 i|} \\ & = \frac{\sqrt{2^{2}+1^{2}}}{\sqrt{3^{2}+(-2)^{2}}} \\ & = \sqrt{\frac{5}{13}} < 1 \,. \end{align*}\] Therefore the series converges by the Geometric Series Test, and \[\begin{align*} \sum_{n=0}^{\infty}\left(\frac{2+i}{3-2 i}\right)^{n} & = \frac{1}{1-\dfrac{2+i}{3-2 i}} \\ & = \frac{1}{\dfrac{3-2 i-(2+i)}{3-2 i}} \\ & = \frac{3-2 i}{1-3 i} \\ & = \frac{3-2 i}{1-3 i} \, \frac{1+3 i}{1+3 i} \\ & = \frac{3-2 i+9 i-6 i^{2}}{1-9 i^{2}} \\ & = \frac{9}{10} + \frac{7}{10} i \end{align*}\]
8.3 Algebra of Limits for Series
We have proven the Algebra of Limit Theorem for sequences in \(\mathbb{C}\). A similar results holds for series as well.
Theorem 18: Algebra of Limits for Series
Let \(\left(a_{n}\right)_{n \in \mathbb{N}}\) and \(\left(b_{n}\right)_{n \in \mathbb{N}}\) be sequences in \(\mathbb{C}\) and let \(c \in \mathbb{C}\). Suppose that \[ \sum_{n=1}^{\infty} a_{n}=a \,, \qquad \sum_{n=1}^{\infty} b_{n}=b \,. \] Then:
The sum of series is the series of the sums: \[ \sum_{n=1}^{\infty}\left(a_{n} \pm b_{n}\right) = a \pm b \,. \]
The product of a series with a number obeys \[ \sum_{n=1}^{\infty} c \cdot a_{n}= c \cdot a \,. \]
Proof
Part 2. Denote the partial sums by \[ s_{k} := \sum_{n=1}^{k} a_{n} \, , \quad t_{k} := \sum_{n=1}^{k} c \cdot a_{n} \,. \] We can write \[\begin{align*} t_k & = \sum_{n=1}^{k} c \cdot a_{k} \\ & = c \cdot a_{1} +c \cdot a_{2}+\ldots+c \cdot a_{k} \\ & = c \cdot \left(a_{1}+a_{2}+\ldots+a_{k}\right) = \\ & = c \cdot s_{k} \,. \end{align*}\] By assumption \(s_{k} \to a\), so that the Algebra of Limits in \(\mathbb{C}\) allows to conclude \[\begin{align*} \sum_{n=1}^{\infty} c \cdot a_{n} & = \lim_{k \rightarrow \infty} t_{k} \\ & = \lim_{k \rightarrow \infty} c \cdot s_{k} \\ & = c \cdot a \,. \end{align*}\]
Let us apply the Algebra of Limits for Series to a concrete example.
Example 19
Solution. Note that \[\begin{align*} \sum_{n=0}^{\infty}\left(\frac{1}{3}\right)^{n} & =\frac{1}{1-\dfrac{1}{3}}=\frac{3}{2} \,, \\ \sum_{n=0}^{\infty}\left(\frac{2}{3}\right)^{n} & =\frac{1}{1-\dfrac{2}{3}}=3 \,, \end{align*}\] by the Geometric Series Test. Therefore, we can apply the Algebra of Limit for Series to conclude that \[\begin{align*} \sum_{n=0}^{\infty}\left(2\left(\frac{1}{3}\right)^{n}+\left(\frac{2}{3}\right)^{n}\right) & = 2 \cdot \sum_{n=0}^{\infty} \left(\frac{1}{3}\right)^{n} + \sum_{n=0}^{\infty} \left(\frac{2}{3}\right)^{n} \\ & = 2 \cdot \frac{3}{2} + 3 = 6 \end{align*}\]
Important
Similarly, we expect that \[ \dfrac{ \displaystyle\sum_{n=0}^{\infty} a_n }{ \displaystyle\sum_{n=0}^{\infty} b_n } \neq \sum_{n=0}^{\infty} \frac{a_n}{b_n} \,. \tag{8.7}\]
Let us give two examples to show that formulas (8.6) and (8.7) hold.
Example 20
We know that \[ \sum_{n=0}^{\infty}\left(\frac{1}{2}\right)^{n}=\frac{1}{1-\dfrac{1}{2}}=2 \,. \tag{8.8}\] Therefore \[ \left(\sum_{n=0}^{\infty}\left(\frac{1}{2}\right)^{n} \right) \cdot \left(\sum_{n=0}^{\infty}\left(\frac{1}{2}\right)^{n} \right) = 2 \cdot 2 = 4 \,. \] However \[ \sum_{n=0}^{\infty}\left(\frac{1}{2}\right)^{n} \cdot\left(\frac{1}{2}\right)^{n} = \sum_{n=0}^{\infty}\left(\frac{1}{4}\right)^{n} = \frac{1}{1-\dfrac{1}{4}} = \frac{4}{3} \,. \] Hence \[ \left(\sum_{n=0}^{\infty}\left(\frac{1}{2}\right)^{n} \right) \cdot \left(\sum_{n=0}^{\infty}\left(\frac{1}{2}\right)^{n} \right) \neq \sum_{n=0}^{\infty}\left(\frac{1}{2}\right)^{n} \cdot\left(\frac{1}{2}\right)^{n} \,. \]
Using (8.8) we have \[ \frac{\displaystyle\sum_{n=0}^{\infty}\left(\frac{1}{2}\right)^{n}}{\displaystyle\sum_{n=0}^{\infty}\left(\frac{1}{2}\right)^{n}} = \frac{2}{2} = 1 \,. \] On the other hand \[ \sum_{n=0}^{\infty} \dfrac{\left(\dfrac{1}{2}\right)^{n}}{\left(\dfrac{1}{2}\right)^{n}} =\sum_{n=0}^{\infty} 1 \,, \] which does not converge by the Necessary Condition, since \(1\) does not converge to \(0\). Therefore \[ \frac{\displaystyle\sum_{n=0}^{\infty}\left(\frac{1}{2}\right)^{n}}{\displaystyle\sum_{n=0}^{\infty}\left(\frac{1}{2}\right)^{n}} \neq \sum_{n=0}^{\infty} \dfrac{\left(\dfrac{1}{2}\right)^{n}}{\left(\dfrac{1}{2}\right)^{n}} \,. \]
8.4 Non-negative series
We now investigate series of which all terms are non-negative. To be precise:
Definition 21: Non-negative series
The key remark for non-negative series is that the partial sums are increasing.
Lemma 22
Proof
Therefore, if we have a series with non-negative terms \[ \sum_{n=1}^\infty a_n \] there are only \(2\) options:
- \(\sum_{n=1}^\infty a_n\) converges,
- \(\sum_{n=1}^\infty a_n\) diverges to \(+\infty\).
This is because the partial sums \((s_k)\) are increasing. Therefore we have either:
- \((s_k)\) is bounded above: Then \(s_k\) converges by the Monotone Convergence Theorem
- \((s_k)\) is not bounded above: Therefore \(s_k\) diverges to \(+\infty\).
We present 4 test for the convergence of non-negative series:
- Cauchy Condensation Test
- Comparison Test
- Limit Comparison Test
- Ratio Test (positive series only)
8.4.1 Cauchy Condensation Test
Let us start with the study of the two non-negative series: \[ \sum_{n=1}^\infty \frac{1}{n^2} \,, \quad \sum_{n=1}^\infty \frac{1}{n} \,. \]
Question 23
Answer: the first series converges, while the second diverges. We prove it in the next two theorems.
Theorem 24
Proof
Theorem 25: Harmonic series
Proof
The proofs of the above theorems inspire the Cauchy Condensation Test.
Theorem 26: Cauchy Condensation Test
Let \((a_n)\) be a sequence in \(\mathbb{R}\). Suppose that \((a_n)\) is non-negative and decreasing, that is, \[ a_{n} \geq a_{n+1} \,, \quad \forall \, n \in \mathbb{N}\,. \] They are equivalent:
The following series converges \[ \sum_{n=1}^\infty a_n \,. \]
The following series converges \[ \sum_{n=0}^\infty 2^n a_{2^n} = a_1 + 2a_2 + 8a_8 + 16 a_{16} + \ldots \]
Proof
Part 1. Assume that the series \[ \sum_{n=0}^\infty 2^n a_{2^n} \] diverges. Hence the sequence \((t_k)\) diverges and therefore \((t_k)\) is not bounded above.
Indeed, suppose \((t_k)\) was bounded above. Since \((t_k)\) is increasing, we would conclude that \((t_k)\) is convergent by the Monotone Convergence Theorem. Contradiction.
We want to estimate \(s_k\) from below. To this end, we notice that \[\begin{align*} s_2 & = a_1 + a_2 \\ & \geq \frac{1}{2} a_1 + a_2 \\ & = \frac{1}{2} \left( a_1 + 2a_2 \right) \\ & = \frac{1}{2} \, t_1 \,, \end{align*}\] where we used that \(a_n \geq 0\), and so \(a_1 > a_1/2\). Moreover \[\begin{align*} s_4 & = a_1 + a_2 + (a_3 + a_4) \\ & \geq a_1 + a_2 + (a_4 + a_4) \\ & = a_1 + a_2 + 2a_4 \\ & \geq \frac{1}{2} \, a_1 + a_2 + 2 a_4 \\ & = \frac{1}{2} \left( a_1 + 2a_2 + 4a_4 \right) \\ & = \frac{1}{2} \, t_2 \,, \end{align*}\] where we used also that \((a_n)\) is decreasing. Similar reasoning yields \[\begin{align*} s_8 & = a_1 + a_2 + (a_3 + a_4) + (a_5 + a_6 + a_7 + a_8) \\ & \geq a_1 + a_2 + (a_4 + a_4) + (a_8 + a_8 + a_8 + a_8) \\ & = a_1 + a_2 + 2 a_4 + 4 a_8 \\ & \geq \frac{1}{2} \, a_1 + a_2 + 2 a_4 + 4 a_8 \\ & = \frac{1}{2} \left( a_1 + 2a_2 + 4a_4 + 8 a_8 \right) \\ & = \frac{1}{2} \, t_3 \,. \end{align*}\] where again we used that \((a_n)\) is decreasing, and \(a_n \geq 0\). Iterating, we obtain that for all \(k \in \mathbb{N}\) it holds: \[\begin{align*} s_{2^k} & = a_1 + a_2 + (a_3 + a_4) + (a_5 + a_6 + a_7 + a_8) \\ & \qquad + \ldots + (a_{2^{k-1}} + \ldots + a_{2^k}) \\ & \geq a_1 + a_2 + (a_4 + a_4) + (a_8 + a_8 + a_8 + a_8) \\ & \qquad + \ldots + (a_{2^k} + \ldots + a_{2^k}) \\ & = a_1 + a_2 + 2 a_4 + 4 a_8 + \ldots + 2^{k-1} a_{2^k}\\ & \geq \frac{1}{2} \, a_1 + a_2 + 2 a_4 + 4 a_8 + \ldots + 2^{k-1} a_{2^k} \\ & = \frac{1}{2} \left( a_1 + 2a_2 + 4a_4 + 8 a_8 + \ldots + 2^k a_{2^k} \right) \\ & = \frac{1}{2} \, t_k \,. \end{align*}\] We have shown that \[ s_{2^k} \geq \frac{1}{2} \, t_k \,, \quad \forall \, k \in \mathbb{N}\,. \] Since \((t_k)\) is not bounded above, we infer that \((s_{2^k})\) is not bounded above. In particular \((s_k)\) is not bounded, and hence divergent. Thus the series \[ \sum_{n=1}^\infty a_n \] diverges.
Part2. Suppose that the series \[ \sum_{n=0}^\infty 2^n a_{2^n} \] converges. Hence the sequence \((t_k)\) converges, and therefore \((t_k)\) is bounded. This means that there exists \(M > 0\) such that \[ |t_k| \leq M \,, \quad \forall \, n \in \mathbb{N}\,. \] Since \(t_k \geq 0\), the above reads \[ t_k \leq M \,, \quad \forall \, n \in \mathbb{N}\,. \] Fix \(k \in \mathbb{N}\) and let \(m \in \mathbb{N}\) be such that \[ k \leq 2^{m+1} - 1 \,. \] In this way \[ s_k \leq s_{2^{m+1}-1} \,. \] We have \[\begin{align*} s_{2^{m+1}-1} & = a_1 + (a_2 + a_3) + (a_4 + a_5 + a_6 + a_7) \\ & \qquad + \ldots + (a_{2^m} + \ldots + a_{2^{m+1}-1}) \\ & \leq a_1 + (a_2 + a_2) + (a_4 + a_4 + a_4 + a_4) \\ & \qquad + \ldots + (a_{2^m} + \ldots + a_{2^m} ) \\ & = a_1 + 2a_2 + 4a_4 + \ldots + 2^m a_{2^m} \\ & = t_m \,, \end{align*}\] where we used that \((a_n)\) is decreasing. We have then shown \[ s_k \leq s_{2^{m+1}-1} \leq t_m \leq M \,. \] Since \(M\) does not depend on \(k\), we conclude that \[ s_k \leq M \,, \quad \forall \, k \in \mathbb{N}\,. \] As \(s_k \geq 0\), we conclude that \(s_k\) is bounded. Recalling that \((s_k)\) is increasing, by the Monotone Convergence Theorem we infer that \((s_k)\) converges. This proves that the series \[ \sum_{n=1}^\infty a_n \] is convergent, ending the proof.
Thanks to the Cauchy Condensation Test of Theorem 26 we can prove the following result.
Theorem 27: Convergence of \(p\)-series
Let \(p \in \mathbb{R}\). Consider the \(p\)-series \[ \sum_{n=1}^{\infty} \frac{1}{n^{p}} \,. \] We have:
If \(p>1\) the \(p\)-series converges.
If \(p \leq 1\) the \(p\)-series diverges.
Proof
The following is another notable application of the Cauchy Condensation Test.
Theorem 28
Let \(p \in \mathbb{R}\). Consider the series \[ \sum_{n=2}^{\infty} \frac{1}{n \left( \log n \right)^p} \,. \] We have:
If \(p>1\) the series converges.
If \(p \leq 1\) the series diverges.
Proof
8.4.2 Comparison Test
Another really useful result to study the convergence of non-negative series is the Comparison Test.
Theorem 29: Comparison test
Proof
Part 2. Note that Point 2 is the contrapositive of Point 1, and hence it holds.
Let us give two applications of the Comparison Test.
Example 30
Question. Discuss convergence/divergence of the following series: \[ \sum_{n=1}^{\infty} \frac{1}{n^{2}+3 n-1} \,, \tag{8.9}\] \[ \sum_{n=0}^{\infty} \frac{3^{n}+6 n+\dfrac{1}{n+1}}{2^{n}} \,. \tag{8.10}\]
Solution.
Since \(3 n-1 \geq 0\) for all \(n \in \mathbb{N}\), we get \[ \frac{1}{n^{2}+3 n-1} \leq \frac{1}{n^{2}} \,, \quad \forall \, n \in \mathbb{N}\,. \] By Theorem 27 the \(p\)-series \[ \sum_{n=1}^{\infty} \frac{1}{n^{2}} \] converges. Therefore also the series at (8.9) converges by the Comparison Test in Theorem 29.
Note that \[ \frac{3^{n}+6 n+\dfrac{1}{n+1}}{2^{n}} \geq \frac{3^{n}}{2^{n}}=\left(\frac{3}{2}\right)^{n} \,, \quad \forall \, n \in \mathbb{N}\,. \] Since \(\left|\frac{3}{2}\right|=\frac{3}{2}>1\), the series \[ \sum_{n=0}^{\infty}\left(\frac{3}{2}\right)^{n} \] diverges by the Geometric Series Test in Theorem 13. Therefore, by the Comparison Test, also the series at (8.10) diverges.
8.4.3 Limit Comparison Test
To apply the Comparison Test to the series \[ \sum_{n=1}^\infty a_n \,, \] one needs to find another sequence \((b_n)\) such that \[ a_n \leq b_n \,,\quad \forall \, n \geq N \,, \] or \[ b_n \leq a_n \,, \quad \forall \, n \geq N \,. \] This is not always possible. However, one might be able to show that \[ \lim_{n\to \infty} \frac{a_n}{b_n} = L \] for some \(L \in \mathbb{R}\). In this case, the series of \((a_n)\) and \((b_n)\) can still be compared, in the sense specified in the Theorem below.
Theorem 31: Limit Comparison Test
Let \((a_n)\) and \((b_n)\) be sequences such that \[ a_n \geq 0 \,, \quad b_n > 0 \,, \quad \forall \, n \in \mathbb{N}\,. \] Suppose there exists \(L \in \mathbb{R}\) such that \[ L = \lim _{n \rightarrow \infty} \frac{a_{n}}{b_{n}} \,. \] They hold:
If \(0<L<\infty\), then \[ \sum_{n=1}^{\infty} a_{n} \,\, \text { converges } \Longleftrightarrow \quad \sum_{n=1}^{\infty} b_{n} \,\, \text { converges. } \]
If \(L=0\), then \[\begin{align*} \sum_{n=1}^{\infty} b_{n} & \,\, \text { converges } \Longrightarrow \quad \sum_{n=1}^{\infty} a_{n} \,\, \text { converges, } \\ \sum_{n=1}^{\infty} a_{n} & \,\, \text { diverges } \Longrightarrow \quad \sum_{n=1}^{\infty} b_{n} \,\, \text { diverges. } \end{align*}\]
Proof
Suppose that \[ \sum_{n=1}^{\infty} a_{n} \] converges. Then also \[ \sum_{n=N}^{\infty} a_{n} \] converges, since we are only discarding a finite number of terms. As \[ \frac{L}{2} b_{n} \leq a_{n} \,, \quad \forall \, n \geq N \,, \] it follows from the Comparison Test in Theorem 29 that the series \[ \sum_{n=N}^{\infty} \frac{L}{2} b_{n} \,. \] converges. Since \(L/2\) is a constant, we also conclude that \[ \sum_{n=1}^{\infty} b_{n} \] converges.
Suppose that \[ \sum_{n=1}^{\infty} b_{n} \] converges. Then also \[ \sum_{n=N}^{\infty} \frac{3 L}{2} b_{n} \] converges. Since \[ a_{n} < \frac{3 L}{2} b_{n} \,, \quad \forall \, n \geq N \,, \] by the Comparison Test we infer that \[ \sum_{n=N}^{\infty} a_{n} \] converges. Therefore, also \[ \sum_{n=1}^{\infty} a_{n} \] converges.
Part 2. Suppose that \(L = 0\). Note that the second condition is the contrapositive of the first. Hence we only need to show that \[ \sum_{n=1}^{\infty} b_{n} \,\, \text { converges } \Longrightarrow \quad \sum_{n=1}^{\infty} a_{n} \,\, \text { converges. } \] Let \(\varepsilon= 1\). Since \(a_n / b_n \to 0\), there exists \(N \in \mathbb{N}\) such that \[ \left|\frac{a_{n}}{b_{n}}-0\right| < \varepsilon= 1 \,, \quad \forall \, n \geq N \,. \] Therefore \[ a_{n} < b_{n} \,, \quad \forall \, n \geq N \,. \] The thesis follows immediately by the Comparison Test in Theorem 29.
Important
Let us give a few applications of the Limit Comparison Tets.
Example 32
Solution. Set \[ a_n := \frac{2 n^{3}+5 n+1}{7 n^{6}+2 n+5}\,, \quad b_n := \frac{1}{n^3} \,. \] We have \[\begin{align*} L & :=\lim_{n \rightarrow \infty} \frac{a_n}{b_n} \\ & = \lim_{n \to \infty} \frac{2 n^{3}+5 n+1}{7 n^{6}+2 n+5} \bigg/ \frac{1}{n^{3}} \\ & = \lim_{n \rightarrow \infty} \frac{2 n^{6}+5 n^{4}+n^{3}}{7 n^{6}+2 n+5} \\ & = \lim_{n \rightarrow \infty} \frac{2+ \dfrac{5}{n^{2}} + \dfrac{1}{n^{3}} }{7 + \dfrac{2}{n^{5}}+ \dfrac{5}{n^{6}} } = \frac{2}{7} \,. \end{align*}\] The series \[ \sum_{n=1}^{\infty} \frac{1}{n^{3}} \] converges, being a \(p\)-series with \(p =3 > 1\). Since \(L = \frac{2}{7}>0\), also the series \[ \sum_{n=1}^{\infty} \frac{2 n^{3}+5 n+1}{7 n^{6}+2 n+5} \] converges, by the Limit Comparison Test.
Example 33
Solution. Since \(\sin(n)\) is bounded, we expect the terms in the series to behave like \(1/n\) for large \(n\). Hence we set \[ a_n := \frac{n+\cos (n)}{n^{2}} \,, \quad b_n = \frac{1}{n} \,. \] We compute \[\begin{align*} L & := \frac{a_n}{b_n} = \lim_{n \rightarrow \infty} \frac{n+\cos (n)}{n^{2}} \bigg/ \frac{1}{n} \\ & = \lim_{n \rightarrow \infty} \frac{n^{2}+n \cos (n)}{n^{2}} \\ & = \lim_{n \rightarrow \infty} \left(1+\frac{\cos (n)}{n}\right) \end{align*}\] Note that \[ -1 \leq \cos (n) \leq 1 \quad \implies \quad -\frac{1}{n} \leq \frac{\cos (n)}{n} \leq \frac{1}{n} \,. \] As both \(-\frac{1}{n} \rightarrow 0\) and \(\frac{1}{n} \rightarrow 0\), by the Squeeze Theorem \[ \frac{\cos (n)}{n} \longrightarrow 0 \,. \] Hence \[ L = \lim_{n \rightarrow \infty} \left(1+\frac{\cos (n)}{n}\right) = 1 \,. \] The harmonic series \(\sum_{n=1}^{\infty} \frac{1}{n}\) diverges. Since \(L = 1 > 0\), the series \[ \sum_{n=1}^{\infty} \frac{n+\cos (n)}{n^{2}} \,. \] diverges by the Limit Comparison Test.
Example 34
Solution. Since \[ \cos \left( \frac{1}{n} \right) \leq 1 \,, \] the above is a non-negative series. Recall the limit \[ \lim_{n \to \infty} \frac{1 - \cos(a_n)}{(a_n)^2} = \frac{1}{2} \,, \] where \((a_n)\) is a sequence in \(\mathbb{R}\) such that \(a_n \to 0\) and \[ a_n \neq 0 \quad \forall \, n \in \mathbb{N}\,. \] In particular, for \(a_n = 1/n\), we obtain \[ \lim_{n \to \infty} \, n^2 \, \left(1 - \cos \left( \frac{1}{n} \right) \right) = \frac{1}{2} \,. \] Set \[ b_n : = 1 - \cos\left( \frac{1}{n} \right) \,, \quad c_n := \frac{1}{n^2} \,. \] We have \[ L := \lim_{n \to \infty} \frac{b_n}{c_n} = \lim_{n \to \infty} n^2 \, \left(1 - \cos \left( \frac{1}{n} \right) \right) = \frac{1}{2} \,. \] Note that the series \(\sum_{n=1}^\infty \frac{1}{n^2}\) converges, being a \(p\)-series with \(p>2\). Therefore, since \(L = 1/2 >0\), also the series \[ \sum_{n=1}^\infty \left( 1 - \cos\left( \frac{1}{n} \right) \right) \] converges, by the Limit Comparison Test.
Sometimes the Limit Comparison Test fails, but the Comparison Test works.
Example 35
Solution. Since \[ \sin (n) \geq-1 \,, \] the above is a non-negative series. As \(\sin(n)\) is bounded, the series behaves similarly to \[ \sum_{n=1}^{\infty} \frac{1}{n^{2}} \,. \] However \[ \frac{1+\sin (n)}{n^{2}} \bigg/ \frac{1}{n^{2}}=1+\sin (n) \] does not converge. Hence, we cannot use the Limit Comparison Test. In alternative, we note that \[ \frac{1+\sin (n)}{n^{2}} \leq \frac{2}{n^{2}} \,, \quad \forall \, n \in \mathbb{N}\,. \] The series \[ \sum_{n=1}^{\infty} \frac{2}{n^{2}} \] converges, being a \(p\)-series with \(p=2>1\). Therefore also \[ \sum_{n=1}^{\infty} \frac{1+\sin (n)}{n^{2}} \] converges, by the Comparison Test of Theorem 29.
8.4.4 Ratio Test for positive series
The Ratio Test can be generalized to series. Notice that in this case the terms of the series need to be positive.
Theorem 36: Ratio Test for positive series
Let \(\left(a_{n}\right)\) be a sequence in \(\mathbb{R}\) such that \[ a_{n}>0 \,, \quad \forall \, n \in \mathbb{N}\, . \]
Suppose that the following limit exists: \[ L:=\lim_{n \to \infty} \frac{a_{n+1}}{a_{n}} \,. \] They hold:
If \(L<1\) then \(\sum_{n=1}^\infty a_n\) converges.
If \(L>1\) then \(\sum_{n=1}^\infty a_n\) diverges.
Suppose that there exists \(N \in \mathbb{N}\) and \(L>1\) such that \[ \frac{a_{n+1}}{a_{n}} \geq L \,, \quad \forall \, n \geq N \,. \] Then the series \(\sum_{n=1}^\infty a_n\) diverges.
Proof
Suppose that \(L<1\). Therefore there exists \(r\) such that \[ L < r < 1 \,. \] Define \[ \varepsilon:= r - L \,, \] so that \(\varepsilon>0\). By the convergence \(a_{n+1}/a_n \to L\) there exists \(N \in \mathbb{N}\) such that \[ \left|\frac{a_{n+1}}{a_{n}}-L\right| < \varepsilon= r - L \,, \quad \forall \, n \geq N \,. \] In particular \[ \frac{a_{n+1}}{a_{n}}-L < r - L \,, \quad \forall \, n \geq N \,, \] which implies \[ a_{n+1} < r \, a_n \,, \quad \forall \, n \geq N \,. \] Applying \(n-N\) times the above estimate we get \[ 0 < a_{n} < r \, a_{n-1} < \ldots < r^{n-N} \, a_{N} \,, \quad \forall \, n \geq N \,. \tag{8.11}\] Note that the series of \(r^{n-N} \, a_{N}\) converges, since \[ \sum_{n=N}^\infty r^{n-N} \, a_{N} = a_{N} \sum_{k=0}^\infty r^k = a_N \frac{1}{1-r} \,, \] where the last equality follows because \(\sum_{k=0}^\infty r^k\) is a geometric series and \(0<r<1\). Since (8.11) holds, by the Comparison Test in Theorem 29 we conclude that the series \[ \sum_{n=N}^\infty a_n \] converges. Therefore also the series \[ \sum_{n=1}^\infty a_n \] converges, ending the proof in the case \(L<1\).
Suppose \(L>1\): Then, by the Ratio Test for sequences, it follows that \(a_n\) diverges. Therefore \[ \lim_{n \rightarrow \infty} a_{n} \neq 0 \,, \] and the series \(\sum_{n=1}^\infty\) diverges by the Necessary Condition, see Theorem 6.
Part 2. Suppose there exists \(L>1\) and \(N \in \mathbb{N}\) such that \[ \frac{a_{n+1}}{a_n} \geq L \,, \quad \forall \, n \geq N \,. \] By the Ratio Test for sequences it follows that \(a_n\) diverges. Therefore \(\sum_{n=1}^\infty\) diverges by the Necessary Condition.
Example 37
Solution. We compute \[\begin{align*} \lim_{n \to \infty} \frac{a_{n+1}}{a_{n}} & = \lim_{n \to \infty} \frac{((n+1) !)^{2}}{(2(n+1)) !} \bigg/ \frac{(n !)^{2}}{(2 n) !} \\ & = \lim_{n \to \infty} \frac{(n+1)^{2}}{(2 n+2)(2 n+1)} \\ & = \lim_{n \to \infty} \frac{\left(1+\dfrac{1}{n}\right)^{2}}{\left(2+\dfrac{2}{n}\right)\left(2+\dfrac{1}{n}\right)} = \frac14 \,. \end{align*}\] Since \(L = 1/4 <1\), by the Ratio Test we conclude that \(\sum a_n\) converges.
Important
Example 38
Consider the series \[ \sum_{n=1}^\infty \frac{1}{n} \,. \] Setting \(a_n = 1/n\), we have \[\begin{align*} L & = \lim_{n\to \infty} \frac{a_{n+1}}{a_n} \\ & = \lim_{n \to \infty} \frac{1}{n+1} \bigg/ \frac{1}{n} \\ & = \lim_{n \to \infty} \frac{n}{n+1} = 1 \,. \end{align*}\] Therefore \(L = 1\) and we cannot apply the Ratio Test. However the series in question diverges, being the harmonic series.
Consider the series \[ \sum_{n=1}^\infty \frac{1}{n^2} \,. \] Setting \(a_n = 1/n^2\), we have \[\begin{align*} L & = \lim_{n\to \infty} \frac{a_{n+1}}{a_n} \\ & = \lim_{n \to \infty} \frac{1}{(n+1)^2} \bigg/ \frac{1}{n^2} \\ & = \lim_{n \to \infty} \frac{n^2}{n^2 + 2n +1} = 1 \,. \end{align*}\] Therefore \(L=1\) and we cannot apply the Ratio Test. However the series in question diverges, being a \(p\)-series with \(p = 2 >1\).
The Ratio Test can often be combined with other convergence tests, as seen in the following example.
Example 39
Solution. Set \(a_{n}=\log n / n^{2}\). By the Cauchy Condensation Test, we know that \(\sum a_n\) converges if and only if \(\sum 2^{n} a_{2^{n}}\) converges. We have: \[\begin{align*} \sum_{n=0}^{\infty} 2^{n} a_{2^{n}} & =\sum_{n=0}^{\infty} 2^{n} \frac{\log (2^{n})}{\left(2^{n}\right)^{2}} \\ & = \log (2) \, \sum_{n=0}^{\infty} \frac{n }{2^{n}} \\ & = \log (2) \, \sum_{n=0}^{\infty} b_n \,, \qquad b_n := \frac{n }{2^{n}} \,. \end{align*}\] Apply the Ratio Test to the series \(\sum b_n\) \[ \frac{b_{n+1}}{b_n} = \frac{n+1}{2^{n+1}} \bigg/ \frac{n}{2^n} = \frac{n+1}{2n} \longrightarrow \frac12 < 1 \,. \] Therefore, \(\sum b_n\) converges by the Ratio Test, so that also \(\sum 2^n a_{2^n}\) converges. We conclude that \(\sum a_n\) converges by the Cauchy Condensation Test.
8.5 General series
In the previous section we presented several tests for non-negative series. For non-negative series we showed that the partial sums \((s_k)\) are increasing, see Lemma 22. This makes non-negative terms series relatively easy to study.
When a series contains both positive and negative terms, the partial sums \((s_k)\) might oscillate, making the series harder to study. In this section we present some tests for general series in \(\mathbb{C}\).
8.5.1 Absolute Convergence Test
To study general series, we introduce a stronger notions of convergence, known as absolute convergence.
Definition 40: Absolute convergence
Let us show that absolute convergence implies convergence.
Theorem 41: Absolute Convergence Test
Before proceeding with the proof, we introduce some notation.
Notation 42: Positive and negative part
Proof: Proof of Theorem 41
Part 2. Suppose now that \((a_n)\) is a sequence in \(\mathbb{C}\) such that \[ \sum_{n=1}^\infty |a_n| \] converges. Let \(x_n, y_n \in \mathbb{R}\) denote the real and imaginary part of \(a_n\). Therefore \[ |x_n| = \sqrt{x_n^2} \leq \sqrt{x_n^2 + y_n^2} = |a_n| \,, \quad \forall \, n \in \mathbb{N}\,. \] Therefore the series \[ \sum_{n=1}^\infty |x_n| \] converges by the Comparison Test for non-negative series (Theorem 29). Since \((x_n)\) is a real sequence, from Part 1 of the proof we have that the series \[ \sum_{n=1}^\infty x_n \] converges. Arguing in the same way for the imaginary part \(y_n\) we conclude that also \[ \sum_{n=1}^\infty y_n \] converges. Finally, by the Algebra of Limits in \(\mathbb{C}\), we get \[ \sum_{n=1}^\infty a_n = \sum_{n=1}^\infty \left( x_n + i y_n \right) = \sum_{n=1}^\infty x_n + i \sum_{n=1}^\infty y_n \,, \] proving that \(\sum_{n=1}^\infty a_n\) converges.
Example 43
Solution. The series does not converge absolutely, since \[ \sum_{n=1}^{\infty}\left|(-1)^{n} \frac{1}{n}\right|=\sum_{n=1}^{\infty} \frac{1}{n} \] does not converge, being the harmonic series.
Example 44
Solution. We have \[ |a_n| = \frac{\left|n^{2}-5 n+2\right|}{n^{4}} = \frac{n^{2}+5 n+2}{n^{4}} \,, \] for \(n\) sufficiently large (e.g. \(n \geq 10\)). Note that \[\begin{align*} \frac{n^{2}+5 n+2}{n^{4}} \bigg/ \frac{1}{n^{2}} & =\frac{n^{4}+5 n^{3}+2 n^{2}}{n^{4}} \\ & = 1+ \frac{5}{n} + \frac{2}{n^{2}} \longrightarrow 1 \end{align*}\] The series \(\sum 1/n^2\) converges, being a \(p\)-series with \(p=2\). Hence, also \[ \sum_{n=1}^{\infty} \frac{n^{2}+5 n+2}{n^{4}} \] converges, by the Limit Comparison Test for non-negative series (Theorem 31). This shows \(\sum |a_n|\) converges, which means that \(\sum a_n\) converges absolutely. In particular, \(\sum a_n\) converges by the Absolute Convergence Test.
8.5.2 Ratio Test for general series
As an application of the Absolute Convergence Test, we obtain the Ratio Test for general series.
Theorem 45: Ratio Test for general series
Let \(\left(a_{n}\right)\) be a sequence in \(\mathbb{C}\), such that \[ a_{n} \neq 0 \, \quad \forall \, n \in \mathbb{N}\,. \]
Suppose that the following limit exists: \[ L:=\lim_{n \to \infty} \left|\frac{a_{n+1}}{a_{n}}\right| \,. \] They hold:
If \(L<1\) then \(\sum_{n=1}^\infty a_n\) converges absolutely, and hence converges.
If \(L>1\) then \(\sum_{n=1}^\infty a_n\) diverges.
Suppose that there exists \(N \in \mathbb{N}\) and \(L>1\) such that \[ \left| \frac{a_{n+1}}{a_{n}} \right| \geq L \,, \quad \forall \, n \geq N \,. \] Then the series \(\sum_{n=1}^\infty a_n\) diverges.
Proof
Suppose that \(L<1\). Since \((b_n)\) is a sequence with non-negative terms, we have that \[ \sum_{n=1}^{\infty} b_{n} \] converges by the Ratio Test for non-negative series, see Theorem 36. Since, by definition \[ \sum_{n=1}^{\infty} b_{n}=\sum_{n=1}^{\infty}\left|a_{n}\right| \] also the latter series converges, i.e., \(\sum_{n=1}^{\infty} a_{n}\) converges absolutely. In particular \(\sum_{n=1}^{\infty} a_{n}\) converges, by the Absolute Convergence Test in Theorem 41.
Suppose that \(L>1\). Then the sequence \((a_n)\) diverges by the Ratio Test for sequences. Hence the series \[ \sum_{n=1}^\infty a_n \] diverges by the Necessary Condition in Theorem 6.
Part 2. If there exists \(N \in \mathbb{N}\) and \(L>1\) such that \[ \left| \frac{a_{n+1}}{a_{n}} \right| \geq L \,, \quad \forall \, n \geq N \,, \] then the sequence \((a_n)\) diverges by the Ratio Test for sequences, and we conclude as above.
Example 46
Solution. We have \[\begin{align*} L & := \lim_{n \to \infty} \left| \frac{a_{n+1}}{a_n} \right| \\ & =\lim_{n \to \infty} \left|\frac{(4-3 i)^{n+1}}{((n+1)+1) !} \bigg/ \frac{(4-3 i)^{n}}{(n+1) !}\right| \\ & = \lim_{n \to \infty} \frac{5}{n+2} = 0 \,.\\ \end{align*}\] As \(L=0<1\), we conclude that \(\sum a_n\) converges absolutely, by the Ratio Test. Hence, \(\sum a_n\) converges by the Absolute Convergence Test.
8.5.3 Exponential function and Euler’s Number
We have already encountered the exponential function in the Euler’s identity \[ e^{i\theta} = \cos(\theta) + i \sin (\theta) \,, \quad \, \theta \in \mathbb{R}\,. \] We have also defined the exponential of \(z = a + i b \in \mathbb{C}\) as \[ e^z = e^a e^{ib} \,. \] We have also anticipated that \[ e^{z} = \sum_{n=0}^{\infty} \frac{z^{n}}{n !} \,. \] Using the Ratio Test for general series, we can give a precise meaning to the above expression. We start by studying convergence of the exponential series.
Theorem 47: Exponential series
Proof
Definition 48: Exponential function
Remark 49
Using the definition of \(e^z\), one can show that \[ e^{z+w}=e^{z} e^{w} \,, \quad (e^{z})^{w} = e^{zw} \,, \] for all \(z,w \in \mathbb{C}\).
This way, we see that the new definition of exponential agrees with the old one: \[ e^z = e^{a+ib} = e^a e^{ib} \,. \]
We had also defined \[ e := \lim_{n \to \infty } \left( 1 + \frac1n \right)^n \,. \] Using the binomial theorem one can prove that \[ \lim_{n \to \infty } \left( 1 + \frac1n \right)^n = \sum_{n=0}^{\infty} \frac{1}{n !} \,. \]
8.5.4 Conditional convergence
Some series do not converge absolutely, but still converge. Such series are said to converge conditionally.
Definition 50: Conditional convergence
In practice, conditional convergence means that the convergence of the series depends on the order in which we perform the summation. Changing the order of summation of a series is called rearrangement.
Definition 51: Rearrangement of a series
Let \((a_n)\) be a sequence in \(\mathbb{C}\). Then:
- A permutation is a bijection \(\sigma \colon \mathbb{N}\to \mathbb{N}\).
- A rearrangement of the series \(\sum_{n=1}^\infty a_n\) is a series \[ \sum_{n=1 }^\infty a_{\sigma(n)} \] for some permutation \(\sigma\).
If a series of complex numebers converges absolutely, then all its rearrangements converge to the same limit.
Theorem 52
For a proof, see Theorem 3.55 in (Rudin 1976). A very surprising result is the following: If a series of real numbers converges conditionally, then the series can be rearranged to converge to any real number.
Theorem 53: Riemann rearrangement Theorem
For a proof, we refer the reader to Theorem 3.54 in (Rudin 1976).
In simpler terms, the last two Theorems are saying that:
- If a series converges absolutely, then all the rearrangements converge to the same number:
- Absolute convergence \(\implies\) Commutativity holds for infinite sums
- If a series converges conditionally, then we can rearrange the terms to converge to any real number, or even diverge:
- Conditional convergence \(\implies\) Commutativity does not hold for infinite sums
8.5.5 Dirichlet and Alternating Series Tests
There are very few conditional convergence tests available. We present the Dirichlet Test and the Alternating Series Test.
Theorem 54: Dirichlet Test
- \(q_n\) is decreasing,
- \(q_n \to 0\),
- \(q_n \geq 0\) for all \(n \in \mathbb{N}\).
- Suppose there exists \(M > 0\) such that \[ \left| \sum_{n=1}^k c_n \right| \leq M \,, \quad \forall \, k \in \mathbb{N}\,. \]
Then the following series converges \[ \sum_{n=1}^\infty c_n q_n \,. \]
Proof
Example 55
Question. Let \(\theta \in \mathbb{R}\), with \[ \theta \neq 2 k \pi \,, \quad \forall \, k \in \mathbb{Z}\,. \] Prove that the below series are conditionally convergent \[ \sum_{n=1}^\infty \frac{e^{i \theta n}}{n} \,, \quad \sum_{n=1}^{\infty} \frac{\cos(\theta n)}{n} \,, \quad \sum_{n=1}^{\infty} \frac{\sin(\theta n)}{n} \,. \]
Solution.
Recalling the Euler’s Identity \[ e^{i\theta} = \cos(\theta) + i \sin(\theta) \,, \] we obtain that \[ \sum_{n=1}^\infty \frac{e^{i \theta n}}{n} = \sum_{n=1}^\infty \frac{\cos(n \theta)}{n} + i \sum_{n=1}^\infty \frac{\sin(n \theta)}{n} \,. \] Therefore, the series \(\sum e^{i \theta n}/n\) converge conditionally if and only if \(\sum \cos( \theta n)/n\) and \(\sum \sin( \theta n)/n\) converge conditionally. It is then sufficient to study \(\sum e^{i \theta n}/n\).
The series \(\sum e^{i \theta n} /n\) does not converge absolutely, since \[ \sum_{n=1}^\infty \left| \frac{e^{i \theta n}}{n} \right| = \sum_{n=1}^\infty \frac{1}{n} \] diverges, being the Harmonic Series.
Set \(c_n = e^{i\theta n}\), \(q_n = 1/n\), so that \[ \sum_{n=1}^\infty \frac{e^{i \theta n}}{n} = \sum_{n=1}^\infty c_nq_n \,. \] We have that \(q_n\) is decreasing, \(q_n \to 0\) and \(q_n \geq 0\). Let us prove that there exists \(M>0\) such that \[ \left| \sum_{n=1}^k e^{i\theta n} \right| \leq M \,,\quad \forall \, k \in \mathbb{N}\,. \tag{8.13}\] Note that \[ 1 - e^{i\theta} \neq 0 \,, \] since \(\theta \neq 2k\pi\) for all \(k \in \mathbb{Z}\). Therefore we can use the Geometric Series (truncated) summation formula to get \[\begin{align*} \sum_{n=1}^k e^{i\theta n} & = \sum_{n=1}^k (e^{i\theta})^n \\ & = \frac{1- e^{i(k+1)\theta}}{1 - e^{i\theta}} - 1 \\ & = e^{i\theta} \, \frac{1- e^{ik\theta}}{1 - e^{i\theta}} \end{align*}\] Taking the modulus \[\begin{align*} \left| \sum_{n=1}^k e^{i\theta n} \right| & = \left| e^{i\theta} \, \frac{1- e^{ik\theta}}{1 - e^{i\theta}} \right| = \left| e^{i \theta} \right| \left|\frac{1- e^{ik\theta}}{1 - e^{i\theta}} \right| \\ & = \frac{ |1- e^{ik\theta}|}{|1 - e^{i\theta} |} \leq \frac{ |1| + |e^{ik\theta}|}{|1 - e^{i\theta} |} = \frac{ 2 }{|1 - e^{i\theta} |} \,, \end{align*}\] where we used the triangle inequality. Since the RHS does not depend on \(k\), we can set \[ M = \frac{ 2 }{|1 - e^{i\theta} |} \,, \] so that (8.13) holds. Therefore, \(\sum e^{i \theta n}/n\) converges by the Dirichlet Test.
We have shown that \(\sum e^{i \theta n}/n\) converges, but not absolutely. Hence, it converges conditionally.
As a corollary of the Dirichlet Test we obtain the Alternate Convergence Test.
Theorem 56: Alternate Convergence Test
- \(q_n\) is decreasing,
- \(q_n \to 0\),
- \(q_n \geq 0\) for all \(n \in \mathbb{N}\).
The following series converges \[ \sum_{n=1}^\infty (-1)^n q_n \]
Proof
Example 57
Solution. The series does not converge absolutely, since \[ \sum_{n=1}^{\infty} \left| (-1)^{n} \frac{1}{n} \right| = \sum_{n=1}^\infty \frac1n \] diverges, being the Harmonic Series. Set \(q_n = 1/n\), so that \[ \sum_{n=1}^{\infty}(-1)^{n} \frac{1}{n} = \sum_{n=1}^\infty (-1)^n q_n \,. \] Clearly, \(q_n \geq 0\), \(q_n \to 0\) and \(q_n\) is decreasing. Hence, the series converges by the Alternating Series Test. Thus, the series converges conditionally.
8.5.6 Abel’s Test
The Abel Test is another test for conditional convergence. It looks similar to the Dirichlet Test, however notice that the Abel Test only deals with real sequences.
Theorem 58: Abel’s Test
- \(q_n\) is monotone and bounded,
- The series \(\sum a_n\) converges.
Then the following series converges \[ \sum_{n=1}^\infty a_n q_n \,. \]
The proof is similar to the one of the Dirichlet Test. We decided to omit it.
Example 59
Solution. Set \[ a_n:= \frac{(-1)^n}{n}\,, \quad q_n := \left( 1 + \frac{1}{n} \right)^n \,. \] We have seen that \(q_n\) is monotone increasing and bounded (recall that \(q_n \to \varepsilon\)). Moreover, the series \(\sum_{n=1}^\infty a_n\) converges by the Alternating Series Test, as seen in Example 57. Hence the series \(\sum_{n=1}^\infty a_n q_n\) converges by the Abel Test.
However, the series in question does not converge absolutely. Indeed, \[ \left|\frac{(-1)^n}{n} \left( 1 + \frac{1}{n} \right)^n \right| = \frac{1}{n} q_n \geq \frac{1}{n} q_1 = \frac{2}{n}\,, \] since \((q_n)\) is increasing. As the series \(\sum 2/n\) diverges, by the Comparison Test we conclude that also \[ \sum_{n=1}^\infty \left|\frac{(-1)^n}{n} \left( 1 + \frac{1}{n} \right)^n \right| \] diverges. Therefore, the series in the example converges conditionally.