Theory 1

A sequence has a limit if its terms tend toward a specific number, or toward ±.

center

When this happens we can write “limnan=L” with some number L or L=±. We can also write “anL as n”.

The sequence is said to converge if it has a finite limit L.

Some sequences don’t have a limit at all, like an=cosn:

center

Or an=en:

center

These sequences diverge. In the second case, there is a limit L=, so we say it diverges to +.

A sequence may have a limit of ± but is still said to diverge.

Extra - Convergence definition

The precise meaning of convergence is this. We have anL as n if, given any proposed error ε>0, it is possible to find N such that for all n>N we have |anL|<ε.

When L=, convergence means that given any B>0, we can find N such that for all n>N we have an>B.

Similarly for L=.


If the general term an is a continuous function of n, we can replace n with the continuous variable x and compute the continuous limit instead:

limnan=limxax

If ax would be a differentiable function, and we discover an indeterminate form, then we can apply L’Hopital’s Rule to find the limit value. For example, if the indeterminate form is 0, we can convert it to 1/0= and apply L’Hopital.

Theory 2

Monotone sequences

A sequence is called monotone increasing if an+1an for every n.

A sequence is called monotone decreasing if an+1an for every n.

In this context, ‘monotone’ just means it preserves the increasing or decreasing modality for all terms.

Monotonicity Theorem

If a sequence is monotone increasing, and bounded above by B, then it must converge to some limit L, and LB.

If a sequence is monotone decreasing, and bounded below by B, then it must converge to some limit L, and LB.

Terminology:

  • Bounded above by B means that anB for every n
  • Bounded below by B means that Ban for every n

Notice!

The Monotonicity Theorem says that a limit L exists, but it does not provide the limit value.

Theory 3

Series convergence

We say that a series converges when its partial sum sequence converges:

n=0anconvergesMEANS:SNconverges as N

Let us apply this to the geometric series. Recall our formula for the partial sums:

SN=a01rN+11r

Rewrite this formula:

SN=a01ra01rrN+1

Now take the limit as N:

limNSN=a01ra01rr+1=a01r

So we see that SN converges exactly when |r|<1. It converges to a01r.

(If |r|=1 then the denominator is 0, and if |r|>1 then the factor r+1 does not converge.)

Furthermore, we have the limit value:

n=0anlimNSNa01rS

This result confirms the formula we derived for the total sum S of a geometric series. This time we did not start by assuming S exists, rather we proved that S exists. (Provided that |r|<1.)