5  Sequences in \(\mathbb{R}\)

Definition 1: Convergent sequence
The real sequence \((a_n)\) converges to \(a\), or equivalently has limit \(a\), denoted by \[ \lim_{n \rightarrow \infty} a_{n}=a \,, \] if for all \(\varepsilon\in \mathbb{R}, \varepsilon>0\), there exists \(N \in \mathbb{N}\) such that for all \(n \in \mathbb{N}, n \geq N\) it holds that \[ \left|a_{n}-a\right| < \varepsilon\,. \] Using quantifiers, we can write this as \[ \forall \, \varepsilon>0 , \, \exists \, N \in \mathbb{N}\, \text{ s.t. } \, \forall \, n \geq N \,, \,\left|a_{n}-a\right| < \varepsilon\,. \] The sequence \(\left(a_{n}\right)_{n \in \mathbb{N}}\) is convergent if it admits limit.

Theorem 2
Let \(p>0\). Then \[ \lim _{n \rightarrow \infty} \frac{1}{n^{p}}=0 \,. \]

Proof
Let \(p>0\). We have to show that \[ \forall \varepsilon>0 \,, \, \exists \, N \in \mathbb{N}\, \text{ s.t. } \, \forall \, n \geq N \,, \, \left|\frac{1}{n^{p}}-0\right| < \varepsilon\,. \] Let \(\varepsilon>0\). Choose \(N \in \mathbb{N}\) such that \[ N > \frac{1}{\varepsilon^{1 / p}} \,. \tag{5.1}\] Let \(n \geq N\). Since \(p>0\), we have \(n^{p} \geq N^{p}\), which implies \[ \frac{1}{n^p} \leq \frac{1}{N^p} \,. \] By (5.1) we deduce \[ \frac{1}{N^p} < \varepsilon\,. \] Then \[ \left|\frac{1}{n^{p}}-0\right|=\frac{1}{n^{p}} \leq \frac{1}{N^{p}} < \varepsilon\,. \]

Example 3

Question. Using the definition of convergence, prove that \[ \lim_{n \to \infty} \frac{n}{2n+3} = \frac{1}{2} \,. \]

Solution.

  1. Rough Work: Let \(\varepsilon>0\). We want to find \(N \in \mathbb{N}\) such that \[ \left|\frac{n}{2n+3}-\frac{1}{2}\right| < \varepsilon\,, \quad \forall \, n \geq N \,. \] To this end, we compute: \[ \left|\frac{n}{2 n+3}-\frac{1}{2}\right| =\left|\frac{- 3}{4n + 6}\right| \\ = \frac{3}{4n + 6} \,. \] Therefore \[\begin{align*} \left|\frac{n}{2n+3}-\frac{1}{2}\right| < \varepsilon \quad \iff & \quad \frac{3}{4n + 6} < \varepsilon\\ \quad \iff & \quad n > \frac{3}{4\varepsilon} - \frac{6}{4} \,. \end{align*}\] Looking at the above equivalences, it is clear that \(N \in \mathbb{N}\) has to be chosen so that \[ N > \frac{3}{4\varepsilon} - \frac{6}{4} \,. \tag{5.2}\]

  2. Formal Proof: We have to show that \[ \forall \varepsilon>0 \,, \, \exists \, N \in \mathbb{N}\, \text{ s.t. } \, \forall \, n \geq N \,, \, \left|\frac{n}{2n+3}-\frac{1}{2}\right| < \varepsilon\,. \] Let \(\varepsilon>0\). Choose \(N \in \mathbb{N}\) such that (5.2) holds. By the rough work shown above, inequality (5.2) is equivalent to \[ \frac{3}{4N + 6} < \varepsilon\,. \] Let \(n \geq N\). Then \[ \left|\frac{n}{2n+3}-\frac{1}{2}\right| = \frac{3}{4 n+ 6 } \leq \frac{3}{4 N+ 6 } < \varepsilon\,, \] where in the third line we used that \(n \geq N\).

Theorem 4: Uniqueness of limit
Let \(\left(a_{n}\right)_{n \in \mathbb{N}}\) be a sequence. Suppose that \[ \lim_{n \rightarrow \infty} a_{n} = a \,, \quad \lim_{n \rightarrow \infty} a_{n} = b \,. \] Then \(a=b\).

5.1 Divergent sequences

Definition 5: Divergent sequence
We say that a sequence \(\left(a_{n}\right)_{n \in \mathbb{N}}\) in \(\mathbb{R}\) is divergent if it is not convergent.

Theorem 6
Let \(\left(a_{n}\right)\) be the sequence defined by \[ a_{n}=(-1)^{n} \,. \] Then \(\left(a_{n}\right)\) does not converge.

Proof
Suppose by contradiction that \(a_n \to a\) for some \(a \in \mathbb{R}\). Let \[ \varepsilon:=\frac12 \,. \] Since \(a_n \to a\), there exists \(N \in \mathbb{N}\) such that \[ |a_n - a| < \varepsilon= \frac13 \, \quad \forall \, n \geq N \,. \] If we take \(n = 2N\), then \(n \geq N\) and \[ |a_{2N} - a| = | 1 - a | < \frac12 \,. \] If we take \(n = 2N + 1\), then \(n \geq N\) and \[ |a_{2N+1} - a| = | -1 - a | < \frac12 \,. \] Therefore \[\begin{align*} 2 & = | (1 - a) - (-1 - a) | \\ & \leq |1 - a| + |-1 - a| \\ & < \frac12 + \frac12 = 1 \,, \end{align*}\] which is a contradiction. Hence \((a_n)\) is divergent.

5.2 Bounded sequences

Definition 7: Bounded sequence
A sequence \(\left(a_{n}\right)_{n \in \mathbb{N}}\) is called bounded if there exists a constant \(M \in \mathbb{R}\), with \(M>0\), such that \[ \left|a_{n}\right| \leq M \,, \quad \forall \, n \in \mathbb{N}\,. \]

Theorem 8
Every convergent sequence is bounded.

Example 9
The sequence \[ a_n = (-1)^n \] is bounded (\(M=1\)) but not convergent.

Corollary 10
If a sequence is not bounded, then the sequence does not converge.

Remark 11
For a sequence \((a_n)\) to be unbounded, it means that \[ \forall \, M > 0 \,, \,\, \exists \, n \in \mathbb{N}\, \text{ s.t. } \, \left|a_{n}\right| > M \,. \]

Theorem 12
Let \(p>0\). The sequence \(a_n = n^p\) is unbounded, and hence divergent.

Theorem 13
The sequence \(a_n = \log n\) is unbounded, and hence divergent.

5.3 Algebra of limits

Theorem 14: Algebra of limits

Let \(\left(a_{n}\right)_{n \in \mathbb{N}}\) and \(\left(b_{n}\right)_{n \in \mathbb{N}}\) be sequences in \(\mathbb{R}\). Suppose that \[ \lim_{n \rightarrow \infty} a_{n}=a \,, \quad \lim_{n \rightarrow \infty} b_{n}=b \,, \] for some \(a,b \in \mathbb{R}\). Then,

  1. Limit of sum is the sum of limits: \[ \lim_{n \rightarrow \infty}\left(a_{n} \pm b_{n}\right)=a \pm b \]

  2. Limit of product is the product of limits: \[ \lim _{n \rightarrow \infty}\left(a_{n} b_{n}\right) = a b \]

  3. If \(b_{n} \neq 0\) for all \(n \in \mathbb{N}\) and \(b \neq 0\), then \[ \lim_{n \rightarrow \infty} \left(\frac{a_{n}}{b_{n}}\right)=\frac{a}{b} \]

Example 15
Question. Prove that \[ \lim_{n \to \infty} \, \frac{3 n}{7 n+4} = \frac{3}{7} \,. \]

Solution. We can rewrite \[ \frac{3 n}{7 n+4}=\frac{3}{7+\dfrac{4}{n}} \] From Theorem 2, we know that \[ \frac{1}{n} \rightarrow 0 \,. \] Hence, it follows from Theorem 14 Point 2 that \[ \frac{4}{n} = 4 \cdot \frac1n \rightarrow 4 \cdot 0 = 0 \,. \] By Theorem 14 Point 1 we have \[ 7 + \frac{4}{n} \rightarrow 7 + 0 = 7 \,. \] Finally we can use Theorem 14 Point 3 to infer \[ \frac{3 n}{7 n+4}=\frac{3}{7+\dfrac{4}{n}} \rightarrow \frac{3}{7} \,. \]

Example 16
Question. Prove that \[ \lim_{n \rightarrow \infty} \frac{n^{2}-1}{2 n^{2}-3} = \frac{1}{2} \,. \]

Solution. Factor \(n^2\) to obtain \[ \frac{n^{2}-1}{2 n^{2}-3} = \frac{1-\dfrac{1}{n^{2}}}{2-\dfrac{3}{n^{2}}} \,. \] By Theorem 2 we have \[ \frac{1}{n^2} \to 0 \,. \] We can then use the Algebra of Limits Theorem 14 Point 2 to infer \[ \frac{3}{n^2} \to 3 \cdot 0 = 0 \] and Theorem 14 Point 1 to get \[ 1 - \frac{1}{n^2} \to 1 - 0 = 1 \,, \quad 2 - \frac{3}{n^2} \to 2 - 0 = 2 \,. \] Finally we use Theorem 14 Point 3 and conclude \[ \frac{1-\dfrac{1}{n^{2}}}{2-\dfrac{3}{n^{2}}} \to \frac{1}{2} \,. \] Therefore \[ \lim_{n \to \infty } \, \frac{n^{2}-1}{2 n^{2}-3} = \lim_{n \to \infty} \, \frac{1-\dfrac{1}{n^{2}}}{2-\dfrac{3}{n^{2}}} = \frac{1}{2} \,. \]

Example 17
Question. Prove that the sequence \[ a_n = \frac{4 n^{3}+8 n+1}{7 n^{2}+2 n+1} \] does not converge.

Solution. To show that the sequence \(\left(a_n\right)\) does not converge, we divide by the largest power in the denominator, which in this case is \(n^2\) \[\begin{align*} a_n & = \frac{4 n^{3}+8 n+1}{7 n^{2}+2 n+1} \\ & =\frac{4 n+ \dfrac{8}{n} + \dfrac{1}{n^{2}} }{7+ \dfrac{2}{n} + \dfrac{1}{n^{2}} } = \frac{b_n}{c_n} \,, \end{align*}\] where we set \[ b_n := 4 n+ \dfrac{8}{n} + \dfrac{1}{n^{2}}\,, \quad c_n := 7 + \dfrac{2}{n} + \dfrac{1}{n^{2}} \,. \] Using the Algebra of Limits Theorem 14 we see that \[ c_n = 7+ \dfrac{2}{n} + \dfrac{1}{n^{2}} \to 7 \,. \] Suppose by contradiction that \[ a_n \to a \] for some \(a \in \mathbb{R}\). Then, by the Algebra of Limits, we would infer \[ b_n = c_n \cdot a_n \to 7 a \,, \] concluding that \(b_n\) is convergent to \(7a\). We have that \[ b_n = 4n + d_n \,, \quad d_n := \dfrac{8}{n} + \dfrac{1}{n^{2}} \,. \] Again by the Algebra of Limits Theorem 14 we get that \[ d_n = \dfrac{8}{n} + \dfrac{1}{n^{2}} \to 0 \,, \] and hence \[ 4n = b_n - d_n \to 7a - 0 = 7a \,. \] This is a contradiction, since the sequence \((4n)\) is unbounded, and hence cannot be convergent. Hence \((a_n)\) is not convergent.

Example 18
Question. Define the sequence \[ a_n := \frac{2 n^{3}+7 n+1}{5 n+9} \cdot \frac{8 n+9}{6 n^{3}+8 n^{2}+3} \,. \] Prove that \[ \lim_{n \to \infty} a_n = \frac{8}{15} \,. \]

Solution. The first fraction in \((a_n)\) does not converge, as it is unbounded. Therefore we cannot use Point 2 in Theorem 14 directly. However, we note that \[\begin{align*} a_{n} & =\frac{2 n^{3}+7 n+1}{5 n+9} \cdot \frac{8 n+9}{6 n^{3}+8 n^{2}+3} \\ & = \frac{8 n+9}{5 n+9} \cdot \frac{2 n^{3}+7 n+1}{6 n^{3}+8 n^{2}+3} \,. \end{align*}\] Factoring out \(n\) and \(n^3\), respectively, and using the Algebra of Limits, we see that \[ \frac{8 n+9}{5 n+9}=\frac{8+9 / n}{5+9 / n} \to \frac{8+0}{5+0}=\frac{8}{5} \] and \[ \frac{2+7 / n^{2}+1 / n^{3}}{6+8 / n+3 / n^{3}} \to \frac{2+0+0}{6+0+0}=\frac{1}{3} \] Therefore Theorem 14 Point 2 ensures that \[ a_{n} \to \frac{8}{5} \cdot \frac{1}{3}=\frac{8}{15} \,. \]

Example 19
Question. Prove that \[ a_n = \frac{n^{7 / 3}+2 \sqrt{n}+7}{4 n^{3 / 2}+5 n} \] does not converge.

Solution. The largest power of \(n\) in the denominator is \(n^{3/2}\). Hence we factor out \(n^{3/2}\) \[\begin{align*} a_n & = \frac{n^{7 / 3}+2 \sqrt{n}+7}{4 n^{3 / 2}+5 n} \\ & = \frac{n^{7 / 3-3 / 2}+2 n^{1/2 - 3/2} + 7 n^{-3 / 2}}{4 + 5 n^{-3/2} } \\ & = \frac{n^{5/6}+2 n^{- 1} + 7 n^{-3 / 2}}{4 + 5 n^{-3/2} } \\ & = \frac{b_n}{c_n} \end{align*}\] where we set \[ b_n := n^{5/6}+2 n^{- 1} + 7 n^{-3 / 2} \,, \quad c_n := 4 + 5 n^{-3/2} \,. \] We see that \(b_n\) is unbounded while \(c_n \to 4\). By the Algebra of Limits (and usual contradiction argument) we conclude that \((a_n)\) is divergent.

Theorem 20
Let \(\left(a_{n}\right)_{n \in \mathbb{N}}\) be a sequence in \(\mathbb{R}\) such that \[ \lim_{n \to \infty} \, a_n = a \,, \] for some \(a \in \mathbb{R}\). If \(a_{n} \geq 0\) for all \(n \in \mathbb{N}\) and \(a \geq 0\), then \[ \lim _{n \rightarrow \infty} \sqrt{a_{n}}=\sqrt{a} \,. \]

Example 21
Question. Define the sequence \[ a_n = \sqrt{9 n^{2}+3 n+1}-3 n \,. \] Prove that \[ \lim_{n \to \infty} \, a_n = \frac12 \,. \]

Solution. We first rewrite \[\begin{align*} a_n & = \sqrt{9 n^{2}+3 n+1}-3 n \\ & = \frac{\left(\sqrt{9 n^{2}+3 n+1}-3 n\right)\left(\sqrt{9 n^{2}+3 n+1}+3 n\right)}{\sqrt{9 n^{2}+3 n+1}+3 n} \\ & =\frac{9 n^{2}+3 n+1-(3 n)^{2}}{\sqrt{9 n^{2}+3 n+1}+3 n} \\ & =\frac{3 n+1}{\sqrt{9 n^{2}+3 n+1}+3 n} \, . \end{align*}\] The biggest power of \(n\) in the denominator is \(n\). Therefore we factor out \(n\): \[\begin{align*} a_n & = \sqrt{9 n^{2}+3 n+1}-3 n \\ & =\frac{3 n+1}{\sqrt{9 n^{2}+3 n+1}+3 n} \\ & =\frac{3+ \dfrac{1}{n} }{\sqrt{9+ \dfrac{3}{n} + \dfrac{1}{n^{2}}} + 3 } \,. \end{align*}\] By the Algebra of Limits we have \[ 9+ \frac{3}{n} + \frac{1}{n^{2}} \to 9 + 0 + 0 = 9 \,. \] Therefore we can use Theorem 20 to infer \[ \sqrt{ 9 + \frac{3}{n} + \frac{1}{n^{2}} } \to \sqrt{9} \,. \] By the Algebra of Limits we conclude: \[ a_n = \frac{3+ \dfrac{1}{n} }{\sqrt{9+ \dfrac{3}{n} + \dfrac{1}{n^{2}} }+ 3 } \to \frac{ 3 + 0 }{ \sqrt{9} + 3 } = \frac12 \,. \]

Example 22
Question. Prove that the sequence \[ a_n = \sqrt{9 n^{2}+3 n+1}-2 n \] does not converge.

Solution. We rewrite \(a_n\) as \[\begin{align*} a_n & = \sqrt{9 n^{2}+3 n+1}-2 n \\ & =\frac{ (\sqrt{9 n^{2}+3 n+1} - 2 n) (\sqrt{9 n^{2}+3 n+1}+2 n) }{\sqrt{9 n^{2}+3 n+1}+2 n} \\ & =\frac{9 n^{2}+3 n+1-(2 n)^{2}}{\sqrt{9 n^{2}+3 n+1}+2 n} \\ & =\frac{5 n^{2}+3 n+1}{\sqrt{9 n^{2}+3 n+1}+2 n} \\ & =\frac{5 n + 3 + \dfrac{1}{n} }{\sqrt{9+ \dfrac{3}{n} + \dfrac{1}{ n^2 } } + 2 } \\ & = \frac{b_n}{c_n} \,, \end{align*}\] where we factored \(n\), being it the largest power of \(n\) in the denominator, and defined \[ b_n : = 5 n + 3 + \dfrac{1}{n}\,, \quad c_n := \sqrt{9+ \dfrac{3}{n} + \dfrac{1}{ n^2 } } + 2 \,. \] Note that \[ 9+ \dfrac{3}{n} + \dfrac{1}{ n^2 } \to 9 \] by the Algebra of Limits. Therefore \[ \sqrt{9+ \dfrac{3}{n} + \dfrac{1}{ n^2 }} \to \sqrt{9} = 3 \] by Theorem 20. Hence \[ c_n = \sqrt{9+ \dfrac{3}{n} + \dfrac{1}{ n^2 }} + 2 \to 3 + 2 = 5 \,. \] The numerator \[ b_n = 5 n + 3 + \dfrac{1}{n} \] is instead unbounded. Therefore \((a_n)\) is not convergent, by the Algebra of Limits and the usual contradiction argument.

5.4 Limit Tests

Theorem 23: Squeeze theorem
Let \(\left(a_{n}\right), \left(b_{n}\right)\) and \(\left(c_{n}\right)\) be sequences in \(\mathbb{R}\). Suppose that \[ b_{n} \leq a_{n} \leq c_{n} \,, \quad \forall \, n \in \mathbb{N}\,, \] and that \[ \lim_{n \rightarrow \infty} b_{n} = \lim_{n \rightarrow \infty} c_{n} = L \, . \] Then \[ \lim_{n \rightarrow \infty} a_{n}= L \, . \]

Example 24
Question. Prove that \[ \lim_{n \to \infty} \, \frac{(-1)^{n}}{n} = 0 \,. \]

Solution. For all \(n \in \mathbb{N}\) we can estimate \[ -1 \leq(-1)^{n} \leq 1 \,. \] Therefore \[ \frac{-1}{n} \leq \frac{(-1)^{n}}{n} \leq \frac{1}{n} \,, \quad \forall \, n \in \mathbb{N}\,. \] Moreover \[ \lim_{n \to \infty} \frac{-1}{n}= -1 \cdot 0=0 \,, \quad \lim_{n \to \infty} \frac{1}{n}=0 \,. \] By the Squeeze Theorem 23 we conclude \[ \lim_{n \to \infty} \frac{(-1)^{n}}{n}=0 \,. \]

Example 25
Question. Prove that \[ \lim_{n \to \infty} \frac{\cos (3 n) + 9 n^{2}}{11 n^{2}+15 \sin (17 n)} = \frac{9}{11} \,. \]

Solution. We know that \[ -1 \leq \cos(x) \leq 1 \,, \quad - 1 \leq \sin(x) \leq 1 \,, \quad \forall \, x \in \mathbb{R}\,. \] Therefore, for all \(n \in \mathbb{N}\) \[ - 1 \leq \cos(3n) \leq 1 \,, \quad -1 \leq \sin(17n) \leq 1 \,. \] We can use the above to estimate the numerator in the given sequence: \[ -1 + 9 n^{2} \leq \cos (3 n)+9 n^{2} \leq 1+ 9 n^{2} \,. \tag{5.3}\] Concerning the denominator, we have \[ 11 n^{2}-15 \leq 11 n^{2}+15 \sin (17 n) \leq 11 n^{2} + 15 \] and therefore \[ \frac{1}{11 n^{2} + 15} \leq \frac{1}{11 n^{2}+15 \sin (17 n)} \leq \frac{1}{11 n^{2}-15} \,. \tag{5.4}\] Putting together (5.3)-(5.4) we obtain \[ \frac{-1 + 9 n^{2}}{11 n^{2} + 15} \leq \frac{\cos (3 n)+9 n^{2}}{11 n^{2}+15 \sin (17 n)} \leq \frac{1+ 9 n^{2}}{11 n^{2}-15} \,. \] By the Algebra of Limits we infer \[ \frac{-1+9 n^{2}}{11 n^{2}+15}=\frac{-\dfrac{1}{n^{2}} + 9}{11 + \dfrac{15}{n^{2}}} \to \frac{0+9}{11+0}=\frac{9}{11} \] and \[ \frac{1+9 n^{2}}{11 n^{2} - 15}=\frac{ \dfrac{1}{n^{2}} + 9}{ 11 - \dfrac{15}{n^{2}}} \to \frac{0+9}{11+0}=\frac{9}{11} \,. \] Applying the Squeeze Theorem 23 we conclude \[ \lim_{n \to \infty} \frac{\cos (3 n)+ 9 n^{2}}{11 n^{2}+15 \sin (17 n)}=\frac{9}{11} \,. \]

Definition 26: Geometric sequence
A sequence \(\left(a_{n}\right)\) is called a geometric sequence if \[ a_{n}=x^{n} \,, \] for some \(x \in \mathbb{R}\).

Theorem 27: Geometric Sequence Test

Let \(x \in \mathbb{R}\) and let \(\left(a_{n}\right)\) be the sequence defined by \(a_{n}:=x^{n}\). We have:

  1. If \(|x|<1\), then \[ \lim_{n \to \infty} a_{n} = 0 \,. \]

  2. If \(|x|>1\), then sequence \(\left(a_{n}\right)\) is unbounded, and hence divergent.

Example 28

We can apply Theorem 27 to prove convergence or divergence for the following sequences.

  1. We have \[ \left(\frac{1}{2}\right)^{n} \longrightarrow 0 \] since \[ \left|\frac{1}{2}\right|=\frac{1}{2}<1 \,. \]

  2. We have \[ \left(\frac{-1}{2}\right)^{n} \longrightarrow 0 \] since \[ \left|\frac{-1}{2}\right|=\frac{1}{2}<1 \,. \]

  3. The sequence \[ a_n = \left(\frac{-3}{2}\right)^{n} \] does not converge, since \[ \left|\frac{-3}{2}\right|=\frac{3}{2}>1 \,. \]

  4. As \(n \rightarrow \infty\), \[ \frac{3^{n}}{(-5)^{n}}=\left(-\frac{3}{5}\right)^{n} \longrightarrow 0 \] since \[ \left|-\frac{3}{5}\right|=\frac{3}{5}<1 \,. \]

  5. The sequence \[ a_{n}=\frac{(-7)^{n}}{2^{2 n}} \] does not converge, since \[ \frac{(-7)^{n}}{2^{2 n}}=\frac{(-7)^{n}}{\left(2^{2}\right)^{n}}=\left(-\frac{7}{4}\right)^{n} \] and \[ \left|-\frac{7}{4}\right|=\frac{7}{4}>1 \,. \]

Theorem 29: Ratio Test

Let \(\left(a_{n}\right)\) be a sequence in \(\mathbb{R}\) such that \[ a_{n} \neq 0 \,, \quad \forall \, n \in \mathbb{N}\,. \]

  1. Suppose that the following limit exists: \[ L:=\lim_{n \to \infty}\left|\frac{a_{n+1}}{a_{n}}\right| \,. \] Then,

    • If \(L<1\) we have \[ \lim_{n \to\infty} a_{n}=0 \,. \]

    • If \(L>1\), the sequence \(\left(a_{n}\right)\) is unbounded, and hence does not converge.

  2. 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 sequence \(\left(a_{n}\right)\) is unbounded, and hence does not converge.

Example 30
Question. Prove that \[ a_{n}=\frac{3^{n}}{n !} \to 0 \,, \] where we recall that \(n!\) (pronounced \(n\) factorial) is defined by \[ n! := n \cdot (n-1) \cdot (n-2) \cdot \ldots \cdot 3 \cdot 2 \cdot 1 \,. \]

Solution. We have \[ \left|\frac{a_{n+1}}{a_{n}}\right| = \dfrac{\left( \dfrac{3^{n+1}}{(n+1) !} \right) }{ \left( \dfrac{3^{n}}{n !} \right) } =\frac{3}{n+1} \longrightarrow L = 0 \,. \] Hence, \(L=0<1\) so \(a_{n} \to 0\) by the Ratio Test in Theorem 29.

Example 31
Question. Prove that the sequence is divergent \[ a_{n}=\frac{n ! \cdot 3^{n}}{\sqrt{(2 n) !}} \,. \]

Solution. We have \[\begin{align*} \left|\frac{a_{n+1}}{a_{n}}\right| & =\frac{(n+1) ! \cdot 3^{n+1}}{\sqrt{(2(n+1)) !}} \frac{\sqrt{(2 n) !}}{n ! \cdot 3^{n}} \\ & =\frac{(n+1) !}{n !} \cdot \frac{3^{n+1}}{3^{n}} \cdot \frac{\sqrt{(2 n) !}}{\sqrt{(2(n+1)) !}} \end{align*}\] For the first two fractions we have \[ \frac{(n+1) !}{n !} \cdot \frac{3^{n+1}}{3^{n}} = 3(n+1) \,, \] while for the third fraction \[\begin{align*} \frac{\sqrt{(2 n) !}}{\sqrt{(2(n+1)) !}} & =\sqrt{\frac{(2 n) !}{(2 n+2) !}} \\ & = \sqrt{\frac{ (2n)! }{ (2n+2) \cdot (2n+1) \cdot (2n)! }} \\ & = \frac{1}{\sqrt{(2 n+1)(2 n+2)}} \,. \end{align*}\] Therefore, using the Algebra of Limits, \[\begin{align*} \left|\frac{a_{n+1}}{a_{n}}\right| & = \frac{3(n+1)}{\sqrt{(2 n+1)(2 n+2)}}\\ & = \frac{3n \left(1+ \dfrac{1}{n} \right)}{\sqrt{n^2 \left( 2 + \dfrac{1}{n}\right) \left(2 + \dfrac{2}{n} \right)}} \\ & = \frac{3 \left(1+ \dfrac{1}{n} \right)}{\sqrt{ \left( 2 + \dfrac{1}{n}\right) \left(2 + \dfrac{2}{n} \right)}} \longrightarrow \frac{3}{\sqrt{4}} = \frac{3}{2} > 1 \,. \end{align*}\] By the Ratio Test we conclude that \((a_n)\) is divergent.

Example 32
Question. Prove that the following sequence is divergent \[ a_{n}=\frac{n !}{100^{n}} \,. \]

Solution. We have \[ \left|\frac{a_{n+1}}{a_{n}}\right| = \frac{100^{n}}{100^{n+1}} \frac{(n+1) !}{n !} =\frac{n+1}{100} \,. \] Choose \(N=101\). Then for all \(n \geq N\), \[ \left|\frac{a_{n+1}}{a_{n}}\right| = \frac{n+1}{100} \geq \frac{N+1}{100} = \frac{101}{100} > 1 \,. \] Hence \(a_{n}\) is divergent by the Ratio Test.

5.5 Monotone sequences

Definition 33: Monotone sequence

Let \((a_n)\) be a real sequence. We say that:

  1. \((a_n)\) is increasing if \[ a_n \leq a_{n+1} \,, \quad \forall \, n \geq N \,. \]

  2. \((a_n)\) is decreasing if \[ a_n \geq a_{n+1} \,, \quad \forall \, n \geq N \,. \]

  3. \((a_n)\) is monotone if it is either increasing or decreasing.

Example 34
Question. Prove that the following sequence is increasing \[ a_n = \frac{n-1}{n} \,. \]

Solution. We have \[ a_{n+1} = \frac{n}{n+1} > \frac{n-1}{n} = a_n \,, \] where the inequality holds because \[\begin{align*} \frac{n}{n+1} > \frac{n-1}{n} \quad & \iff \quad n^2 > (n-1)(n+1) \quad \\ & \iff \quad n^2 > n^2 - 1 \\ & \iff \quad 0 > - 1 \end{align*}\]

Example 35
Question. Prove that the following sequence is decreasing \[ a_n = \frac1n \,. \]

Solution. We immediately see that \[ a_n = \frac1n > \frac{1}{n+1} = a_{n+1} \,. \]

Theorem 36: Monotone Convergence Theorem
Let \((a_n)\) be a sequence in \(\mathbb{R}\). Suppose that \((a_n)\) is bounded and monotone. Then \((a_n)\) converges. In particular,

  1. If \(a_n\) is increasing, then \[ \lim_{n \to \infty} a_n = \sup A \,, \]

  2. If \(a_n\) is decreasing, then \[ \lim_{n \to \infty} a_n = \inf A \,, \]

where we define \(A = \{ a_n \, \colon \, n \in \mathbb{N}\}\).

Theorem 37
Consider the sequence \[ a_n = \left( 1 + \frac{1}{n} \right)^n \,. \]

We have that:

  1. \((a_n)\) is monotone increasing,
  2. \((a_n)\) is bounded.

In particular \((a_n)\) is convergent.

Definition 38: Euler’s Number
The Euler’s number is defined as \[ e = \lim_{n \to \infty } \, \left( 1 + \frac{1}{n} \right)^n \,. \]

5.6 Special limits

Theorem 39
Let \(x \in \mathbb{R}\), with \(x > 0\). Then \[ \lim_{n \to \infty} \sqrt[n]{x} = 1 \,. \]

Theorem 40
Let \((a_n)\) be a sequence such that \(a_n \to 0\). Then \[ \sin(a_n) \to 0 \,, \quad \cos(a_n) \to 1 \,. \]

Theorem 41
Suppose \((a_n)\) is such that \(a_n \to 0\) and \(a_n \neq 0\). Then, \[ \lim_{n \to \infty} \frac{\sin(a_n)}{a_n} = 1 \,. \]

Theorem 42
Suppose \((a_n)\) is such that \(a_n \to 0\) and \(a_n \neq 0\). Then, \[ \lim_{n \to \infty} \frac{1 - \cos(a_n)}{(a_n)^2} = \frac{1}{2} \,, \quad \lim_{n \to \infty} \frac{1 - \cos(a_n)}{a_n} = 0 \, . \]

Proof
Step 1. By Theorem 40 and Theorem 41, we have \[ \cos(a_n) \to 1 \,, \quad \frac{\sin(a_n)}{a_n} \to 1 \,. \] Therefore \[\begin{align*} \frac{1 - \cos(a_n)}{(a_n)^2} & = \frac{1 - \cos(a_n)}{(a_n)^2} \, \frac{1 + \cos(a_n)}{1 + \cos(a_n)} \\ & = \frac{1 - \cos^2(a_n)}{(a_n)^2} \, \frac{1}{1 + \cos(a_n)} \\ & = \left( \frac{\sin(a_n)}{a_n} \right)^2 \, \frac{1}{1 + \cos(a_n)} \longrightarrow 1 \cdot \frac{1}{1 + 1} = \frac12 \,, \end{align*}\] where in the last line we use the Algebra of Limits.

Step 2. We have \[ \frac{1 - \cos(a_n)}{a_n} = a_n \cdot \frac{1 - \cos(a_n)}{(a_n)^2} \longrightarrow 0 \cdot \frac{1}{2} = 0 \,, \] using Step 1 and the Algebra of Limits.

Example 43
Question. Prove that \[ \lim_{n \to \infty} \, n \sin \left( \frac{1}{n} \right) = 1 \,. \tag{5.5}\]

Solution. By Theorem 41 with \(a_n = 1/n\), we get \[ n \sin \left( \frac{1}{n} \right) = \frac{ \sin \left( \dfrac{1}{n} \right) }{ \dfrac{1}{n} } \longrightarrow 1 \,. \]

Example 44
Question. Prove that \[ \lim_{n \to \infty} \, n^2 \left( 1 - \cos \left( \dfrac{1}{n} \right) \right) = \frac12 \,. \tag{5.6}\]

Solution. By Theorem 42 with \(a_n = 1/n\), we have \[ n^2 \left( 1 - \cos \left( \frac{1}{n} \right)\right) = \dfrac{1 - \cos \left( \dfrac{1}{n} \right)}{\dfrac{1}{n^2}} \longrightarrow \frac12 \,. \]

Example 45
Question. Prove that \[ \lim_{n \to \infty} \, \frac{n \left( 1- \cos \left( \dfrac{1}{n} \right) \right) }{ \sin \left( \dfrac{1}{n} \right) } = \frac12 \,. \]

Solution. Using (5.6)-(5.5) and the Algebra of Limits \[\begin{align*} \frac{n \left( 1- \cos \left( \dfrac{1}{n} \right) \right) }{ \sin \left( \dfrac{1}{n} \right) } & = \frac{n^2 \left( 1- \cos \left( \dfrac{1}{n} \right) \right) }{ n \sin \left( \dfrac{1}{n} \right) } \\ & \longrightarrow \frac{1/2}{1} = \frac12 \,. \end{align*}\]

Example 46
Question. Prove that \[ \lim_{n \to \infty} \, n \cos \left( \frac{2}{n} \right) \sin \left( \frac{2}{n} \right) = 2 \,. \]

Solution. We have \[ \cos \left( \frac{2}{n} \right) \longrightarrow 1 \,, \] by Theorem 40 applied with \(a_n = 2/n\). Moreover \[ \frac{\sin \left( \dfrac{2}{n} \right)}{\dfrac{2}{n}} \longrightarrow 1 \,, \] by Theorem 41 applied with \(a_n = 2/n\). Therefore \[\begin{align*} n \cos \left( \frac{2}{n} \right) \sin \left( \frac{2}{n} \right) & = 2 \cdot \cos \left( \frac{2}{n} \right) \cdot \frac{\sin \left( \dfrac{2}{n} \right)}{\dfrac{2}{n}} \\ & \longrightarrow 2 \cdot 1 \cdot 1 = 2 \,, \end{align*}\] where we used the Algebra of Limits.

Example 47
Question. Prove that \[ \lim_{n \to \infty} \, \frac{n^2+1}{n+1} \sin \left( \dfrac{1}{n} \right) = 1 \,. \]

Solution. Using (5.5) and the Algebra of Limits, \[\begin{align*} \frac{n^2+1}{n+1} \sin \left( \dfrac{1}{n} \right) & = \left( \frac{1+\dfrac{1}{n^2}}{1+ \dfrac{1}{n}} \right) \cdot \left( n \sin \left( \dfrac{1}{n} \right) \right) \\ & \longrightarrow \frac{1 + 0}{1 + 0} \cdot 1 = 1\,. \end{align*}\]