convergence vs. divergence

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. It is common to 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.

Lots of facts are true for sequences which 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.

If an arithmetic sequence \(a_n = m\cdot n + b\) is monotonic, what must be true about \(m\) and \(b\)?

The sign of \(m\) is positiveis negativedoes not matter, and the sign of \(b\) is is positiveis negativedoes not matter

If a geometric sequence \(a_n = a_1 \cdot r^{n-1}\) is monotonic, what must be true about \(a_1\) and \(r\)?

The sign of \(a_1\) is positiveis negativedoes not matter, and the sign of \(r\) 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 and positive, 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 \((a_n)_{n=0}^\infty \) is nondecreasing it is bounded below by \(a_0\).
True False
True or False: If a sequence \((a_n)_{n=0}^\infty \) is nonincreasing it is bounded above by \(a_0\).
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 \(f(x)\) corresponding to each series and apply the theorem from earlier in the section. However, this is not always possible.

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

2025-05-17 23:41:05