Skip to main content

Section 4 Limits and Sequences

Real analysis is, in a way, the study of the mathematics that makes calculus possible. In the introduction to Section 3 we described how inequalities are one pathway to constructing the real numbers; the other, sequences, you've had experience with in your calculus classes that we recall here.

Subsection 4.1 Sequences

Definition 4.1. Sequence.

A sequence of real numbers is a function \(a \colon \mathbb{N}\to \mathbb{R}\text{.}\) We usually use subscript rather than function notation for sequences, writing \(a_1\) instead of \(a(1)\text{,}\) \(a_2\) instead of \(a(2)\text{,}\) and so on.

Many sequences can be understood as “points on the graph” of a function \(f\colon \mathbb{R} \to \mathbb{R}\text{,}\) and this can help us to understand how the sequence behaves. Not every sequence makes this easy: factors like \((-1)^n\) or \(n!\) don't generalize easily to all real numbers.

Remark 4.2.

The sequence \(a_n = \displaystyle\frac{2n}{3n-10}\) can be thought of as the points on the graph of the function \(f(x) = \displaystyle\frac{2x}{3x-10}\) whose \(x\)-coordinates are natural numbers, such as in the graph pictured below.

Figure 4.3. The sequence \(a_n=\frac{2n}{3n-10}\) (purple dots) and the function \(f(x)=\frac{2x}{3x-10}\) (red curve).

One of the most important questions we ask about sequences in calculus is: do they “converge”? That is, do the values of \(a_1,a_2,a_3,\ldots,a_n,a_{n+1},\ldots\) “tend toward” a single real number \(L\) as \(n\to\infty\text{?}\) The following definition may or may not be new to you; it is one of the most important definitions that you will study in real analysis.

Definition 4.4. Limit of a Sequence.

Let \(a_n\) be a sequence of real numbers, and let \(L\in\mathbb{R}\text{.}\) We say that \(a_n\) converges to \(L\text{,}\) and write \(\displaystyle\lim_{n\to\infty} a_n = L\text{,}\) if:

\begin{gather} \text{For all }\epsilon\gt 0,\text{ there exists }N \gt 0\text{ such that, for all }n\gt 0\text{, if }n\geq N\text{ then }\bigl|a_n-L\bigr|\lt \epsilon.\label{eq_limitdef}\tag{4.1} \end{gather}

This definition will be challenging at first to understand, unpack, and use in a proof. This example can help build intuition for the meaning of its various pieces.

Remark 4.5.

Consider the sequence \(a_n=\displaystyle\frac{(-1)^n}{n}\text{.}\)

Figure 4.6. Click and drag to vary the value of \(\epsilon\text{.}\)

The sequence \(a_n\) converges to a limit of \(L=0\text{.}\) For any \(\epsilon \gt 0\) we can choose, no matter how small, there is a natural number \(N\) so that all of the points in the sequence “after” \(N\) (that is, all \(a_n\) with \(n\geq N\)) lie inside the yellow band \(0-\epsilon \lt y \lt 0+\epsilon\) on the graph.

Subsection 4.2 Finding Limits

One tricky part about using Definition 4.4 is that the definition does not help you actually find the value of the limit \(L\) of a convergent sequence. For that, we have some tools from calculus that often help.

Definition 4.7. Geometric Sequence.

A sequence \(a_n\) is called geometric if there exists a real number \(r\in\mathbb{R}\) such that

\begin{equation*} a_n = r^n. \end{equation*}

The number \(r\) is called the “common ratio” of the sequence.

The following two theorems apply to finding the limits of functions in calculus, and can be used for limits of sequences as well when those sequences generalize to functions of a real variable.

Remark 4.10.

To use the squeeze theorem to determine the limit of a sequence, find both a greater and a smaller sequence than the one in question, such that both have the same limit. Then the sequence “in between” them converges to the same limit.

The sequence \(b_n = \displaystyle\frac{\sin(n)}{n^2}\) can be studied in this way. Since for all \(n\) we know \(-1\leq \sin(n) \leq 1\text{,}\) we also know for all \(n\) that

\begin{align*} -\frac{1}{n^2} &\leq \frac{\sin(n)}{n^2} \leq & \frac{1}{n^2}\\ \downarrow && \downarrow \\ 0 && 0 \end{align*}

Since both \(a_n=-1/n^2\) and \(c_n=1/n^2\) converge to zero, so does \(b_n\text{.}\)

Many sequences (and functions) of interest have limits that, on their face, take one of the indeterminate forms

\begin{equation*} \frac00, \frac\infty\infty, \infty-\infty, 0\cdot\infty, 0^0, 1^\infty, \infty^0 \end{equation*}

These limits can be evaluated through the use of l'Hopital's rule. You can read more about l'Hopital's rule in calculus texts such as this one.

Remark 4.12.

We can use l'Hopital's rule to find the limit of the sequence \(a_n=\displaystyle\frac{n^2+2}{2n^2+3n}\text{,}\) which is the same as the limit of the function \(f(x) = \displaystyle\frac{x^2+2}{2x^2+3x}\) as \(x\to\infty\text{,}\) since it has the indeterminate form \(\infty/\infty\text{:}\)

\begin{align*} \lim_{x\to\infty} \frac{x^2+2}{2x^2+3x} && \text{Indeterminate }\frac{\infty}{\infty}, \text{ use l'Hopital's rule}\\ &=\lim_{x\to\infty} \frac{2x}{4x+3}& \text{Indeterminate }\frac{\infty}{\infty}, \text{ use l'Hopital's rule}\\ &=\lim_{x\to\infty} \frac{2}{3} = \boxed{\frac{2}{3}}. \end{align*}
Warning 4.13.

The following limit forms are not indeterminate, so l'Hopital's rule cannot be used to find their limits.

\begin{align*} \frac{1}{0} &&& \text{This limit form evaluates to }\infty\text{ or }-\infty.\\ \frac{1}{\infty} &&& \text{This limit form evaluates to }0. \end{align*}

Worksheet 4.3 Limits and Sequences Workbook

1.

Draw a graph to represent the limit for the sequence \(b_n=\displaystyle\frac{1}{n}\text{.}\)

2.

Draw a graph to represent the limit for the sequence \(c_n = \displaystyle\frac{(-1)^n}{n!}\text{.}\) (Recall \(n!\) is “\(n\) factorial”.)

3.

Find the limit of the function: \(\displaystyle\lim_{x\to 1} \displaystyle\frac{e^{x-1}}{3}\)

4.

Find the limit of the function: \(\displaystyle\lim_{x\to 0} \displaystyle\frac{\sin^2(x)}{x^2}\)

In #5-12, find the limit of each sequence, or justify why it does not exist.

5.

\(y_n=\displaystyle\frac{n}{2^n}\)

8.

\(b_n = \sqrt{n+3} - \sqrt{n}\)

Hint

Use the conjugate method: try multiplying by the quantity \(\displaystyle\frac{\sqrt{n+3} + \sqrt{n}}{\sqrt{n+3}+\sqrt{n}}\) and see what happens.

9.

\(k_n = (1.01)^n\)

10.

\(a_n = e^{\frac{4n}{3n+1}}\)

Hint

You can take the limit inside the exponent, but it is worth thinking about why.

11.

\(b_n = \sqrt{4+\frac{1}{n}}\)

Hint

You can take the limit inside the exponent, but it is worth thinking about why.

12.

\(d_n = \displaystyle\frac{4+n-3n^2}{4n^2-1}\)