单变量微积分(03):Limits and Continuity

1. 极限

简单的极限,我们可以通过直接代入法求解,如:

limx3x2+xx+1=3

我们知道我们在利用极限求导数时:

limxx0ΔfΔx=limxx0f(x0+Δx)f(x0)Δx

如果直接用代入法的话,会出现分母为0的情况。

2. 连续

连续的定义:

We say f(x) is continuous at x0 when

limxx0f(x)=f(x0)

四类不连续点

1. Removable Discontinuity

单变量微积分(03):Limits and Continuity_第1张图片

Right-hand limit: limxx+0f(x) means limxx0f(x) for x>x0 .
Left-hand limit: limxx0f(x) means limxx0f(x) for x<x0 .

If limxx+0f(x)=limxx0f(x) but this is not f(x0) , or if f(x0) is undefined, we say the discontinuity is removable.

比如说 sinxx,x0

2. Jump Discontinuity

单变量微积分(03):Limits and Continuity_第2张图片

limxx+0f(x) for( x<x0 ) exists, and limxx0f(x) for( x>x0 )also exists, but they are NOT equal.

3. Infinite Discontinuity

Right-hand limit:

limx0+1x=

Left-hand limit:
limx01x=

4. Other(Ugly) discontinuity

单变量微积分(03):Limits and Continuity_第3张图片

This function doesn’t even go to ± — it doesn’t make sense to say it goes to anything. For something like this, we say the limit does not exist.

3. 两个三角函数的极限

注意下面的表达式中 θ 代表弧度,而不是角度。

limθ0sinθθ=1;

limθ01cosθθ=0;

几何证明:

当上图中的角度 θ 变得非常小的时候,我们可以看出半弦长( sinθ )越来越接近半弧长( θ )。

单变量微积分(03):Limits and Continuity_第4张图片

从上图中可以看出当角度变得越来越小时, 1cosθ 相对于 θ 来显得越来越小。

4. 定理:可微则一定连续

If f is differentiable at x0 , then f is continuous at x0 .

Proof:

limxx0(f(x)f(x0))=limxx0[f(x)f(x0)xx0](xx0)=f(x0)0=0

你可能感兴趣的:(数学,公开课,连续,极限,微积分)