2022-11-11 17:30:23 +01:00
|
|
|
# Dérivabilité des fonctions
|
2022-12-27 11:41:55 +01:00
|
|
|
|
|
|
|
Une fonction \\( f : \mathbb{R} \to \mathbb{R}\\) est **dérivable** en un \\( a \in dom(f)\\) Si
|
|
|
|
\\[
|
|
|
|
\lim\limits_{x \to a \\\\ x \in dom(f) \\{a\\}} \frac{f(x) - f(a)}{x - a} \text{ existe }
|
|
|
|
\\]
|
|
|
|
Dans ce cas la dérivée de f en a est la valeur de \\(\lim\limits_{x \to a} \frac{f(x) - g(x)}{x - a}\\)
|
|
|
|
|
|
|
|
> Mais ceci require l'unicitee de la limite
|
|
|
|
|
|
|
|
Donc \\(a \in adh(dom(f) \backslash \\{a\\}) \cap dom(f) \\)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|