This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
math104-s21:s:oscarxu [2021/05/11 12:32] 223.104.210.110 |
math104-s21:s:oscarxu [2026/02/21 14:41] (current) |
||
|---|---|---|---|
| Line 331: | Line 331: | ||
| Theorem: Suppose $f_n: X\to \mathbb{R}$ satisfies that $\forall \epsilon > | Theorem: Suppose $f_n: X\to \mathbb{R}$ satisfies that $\forall \epsilon > | ||
| + | Theorem: Suppose $f_n \to f$ uniformly on set $E$ in a metric space. | ||
| + | |||
| + | ** After Midterm 2 ** | ||
| + | |||
| + | Definition of derivatives: | ||
| + | |||
| + | $f'(x) = \lim_{t \to x} \frac{f(t) - f(x)}{t - x}$ | ||
| + | |||
| + | This limit may not exist for all points. If $f' | ||
| + | |||
| + | Proposition: | ||
| + | |||
| + | Theorem: Let $f, g: [a, b] \to \mathbb{R}$. Assume that $f, g$ are differentiable at point $x_0 \in [a, b]$, then | ||
| + | |||
| + | $\forall c \in \mathbb{R}$, | ||
| + | |||
| + | $(f + g)' | ||
| + | |||
| + | $(fg)' | ||
| + | |||
| + | if $g(x_0) \neq 0$, then $(f/ | ||
| + | |||
| + | Mean value theorem: Say $f: [a, b] \to \mathbb{R}$. We say $f$ has a local minimum at point $p \in [a, b]$. If there exists $\delta > 0$ and $\forall x \in [a, b] \cap B_S(p), we have $f(x) \leq f(p). | ||
| + | |||
| + | Proposition: | ||
| + | |||
| + | Rolle theorem: Suppose $f: [a, b] \to \mathbb{R}$ is a continuous function and $f$ is differentiable in $(a, b)$. If $f(a) = f(b)$, then there is some $c \in (a, b)$ such that $f'(c) = 0$. | ||
| + | |||
| + | Generalized mean value theorem: Let $f, g: [a, b] \to \mathbb{R}$ be a continuous function, differentiable on $(a, b)$. Then there exists $c \in (a, b)$, such that | ||
| + | |||
| + | $(f(a) - f(b)) \cdot g'(c) = [g(a) - g(b)] \cdot f'(c)$ | ||
| + | |||
| + | Theorem: Let $f: [a, b] \to \mathbb{R}$ be continous, and differentiable over $(a, b)$. Then there exists $c \in (a, b)$, such that | ||
| + | |||
| + | $[f(b) - f(a)] = (b - a) \cdot f'(c)$ | ||
| + | |||
| + | Corollary: Suppose $f:[a, b] \to \mathbb{R}$ continous $f' | ||
| + | |||
| + | Corollary: Let $f:[a, b] \to \mathbb{R}$ continuous, and differentiable over $(a, b)$. If $f'(x) \geq 0 $ for all $x \in (a, b)$, then $f$ is monotone increasing. | ||
| + | |||
| + | If $f'(x) > 0$ for all $x \in (a, b)$, then $f$ is strictly increasing. | ||
| + | |||
| + | Theorem: Assume $f, g: (a, b) \to \mathbb{R}$ differentiable, | ||
| + | |||
| + | (1) $\lim_{x \to a}f(x) = 0, \lim_{x \to a}g(x) = 0 | ||
| + | |||
| + | (2) $\lim_{x \to a}g(x) = \infty$ | ||
| + | |||
| + | And if $\lim_{x \to a} \frac{f' | ||
| + | |||
| + | then $\lim_{x \to a} \frac{f(x)}{g(x)} = A$ | ||
| + | |||
| + | Higher derivatives: | ||
| + | |||
| + | Definition of smooth: $f(x)$ is a smooth function on $(a, b)$ if $\forall x \in (a, b)$, if $\forall x \in (a, b)$, any order derivative exists. | ||
| + | |||
| + | Taylor theorem: Suppose $f$ is a real function on $[a,b]$, $n$ is a positive integer, $f^{(n-1)}$ is continuous on $[a,b]$, $f^{(n)}(t)$ exists for every $t\isin (a,b)$. Let $\alpha, \beta$ be distinct points of $[a,b]$, and define $P(t) = \sum_{k=0}^{n-1} \frac{f^{(k)}(\alpha)}{k!} (t-\alpha)^k$. Then there exists a point $x$ between $\alpha$ and $\beta$ such that $f(\beta) = P(\beta) + \frac{f^{(n)}(x)}{n!}(\beta - \alpha)^n$. | ||
| + | |||
| + | Taylor series for a smooth function If $f$ is a smooth function on $(a,b)$, and $\alpha \isin (a,b)$, we can form the Taylor Series: \\ $P_{\alpha}(x)=\sum_{k=0}^{\infty} \frac{f^{(k)}(\alpha)}{k!} (x-\alpha)^k$. | ||
| + | |||
| + | Definition of Nth order taylor expansion: | ||
| + | |||
| + | $P_{x_o, | ||
| + | |||
| + | Definition of Partition: Let $[a, | ||