$$ \forall x \in \mathbb{R}^*_+, \ \forall a \in \mathbb{R}^*_+, $$
$$ \bigl(log_a(x) \bigr)' = \frac{1}{x \ ln(a)} $$
$$ \forall x \in \mathbb{R}, $$
$$ \bigl(sin(x) \bigr)' = cos(x) $$
$$ \forall x \in \mathbb{R}, $$
$$ \bigl(cos(x) \bigr)' = -sin(x) $$
$$ \forall k \in \mathbb{N}, \ \forall x \in \left[ \mathbb{R} \ \backslash \left \{ \frac{k\pi}{2} \right \} \right], $$
$$ \bigl(tan(x) \bigr)' = 1 + tan^2(x) = \frac{1}{cos^2(x)} $$
Formules d'opérations sur des fonctions
Soit \((f,g)\) deux fonctions.
Dérivée d'une fonction mulitpliée par une constante
Lorsqu'une constante est présente devant une fonction, on peut la laisser devant et calculer la dérivée à part.
$$(\lambda f)' = \lambda f' $$
Exemple :
$$ (3x^2)' = 3 \times (x^2)' $$
$$ (3x^2)' = 3 \times 2x = 6x $$
Dérivée d'une somme
La dérivée d'une somme est la somme des dérivées.
Exemple :
$$ (-4x^2 + 3x - 5 )' = (-4x^2)' +( 3x)' -(5 )' $$
$$ (-4x^2 + 3x - 5 )' = -4\times 2x + 3 $$
$$ (-4x^2 + 3x - 5 )' = -8x + 3 $$
Dérivée d'un produit
$$(fg)' = f'g + fg' $$
Exemple :
$$ (4x \times \sqrt{x})' = (4x)'\sqrt{x} + 4x(\sqrt{x} )' $$
$$ (4x \times \sqrt{x})' = 4\sqrt{x} + 4x \times \frac{1}{2 \sqrt{x}} $$
Dérivée d'un quotient
$$ \forall f, \ \forall g \neq 0, $$
$$ \left(\frac{f}{g} \right)' = \frac{f'g - fg'}{g^2} $$
Exemple :
$$ \left( \frac{\sqrt{x}}{ln(x)} \times \sqrt{x} \right)' = \frac{(\sqrt{x})' ln(x) - \sqrt{x}(ln(x))'}{ln(x)^2} $$
$$ \left( \frac{\sqrt{x}}{ln(x)} \times \sqrt{x} \right)' = \frac{\frac{ln(x)}{2 \sqrt{x}} - \frac{\sqrt{x}}{x}}{ln(x)^2} $$
Dérivée d'une fonction composée
On note une fonction composée \(\bigl(f \circ g\bigr)(x)\), c'est l'équivalent de \(f \bigl(g(x) \bigr)\).
$$ x \longmapsto g(x) \longmapsto f \bigl(g(x) \bigr) $$
Et sa dérivée vaut :
$$ \left(f \circ g \right)' = g' \times (f' \circ g) $$
Exemple :
$$ \left( (1+x)^2 \right)' = 1 \times 2(1+x) $$
$$ \Biggl \{ \begin{gather*}
g(x) = (1+x) \\
f(X) = X^2
\end{gather*} $$
$$ \Biggl \{ \begin{gather*}
g'(x) = 1 \\
f'(X) = 2X
\end{gather*} $$
Calcul "à la main"
En revenant à la définition de la dérivée, à savoir :
$$ f'(x) = \\lim_{h \to 0} \frac{f(x+h) - f(x)}{h} \qquad (notation \ de \ Lagrange) $$
Exemple : la fonction carrée
$$ (x^2)' = \\lim_{h \to 0} \frac{(x+h)^2 - x^2}{h} $$
$$ (x^2)' = \\lim_{h \to 0} \frac{x^2 + 2xh + h^2 - x^2}{h} $$
Les deux termes \(x^2\) s'annihilent :
$$ (x^2)' = \\lim_{h \to 0} \frac{2xh + h^2 }{h} $$
On factorise par \(h\) :
$$ (x^2)' = \\lim_{h \to 0} h \times \frac{2x + h }{h} $$
Et on l'élimine :
$$ (x^2)' = \\lim_{h \to 0} \cancel{h} \times \frac{2x + h }{\cancel{h}} $$
$$ (x^2)' = \\lim_{h \to 0} (2x + h) $$
$$ (x^2)' = 2x $$