This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
math104-s21:s:genevievebrooks [2021/05/12 20:45] 157.131.89.162 |
math104-s21:s:genevievebrooks [2026/02/21 14:41] (current) |
||
|---|---|---|---|
| Line 148: | Line 148: | ||
| - | **Continuity** | + | **Continuity**\\ |
| + | 3 Definitions: | ||
| + | (Credit to Kaylene Stocking because I really liked the way she described the definitions)\\ | ||
| + | The limit perspective: | ||
| + | |||
| + | The bounded rate of change perspective: | ||
| + | **formal definition**: | ||
| + | |||
| + | The topological perspective: | ||
| Line 163: | Line 171: | ||
| 5.2 Theorem: If $f$ is defferentiable at $x$ then $f$ is continuous at $x$. | 5.2 Theorem: If $f$ is defferentiable at $x$ then $f$ is continuous at $x$. | ||
| - | **Intermediate | + | **Mean Value Theorems** |
| These theorems let us extrapolate data about arbitrary points on a function in a range [a, b] for which f is defined. If a point on f is a local min or local max then its derivative at that point is 0.\\ | These theorems let us extrapolate data about arbitrary points on a function in a range [a, b] for which f is defined. If a point on f is a local min or local max then its derivative at that point is 0.\\ | ||
| - | Generalized | + | Generalized |
| + | |||
| + | MVT: $\frac{f(b) - f(a)}{b - a} = f' | ||
| + | |||
| + | Rolle' | ||
| + | |||
| + | Continuity of Derivatives Theorem: Suppose $f$ is a real differentiable function on [a, b] and suppose $f'(a) < \lambda < f'(b)$ then there is a point x in (a, b) such that $f'(x) = \lambda$ | ||
| + | |||
| + | -useful corollary: If f is differentiable on (a, b) then f can not have any simple discontinuities on (a, b). | ||
| - | IVT: \frac{f(b) - f(a)}{b - a} = f'(x) | + | **L' |
| + | Let $s$ signify $a$, $a^+$, $a^-$, $\infty$, or $-\infty$ where $a \epsilon \mathbb{R}$ and suppose $f$ and $g$ are differentiable functions for which the following limit exists: $$\lim_{x \rightarrow s} \frac{f'(x)}{g' | ||
| + | **Taylor' | ||
| + | If $f$ is a smooth function (is infinitely differentiable) then $$\sum_{k = 0}^{\infty} \frac{f^k(c)}{k!}(x - c)^k$$ is the Taylor series of f about c. We can stop k at a certain index to get a partial representation of $f$ with some error. The error formula is: $$R_n(x) = f(x) - \sum_{k = 0}{n - 1} \frac{f^k(c)}{k!}(x - c)^k$$ The remainder depends on f and c. Furthermore we may have that $$f(x) = \sum_{k = 0}^{\infty} \frac{f^k(c)}{k!}(x - c)^k$$ iff $$\lim_{n \rightarrow \infty} R_n(x) = 0$$ But the remainder need not always tend to zero. Hence we can have $f$ not given exactly by its Taylor series.\\ | ||
| + | **The actual Taylor' | ||
| + | Let $f$ be defined on (a, b) where a < c < b. Suppose the nth derivative of f(x) exists on (a, b). Then for each $x \neq c$ in (a, b) there is some $y$ between c and x such that $$R_n(x) = \frac{f^n(y)}{n!}(x - c)^n$$ | ||