Properties of Limits

Limits have some important properties, which are the basis for limit computation and proof.

Uniqueness

Uniqueness of a limit

If the sequence {an}\{a_n\} converges, then its limit is unique.

Meaning: a convergent sequence cannot tend to two different numbers at the same time.

Boundedness

Boundedness of a convergent sequence

If the sequence {an}\{a_n\} converges, then {an}\{a_n\} is necessarily bounded.

Meaning: all terms of a convergent sequence lie within some range.

Sign Preservation

The sign-preserving property of limits

If lim⁡n→∞an=A>0\lim_{n \to \infty} a_n = A > 0, then there exists an NN such that when n>Nn > N, an>0a_n > 0.

Meaning: if the limit is positive, then from some term onward, all terms are positive.

The Squeeze Theorem

The squeeze theorem

If there exists an NN such that when n>Nn > N, bn≤an≤cnb_n \leq a_n \leq c_n, and lim⁡n→∞bn=lim⁡n→∞cn=A\lim_{n \to \infty} b_n = \lim_{n \to \infty} c_n = A, then lim⁡n→∞an=A\lim_{n \to \infty} a_n = A.

Intuitive understanding: if ana_n is “sandwiched” between two sequences tending to the same limit, then ana_n also tends to this limit.

Worked example:

Find lim⁡n→∞sin⁡nn\lim_{n \to \infty} \frac{\sin n}{n}

Since −1≤sin⁡n≤1-1 \leq \sin n \leq 1, we have −1n≤sin⁡nn≤1n-\frac{1}{n} \leq \frac{\sin n}{n} \leq \frac{1}{n}

And lim⁡n→∞(−1n)=lim⁡n→∞1n=0\lim_{n \to \infty} (-\frac{1}{n}) = \lim_{n \to \infty} \frac{1}{n} = 0

By the squeeze theorem, lim⁡n→∞sin⁡nn=0\lim_{n \to \infty} \frac{\sin n}{n} = 0

The Monotone Convergence Theorem

The monotone convergence theorem

A monotone and bounded sequence necessarily converges.

More specifically:

  • A monotonically increasing sequence with an upper bound necessarily converges
  • A monotonically decreasing sequence with a lower bound necessarily converges

Application: this theorem is often used to prove that a sequence converges, even when we do not know the value of the limit.

Practice Problems

Exercise 1

Use the squeeze theorem to find: lim⁡n→∞cos⁡nn2\lim_{n \to \infty} \frac{\cos n}{n^2}

Reference Answer(1 个标签)
properties of sequence limits

Solution:

Since −1≤cos⁡n≤1-1 \leq \cos n \leq 1, we have −1n2≤cos⁡nn2≤1n2-\frac{1}{n^2} \leq \frac{\cos n}{n^2} \leq \frac{1}{n^2}

And lim⁡n→∞(−1n2)=lim⁡n→∞1n2=0\lim_{n \to \infty} (-\frac{1}{n^2}) = \lim_{n \to \infty} \frac{1}{n^2} = 0

By the squeeze theorem, lim⁡n→∞cos⁡nn2=0\lim_{n \to \infty} \frac{\cos n}{n^2} = 0

Exercise 2

Prove that the sequence an=1n+1+1n+2+⋯+12na_n = \frac{1}{n+1} + \frac{1}{n+2} + \cdots + \frac{1}{2n} converges.

Reference Answer(1 个标签)
properties of sequence limits

Solution:

First prove monotonicity: an+1−an=12n+1+12n+2−1n+1=12n+1+12n+2−22n+2=12n+1−12n+2>0a_{n+1} - a_n = \frac{1}{2n+1} + \frac{1}{2n+2} - \frac{1}{n+1} = \frac{1}{2n+1} + \frac{1}{2n+2} - \frac{2}{2n+2} = \frac{1}{2n+1} - \frac{1}{2n+2} > 0

So {an}\{a_n\} is monotonically increasing.

Then prove boundedness: an=1n+1+⋯+12n<nn+1<1a_n = \frac{1}{n+1} + \cdots + \frac{1}{2n} < \frac{n}{n+1} < 1

By the monotone convergence theorem, {an}\{a_n\} converges.

Exercise 3

Use the squeeze theorem to find: lim⁡n→∞1+2+3+⋯+nn2\lim_{n \to \infty} \frac{1 + 2 + 3 + \cdots + n}{n^2}

Reference Answer(1 个标签)
properties of sequence limits

Solution:

1+2+⋯+nn2=n(n+1)2n2=n+12n=12+12n\frac{1 + 2 + \cdots + n}{n^2} = \frac{\frac{n(n+1)}{2}}{n^2} = \frac{n+1}{2n} = \frac{1}{2} + \frac{1}{2n}

lim⁡n→∞(12+12n)=12\lim_{n \to \infty} \left(\frac{1}{2} + \frac{1}{2n}\right) = \frac{1}{2}

Or use the squeeze theorem: n⋅nn2≤1+2+⋯+nn2≤n⋅nn2\frac{n \cdot n}{n^2} \leq \frac{1 + 2 + \cdots + n}{n^2} \leq \frac{n \cdot n}{n^2}

But this is not right. The correct squeezing: n⋅1n2≤1+2+⋯+nn2≤n⋅nn2\frac{n \cdot 1}{n^2} \leq \frac{1 + 2 + \cdots + n}{n^2} \leq \frac{n \cdot n}{n^2}

i.e., 1n≤1+2+⋯+nn2≤1\frac{1}{n} \leq \frac{1 + 2 + \cdots + n}{n^2} \leq 1

This range is too wide. Direct computation is simpler.

Answer: 12\frac{1}{2}


Summary

Symbols Used in This Article

符号类型读音/说明在本文中的含义
an,bn,cna_n, b_n, c_n数学符号a/b/c-sub-nSequences
AA数学符号AThe limiting value of a sequence
NN数学符号NThe term threshold
(−1)n(-1)^n数学符号minus one to the nThe alternating sign
sin⁡n,cos⁡n\sin n, \cos n数学符号sine/cosine of nTrigonometric functions
≤\leq数学符号less than or equal toLess than or equal to
∞\infty数学符号infinityInfinity

中英对照

中文术语英文术语音标说明
唯一性uniqueness/juːˈniːknəs/A limit has only one value
有界性boundedness/ˈbaʊndɪdnəs/The sequence lies within some range
夹逼定理squeeze theorem/skwiːz ˈθɪərəm/Also called the sandwich theorem
单调收敛定理monotone convergence theorem/ˈmɒnətəʊn kənˈvɜːdʒəns ˈθɪərəm/Monotone and bounded implies convergence
保号性sign-preserving property/saɪn prɪˈzɜːvɪŋ ˈprɒpəti/The sign of the limit agrees with the terms