Essential Concepts
Open Ball
The set of points B(a,r) such that their distance to a given point a is strictly less than the given distance r, i.e.
B(a,r)={x∈Rn:∥x−a∥<r}
Closed Ball
The set of points B(a,r) such that their distance to a given point a is less than or equal to the given distance r, i.e.
Bˉ(a,r)={x∈Rn:∥x−a∥≤r}
Boundary Points
Suppose set X is a subset of Rn, and some point a∈X. If any open ball centered at a simultaneously contains points that belongs to X and points that do not belong to X, then a is called a boundary point of X.
The boundary of X is the set of all boundary points of X, denoted as ∂X
Interior Points
Suppose X is a subset of Rn and some point a∈X. If there exists some r>0 such that B(a,r)⊂X, then a is called an interior point of X.
The interior of X is the set of all interior points of X.
Open Set
Suppose X⊂Rn, if any x∈X is an interior point of X, then X is an open set
Closed Set
Suppose X⊂Rn, if its complement ∁UX is an open set, then X is a closed set
X is a closed set ⟺ X includes all its boundary points
- ∅,R2 are both open sets and closed sets.
Limit Points, Isolated Points
Suppose X⊂Rn, if some point a∈Rn satisfies that for all δ>0, there always exists some point x∈X∩B(a,δ) and x=a, then a is a limit point of X, or an accumulation point of X.
On the other hand, if a∈X is not a limit point, then it’s an isolated point.
The Limit of a Vector-Valued Function
With the concept of limit points, we can now define the limit of a vector-valued function with ϵ−δ language.
Suppose function f:X↦Rm, where X⊂Rn and a is a limit point of X. We say L to be the limit of f at a, if and only if for any ϵ, there exists some δ>0 such that when x∈X and 0<∥x−a∥<δ, we have ∥f(x)−L∥<ϵ. So we denote
x→alimf(x)=L
Proposition: Unique-ness of Limit
If f has a limit L at a, then this limit is unique.
极限运算法则
多元函数极限不存在的判定方法
有两种常用方法判断函数在某个点的极限不存在:
- 考虑穿过极限点的一条曲线,如果这条曲线在该点处没有极限,那么原函数在该点处也没有极限
- 考虑穿过极限点的两条曲线,如果这两条曲线在该点处的极限不同,那么也没有极限。
【例一】证明 lim(x,y)→(0,0)x3+y2x+y3 的极限不存在。
考虑 y=0 这条直线穿过 (0,0) 这个点,此时化简为 limx→0x21,而其极限不存在。所以原极限不存在。
【例二】证明 lim(x,y,z)→(0,0,0)x2+y2+z22x2+y2−3z2 的极限不存在
考虑沿直线 y=z=0 去逼近,原极限等于
x→0limx22x2=2
而考虑沿直线 x=z=0 取逼近,原极限等于
y→0limy2y2=1
这两个极限不等,所以原极限不存在。
Sandwich Theorem
Let f,g,h:X↦R be 3 functions, such that X∈Rn.
Suppose a∈X be a limit point of X, and f(x)≤g(x)≤h(x) holds for any x∈X. Then, if limx→af(x)=limx→ah(x)=L, we have limx→ag(x)=L.
[Example 3] Find lim(x,y)→(0,0)x2+y2x3+y3
Convert to polar coordinates by letting x=rcosθ,y=rsinθ, so (x,y)→(0,0)⟺r→0+, the expression is equivalent to
r→0+limr(cos3θ+sin3θ)
And we have −2r≤r(cos3θ+sin3θ)≤2r and ±2r→0, thus by sandwich theorem, we have
r→0limr(cos3θ+sin3θ)=0