There are two ways to establish whether a sequence has a limit.

In the previous section, we defined a sequence as a function defined on a subset of the natural numbers, and we discussed how we can represent this by an ordered list. We chose the notation to denote the list below.

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?
  • Can I add all of the numbers in the list together and obtain a finite result?

As it turns out, the second question will be more important for us. However, as we will see in a future section, we can reduce the second question to the first one. As such, we should examine the first question in detail. We begin by giving 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 measures how close the terms in the sequence are to the limit . We say that the limit exists and is if we can choose how far we want the terms to be from and we know the terms in the sequence eventually become and stay that close to .

Suppose that is a sequence and that . Intuitively, what can we say about ? exists, but we do not know what its value is. exists, and exists. may or may not exist.

One way to think about this is by noting that the sequence is represented by the list

while the sequence is represented by the list below.

If the first sequence tends to , the second sequence must also tend to .

Connections to real-valued functions

Since sequences are functions defined on the integers, the notion of a “limit at a specific ” is not very interesting since we can explicitly find for a given . 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 that agrees with on their common domains, i.e. that . If we know , can we use this to conclude something about ?

Before answering this question, consider the following cautionary example.

What can we conclude from the above example?

If exists, then exists. If does not exist, then does not exist. If does not exist, 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 become arbitrarily close to a number for all arbitrarily large -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 -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.

Computing limits of sequences using dominant term analysis

The last example shows us that for many sequences, we can employ the same techniques that we used to compute limits previously. While algebraic techniques and L’Hopital’s rule are useful, in many of the following sections, being able to determine limits quickly is an important skill.

In the preceding example, we say that the dominant term in the numerator is and that the dominant term in the denominator is because these terms are the only ones that are relevant when finding the limit.

Sometimes, this technique can be used to find limits where L’Hopital’s rule or an algebraic approach would be complicated.

Growth rates

The preceding examples illustrate that higher positive powers of grow more quickly than lower positive powers of . We can introduce a little notation that captures the rate at which terms in a sequence grow in a succinct way.

In essence, writing says that the sequence grows much faster than .

Many sequences of interest involve terms other than powers of . It is often useful to understand how different types of functions grow relative to each other.

The first inequality in this theorem essentially guarantees that any power of grows more slowly than any power of . For example:

This allows us to extend the dominant term idea to more complicated expressions.

The squeeze theorem

Previously, when considering limits, one of our techniques was to replace complicated functions by simpler functions. The Squeeze Theorem tells us one situation where this is possible.

Let’s see an example.

The squeeze theorem is helpful in establishing a more general result about geometric sequences.

Of course, when is positive, the squeeze theorem is not necessary, but it is useful when establishing the convergence results for as in the preceding example.

Existence results for limits

Perhaps the best way to determine whether the limit of a sequence exists is to compute it. Even though we’ve been working with sequences that are generated by an explicit formula in this section thus far, not all sequences are defined this way. Sometimes, we’ll only have a recursive description of a sequence rather than an explicit one, and sometimes we will have neither. In many of the coming sections, we will only have a recursive description of a sequence, so we want to determine a good approach for determining whether a limit exists without having to compute it directly. To do this, we introduce some terminology focused on the relationships between the terms of a sequence.

Many facts are true for sequences that are either increasing or decreasing; to talk about this situation without constantly saying “either increasing or decreasing,” we can introduce a single word to cover both cases.

For many instances, we will only need that certain sequences are eventually monotonic, and we will see this in the sections that follow.

If an arithmetic sequence is monotonic, what must be true about and ?

The sign of is positiveis negativedoes not matter , and the sign of is is positiveis negativedoes not matter

If a geometric sequence is monotonic, what must be true about and ?

The sign of is positiveis negativedoes not matter , and the sign of is is positiveis negativedoes not matter

Sometimes we want to classify sequences for which the terms do not get too big or too small.

So what does this definition actually say? Essentially, we say that a sequence is bounded above if its terms cannot become too large, bounded below if its terms cannot become too large and negative, and bounded if the terms cannot become too large and positive or too large and negative.

True or False: If a sequence is increasing it is bounded below by .
True False
True or False: If a sequence is decreasing it is bounded above by .
True False

So, what do these previous definitions have to do with the idea of a limit? Essentially, there are three reasons that a sequence may diverge:

  • the terms eventually are either always positive or always negative but become arbitrarily large in magnitude.
  • the terms are never eventually monotonic.
  • the terms are never eventually monotonic and become arbitrarily large in magnitude.

Let’s think about the terminology we introduced.

Think about the following statements and choose the correct option.
  • If we know that a sequence is monotonic and its limit does not exist, then the terms become too large in magnitudethe terms are never eventually monotonicthe terms are never eventually monotonic and become arbitrarily large in magnitude .
  • If we know that a sequence is bounded and its limit does not exist, then the terms become arbitrarily large in magnitude.the terms are never eventually monotonicthe terms are never eventually monotonic and become arbitrarily large in magnitude .

We can now state an important theorem:

To think about the statement of the theorem, if we have a sequence that is bounded, the only way it could diverge is if the terms are never eventually monotonic. However, if we know the sequence is also monotonic, this cannot happen! Thus, the series cannot diverge, so it must have a limit.

In short, bounded monotonic sequences always converge, though we can’t necessarily describe the number to which they converge. Let’s try some examples.

In the previous examples, we could write down a function corresponding to each series and apply the theorem from earlier in the section. However, this is not always possible.