This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
math104-s21:s:ryanpurpura [2021/05/12 23:12] 135.180.146.149 |
math104-s21:s:ryanpurpura [2026/02/21 14:41] (current) |
||
|---|---|---|---|
| Line 727: | Line 727: | ||
| A: This is because we restricted the domain to a compact set! | A: This is because we restricted the domain to a compact set! | ||
| + | |||
| + | 23: Give an example where $E'$ is a subset of $E$. | ||
| + | |||
| + | A: Consider the classic set $\{0\} \union \{1, 1/2, 1/3, 1/4, \dots}$. | ||
| + | $E' = \{0\}$. | ||
| + | |||
| + | 24: Give an example where it's a superset of $E$. | ||
| + | |||
| + | A: Consider $E = (0, 1)$ then $E' = [0, 1]$. | ||
| + | |||
| + | 25: Give an example where it's neither. | ||
| + | |||
| + | A: Consider $E = \{1, 1/2, 1/3, 1/4, \dots \}$. | ||
| + | $E' = \{0\}$. But this is neither subset nor superset of $E$. | ||
| + | |||
| + | 26: Why is continuity defined at a point and uniform continuity defined on an interval? | ||
| + | |||
| + | A: Continuity allows you to pick a different $\delta$ for each point, | ||
| + | allowing you to have continuity at a single point. Uniform continuity | ||
| + | needs to have a interval share the same value of $\delta$. | ||
| + | |||
| + | 27: What is a smooth function, and give an example one. | ||
| + | |||
| + | A: A smooth function is infinitely differentiable. | ||
| + | All polynomials are smooth. | ||
| + | |||
| + | 28: Prove differentiability implies continuity. | ||
| + | |||
| + | A: Differentiability | ||
| + | implies $\lim_{t \to x} \frac{f(t) - f(x)}{t-x} = L$. | ||
| + | Now multiply both sides by $\lim_{t \to x} (t -x)$, taking advantage of limit rules. | ||
| + | so we get $\lim_{t\to x} \frac{f(t) -f(x)}{t-x}(t-x) = f'(x) \cdot 0 = 0$ | ||
| + | which means $\lim_{t\to x} f(t) = f(x)$. | ||
| + | |||
| + | 29: Use L' | ||
| + | |||
| + | A: We clearly see that the limits of the top and bottom go to infinity, | ||
| + | so we can use L' | ||
| + | Taking derivative of top and bottom, we get $1/e^x$ which goes to $0$. | ||
| + | |||
| + | 30: 5.1 Prove that if $c$ is an isolated point in $D$, then $f$ is automatically continuous at $c$. | ||
| + | |||
| + | A: Briefly, no matter what $\epsilon$ is chosen, we can just choose a small | ||
| + | enough neighborhood such $c$ is within the neighborhood. | ||
| + | Then all $x$ (i.e., just c) in the neighborhood have $|f(x)-f(c)| = 0$. | ||
| + | |||
| + | |||