Start adding dérivées usuelles

This commit is contained in:
flyingscorpio@pinebookpro 2021-09-03 17:30:39 +02:00
parent b8be95f93c
commit 96869675f1
2 changed files with 27 additions and 0 deletions

View file

@ -97,6 +97,32 @@
Avec cette notation, $(f(u))' = u'f'(u)$ devient $\frac{df(u)}{dx} = \frac{du}{dx} \cdot \frac{df}{du}$.
\subsection{Dérivées usuelles}
\begin{tabularx}{\linewidth}{YYYY}
\toprule
Fonction & Dérivée & Dérivabilité \\
\toprule
$x^n$ avec $n\in\mathbb{Z}$ & $nx^{n-1}$ & $\mathbb{R}^*$ \\
\midrule
$x^\alpha$ avec $\alpha\in\mathbb{R}$ & $\alpha x^{\alpha - 1}$ & $\mathbb{R}_+^*$ \\
\midrule
$e^{\alpha x}$ avec $\alpha\in\mathbb{C}$ & $\alpha e^{\alpha x}$ & $\mathbb{R}$ \\
\midrule
$a^x$ avec $a\in\mathbb{R}_+^*$ & $a^x \ln{a}$ & $\mathbb{R}$ \\
\midrule
$\ln{|x|}$ & $\frac{1}{x}$ & $\mathbb{R}^*$ \\
\midrule
$\cos{x}$ & $-\sin{x}$ & $\mathbb{R}$ \\
\midrule
$\sin{x}$ & $\cos{x}$ & $\mathbb{R}$ \\
\midrule
$\tan{x}$ & $1 + \tan^2{x} = \frac{1}{\cos^2{x}}$ & $\mathbb{R}\setminus\left\{\frac{\pi}{2} + k \pi\middle|k\in\mathbb{Z}\right\}$ \\
\midrule
$\cotan{x}$ & $-1 - \cotan^2{x} = \frac{-1}{\sin^2{x}}$ & $\mathbb{R}\setminus \pi\mathbb{Z}$ \\
\bottomrule
\end{tabularx}
\section{Techniques d'intégration}
\section{Equations différentielles}

View file

@ -16,6 +16,7 @@
\usepackage{color}
\usepackage{amsmath}
\usepackage{amsfonts}
\everymath{\displaystyle}
\usepackage{booktabs}