This is a beta course, so its structure, chapters, and examples may continue to change.
Operations on Limits
The rules for operations on limits allow us to compute the limits of complex expressions from known limits.
The Four Arithmetic Operation Rules
Let and . Then:
1. The Sum and Difference Rule
The sum and difference rule
2. The Constant Multiple Rule
The constant multiple rule
3. The Product Rule
The product rule
4. The Quotient Rule
The quotient rule
Note: the premise of these rules is that both and exist!
Worked Examples
Example 1: A Fraction Limit
Find
Solution:
Divide both the numerator and the denominator by :
Example 2: Combined Operations
Find
Solution:
Example 3: A Product Form
Find
Solution:
Common Techniques
Technique 1: Extracting the Highest Power Term
For a fraction, divide both the numerator and the denominator by the highest power term:
\frac{a_k}{b_m}, & k = m \\ 0, & k < m \\ \infty, & k > m \end{cases}$$ ### Technique 2: Rationalization $$\lim_{n \to \infty} (\sqrt{n+1} - \sqrt{n}) = \lim_{n \to \infty} \frac{1}{\sqrt{n+1} + \sqrt{n}} = 0$$ ## Practice Problems ### Exercise 1 Find $\lim_{n \to \infty} \frac{5n^3 - 2n + 1}{3n^3 + n^2}$ <ReferenceAnswer title="Reference Answer" tags={['operations on sequence limits']}> **Solution**: Divide both the numerator and the denominator by $n^3$: $$\lim_{n \to \infty} \frac{5 - \frac{2}{n^2} + \frac{1}{n^3}}{3 + \frac{1}{n}} = \frac{5}{3}$$ **Answer**: $\frac{5}{3}$ </ReferenceAnswer> ### Exercise 2 Find $\lim_{n \to \infty} \frac{n^2 + 1}{n + 1}$ <ReferenceAnswer title="Reference Answer" tags={['operations on sequence limits']}> **Solution**: The degree of the numerator is higher than that of the denominator, so the limit is infinity: $$\lim_{n \to \infty} \frac{n^2 + 1}{n + 1} = \lim_{n \to \infty} \frac{n(n + \frac{1}{n})}{n(1 + \frac{1}{n})} = \lim_{n \to \infty} \frac{n + \frac{1}{n}}{1 + \frac{1}{n}} = \infty$$ **Answer**: divergent (tends to infinity) </ReferenceAnswer> ### Exercise 3 Find $\lim_{n \to \infty} (\sqrt{n^2 + n} - n)$ <ReferenceAnswer title="Reference Answer" tags={['operations on sequence limits']}> **Solution**: Rationalize: $$\lim_{n \to \infty} (\sqrt{n^2 + n} - n) = \lim_{n \to \infty} \frac{(\sqrt{n^2 + n} - n)(\sqrt{n^2 + n} + n)}{\sqrt{n^2 + n} + n}$$ $$= \lim_{n \to \infty} \frac{n^2 + n - n^2}{\sqrt{n^2 + n} + n} = \lim_{n \to \infty} \frac{n}{\sqrt{n^2 + n} + n}$$ $$= \lim_{n \to \infty} \frac{1}{\sqrt{1 + \frac{1}{n}} + 1} = \frac{1}{2}$$ **Answer**: $\frac{1}{2}$ </ReferenceAnswer> --- ## Summary ### Symbols Used in This Article | 符号 | 类型 | 读音/说明 | 在本文中的含义 | | :--- | :--- | :--- | :--- | | $a_n, b_n$ | 数学符号 | a/b-sub-n | Sequences | | $A, B$ | 数学符号 | A, B | The limiting values of the sequences | | $c$ | 数学符号 | c | A constant | | $\lim_{n \to \infty}$ | 数学符号 | limit as n approaches infinity | The limit as $n$ tends to infinity | | $\pm$ | 数学符号 | plus or minus | Plus or minus | | $\sqrt{n}$ | 数学符号 | square root of n | The square root of $n$ | | $\infty$ | 数学符号 | infinity | Infinity | | $n^k, n^m$ | 数学符号 | n to the k/m | Powers of $n$ | ### 中英对照 | 中文术语 | 英文术语 | 音标 | 说明 | | :--- | :--- | :--- | :--- | | 四则运算 | four arithmetic operations | /fɔː ˌærɪθˈmetɪk ˌɒpəˈreɪʃənz/ | Addition, subtraction, multiplication and division | | 有理化 | rationalization | /ˌræʃənəlaɪˈzeɪʃən/ | The technique of eliminating radicals | | 收敛数列 | convergent sequence | /kənˈvɜːdʒənt ˈsiːkwəns/ | A sequence with a limit | | 商法则 | quotient rule | /ˈkwəʊʃənt ruːl/ | The division operation of limits |