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 15:05] 210.22.157.194 |
math104-s21:s:oscarxu [2026/02/21 14:41] (current) |
||
|---|---|---|---|
| Line 383: | Line 383: | ||
| then $\lim_{x \to a} \frac{f(x)}{g(x)} = A$ | 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, | ||