527 lines
24 KiB
TeX
527 lines
24 KiB
TeX
\chapter{函数及其连续性}
|
||
\section{映射的一般概念和性质}
|
||
\begin{definition}[映射]
|
||
设$A \eqco B$是两个集合,如果$\forall x \in A \eqco \exists ! f(x) \in B$,则记$f: A \to B$,$f$称为由$A$到$B$的一个映射。集$A$称为定义域,$B$称为值域。
|
||
\end{definition}
|
||
|
||
\begin{definition}[满射]
|
||
设$f: A \to B$。若$\forall y \in B \eqco \exists x \in A$满足$f(x) = y$($x \in A$不必唯一),则称$f$是一个满射。
|
||
\end{definition}
|
||
|
||
\begin{definition}[单射]
|
||
设$f: A \to B$。若$\forall x_1, x_2 \in A \eqco x_1 \neq x_2$必有$f(x_1) \neq f(x_2)$,则称$f$是一个单射。
|
||
\end{definition}
|
||
|
||
\begin{definition}[一一映射]
|
||
设$f: A \to B$。如果$f$即是满射又是单射,则称$f$是双射(一一对应)。
|
||
\end{definition}
|
||
|
||
\begin{corollary}
|
||
记$B_1 = \{f(x) \vert x \in A\}$,则$f: A \to B_1$是满射。
|
||
|
||
又若$f: A \to B$是单射,则$f: A \to B_1$是双射。
|
||
\end{corollary}
|
||
|
||
\begin{definition}[像集]
|
||
设$f: A \to B$。令$E \subset A$。记$f(E) = \{f(x) \vert x \in E\}$。$f(E)$称为$E$的像(集)。
|
||
\end{definition}
|
||
|
||
\begin{definition}[逆像]
|
||
设$f: A \to B$。令$K \subset B$。记$f^{-1}(K) = \{x \in A \vert f(x) \in K\}$。$f^{-1}(K)$称为$K$的逆像(原像)。
|
||
\end{definition}
|
||
|
||
\begin{remark}
|
||
原像可以是空集,如果映射不是满射的话。
|
||
\end{remark}
|
||
|
||
\begin{definition}[逆映射]
|
||
设$f: A \to B$是单射,记$B_1 = f(A)$,则$\forall y \in B_1$,$\exists ! x \in A$满足$f(x) = y$。定义$f^{-1}(y) = x$,由此得到映射$f^{-1}: B_1 \to A$,成为$f$的逆映射。
|
||
\end{definition}
|
||
|
||
\begin{remark}
|
||
仅当$f$为单射式,才能定义逆映射$f^{-1}: B_1 \to A$,否则$\exists y \in B_1$,$f^{-1}(y)$不唯一,不符合映射的定义。
|
||
\end{remark}
|
||
|
||
\begin{corollary}
|
||
$f: A \to B$的逆映射$f^{-1}: B \to A$存在当且仅当$f$是双射时。
|
||
\end{corollary}
|
||
|
||
\begin{definition}[复合映射]
|
||
设$g: A \to B$,$f: C \to D$,满足$g(A) \subset C$,则可以定义映射$f \circ g : A \to D$:$\forall x \in A$,$(f \circ g)(x) = f(g(x)) \in D$称为$f$与$g$的复合。
|
||
\end{definition}
|
||
|
||
\begin{theorem}
|
||
设$f: A \to B$是双射,则逆映射$f^{-1}: B \to A$存在且$f(A) = B$,$f^{-1}(B) = A$,所以复合映射
|
||
\[f \circ f^{-1}: B \to B \eqco f^{-1} \circ f: A \to A\]
|
||
都存在,且二者分别是$B$与$A$上的恒等映射:
|
||
\begin{equation*}
|
||
\begin{aligned}
|
||
\forall y \in B \eqco (f \circ f^{-1})(y) = y\\
|
||
\forall x \in A \eqco (f^{-1} \circ f)(x) = x
|
||
\end{aligned}
|
||
\end{equation*}
|
||
\end{theorem}
|
||
|
||
\section{函数的表示、运算与性质}
|
||
\begin{definition}[函数]
|
||
设$A$为实数集合,则$f: A \to \realnum$称为函数。$\forall x \in A$,$\exists ! f(x) \in \realnum$。称这里的实数$x$为自变量,$f(x)$称为函数值。
|
||
\end{definition}
|
||
|
||
\begin{definition}[函数的四则运算]
|
||
设$f: A \to \realnum$,$g: B \to \realnum$,$D = A \cap B$非空,定义
|
||
\begin{enumerate}
|
||
\item $f \pm g : D \to \realnum$,$\forall x \in D$,$(f \pm g)(x) = f(x) \pm g(x)$
|
||
\item $fg: D \to \realnum$,$\forall x \in D$,$(fg)(x) = f(x)g(x)$
|
||
\item $f / g: D \to \realnum$,$\forall x \in D_0$,其中$D_0 = \{x \in D \vert g(x) \neq 0\}$,$(f/g)(x) = \dfrac{f(x)}{g(x)}$
|
||
\end{enumerate}
|
||
\end{definition}
|
||
|
||
\begin{definition}[函数的复合运算]
|
||
设$f: A \to \realnum$,$g:B \to \realnum$,$g(B) \subset A$,则得到的复合映射$f \circ g:B \to \realnum$也是一个函数,成为复合函数
|
||
\[(f \circ g)(x) = f(g(x)) \eqco \forall x \in B\]
|
||
\end{definition}
|
||
|
||
\begin{definition}[单调函数]
|
||
设$f: A \to \realnum$,$A \subset \realnum$
|
||
\begin{itemize}
|
||
\item 若$\forall x_1, x_2 \in A \eqco x_1 < x_2$时,$f(x_1) \leq f(x_2)$,则称$f$单调增;
|
||
\item 若$\forall x_1, x_2 \in A \eqco x_1 < x_2$时,$f(x_1) \geq f(x_2)$,则称$f$单调减。
|
||
\end{itemize}
|
||
若上面的不等号时严格不等号,则称为严格单调。
|
||
\end{definition}
|
||
|
||
\begin{corollary}
|
||
设$f: A \to \realnum$严格单调,记$f(A) = D$,则
|
||
\begin{enumerate}
|
||
\item $f^{-1}: D \to A$存在;
|
||
\item $f^{-1}$也严格单调,且与$f$的增减性相同。
|
||
\end{enumerate}
|
||
\end{corollary}
|
||
|
||
\section{基本初等函数}
|
||
基本初等函数有:
|
||
\begin{enumerate}[label=(\arabic{*})]
|
||
\item 多项式函数(由常值函数和恒等函数的加乘运算生成)
|
||
\[P(x) = a_0x^n + a_1x^{n-1} + \cdots + a_{n-1}x + a_n \eqco x \in \realnum\]
|
||
其中$a_0, a_1, a_2, \cdots, a_n \in \realnum$为常数。
|
||
\item 幂函数
|
||
\[f(x) = x^a \eqco x > 0\]
|
||
特别当$a = n \in \naturalnum$时,$f(x) = x^n \eqco x \in \realnum$;
|
||
|
||
当$a = -n , n \in \naturalnum$时,$f(x) = x^{-n} = \dfrac{1}{x^n} \eqco x \neq 0$;
|
||
|
||
当$a = \dfrac{n}{m} \eqco m,n \in \integer$时,$f(x) = x^{\frac{n}{m}} = \sqrt[m]{x^n} \eqco x > 0$。
|
||
\item 指数函数
|
||
|
||
令$a > 0$固定
|
||
\[f(x) = a^x \eqco x \in \realnum\]
|
||
\item 对数函数
|
||
|
||
令$a > 0$且$a \neq 1$
|
||
\[f(x) = \log_a x \eqco x > 0\]
|
||
\item 三角函数
|
||
\begin{equation*}
|
||
\begin{aligned}
|
||
f_1(x) = \sin x \eqco x \in \realnum\\
|
||
f_2(x) = \cos x \eqco x \in \realnum
|
||
\end{aligned}
|
||
\end{equation*}
|
||
\item 反三角函数
|
||
\begin{equation*}
|
||
\begin{aligned}
|
||
f_1^{-1} = \arcsin x \eqco \vert x \vert < 1\\
|
||
f_2^{-1} = \arccos x \eqco \vert x \vert < 1
|
||
\end{aligned}
|
||
\end{equation*}
|
||
\end{enumerate}
|
||
|
||
\section{函数的极限}
|
||
\begin{definition}[函数的极限]
|
||
设函数$f$在点$x_0$附近有定义(除$x_0$以外)。$A \in \realnum$,若$\forall \varepsilon > 0$,$\exists \delta > 0$,使所有满足$0 < \vert x - x_0 \vert < \delta$的$x$都有
|
||
\[\vert f(x) - A \vert < \varepsilon \eqco\]
|
||
则称当$x$趋于点$x_0$时$f(x)$的极限为$A$,或$f(x)$趋于$A$,记作
|
||
\[\toxzero f(x) = A \eqco\]
|
||
或记作
|
||
\[f(x) \to A (x \to x_0) \eqper\]
|
||
\end{definition}
|
||
|
||
\begin{definition}[单侧极限]
|
||
设函数$f$在点$x_0$附近有定义。则它的
|
||
\begin{itemize}
|
||
\item 右极限:$\forall \varepsilon > 0$,$\exists \delta > 0$,使得当$0 < x - x_0 < \delta$时$\vert f(x) - A \vert < \varepsilon$,记作$\lim \limits_{x \to x_0^+} f(x) = A$或$f(x_0+) = A$。
|
||
\item 左极限:$\forall \varepsilon > 0$,$\exists \delta > 0$,使得当$-\delta < x - x_0 < 0$时$\vert f(x) - A \vert < \varepsilon$,记作$\lim \limits_{x \to x_0^-} f(x) = A$或$f(x_0-) = A$。
|
||
\end{itemize}
|
||
\end{definition}
|
||
|
||
\begin{corollary}
|
||
$\toxzero f(x) = A$当且仅当$\lim \limits_{x \to x_0^+} f(x) = \lim \limits_{x \to x_0^-} f(x) = A$。
|
||
\end{corollary}
|
||
|
||
\section{函数极限的性质}
|
||
函数极限的性质与数列极限的性质类似。
|
||
\begin{proposition}[唯一性]
|
||
设$\toxzero f(x)$存在,则极限值唯一。
|
||
\end{proposition}
|
||
|
||
\begin{proposition}[有界性【局部】]
|
||
设$\toxzero f(x) = A$,则$\exists \delta > 0$,使得
|
||
\[\forall 0 < \vert x - x_0 \vert < \delta \eqco \vert f(x) \vert \leq 1 + \vert A \vert\]
|
||
即在$x_0$附近(不包含$x_0$)$f(x_0)$有界。
|
||
\end{proposition}
|
||
|
||
\begin{proposition}[保号性]
|
||
设$\toxzero f(x) = A$
|
||
\begin{enumerate}
|
||
\item 若在$x_0$附近(除去$x_0$)$f(x) \geq 0$,则$A \geq 0$。
|
||
\item 若$A > 0$,则$\exists \delta > 0$,使得$0 < \vert x - x_0 \vert < \delta$时$f(x) > 0$。
|
||
\end{enumerate}
|
||
\end{proposition}
|
||
|
||
\begin{proposition}[极限的四则运算]
|
||
设$\toxzero f(x) = A$,$\toxzero g(x) = B$,则
|
||
\begin{enumerate}
|
||
\item $\toxzero [f(x) \pm g(x)] = A \pm B$;
|
||
\item $\toxzero f(x)g(x) = AB$;
|
||
\item $\toxzero \dfrac{f(x)}{g(x)} = \dfrac{A}{B}$,只要$B \neq 0$。
|
||
\end{enumerate}
|
||
\end{proposition}
|
||
|
||
\begin{corollary}[保序性]
|
||
设$\toxzero f(x) = A$,$\toxzero g(x) = B$,则
|
||
\begin{enumerate}
|
||
\item 若在$x_0$附近(除去$x_0$之外)$f(x) \geq g(x)$,则$A \geq B$
|
||
\item 若$A > B$,则$\exists \delta > 0$,使得$0 < \vert x - x_0 \vert < \delta$时$f(x) > g(x)$。
|
||
\end{enumerate}
|
||
\end{corollary}
|
||
|
||
\begin{theorem}[Heine定理:子列性质]\label{Heine定理}
|
||
$\toxzero f(x) = A$的充要条件是:对任何数列\setname{x_n}满足$x_n \neq x_0$且$toinf x_n = x_0$都有$\toinf f(x_n) = A$。
|
||
\end{theorem}
|
||
|
||
\begin{corollary}
|
||
若有两数列\setname{x_n},\setname{y_n}满足$x_n \neq x_0$,$y_n \neq x_0$且$\toinf x_n = x_0$,$\toinf f(x_n) = A$,以及$\toinf y_n = x_0$,$\toinf f(y_n) = B \neq A$则$\toxzero f(x)$不存在。
|
||
\end{corollary}
|
||
|
||
\begin{theorem}[夹逼原理]
|
||
设在$x_0$附近$f \eqco g \eqco h$满足
|
||
\[f(x) \leq g(x) \leq h(x)\]
|
||
如果$\toxzero f(x) = \toxzero h(x) = A$,则$\toxzero g(x) = A$。
|
||
\end{theorem}
|
||
|
||
\begin{proof}
|
||
证明$\toxzero g(x) = A$即证明$\forall x_n \to x_0 \eqco \toinf g(x_n) = A$。
|
||
|
||
由定理\ref{Heine定理}和已知,$\toxzero f(x) = \toxzero h(x) = A$。得
|
||
\[\forall x_n \to x_0 (n \to 0)\text{有} \toxzero f(x_n) = \toxzero h(x_n) = A \eqper\]
|
||
|
||
由已知$\exists \delta_0$,$\vert x - x_0 \vert < \delta_0$时$f(x) < g(x) < h(x)$。
|
||
|
||
因此$\exists N \in \naturalnum$,$n > N$,$\vert x - x_0 \vert < \delta_0$,那么$f(x_n) < g(x_n) < h(x_n)$。
|
||
|
||
由数列夹逼原理,$\toinf g(x_n) = A$,从而$\toxzero g(x) = A$。
|
||
\end{proof}
|
||
|
||
\begin{example}
|
||
求证$\lim \limits_{x \to 0} \dfrac{\sin x}{x} = 1$。
|
||
\end{example}
|
||
|
||
\begin{proof}
|
||
考虑如下单位圆弧:
|
||
\begin{center}
|
||
\begin{tikzpicture}[scale=4]
|
||
\draw[->] (-0.2,0) -- (1.2,0) node[right] {$x$};
|
||
\draw[->] (0,-0.2) -- (0,1.2) node[above] {$y$};
|
||
\draw (1,0) arc (0:90:1);
|
||
\node[below] at(-0.15,0) {$O$};
|
||
\node[below] (A) at(1,0) {$A$};
|
||
\draw plot[domain=0:1] (\x,{1/sqrt(3)*\x}) node[above] (C) {$C$};
|
||
\node[above] at(0.78,0.3) {$B$};
|
||
\draw[densely dashed] ({sqrt(3)/2},{1/2})--({sqrt(3)/2},0) node[below] {$\cos x$};
|
||
\draw[densely dashed] ({sqrt(3)/2},{1/2})--(0, {1/2}) node[left] {$\sin x$};
|
||
\draw[densely dashed] (1, {1/sqrt(3)})--(0,{1/sqrt(3)}) node[left] {$\tan x$};
|
||
\draw (1,{1/sqrt(3)})--(1,0);
|
||
\end{tikzpicture}
|
||
\end{center}
|
||
|
||
\begin{enumerate}[label=(\arabic{*})]
|
||
\item $0 < x < \dfrac{\pi}{2}$时,有
|
||
\[S_{\triangle OAB} \leq S_{\text{扇形$OAB$}} \leq S_{\triangle OAC}\]
|
||
也即
|
||
\[\frac{1}{2} \sin x \leq \frac{1}{2} x \leq \frac{1}{2} \tan x = \frac{1}{2} \frac{\sin x}{\cos x}\]
|
||
这等价于
|
||
\[\frac{\cos x}{\sin x} \leq \frac{1}{x} \leq \frac{1}{\sin x}\]
|
||
因此
|
||
\[\cos x \leq \frac{\sin x}{x} \leq 1 \eqper\]
|
||
\item $-\dfrac{\pi}{2} < x < 0$时,利用函数的奇偶性,有
|
||
\[\cos x = \cos (-x) \leq \frac{\sin (-x)}{-x} = \frac{\sin x}{x} \leq 1 \eqper\]
|
||
\end{enumerate}
|
||
|
||
综合起来即为当$0 < \vert x \vert < \dfrac{\pi}{2}$时,
|
||
\[\cos x \leq \frac{\sin x}{x} \leq 1\eqper\]
|
||
|
||
上式结合三角公式及$0 < \vert \sin x \vert < \vert x \vert$有
|
||
\[0 \leq 1 - \frac{\sin x}{x} \leq 1 - \cos x = 2 \sin^2 \frac{x}{2} \leq 2 \left(\frac{x}{2}\right)^2 = \frac{1}{2}x^2\]
|
||
整理得到
|
||
\[0 \leq 1 - \frac{\sin x}{x} \leq 1 - \cos x \leq \frac{1}{2}x^2\]
|
||
令$x \to 0^+$,得到
|
||
\[\lim \limits_{x \to 0^+} \left(1 - \frac{\sin x }{x}\right) = \lim \limits_{x \to 0^+} (1 - \cos x) = 0\]
|
||
所以
|
||
\[\lim \limits_{x \to 0} \frac{\sin x}{x} = 1\]
|
||
同时也得到
|
||
\[\lim \limits_{x \to 0} \cos x = 1 \eqper\]
|
||
\end{proof}
|
||
|
||
\begin{proposition}[单调收敛原理]
|
||
\ \par
|
||
\begin{enumerate}
|
||
\item $f$在$(a,b)$上的单增有上界,则$\lim \limits_{x \to b^-} f(x) = \sup \limits_{a < x < b} f(x)$;
|
||
\item $f$在$(a,b)$上的单减有下界,则$\lim \limits_{x \to b^-} f(x) = \inf \limits_{a < x < b} f(x)$;
|
||
\item $f$在$(a,b)$上的单增有下界,则$\lim \limits_{x \to a^+} f(x) = \inf \limits_{a < x < b} f(x)$;
|
||
\item $f$在$(a,b)$上的单减有上界,则$\lim \limits_{x \to a^+} f(x) = \sup \limits_{a < x < b} f(x)$
|
||
\end{enumerate}
|
||
\end{proposition}
|
||
|
||
\begin{proof}
|
||
只证(1)。$\{f(x) \vert x \in (a, b)\}$非空有上界,从而有上确界
|
||
\[A = \sup \{f(x) \vert x \in (a, b)\} \eqper\]
|
||
|
||
由上确界的定义,
|
||
\[\forall \varepsilon > 0 \eqco \exists x_1 \in (a, b) \eqco \text{s.t. } f(x_1) > A - \varepsilon\]
|
||
且
|
||
\[f(x) \leq A \eqco \forall x \in (a, b) \eqper\]
|
||
|
||
因为$f$单增,则$\forall x \in (x_1, b)$,有
|
||
\[A - \varepsilon < f(x_1) \leq f(x) \leq A \eqper\]
|
||
因此$\lim \limits_{x \to b^-} f(x) = A$。
|
||
\end{proof}
|
||
|
||
\begin{theorem}
|
||
$(a, b)$上的单调函数在每一点处左右极限都存在。
|
||
\end{theorem}
|
||
|
||
\begin{proof}
|
||
不妨设$f$在$(a,b)$上单增,$x_0 \in (a, b)$,往证$\lim \limits_{x \to x_0^-} f(x)$存在(同理可证$\lim \limits_{x \to x_0^+} f(x)$存在)。
|
||
|
||
$f$单增,$\{f(x) \vert x \in (a, x_0)\}$非空有上界$f(x_0)$,从而有上确界
|
||
\[A = \sup \{f(x) \vert x \in (a, x_0)\} \eqper\]
|
||
|
||
由上确界的定义,
|
||
\[\forall \varepsilon > 0 \eqco \exists x_1 \in (a, x_0) \eqco \text{s.t. } f(x_1) > A - \varepsilon\]
|
||
且
|
||
\[f(x) \leq A \eqco \forall x \in (a, x_0)\]
|
||
因为$f$单增,因此$\forall x \in (x_1, x_0)$,有
|
||
\[A - \varepsilon < f(x_1) \leq f(x) \leq A \eqper\]
|
||
因此$\lim \limits_{x \to x_0^-} f(x) = A$。
|
||
\end{proof}
|
||
|
||
\begin{theorem}
|
||
$f$在$U(x_0, \rho)$中有定义,则以下命题等价:
|
||
\begin{enumerate}[label=(\arabic{*})]
|
||
\item (函数极限的Cauchy收敛原理)$\forall \varepsilon > 0 \eqco \exists \delta > 0 \eqco \forall x, y \in U(x_0, \delta)$,有$\vert f(x) - f(y) \vert < \varepsilon$;
|
||
\item (Heine定理)$\exists A \in \realnum$,对$U(x_0, \rho)$中任意收敛到$x_0$的点列\setname{x_n},有$\toinf f(x_n) = A$;
|
||
\item $\toxzero f(x) = A$。
|
||
\end{enumerate}
|
||
\end{theorem}
|
||
|
||
\begin{proof}
|
||
先证(1)$\Rightarrow$(2):
|
||
|
||
设$x_n \in U(x_0, \rho)$,$\toinf x_n = x_0$。$\forall \varepsilon > 0$,由(1)
|
||
\[\exists \delta > 0 \eqper \forall x, y \in U(x_0, \delta) \eqco \text{有} \vert f(x) - f(y) \vert < \varepsilon \eqper\]
|
||
|
||
对此$\delta$,因为$\toinf x_n = x_0$,所以$\exists N \in \naturalnum$,使$\forall n > N$,$x_n \in U(x_0, \delta)$。
|
||
|
||
那么$\forall m, n > N$,$x_m, x_n \in U(x_0, \delta)$,$\vert f(x_n) - f(x_m) \vert < \varepsilon$。因此\setname{f(x_n)}为Cauchy列,则\setname{f(x_n)}收敛,$\exists A \in \realnum$,满足$\toinf f(x_n) = A$。
|
||
|
||
设$\toinf y_n = x_0$,同理$\toinf f(y_n) = B$。只要证$A = B$即可。构造点列\setname{z_n}:
|
||
$\left\{
|
||
\begin{aligned}
|
||
&z_{2n-1} = x_n\\
|
||
&z_{2n} = y_n
|
||
\end{aligned}
|
||
\right.$,
|
||
则$\toinf z_n = x_0$,\setname{f(z_n)}收敛,且$A = \toinf f(z_{2n-1}) = \toinf f(z_n) = \toinf f(z_{2n}) = B$。
|
||
|
||
再证(2)$\Rightarrow$(3):
|
||
设$\toxzero f(x) \neq A$。则$\exists \varepsilon_0 > 0$,$\forall n \in \naturalnum$,$\exists x_n \in U\left(x_0, \dfrac{1}{n}\right)$满足
|
||
\[\vert f(x_n) - A \vert > \varepsilon_0 \eqper\]
|
||
此时,$\toinf x_n = x_0$,但$\toinf f(x_n) \neq A$,与(2)矛盾。
|
||
|
||
(3)$\Rightarrow$(1)由定义即可得证。
|
||
\end{proof}
|
||
|
||
\begin{remark}
|
||
若$\toinf x_n = \toinf y_n = x_0$则
|
||
\begin{itemize}
|
||
\item $\toinf f(x_n) = A \neq B = \toinf f(y_n) \Rightarrow \toxzero f(x)$不存在;
|
||
\item $\toinf f(x_n)$不存在$\Rightarrow$ $\toxzero f(x)$不存在。
|
||
\end{itemize}
|
||
\end{remark}
|
||
|
||
\begin{theorem}
|
||
$\toxzero u(x) = a$,$\toxzero v(x) = b$,$a^b$有意义,则$\toxzero u(x)^{v(x)} = a^b$。
|
||
\end{theorem}
|
||
|
||
\begin{proof}
|
||
\begin{equation*}
|
||
\toxzero u(x)^{v(x)} = \toxzero e^{v(x) \ln u(x)} = e^{\toxzero \left(v(x) \ln u(x)\right)} = e^{\toxzero v(x) \cdot \toxzero \ln u(x)} = e^{b \ln a} = a^b \eqper
|
||
\end{equation*}
|
||
\end{proof}
|
||
|
||
\section{复合函数极限}
|
||
\begin{proposition}[复合函数极限]
|
||
设$\toxzero f(x) = A$,$\lim \limits_{t \to t_0} g(t) = x_0$并且满足附加条件:$f(x_0) = A$,或者在$t = t_0$附近($t = t_0$除外)$g(t) \neq x_0$,这时复合函数有极限$\lim \limits_{t \to t_0} f(g(t)) = A$。
|
||
\end{proposition}
|
||
|
||
\section{无穷远处的极限}
|
||
\begin{definition}[无穷远处的极限]
|
||
\ \par
|
||
\begin{enumerate}
|
||
\item 设$f: (a, +\infty) \to \realnum$,记$\lim \limits_{x \to +\infty} f(x) = A$,如果$\forall \varepsilon > 0$,$\exists M > 0$,使得$\forall x > M$都有$\vert f(x) - A \vert < \varepsilon$,称$x$趋于正无穷时$f(x)$趋向于$A$。
|
||
\item 设$f: (-\infty, a) \to \realnum$,记$\lim \limits_{x \to -\infty} f(x) = A$,如果$\forall \varepsilon > 0$,$\exists M > 0$,使得$\forall x < -M$都有$\vert f(x) - A \vert < \varepsilon$,称$x$趋于负无穷时$f(x)$趋向于$A$。
|
||
\item 设$\vert x \vert$充分大时$f(x)$有定义,记$\lim \limits_{x \to \infty} f(x) = A$,如果$\forall \varepsilon > 0$,$\exists M > 0$,使得$\forall \vert x \vert > M$都有$\vert f(x) - A \vert < \varepsilon$,称$x$趋于无穷时$f(x)$趋向于$A$。
|
||
\end{enumerate}
|
||
\end{definition}
|
||
|
||
无穷远处的极限的性质与$x$趋于$x_0$时的极限类似,无穷远处的极限也有相应性质:唯一性、有界性、保号/保序性、四则运算性质、子列性质、Cauchy收敛原理、夹逼原理等。
|
||
|
||
无穷远处的复合函数的极限:
|
||
\begin{proposition}
|
||
如果$\lim \limits_{x \to +\infty} f(x) = A$,$\lim \limits_{t \to t_0} g(t) = + \infty$,则$\lim \limits_{t \to t_0} f(g(t)) = A$。
|
||
\end{proposition}
|
||
|
||
类似于单/双侧极限的关系,无穷远处极限也有同样的性质
|
||
\begin{proposition}
|
||
$\lim \limits_{x \to \infty} f(x) = A \Leftrightarrow \lim \limits_{x \to -\infty} f(x) = \lim \limits_{x \to +\infty} f(x) = A$。
|
||
\end{proposition}
|
||
|
||
\section{无穷大与无穷小}
|
||
\begin{definition}[无穷大量]
|
||
设函数$f$在$x_0$附近有定义($x_0$除外),如果$\forall M > 0$,$\exists \delta > 0$,使得$\forall 0 < \vert x - x_0 \vert < \delta$都有
|
||
\begin{enumerate}
|
||
\item $f(x) > M$,则称$x \to x_0$时$f(x) \to +\infty$,记为$\toxzero f(x) = +\infty$;
|
||
\item $f(x) < -M$,则称$x \to x_0$时$f(x) \to -\infty$,记为$\toxzero f(x) = -\infty$;
|
||
\item $\vert f(x) \vert > M$,则称$x \to x_0$时$f(x) \to \infty$,记为$\toxzero f(x) = \infty$。
|
||
\end{enumerate}
|
||
以上情况称$x \to x_0$时$f(x)$为无穷大量。
|
||
\end{definition}
|
||
|
||
\begin{definition}[无穷小量]
|
||
若$\toxzero f(x) = 0$,则称$x \to x_0$时$f(x)$为无穷小量。
|
||
\end{definition}
|
||
|
||
\begin{remark}
|
||
在其它极限过程($x \to x_0^\pm, x \to \pm \infty$)中可以类似地定义无穷大/小量。
|
||
\end{remark}
|
||
|
||
\begin{corollary}
|
||
在同一极限过程中$f(x)$为无穷大量$\Leftrightarrow$ $\dfrac{1}{f(x)}$为无穷小量。
|
||
\end{corollary}
|
||
|
||
\subsection{无穷小量比较}
|
||
\subsubsection{无穷小量的比较与无穷小量的阶}
|
||
\begin{definition}
|
||
设$f(x)$与$g(x)$都是在同一极限过程$x \to \Theta$中的无穷小量。
|
||
\begin{enumerate}[label=(\arabic{*})]
|
||
\item 如果$\lim \limits_{x \to \Theta} \dfrac{f(x)}{g(x)} = 0$,则称$f(x)$是$g(x)$的高阶无穷小量;
|
||
\item 如果$\lim \limits_{x \to \Theta} \dfrac{f(x)}{g(x)} = c \neq 0$,则称$f(x)$与$g(x)$是同阶无穷小量。
|
||
\end{enumerate}
|
||
特别当$c=1$时,称$f(x)$与$g(x)$是等价无穷小量,记为
|
||
\[f(x) \sim g(x) (x \to \Theta)\eqper\]
|
||
\end{definition}
|
||
|
||
\begin{definition}[无穷小的阶]
|
||
令$a > 0$,若$\lim \limits_{x \to x_0} \dfrac{f(x)}{(x - x_0)^a} = c \neq 0$,则称$f(x)$为$a$阶无穷小($x \to x_0$时)。
|
||
\end{definition}
|
||
|
||
\begin{definition}
|
||
设函数$f$与$g$在$x_0$近旁($x_0$除外)有定义,并且$g(x) \neq 0$。
|
||
\begin{enumerate}[label=(\arabic{*})]
|
||
\item 当$x \to x_0$时,若比值$\dfrac{f(x)}{g(x)}$保持有界,即存在正常数$M$,使得$\vert f(x) \leq M \vert g(x) \vert$成立,就用$f(x) = O(g(x))\ (x \to x_0)$表示。
|
||
\item 当$x \to x_0$时,若比值$\dfrac{f(x)}{g(x)}$是一个无穷小,即
|
||
\[\lim \limits_{x \to x_0}\frac{f(x)}{g(x)} = 0\]
|
||
时,就用$f(x) = o(g(x))\ (x \to x_0)$来表示。
|
||
\end{enumerate}
|
||
\end{definition}
|
||
|
||
\subsubsection{几个重要的的等价无穷小}
|
||
\begin{enumerate}
|
||
\item $x \sim \sin x \sim \arcsin x \sim \tan x \sim \arctan x \sim e^x - 1 \sim \ln (1 + x)\ (x \to 0)$
|
||
\item $(1 + x)^a \sim ax\ (x \to 0), a \in \realnum$
|
||
\item $1 - \cos x \sim \dfrac{x^2}{2}\ (x \to 0)$
|
||
\end{enumerate}
|
||
|
||
\subsubsection{等价无穷小代换}
|
||
\begin{proposition}
|
||
设$f(x) \sim g(x)\ (x \to \Theta)$即$\lim \limits_{x \to \Theta} \dfrac{f(x)}{g(x)} = 1$,考虑
|
||
\[f(x)h(x) = \frac{f(x)}{g(x)} \cdot g(x)h(x)\]
|
||
应用极限的四则运算性质有
|
||
\[\lim \limits_{x \to \Theta} f(x)h(x) = \lim \limits_{x \to \Theta} g(x)h(x)\eqper\]
|
||
\end{proposition}
|
||
\begin{remark}
|
||
只有乘除因子才可以做等价无穷小代换。
|
||
\end{remark}
|
||
|
||
\subsubsection{无穷小的计算}
|
||
\begin{enumerate}
|
||
\item $o(f) + o(f) = o(f)$
|
||
\item $o(f) + O(f) = O(f)$
|
||
\item $O(f) + O(f) = O(f)$
|
||
\item $\dfrac{o(f)}{g} = o\left(\dfrac{f}{g}\right), \dfrac{O(f)}{g} = O\left(\dfrac{f}{g}\right), g \neq 0$
|
||
\end{enumerate}
|
||
|
||
\subsection{无穷大量的比较}
|
||
\begin{definition}
|
||
设$f(x)$与$g(x)$都是在同一极限过程$x \to \Theta$中的无穷大量。
|
||
\begin{enumerate}[label=(\arabic{*})]
|
||
\item 如果$\lim \limits_{x \to \Theta} \dfrac{f(x)}{g(x)} = 0$,则称$g(x)$是$f(x)$的高阶无穷大量;
|
||
\item 如果$\lim \limits_{x \to \Theta} \dfrac{f(x)}{g(x)} = c \neq 0$,则称$f(x)$与$g(x)$是同阶无穷大量。
|
||
\end{enumerate}
|
||
\end{definition}
|
||
|
||
\section{连续函数的概念与实例}
|
||
\begin{definition}[连续函数]
|
||
设函数$f$在$x_0$附近有定义(包括$x = x_0$)。如果
|
||
\[\lim \limits_{x \to x_0} f(x) = f(x_0)\]
|
||
则称$f$在$x_0$连续,也即
|
||
\[\forall \varepsilon > 0, \exists \delta > 0, \text{使得}0 < \vert x - x_0 \vert < \delta \text{时} \vert f(x) - f(x_0) \vert < \varepsilon\]
|
||
|
||
否则称$f$在$x_0$间断(不连续)。
|
||
\end{definition}
|
||
|
||
\begin{definition}[单侧连续]
|
||
如果$f(x_0+) = f(x_0)$,则称函数$f$在$x_0$处右连续;如果$f(x_0-) = f(x_0)$,则称函数$f$在$x_0$处左连续。
|
||
\end{definition}
|
||
|
||
\begin{corollary}
|
||
$f$在$x_0$连续当且仅当$f$在$x_0$左右都连续。
|
||
\end{corollary}
|
||
|
||
\subsection{连续函数的运算}
|
||
\begin{proposition}[四则运算]
|
||
设函数$f$和$g$在$x_0$连续,则$f \pm g$和$fg$也在$x_0$连续。又若$g(x_0) \neq 0$,则$\dfrac{f}{g}$也在$x_0$连续。
|
||
\end{proposition}
|
||
|
||
\begin{proposition}[复合运算]
|
||
设函数$g(t)$在$t_0$连续,$f(x)$在$x_0 = g(t_0)$连续,则复合函数$(f \circ g)(t)$在$t_0$连续,也即
|
||
\[\lim \limits_{t \to t_0} f(g(t)) = f(g(t_0)) = f(x_0) \eqper\]
|
||
\end{proposition}
|
||
|
||
\begin{remark}
|
||
连续函数与连续函数的复合是连续函数。
|
||
\end{remark}
|
||
|
||
\begin{definition}
|
||
令$a < b$(包括$a = -\infty$,或$b = +\infty$),记
|
||
\[C(a,b) = \{f:(a,b) \to \realnum \vert f(x)\text{在}(a,b)\text{内处处连续}\}\eqco\]
|
||
记
|
||
\[C[a,b] = \{f:[a,b] \to \realnum \vert f(x)\text{在}(a,b)\text{内处处连续,且在}x=a\text{右连续,在}x=b\text{左连续}\}\eqper\]
|
||
\end{definition}
|
||
|
||
\begin{proposition}
|
||
$C(a,b)$与$C[a,b]$都是线性空间,即
|
||
\[\forall f, g \in C(a,b), \forall \alpha, \beta \in \realnum, \alpha f + \beta g \in C(a,b)\]
|
||
\[\forall f, g \in C[a,b], \forall \alpha, \beta \in \realnum, \alpha f + \beta g \in C[a,b]\]
|
||
\end{proposition}
|
||
|