Skip to content

Limit Theorems for Sequences

In this lesson you’ll learn the algebraic limit theorems, how one of them is proved from the definition, the order limit theorem, and the squeeze theorem. Together these let you compute almost every limit you’ll meet without returning to epsilon-N.

Proving 3n2+2nn2+13\frac{3n^2+2n}{n^2+1} \to 3 straight from the definition is unpleasant. Proving it from the algebraic limit theorems takes two lines.

The point of this lesson is leverage. You pay the epsilon-N cost once, proving a handful of general results, and then compute freely.

Suppose anAa_n \to A and bnBb_n \to B. Then

an+bnA+Ba_n + b_n \to A + B cancAfor any constant cc \cdot a_n \to cA \quad \text{for any constant } c anbnABa_n b_n \to AB anbnABprovided B0\frac{a_n}{b_n} \to \frac{A}{B} \quad \text{provided } B \ne 0

The quotient rule needs B0B \ne 0, and it also needs bn0b_n \ne 0 eventually - which is automatic, since if bnB0b_n \to B \ne 0 then the terms are eventually within B2\frac{|B|}{2} of BB and so nonzero.

These require both limits to exist. an=(1)na_n = (-1)^n and bn=(1)n+1b_n = (-1)^{n+1} both diverge, yet an+bn=0a_n + b_n = 0 converges. So you cannot run the theorem backwards.

Proof. Let ε>0\varepsilon>0. Since anAa_n \to A, there is N1N_1 with anA<ε2|a_n - A| < \frac{\varepsilon}{2} for n>N1n > N_1. Since bnBb_n \to B, there is N2N_2 with bnB<ε2|b_n - B| < \frac{\varepsilon}{2} for n>N2n > N_2.

Let N=max(N1,N2)N = \max(N_1, N_2). For n>Nn > N, the triangle inequality gives

(an+bn)(A+B)=(anA)+(bnB)anA+bnB<ε2+ε2=ε|(a_n + b_n) - (A+B)| = |(a_n - A) + (b_n - B)| \le |a_n - A| + |b_n - B| < \frac{\varepsilon}{2} + \frac{\varepsilon}{2} = \varepsilon

That’s why you split ε\varepsilon in half: each piece is budgeted for one source of error, and they add to exactly ε\varepsilon. Applying the definition with ε2\frac{\varepsilon}{2} instead of ε\varepsilon is legal because the definition holds for every positive tolerance.

The product needs one extra idea. Write

anbnAB=anbnanB+anBABanbnB+BanA|a_nb_n - AB| = |a_nb_n - a_nB + a_nB - AB| \le |a_n||b_n - B| + |B||a_n - A|

Adding and subtracting anBa_nB is the same bridging trick as before. The wrinkle is the factor an|a_n|, which is not constant. But (an)(a_n) converges, so by the previous lesson it is bounded, say anM|a_n| \le M. Then

anbnABMbnB+BanA|a_nb_n - AB| \le M|b_n - B| + |B||a_n - A|

and each term can be forced below ε2\frac{\varepsilon}{2}. Notice that “convergent implies bounded” was not a throwaway result; it is exactly what makes the product rule work.

If anAa_n \to A and an0a_n \ge 0 for all nn, then A0A \ge 0.

More generally, if anbna_n \le b_n for all nn and both converge, then limanlimbn\lim a_n \le \lim b_n.

Weak inequalities survive limits; strict ones do not. Take an=0a_n = 0 and bn=1nb_n = \frac1n. Then an<bna_n < b_n strictly for every nn, yet both limits are 0, so the conclusion is 000 \le 0 and not 0<00 < 0.

This trips people up constantly. Passing to a limit can turn << into ==, never into >>.

If bnancnb_n \le a_n \le c_n for all nn, and bnLb_n \to L and cnLc_n \to L, then anLa_n \to L.

This is the most useful tool in the lesson, because it needs no information about ana_n beyond the sandwich. You don’t have to understand ana_n at all; you only have to trap it.

Proof sketch. Given ε>0\varepsilon>0, get N1N_1 past which bn>Lεb_n > L - \varepsilon and N2N_2 past which cn<L+εc_n < L + \varepsilon. Beyond max(N1,N2)\max(N_1,N_2),

Lε<bnancn<L+εL - \varepsilon < b_n \le a_n \le c_n < L + \varepsilon

so anL<ε|a_n - L| < \varepsilon. ∎

The standard application is anything with a bounded oscillating factor: sinnn1n\left|\frac{\sin n}{n}\right| \le \frac1n, so 1nsinnn1n-\frac1n \le \frac{\sin n}{n} \le \frac1n and the middle goes to 0. There is no formula for sinn\sin n as nn runs over the integers, and it doesn’t matter.

If an0a_n \to 0 and (bn)(b_n) is bounded, then anbn0a_nb_n \to 0.

Note (bn)(b_n) need not converge. (1)nn0\frac{(-1)^n}{n} \to 0 even though (1)n(-1)^n diverges, because 1n0\frac1n \to 0 and the other factor stays bounded. The product rule doesn’t apply here; this result does.

Example 1: Compute lim3n2+2nn2+1\lim \frac{3n^2+2n}{n^2+1}.

Solution. Divide numerator and denominator by the highest power, n2n^2:

3n2+2nn2+1=3+2n1+1n2\frac{3n^2+2n}{n^2+1} = \frac{3 + \frac{2}{n}}{1 + \frac{1}{n^2}}

Now 2n0\frac2n \to 0 and 1n20\frac{1}{n^2} \to 0, so by the sum rule the numerator 3\to 3 and the denominator 1\to 1. Since the denominator’s limit is nonzero, the quotient rule gives

lim3n2+2nn2+1=31=3\lim \frac{3n^2+2n}{n^2+1} = \frac{3}{1} = 3

Compare Example 3 of the previous lesson, which proved a similar statement from the definition. Same result, a fraction of the work.

Example 2: Compute limsinnn\lim \frac{\sin n}{n}.

Solution. The quotient rule is unavailable, since sinn\sin n has no limit as nn runs over the integers.

Instead squeeze. Since sinn1|\sin n| \le 1,

1nsinnn1n-\frac1n \le \frac{\sin n}{n} \le \frac1n

Both outer sequences 0\to 0, so the limit is 0. ∎

Example 3: Compute limn!nn\lim \frac{n!}{n^n}.

Solution. Write out the ratio:

n!nn=n(n1)(n2)1nnn=1n1nn2n1n\frac{n!}{n^n} = \frac{n(n-1)(n-2)\cdots 1}{n \cdot n \cdots n} = 1 \cdot \frac{n-1}{n} \cdot \frac{n-2}{n} \cdots \frac1n

Every factor is at most 1, and the last is exactly 1n\frac1n. So

0<n!nn1n0 < \frac{n!}{n^n} \le \frac1n

Squeeze gives 0. ∎

An estimate plus a squeeze beats trying to compute directly.

Example 4: A limit needing care with the quotient rule.

Compute limn2+12n+3\lim \frac{n^2+1}{2n+3}.

Solution. Dividing by nn:

n2+12n+3=n+1n2+3n\frac{n^2+1}{2n+3} = \frac{n + \frac1n}{2 + \frac3n}

The denominator 2\to 2, but the numerator diverges to infinity, so the quotient rule does not apply - it requires both limits to exist.

The sequence diverges to \infty. To see it directly, for n3n \ge 3,

n2+12n+3>n22n+3n=n5\frac{n^2+1}{2n+3} > \frac{n^2}{2n+3n} = \frac{n}{5}

which is unbounded. Divergent.

The lesson: check the hypotheses. A theorem misapplied gives a confident wrong answer.

Example 5: Strict inequality lost in the limit.

Both an=1n+1a_n = \frac{1}{n+1} and bn=1nb_n = \frac1n are positive with an<bna_n < b_n for every nn. What does the order limit theorem give?

Solution. Both converge to 0, so the conclusion is 000 \le 0. True but not strict.

Strict inequalities are not preserved. Any argument concluding liman<limbn\lim a_n < \lim b_n from an<bna_n < b_n is wrong. To get a strict conclusion you need a gap that does not shrink, such as an+cbna_n + c \le b_n for a fixed c>0c > 0.

Example 6: A bounded times a null sequence.

Compute lim(1)nnn2+1\lim \frac{(-1)^n n}{n^2+1}.

Solution. Rewrite as a product:

(1)nnn2+1=(1)nnn2+1\frac{(-1)^n n}{n^2+1} = (-1)^n \cdot \frac{n}{n^2+1}

The second factor is 1/n1+1/n20\frac{1/n}{1 + 1/n^2} \to 0. The first is bounded by 1 though divergent.

By the bounded-times-null result, the limit is 0. ∎

Alternatively squeeze: (1)nnn2+1nn2=1n0\left|\frac{(-1)^nn}{n^2+1}\right| \le \frac{n}{n^2} = \frac1n \to 0.

Example 7: Why divergent sequences can sum to a convergent one.

Solution. an=na_n = n and bn=nb_n = -n both diverge, but an+bn=0a_n + b_n = 0 for every nn, which converges to 0.

So the sum rule is a one-way street: convergence of both parts gives convergence of the sum, but convergence of the sum says nothing about the parts. Writing lim(an+bn)=liman+limbn\lim(a_n+b_n) = \lim a_n + \lim b_n is only meaningful once both right-hand limits are known to exist.

Asymptotic analysis of algorithms. Big-O statements are limit computations. Showing 3n2+2nn23\frac{3n^2+2n}{n^2} \to 3 is the formal content of “this algorithm is Θ(n2)\Theta(n^2),” and dividing by the dominant term is the standard technique in both settings.

Numerical error analysis. Total error is usually a sum of a truncation term and a rounding term, and bounding each below ε2\frac{\varepsilon}{2} is exactly the sum-rule proof. That is why error bounds in numerical texts so often appear as a sum of two halves.

Signal processing. A bounded signal multiplied by a decaying envelope goes to zero regardless of the signal’s own behaviour, which is the bounded-times-null result and the reason exponential windowing damps arbitrary noise.

Physical estimates and sandwiching. Engineers bound an unknown quantity between two computable ones and let both converge. The squeeze theorem is the formal justification, and it is why “bracket the answer” is a legitimate method rather than a fudge.

Statistics. Consistency proofs for estimators typically squeeze the estimation error between two vanishing bounds. The estimator’s own formula may be intractable; only the sandwich matters.

What is lim (5n² − n)/(2n² + 3)?
Why can't the quotient rule be used to find lim (sin n)/n?
If aₙ < bₙ for every n and both converge, what does the order limit theorem give?
In proving the sum rule, why is the definition applied with ε/2 rather than ε?
Which sequence shows that a convergent sum does not require convergent parts?
What is lim n!/nⁿ?