目录

Limits and continuity

khan Calculus tips


Limits

Formal definition of limits

极限的定义如下:

Formally, the statement $\displaystyle {\lim _{x\rightarrow c} f(x) = L}$ is defined as:
For all $\varepsilon >0,$ there exists some $\delta > 0$ such that if $0 < |x-c| < \delta ,$ then $|f(x)-L| < \varepsilon .$
相关意义

这一段定义实际上想说的是一件事:

然后,定义把这个无限趋近以距离的方式描述了出来:

现在,我们用 $\delta$ 与 $\varepsilon$ 分别表示 $x$ 到 $c$ 以及 $f(x)$ 到 $L$ 的距离。也就是说,如果对于任意 $\delta$ 都能找到对应的 $\varepsilon$ 的话,那么 $L$ 就是 $f(x)$ 在点 $c$ 处的极限。

关于使用定义证明极限是否存在

这实际上是需要证明 $\delta$ 与 $\varepsilon$ 存在一种函数上的关系,就是所谓的对于任意 $\delta$ ,总能找到与之对应的 $\varepsilon$。实际上,只要关系建立了,那么极限的存在就被证明了。比如 Khan 的例子: $$\lim_{x \to 5}2x = 10$$ 根据极限的定义,$L$ 为 10,那么有 $$|2x - 10| <\varepsilon$$ 此时 $|x - 5|<\delta$,两边同时乘以 2, 有 $|2x-10| < 2\delta$ 那么根据之前的不等式,可以推出,只要满足下面的关系,那么极限 $L=10$ 就是存在的: $$2\delta = \varepsilon$$ 至此关系找到,因此极限存在。

Limit properties

复合函数的处理
替换法求极限
求极限的总体步骤

Squeeze theorem

$$ \begin{array}{c} \displaystyle if \,\,\,f(x)\le g(x) \le h(x), \\ \\ \displaystyle \lim_{x \to a} f(x) = L \,\, and\,\, \lim_{x \to a} f(x) = L\\ \\ \Rightarrow \displaystyle \lim_{x \to a} g(x) = L \end{array}$$

Continuity

Types of discontinuities

添加 continuity 的点

题目的意思是求全方程上的不连续点的值。这种题通过简化方程,再将未定义点带入简化方程计算即可。可用的手段:

infinite limit

asymptotes and limit
分析方法
拥有相同无穷极限的函数

这样的函数存在无限个

求无穷极限函数的商

IVT