We now discuss a few examples to show how the definition of limit is used “in practice” to show that a sequence converges.
Example 3.2.2.
One of the simplest examples is the limit of the sequence \(1/n\text{.}\) We know that as \(n\) gets larger and larger, \(1/n\) will get smaller and smaller. So we want to prove that \(\displaystyle \lim_{n\rightarrow \infty}\frac{1}{n}=0\text{.}\) Given any \(\epsilon \gt 0\text{,}\) the inequality \(1/n \lt \epsilon \) is equivalent to \(n\gt 1/\epsilon\text{.}\) So, using the Archimedean principle, we can find some \(n_0\gt 1/\epsilon\text{,}\) and then if \(n\geq n_0\text{,}\) we have \(|1/n-0|=1/n \leq 1/n_0 \lt \epsilon\text{.}\) In this example, the integer \(n_0\) that “works” is any positive number \(n_0\geq 1/\epsilon\)
As another example on how to use the definition of limit, we will prove that the sequence \(\frac{2n}{n+1}\) has limit \(2\) as \(n\) gets large.
Example 3.2.3.
Let \(a_n=\dfrac{2n}{n+1}\text{,}\) \(n\geq 1\text{.}\) It is easy to see that this sequence converges and the limit must be \(2\text{:}\) if we divide numerator and denominator by \(n\text{,}\) we find
\begin{equation*}
a_n=\frac{2}{1+1/n}
\end{equation*}
and since \(1/n\) gets close to zero as \(n\) gets large, the fraction will get close to \(2\text{.}\) In fact, this is is how this result is derived in a Calculus course.
But in this course, we want to be more precise and rely only on the definition of limit. So we want to show that the difference between \(a_n\) and \(2\) gets smaller than any given positive number \(\epsilon\) when \(n\) is large enough. In symbols, we want to find some \(n_0\) such that
\begin{equation*}
\left|\frac{2n}{n+1}-2\right|\lt \epsilon \mbox{ when } n \geq n_0.
\end{equation*}
To solve the problem, we do some “reverse engineering” on the last inequality: we try to solve the inequality to see how large \(n\) needs to be. So we want to solve
\begin{equation*}
\left|\frac{2n}{n+1}-2\right|\lt \epsilon
\end{equation*}
or
\begin{equation*}
\left|\frac{-2}{n+1}\right|\lt \epsilon
\end{equation*}
or
\begin{equation*}
\frac{2}{n+1}\lt \epsilon .
\end{equation*}
So we need \(n+1\gt 2/\epsilon \text{,}\) or \(n\gt 2/\epsilon -1\text{.}\) This is telling us what we can choose for \(n_0\text{:}\) it will be enough to take any positive integer \(n_0\geq 2/\epsilon\text{.}\) Note that to simplify things we use \(2/\epsilon\) and not \(2/\epsilon -1\text{,}\) because any number larger than \(2/\epsilon\) will also be larger than \(2/\epsilon -1\text{.}\) At this point we can invoke the Archimedean principle: we know that there will be some positive integer \(n_0\) such that \(n_0\geq 2/\epsilon\text{.}\) This will be the integer that “works”.
We can consider the last paragraph as “scratch work” for the “official” proof: now that we know what \(n_0\) needs to be, we can do the proof. The next paragraph is the “official” proof.
Suppose that \(\epsilon\gt 0\) is given, and, using the Archimedean principle, find some positive integer \(n_0\) such that \(n_0\geq 2/\epsilon\text{.}\) We now need to show that if \(n\geq n_0\text{,}\) then \(|2n/(n+1)-2|\lt \epsilon\text{.}\) So suppose \(n\geq n_0\text{.}\) Then
\begin{equation*}
\left|\frac{2n}{n+1}-2\right|=\left|\frac{-2}{n+1}\right|=\frac{2}{n+1}\lt \frac{2}{n}\leq \frac{2}{n_0}\leq \epsilon.
\end{equation*}
And we are done.
Example 3.2.4.
Let \(a_n=\frac{3\sqrt{n}+1}{2\sqrt{n}-1}\text{.}\) It is easy to guess what the limit as \(n\rightarrow \infty\) is going to be: dividing numerator and denominator by \(\sqrt{n}\) we find
\begin{equation*}
a_n=\frac{3+1/\sqrt{n}}{2-1/\sqrt{n}}.
\end{equation*}
Since \(1/\sqrt{n}\) becomes smaller and smaller as \(n\) gets large, the limit must be \(3/2\text{.}\) But we want to prove it using the definition.
We calculate the absolute value of the difference \(a_n-3/2\text{,}\) with the aim to show that it becomes as small as we want. We find:
\begin{align*}
\amp \left|\frac{3\sqrt{n}+1}{2\sqrt{n}-1}-\frac{3}{2}\right|=\left|\frac{2(3\sqrt{n}+1)}{2(2\sqrt{n}-1)}-\frac{3(2\sqrt{n}-1)}{2(2\sqrt{n}-1)}\right|\\
=\amp \left|\frac{6\sqrt{n}+2-6\sqrt{n}+3}{2(2\sqrt{n}-1)}\right|=\frac{5}{2(2\sqrt{n}-1)}.
\end{align*}
Note that we have dropped the absolute value sign because the expression is clearly positive when \(n\geq 1\text{.}\) So we want this last expression to be less than a given positive number \(\epsilon\text{.}\) In other words we solve the inequality:
\begin{equation*}
\frac{5}{2(2\sqrt{n}-1)}\lt \epsilon
\end{equation*}
for \(n\text{:}\)
\begin{align*}
\frac{2(2\sqrt{n}-1)}{5}\gt \amp\frac{1}{\epsilon}\\
2\sqrt{n}-1\gt \amp\frac{5}{2\epsilon}\\
2\sqrt{n}\gt \amp\frac{5}{2\epsilon}+1\\
\sqrt{n}\gt \amp\frac{1}{2}\left(\frac{5}{2\epsilon}+1\right)\\
n\gt \amp\frac{1}{4}\left(\frac{5}{2\epsilon}+1\right)^2
\end{align*}
The last line is telling us that if we take
\(n_0\) to be any number greater than
\(\frac{1}{4}\left(\frac{5}{2\epsilon}+1\right)^2\text{,}\) by retracing our steps we will find
\(|a_n-3/2|\lt \epsilon\) (see the exercises). Note that, unlike in
Example 3.2.3, we do
not drop the
\(1\) to simplify the
\(n_0\) we need to
\(\frac{1}{4}\left(\frac{5}{2\epsilon}\right)^2=\frac{25}{16\epsilon^2}\text{,}\) because doing so we would get a
smaller number instead of a larger one.