This is a beta course, so its structure, chapters, and examples may continue to change.
Basic Concepts of Limits
Limits are the soul of calculus. They describe how a function behaves near a point and form the bedrock for learning calculus.
Definition of Limits
Function Limits
定义
定义是对概念、术语或对象含义的精确描述。理解定义是学习任何知识领域的基础,每个概念都有其明确的定义。
Definition of a function limit When x approaches x0, f(x) approaches A, denoted as:
x→x0limf(x)=AMathematical wording: For any ε>0, there exists a δ>0 such that whenever 0<∣x−x0∣<δ, we have ∣f(x)−A∣<ε.
Sequence Limits
定义
定义是对概念、术语或对象含义的精确描述。理解定义是学习任何知识领域的基础,每个概念都有其明确的定义。
Definition of a sequence limit When n approaches infinity, xn approaches A, denoted as:
n→∞limxn=AMathematical wording: For any ε>0, there exists an integer N such that when n>N, we have ∣xn−A∣<ε.
Examples:
- limn→∞n1=0
- limn→∞(1+n1)n=e
Left and Right Limits
Left Limits
定义
定义是对概念、术语或对象含义的精确描述。理解定义是学习任何知识领域的基础,每个概念都有其明确的定义。
When x approaches x0 from the left, the limit of f(x) is written as:
x→x0−limf(x)Mathematical wording: For any ε>0, there exists a δ>0 such that whenever x0−δ<x<x0, we have ∣f(x)−A∣<ε.
Right Limits
定义
定义是对概念、术语或对象含义的精确描述。理解定义是学习任何知识领域的基础,每个概念都有其明确的定义。
When x approaches x0 from the right, the limit of f(x) is written as:
x→x0+limf(x)Mathematical wording: For any ε>0, there exists a δ>0 such that whenever x0<x<x0+δ, we have ∣f(x)−A∣<ε.
Necessary and Sufficient Condition for Limit Existence
数学定理
定理是数学中经过严格证明的命题,是数学推理的基础。定理通常包含条件和结论,是数学知识体系的重要组成部分。
Necessary and Sufficient Condition for Limit Existence
The limit of f(x) exists at x0 if and only if its left-hand and right-hand limits both exist and are equal.
limx→x0f(x)=A⇔limx→x0−f(x)=limx→x0+f(x)=A
Examples:
- For f(x)=x∣x∣ at x=0, the left-hand limit is −1 and the right-hand limit is 1, so the limit does not exist.
Properties of Limits
Uniqueness
数学定理
定理是数学中经过严格证明的命题,是数学推理的基础。定理通常包含条件和结论,是数学知识体系的重要组成部分。
Uniqueness of Limits
If the limit exists, it is unique.
证明
Assume limx→x0f(x)=A and limx→x0f(x)=B; then A=B.
Boundedness
数学定理
定理是数学中经过严格证明的命题,是数学推理的基础。定理通常包含条件和结论,是数学知识体系的重要组成部分。
Boundedness of Limits
If limx→x0f(x)=A, then there is a neighborhood of x0 on which f(x) is bounded.
Corollary: If a function has a limit at a point, it must be bounded in some neighborhood of that point.
Sign Preservation
数学定理
定理是数学中经过严格证明的命题,是数学推理的基础。定理通常包含条件和结论,是数学知识体系的重要组成部分。
Sign Preservation of Limits
If limx→x0f(x)=A>0, then there is a neighborhood of x0 where f(x)>0.
Corollary: If limx→x0f(x)=A<0, then there is a neighborhood of x0 where f(x)<0.
Geometric Interpretation of Limits
Geometric Meaning of Function Limits
- As x gets arbitrarily close to x0, f(x) gets arbitrarily close to the constant A.
- The graph near x0 clusters around the line y=A.
- From either side of x0, f(x) tends to the same value.
Geometric Meaning of Sequence Limits
- Points of the sequence on the number line get arbitrarily close to A.
- Beyond some term, all points fall inside any neighborhood of A.
- The “tail” of the sequence gets closer and closer to its limit.
Exercises
Exercise 1
Determine whether the limit of f(x)=x−1x2−1 exists at x=1.
Reference Answer(3 个标签)
function limitleft-hand limitright-hand limit
Idea:
Compute left-hand and right-hand limits and see if they are equal.
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 match, the limit exists.
Answer:The limit exists and equals 2.
Exercise 2
Prove that the sequence xn=n+1n has limit 1.
Reference Answer(1 个标签)
sequence limit
Idea:
Use the definition of a limit: for any ε>0, find N such that ∣xn−1∣<ε for n>N.
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 for n>N, ∣xn−1∣<ε
Answer:The sequence limit is 1.
Exercise 3
Determine whether the limit of f(x)=x1 exists at x=0.
Reference Answer(3 个标签)
function limitleft-hand limitright-hand limit
Idea:
Compute left-hand and right-hand limits.
Steps:
- Right-hand limit: limx→0+x1=+∞
- Left-hand limit: limx→0−x1=−∞
- Since they differ, the limit does not exist.
Answer:The limit does not exist.
Summary
Symbols Used in This Article
| 符号 | 类型 | 读音/说明 | 在本文中的含义 |
|---|
| ε | 希腊字母 | Epsilon(伊普西隆) | Arbitrarily small positive number |
| δ | 希腊字母 | Delta(德尔塔) | Positive number depending on ε |
| N | 数学符号 | Positive integer | A sufficiently large positive integer |
| lim | 数学符号 | Limit | Denotes the limit of a function or sequence |
| → | 数学符号 | Tends to | Indicates approaching a value |
| ∞ | 数学符号 | Infinity | Represents infinity |
| ∣x−x0∣ | 数学符号 | Absolute value | Distance between x and x0 |
中英对照
| 中文术语 | 英文术语 | 音标 | 说明 |
|---|
| 极限 | 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/ | 数列在无穷远处的极限 |
| 左极限 | left-hand limit | /left hænd ˈlɪmɪt/ | 从左侧趋向于某点的极限 |
| 右极限 | right-hand limit | /raɪt hænd ˈlɪmɪt/ | 从右侧趋向于某点的极限 |
| 唯一性 | uniqueness | /juːˈniːknəs/ | 极限值唯一的性质 |
| 有界性 | boundedness | /ˈbaʊndɪdnəs/ | 函数在邻域内有界的性质 |
| 保号性 | sign preservation | /saɪn ˌprezəˈveɪʃən/ | 极限值符号在邻域内保持不变 |
| 邻域 | neighborhood | /ˈneɪbəhʊd/ | 某点附近的区间 |
| 充要条件 | necessary and sufficient condition | /nɪˈsesəri ənd səˈfɪʃənt kənˈdɪʃən/ | 既是必要条件又是充分条件 |