Operation Rules for Sequence Limits

The operation rules for sequence limits are similar to those for function limits, but since sequences are defined only at discrete points, they have their own peculiarities.

Basic Operation Rules

Operation rules for sequence limits

Let limnxn=A\lim_{n \to \infty} x_n = A and limnyn=B\lim_{n \to \infty} y_n = B, where AA and BB are both finite numbers, then:

  1. Addition rule: limn(xn±yn)=A±B\lim_{n \to \infty} (x_n \pm y_n) = A \pm B

  2. Multiplication rule: limn(xnyn)=AB\lim_{n \to \infty} (x_n \cdot y_n) = A \cdot B

  3. Division rule: limnxnyn=AB\lim_{n \to \infty} \frac{x_n}{y_n} = \frac{A}{B} (where B0B \neq 0)

  4. Power rule: limnxnk=Ak\lim_{n \to \infty} x_n^k = A^k (where kk is a positive integer)

Relation to Function Limits

A sequence can be viewed as a function defined on the set of positive integers, so a sequence limit is a special case of a function limit.

If limxf(x)=A\lim_{x \to \infty} f(x) = A, then limnf(n)=A\lim_{n \to \infty} f(n) = A.

But the converse does not always hold: limnf(n)=A\lim_{n \to \infty} f(n) = A does not imply limxf(x)=A\lim_{x \to \infty} f(x) = A.

Example

The function f(x)=sin(πx)f(x) = \sin(\pi x):

  • Sequence limit: limnsin(nπ)=0\lim_{n \to \infty} \sin(n\pi) = 0 (since sin(nπ)=0\sin(n\pi) = 0 for every integer nn)
  • Function limit: limxsin(πx)\lim_{x \to \infty} \sin(\pi x) does not exist (since the function oscillates between [1,1][-1, 1])

Worked Examples

Example 1

Compute limn2n+1n\lim_{n \to \infty} \frac{2n + 1}{n}

Solution: limn2n+1n=limn(2+1n)=2+0=2\lim_{n \to \infty} \frac{2n + 1}{n} = \lim_{n \to \infty} \left(2 + \frac{1}{n}\right) = 2 + 0 = 2

Example 2

Compute limnn2+3nn2+1\lim_{n \to \infty} \frac{n^2 + 3n}{n^2 + 1}

Solution: limnn2+3nn2+1=limn1+3n1+1n2=1+01+0=1\lim_{n \to \infty} \frac{n^2 + 3n}{n^2 + 1} = \lim_{n \to \infty} \frac{1 + \frac{3}{n}}{1 + \frac{1}{n^2}} = \frac{1 + 0}{1 + 0} = 1

Example 3

Compute limn1n2n3n\lim_{n \to \infty} \frac{1}{n} \cdot \frac{2}{n} \cdot \frac{3}{n}

Solution: limn1n2n3n=limn6n3=0\lim_{n \to \infty} \frac{1}{n} \cdot \frac{2}{n} \cdot \frac{3}{n} = \lim_{n \to \infty} \frac{6}{n^3} = 0

Limits of Special Sequences

Common Sequence Limits

  1. limn1n=0\lim_{n \to \infty} \frac{1}{n} = 0

  2. limn1nk=0\lim_{n \to \infty} \frac{1}{n^k} = 0 (k>0k > 0)

  3. limnan=0\lim_{n \to \infty} a^n = 0 (a<1|a| < 1)

  4. limnan=\lim_{n \to \infty} a^n = \infty (a>1a > 1)

  5. limnnn=1\lim_{n \to \infty} \sqrt[n]{n} = 1

  6. limnan=1\lim_{n \to \infty} \sqrt[n]{a} = 1 (a>0a > 0)


Practice Problems

Exercise 1

Compute the limit limn3n+22n+1\lim_{n \to \infty} \frac{3n + 2}{2n + 1}.

Reference Answer(1 个标签)
sequence limit

Idea: Divide both the numerator and the denominator by nn.

Detailed steps:

  1. 3n+22n+1=3+2n2+1n\frac{3n + 2}{2n + 1} = \frac{3 + \frac{2}{n}}{2 + \frac{1}{n}}

  2. limn3n+22n+1=limn3+2n2+1n=3+02+0=32\lim_{n \to \infty} \frac{3n + 2}{2n + 1} = \lim_{n \to \infty} \frac{3 + \frac{2}{n}}{2 + \frac{1}{n}} = \frac{3 + 0}{2 + 0} = \frac{3}{2}

Answer: The limit is 32\frac{3}{2}.

Exercise 2

Compute the limit limnn2+2n+1n2n\lim_{n \to \infty} \frac{n^2 + 2n + 1}{n^2 - n}.

Reference Answer(1 个标签)
sequence limit

Idea: Divide both the numerator and the denominator by n2n^2.

Detailed steps:

  1. n2+2n+1n2n=1+2n+1n211n\frac{n^2 + 2n + 1}{n^2 - n} = \frac{1 + \frac{2}{n} + \frac{1}{n^2}}{1 - \frac{1}{n}}

  2. limnn2+2n+1n2n=limn1+2n+1n211n=1+0+010=1\lim_{n \to \infty} \frac{n^2 + 2n + 1}{n^2 - n} = \lim_{n \to \infty} \frac{1 + \frac{2}{n} + \frac{1}{n^2}}{1 - \frac{1}{n}} = \frac{1 + 0 + 0}{1 - 0} = 1

Answer: The limit is 1.

Exercise 3

Compute the limit limn(1n2+2n2++nn2)\lim_{n \to \infty} \left(\frac{1}{n^2} + \frac{2}{n^2} + \cdots + \frac{n}{n^2}\right).

Reference Answer(1 个标签)
sequence limit

Idea: First sum the terms, then take the limit.

Detailed steps:

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

  2. limnn+12n=limn1+1n2=12\lim_{n \to \infty} \frac{n+1}{2n} = \lim_{n \to \infty} \frac{1 + \frac{1}{n}}{2} = \frac{1}{2}

Answer: The limit is 12\frac{1}{2}.


Summary

Symbols Used in This Article

符号类型读音/说明在本文中的含义
nn数学符号positive integerThe index of a term in a sequence
xnx_n数学符号sequenceThe nn-th term of a sequence
lim\lim数学符号limitThe limit of a sequence
\to数学符号tends toA variable tending to some value
\infty数学符号infinityInfinity

中英对照

中文术语英文术语音标说明
数列sequence/ˈsiːkwəns/A collection of numbers arranged in order
数列极限limit of sequence/ˈlɪmɪt əv ˈsiːkwəns/The value a sequence tends to
正整数positive integer/ˈpɒzətɪv ˈɪntɪdʒə/An integer greater than zero
离散discrete/dɪˈskriːt/Discontinuous, separated