convergence

In the previous section, we defined a sequence as a function defined on a subset of the whole numbers, and we discussed how we can represent this by an ordered list. We chose the notation \(\{a_n\}_{n=1}\) to denote the list below.

\[ a_1, a_2, a_3 , \ldots \]

In the previous section, we found many ways to generate this list. Regardless of how we obtain it, there are two fundamental questions we can ask.

  • Do the numbers in the list approach a finite value?
  • If so, what is that value?

We begin with an intuitive definition.

This intuitive definition of a limit can be made more precise as follows.

This precise definition captures the same idea as the intuitive definition but makes it more precise. The quantity \(\epsilon \) measures how close the terms in the sequence are to the limit \(L\). We say that the limit exists and is \(L\) if we can choose any distance we want the terms to be from \(L\) and we know the terms in the sequence eventually become and stay that close to \(L\).

Suppose that \(\{a_n\}_{n=1}\) is a sequence and that \(\lim \limits _{n \to \infty } a_n = L\). Intuitively, what can we say about \(\lim \limits _{n \to \infty } a_{n+1}\)?
\(\lim \limits _{n \to \infty } a_{n+1}\) exists, but we do not know what its value is. \(\lim \limits _{n \to \infty } a_{n+1}\) exists, and \(\lim \limits _{n \to \infty } a_{n+1}=L\) exists. \(\lim \limits _{n \to \infty } a_{n+1}\) may or may not exist.

One way to think about this is by noting that the sequence \(\{a_n\}_{n=1}\) is represented by the list

\[ a_1,a_2,a_3, \ldots , \]

while the sequence \(\{a_{n+1}\}_{n=1}\) is represented by the list below.

\[ a_2,a_3,a_4, \ldots \]

If the first sequence tends to \(L\), the second sequence must also tend to \(L\).

Connections to real-valued functions

Since sequences are functions defined on the integers, the notion of a “limit at a specific \(n\)” is not very interesting since we can explicitly find \(a_n\) for a given \(n\). However, limits at infinity are a different story. An important question can now be asked; given a sequence, how do we determine if it has a limit?

There are several techniques that allow us to find limits of real-valued functions, and we have seen that if we have a sequence, we can often find a real-valued function that agrees with it on their common domains. Suppose that we have found a real-valued function \(f(x)\) that agrees with \(a_n\) on their common domains, i.e. that \(f(n)=a_n\). If we know \(\lim \limits _{x\to \infty } f(x)\), can we use this to conclude something about \(\lim \limits _{n \to \infty } a_n\)?

Before answering this question, consider the following cautionary example.

What can we conclude from the above example?

If \(\lim \limits _{n \to \infty } a_n\) exists, then \(\lim \limits _{x \to \infty } f(x)\) exists. If \(\lim \limits _{x \to \infty } f(x)\) does not exist, then \(\lim \limits _{n \to \infty } a_n\) does not exist. If \(\lim \limits _{x \to \infty } f(x)\) does not exist, \(\lim \limits _{n \to \infty } a_n\) may still exist.

This might lead us to believe that we need to develop a whole new arsenal of techniques in order to determine if limits of sequences exist, but there is good news.

Calculating limits of sequences

If we think about the theorem a bit further, the conclusion of the theorem and the content of the preceding example should seem reasonable. If the values of \(f(x)\) become arbitrarily close to a number \(L\) for all arbitrarily large \(x\)-values, then the result should still hold when we only consider some of these values. However, if we only know what happens for some arbitrarily large \(x\)-values, we cannot say what happens for all of them!

In practice, we use the above theorem to compute limits without explicitly exhibiting the function of a real variable from which the limit is derived.

ooooo-=-=-=-ooOoo-=-=-=-ooooo
more examples can be found by following this link
More Examples of Limits of Sequences

2025-05-17 23:42:10