This is a beta course, so its structure, chapters, and examples may continue to change.
Limit Exercises
Basic Concept Exercises
Exercise 1
Evaluate the limit x→0limxsin3x.
Reference Answer(2 个标签)
important limitsfunction limit
Solution approach: Use the important limit x→0limxsinx=1.
xsin3x=3⋅3xsin3x, as x→0, 3xsin3x→1.
Answer: The limit value is 3.
Exercise 2
Determine whether the sequence xn=n1 is an infinitesimal sequence.
Reference Answer(2 个标签)
sequence limitinfinitesimal
Solution approach: The definition of an infinitesimal sequence is n→∞limxn=0.
n→∞limn1=0.
Answer: It is an infinitesimal sequence.
Exercise 3
Use equivalent infinitesimals to evaluate the limit x→0limx21−cosx.
Reference Answer(1 个标签)
equivalent infinitesimal
Solution approach: 1−cosx∼2x2, so the limit ≈x22x2=21.
Answer: The limit value is 21.
Exercise 4
Evaluate the limit x→∞lim(1+x2)x.
Reference Answer(1 个标签)
important limits
Solution approach: Use the important limit x→∞lim(1+xa)x=ea.
Here a=2, so the limit is e2.
Answer: The limit value is e2.
Exercise 5
Determine the limit of the function f(x)=x1 as x→0+, and explain its infinity or infinitesimal nature.
Reference Answer(2 个标签)
infinityinfinitesimal
Solution approach: As x→0+, f(x)=x1→+∞, which is an infinite quantity.
Answer: The limit does not exist (approaches +∞), it is an infinite quantity.
Operation Rules Exercises
Exercise 6
Evaluate the limit limx→2x−2x2−4.
Reference Answer(1 个标签)
limit operation rules
Solution approach:
First simplify, then evaluate the limit.
Detailed steps:
-
x−2x2−4=x−2(x−2)(x+2)=x+2 (when x=2)
-
limx→2x−2x2−4=limx→2(x+2)=4
Answer: The limit value is 4.
Exercise 7
Evaluate the limit limx→0xsinx+x.
Reference Answer(1 个标签)
limit operation rules
Solution approach:
Use the addition rule and important limit.
Detailed steps:
-
limx→0xsinx+x=limx→0(xsinx+xx)
-
=limx→0xsinx+limx→01
-
=1+1=2
Answer: The limit value is 2.
Exercise 8
Evaluate the limit limx→∞x2+2xx2+3x+1.
Reference Answer(1 个标签)
limit operation rules
Solution approach:
Divide numerator and denominator by the highest power of x.
Detailed steps:
-
x2+2xx2+3x+1=1+x21+x3+x21
-
limx→∞x2+2xx2+3x+1=limx→∞1+x21+x3+x21
-
=1+01+0+0=1
Answer: The limit value is 1.
Infinitesimal Comparison Exercises
Exercise 9
Determine the relationship between x3 and x2 as x→0.
Reference Answer(1 个标签)
comparison of infinitesimals
Solution approach:
Calculate limx→0x2x3 to determine the relationship.
Detailed steps:
-
limx→0x2x3=limx→0x=0
-
Since the limit is 0, x3 is a higher-order infinitesimal than x2.
Answer: x3 is a higher-order infinitesimal than x2.
Exercise 10
Use equivalent infinitesimals to evaluate the limit limx→0x3tanx−sinx.
Reference Answer(1 个标签)
equivalent infinitesimal
Solution approach:
Use equivalent infinitesimal substitution to simplify the calculation.
Detailed steps:
-
As x→0, tanx∼x, sinx∼x
-
However, tanx−sinx cannot be directly substituted and needs further processing
-
tanx−sinx=cosxsinx−sinx=sinx(cosx1−1)=sinx⋅cosx1−cosx
-
As x→0, sinx∼x, 1−cosx∼2x2, cosx→1
-
So tanx−sinx∼x⋅2x2=2x3
-
Therefore limx→0x3tanx−sinx=limx→0x32x3=21
Answer: The limit value is 21.
Limit Existence Criteria Exercises
Exercise 11
Use the squeeze theorem to evaluate the limit limx→0x2sinx1.
Reference Answer(1 个标签)
squeeze theorem
Solution approach:
Use the boundedness of the sine function to construct a squeeze inequality.
Detailed steps:
-
Since −1≤sinx1≤1, we have −x2≤x2sinx1≤x2
-
limx→0(−x2)=limx→0x2=0
-
By the squeeze theorem, limx→0x2sinx1=0
Answer: The limit value is 0.
Exercise 12
Prove that the sequence xn=n2+nn2+1 converges and find its limit.
Reference Answer(1 个标签)
sequence limit
Solution approach:
First prove that the sequence is monotonically decreasing and bounded below, then find the limit.
Detailed steps:
-
Prove monotonic decrease:
xn+1−xn=(n+1)2+(n+1)(n+1)2+1−n2+nn2+1<0
-
Prove bounded below:
xn=n2+nn2+1=1−n2+nn−1>0
-
By the monotone convergence theorem, the sequence converges
-
Find the limit:
limn→∞n2+nn2+1=limn→∞1+n11+n21=1
Answer: The sequence converges with limit 1.
Important Limits Exercises
Exercise 13
Evaluate the limit limx→0xsin5x.
Reference Answer(1 个标签)
important limits
Solution approach:
Use the generalized form of the first important limit.
Detailed steps:
-
limx→0xsin5x=limx→05⋅5xsin5x
-
=5⋅limx→05xsin5x=5⋅1=5
Answer: The limit value is 5.
Exercise 14
Evaluate the limit limx→∞(1+x3)x.
Reference Answer(1 个标签)
important limits
Solution approach:
Use the generalized form of the second important limit.
Detailed steps:
- limx→∞(1+x3)x=e3
Answer: The limit value is e3.
Exercise 15
Evaluate the limit limx→0sinxex−1.
Reference Answer(1 个标签)
equivalent infinitesimal
Solution approach:
Use equivalent infinitesimal substitution.
Detailed steps:
-
As x→0, ex−1∼x, sinx∼x
-
limx→0sinxex−1=limx→0xx=1
Answer: The limit value is 1.
Comprehensive Exercises
Exercise 16
Determine whether the limit of the function f(x)=x−1x2−1 exists at x=1.
Reference Answer(3 个标签)
function limitleft-hand limitright-hand limit
Solution approach:
Compute the left-hand and right-hand limits separately to see if they are equal.
Detailed steps:
-
Right-hand limit: limx→1+x−1x2−1=limx→1+x−1(x−1)(x+1)=limx→1+(x+1)=2
-
Left-hand limit: limx→1−x−1x2−1=limx→1−x−1(x−1)(x+1)=limx→1−(x+1)=2
-
Since the left-hand and right-hand limits are equal, the limit exists.
Answer: The limit exists with value 2.
Exercise 17
Prove that the sequence xn=n+1n has limit 1.
Reference Answer(1 个标签)
sequence limit
Solution approach:
Use the definition of a limit to prove that for any ε>0, there exists N such that when n>N, ∣xn−1∣<ε.
Detailed steps:
-
∣xn−1∣=n+1n−1=n+1n−(n+1)=n+11
-
To make n+11<ε, we need n+1>ε1, i.e., n>ε1−1
-
Let N=⌊ε1−1⌋+1, then when n>N, ∣xn−1∣<ε
Answer: The sequence limit is 1.
Exercise 18
Determine whether the limit of the function f(x)=x1 exists at x=0.
Reference Answer(3 个标签)
function limitleft-hand limitright-hand limit
Solution approach:
Compute the left-hand and right-hand limits separately to see if they are equal.
Detailed steps:
-
Right-hand limit: limx→0+x1=+∞
-
Left-hand limit: limx→0−x1=−∞
-
Since the left-hand and right-hand limits are different, the limit does not exist.
Answer: The limit does not exist.
Summary
Symbols Used in This Article
| Symbol | Type | Pronunciation/Description | Meaning in this context |
|---|
| lim | Mathematical symbol | Limit | Denotes the limit of a function or sequence |
| → | Mathematical symbol | Tends to | Indicates approaching a value |
| ∞ | Mathematical symbol | Infinity | Represents infinity |
| e | Mathematical symbol | Base of natural logarithm | Mathematical constant, approximately 2.718 |
| sinx | Mathematical symbol | Sine function | One of the trigonometric functions |
| cosx | Mathematical symbol | Cosine function | One of the trigonometric functions |
| tanx | Mathematical symbol | Tangent function | One of the trigonometric functions |
| n | Mathematical symbol | Positive integer | Represents the term number in a sequence |
中英对照
| 中文术语 | 英文术语 | 音标 | 说明 |
|---|
| 极限 | limit | /ˈlɪmɪt/ | 函数或数列在某个点或无穷远处的极限值 |
| 函数极限 | limit of a function | /ˈlɪmɪt əv ə ˈfʌŋkʃən/ | 函数在某点的极限 |
| 数列极限 | limit of a sequence | /ˈlɪmɪt əv ə ˈsiːkwəns/ | 数列在无穷远处的极限 |
| 重要极限 | important limits | /ɪmˈpɔːrtənt ˈlɪmɪts/ | 常用的极限公式和结论 |
| 等价无穷小 | equivalent infinitesimal | /ɪˈkwɪvələnt ˌɪnfɪnɪˈtesɪml/ | 具有相同阶数的无穷小量 |
| 无穷小 | infinitesimal | /ˌɪnfɪnɪˈtesɪml/ | 极限为零的量 |
| 无穷大 | infinity | /ɪnˈfɪnəti/ | 绝对值无限增大的量 |
| 极限运算法则 | limit operation rules | /ˈlɪmɪt ˌɒpəˈreɪʃən ruːlz/ | 计算极限的基本规则 |
| 无穷小比较 | comparison of infinitesimals | /kəmˈpærɪsn əv ˌɪnfɪnɪˈtesɪmlz/ | 比较无穷小量阶数的方法 |
| 夹逼准则 | squeeze theorem | /skwiːz ˈθɪərəm/ | 通过不等式求极限的方法 |