Derivative for single variable functions
is differentiable at a if exists.
- product rule:
- chain rule:
Mean Value Theorem
Let be a continuous function on , and differentiable function on , then there exists at least one such that
f’(c) = \frac{f(b) - f(a)}{b - a}.
> **Note:** Rolle's Theorem is a special case of the Mean Value Theorem when $f(a) = f(b).$ That is $f'(c) = 0$. > [!theorem] Cauchy Mean Value Theorem (CMVT) > > Let $f, g : [a,b] \to \mathbb{R}$ be continuous functions on $[a,b]$, and differentiable functions on $(a,b)$, then there exists $c \in (a,b)$ such that > $$ > (f(b)-f(a))g'(c)\ =\ (g(b)-g(a))f'(c). > $$ > **Note:** If \(g(x) = x\), the Cauchy MVT reduces to the standard Mean Value Theorem. >[!definition] > > - $f$ is increasing $a<b \implies f(a)<f(b)$. > - $f$ is decreasing $a<b \implies f(a)>f(b)$. > - $x$ is a local maximum point if $\exists \delta$ such that $f(x) \geq f(y)$ $\forall y \in (x-\delta, x+\delta)$. > - $x$ is a local minimum point if $\exists \delta$ such that $f(x) \leq f(y)$ $\forall y \in (x-\delta, x+\delta)$. > - If $f'(x) = 0$ we say that $x$ is a critical point of $f$. >[!proposition] > >- If $x$ is an extreme point for $f$ and $f$ is differentiable at $x$ then $f'(x) = 0$ >- At an extreme point, either the derivative vanishes or doesn't exist. >- Suppose $f'(a) = 0$ and $f''(a) >0$ then $f$ has a local min at a.