Add integrals
This commit is contained in:
parent
edf9a02659
commit
189f4a1944
1 changed files with 85 additions and 50 deletions
135
analyse/main.tex
135
analyse/main.tex
|
@ -65,55 +65,6 @@
|
|||
|
||||
\end{itemize}
|
||||
|
||||
\subsection{Propriétés}
|
||||
|
||||
Soit $a$ un réel et $u$, $v$, $f$ des fonctions dérivables.
|
||||
|
||||
\begin{tabularx}{\linewidth}{lXl}
|
||||
|
||||
\toprule
|
||||
\multirow{2}{*}{\textbf{Linéarité}} & \textcolor{red}{$(u + v)' = u' + v'$} & \\
|
||||
& \textcolor{red}{$(au)' = au'$} & \\
|
||||
\midrule
|
||||
\textbf{Produit} & \textcolor{red}{$(uv)' = u'v + uv'$} & \\
|
||||
\midrule
|
||||
\textbf{Inverse} & \makecell{\textcolor{red}{$\left(\frac{1}{v}\right)' = - \frac{v'}{v^2}$} \\ pour $v \neq 0$} & (équivaut à $(v^{-1})'$ avec la formule usuelle) \\
|
||||
\midrule
|
||||
\textbf{Quotient} & \makecell{\textcolor{red}{$\left(\frac{u}{v}\right)' = \frac{u'v - uv'}{v^2}$} \\ pour $v \neq 0$} & (on retrouve l'inverse pour $u = 1$) \\
|
||||
\midrule
|
||||
\textbf{Composée} & \textcolor{red}{$(f(u))' = u'f'(u)$} & \makecell{(si $u$ était une constante, la dérivée serait nulle) \\ ($f'(u) = \frac{df}{du}$ est la dérivée de $f$ par rapport à $u$)} \\
|
||||
\midrule
|
||||
\textbf{Réciproque} & \multicolumn{2}{l}{\textcolor{red}{$(f^{-1})' = \frac{1}{f' à f^{-1}}$} ou bien \textcolor{red}{$f^{-1}(x) = \frac{1}{f'(f^{-1}(x))}$}} \\
|
||||
\bottomrule
|
||||
|
||||
\end{tabularx}
|
||||
|
||||
\subsection{Exemples pour la composée}
|
||||
|
||||
$f(x) = {(3x + 5)}^4$
|
||||
|
||||
\begin{align*}
|
||||
f'(x) &= (3x + 5)' \cdot 4{(3x + 5)}^3 & u &= 3x + 5 \\
|
||||
&= 3 \cdot 4{(3x + 5)}^3 & u' &= 3 \\
|
||||
&= 12{(3x + 5)}^3 & (u^4)' &= 4u^3 \\
|
||||
\end{align*}
|
||||
|
||||
$f(x) = \cos(5x + 7)$
|
||||
|
||||
\begin{align*}
|
||||
f'(x) &= (5x + 7) \cdot (-\sin(5x + 7)) & u &= 5x + 7 \\
|
||||
&= -5\sin(5x + 7) & u' &= 5 \\
|
||||
& & \cos(u)' &= -\sin(u) \\
|
||||
\end{align*}
|
||||
|
||||
\subsection{Autre notation}
|
||||
|
||||
\begin{displaymath}
|
||||
f'(x) = \frac{df}{dx}(x)
|
||||
\end{displaymath}
|
||||
|
||||
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}{YYY}
|
||||
|
@ -138,7 +89,7 @@
|
|||
\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
|
||||
$\cot{x}$ & $-1 - \cot^2{x} = \frac{-1}{\sin^2{x}}$ & $\mathbb{R}\setminus \pi\mathbb{Z}$ \\
|
||||
$\cot{x}$ & $-1 - \cot^2{x} = \frac{-1}{\sin^2{x}}$ & $\mathbb{R}\setminus\pi\mathbb{Z}$ \\
|
||||
\midrule
|
||||
$\arcsin{x}$ & $\frac{1}{\sqrt{1 - x^2}}$ & $]-1; 1[$ \\
|
||||
\midrule
|
||||
|
@ -148,8 +99,92 @@
|
|||
\bottomrule
|
||||
\end{tabularx}
|
||||
|
||||
\subsection{Propriétés}
|
||||
|
||||
Soit $a$ un réel et $u$, $v$, $f$ des fonctions dérivables.
|
||||
|
||||
\begin{tabularx}{\linewidth}{lXl}
|
||||
\toprule
|
||||
\multirow{2}{*}{\textbf{Linéarité}} & \textcolor{red}{$(u + v)' = u' + v'$} & \\
|
||||
& \textcolor{red}{$(au)' = au'$} & \\
|
||||
\midrule
|
||||
\textbf{Produit} & \textcolor{red}{$(uv)' = u'v + uv'$} & \\
|
||||
\midrule
|
||||
\textbf{Inverse} & \makecell{\textcolor{red}{$\left(\frac{1}{v}\right)' = - \frac{v'}{v^2}$} \\ pour $v \neq 0$} & (équivaut à $(v^{-1})'$ avec la formule usuelle) \\
|
||||
\midrule
|
||||
\textbf{Quotient} & \makecell{\textcolor{red}{$\left(\frac{u}{v}\right)' = \frac{u'v - uv'}{v^2}$} \\ pour $v \neq 0$} & (on retrouve l'inverse pour $u = 1$) \\
|
||||
\midrule
|
||||
\textbf{Composée} & \textcolor{red}{$(f(u))' = u'f'(u)$} & \makecell{(si $u$ était une constante, la dérivée serait nulle) \\ ($f'(u) = \frac{df}{du}$ est la dérivée de $f$ par rapport à $u$)} \\
|
||||
\midrule
|
||||
\textbf{Réciproque} & \multicolumn{2}{l}{\textcolor{red}{$(f^{-1})' = \frac{1}{f' à f^{-1}}$} ou bien \textcolor{red}{$f^{-1}(x) = \frac{1}{f'(f^{-1}(x))}$}} \\
|
||||
\bottomrule
|
||||
\end{tabularx}
|
||||
|
||||
\subsubsection{Exemples pour la composée}
|
||||
|
||||
$f(x) = {(3x + 5)}^4$
|
||||
|
||||
\begin{align*}
|
||||
f'(x) &= (3x + 5)' \cdot 4{(3x + 5)}^3 & u &= 3x + 5 \\
|
||||
&= 3 \cdot 4{(3x + 5)}^3 & u' &= 3 \\
|
||||
&= 12{(3x + 5)}^3 & (u^4)' &= 4u^3 \\
|
||||
\end{align*}
|
||||
|
||||
$f(x) = \cos(5x + 7)$
|
||||
|
||||
\begin{align*}
|
||||
f'(x) &= (5x + 7) \cdot (-\sin(5x + 7)) & u &= 5x + 7 \\
|
||||
&= -5\sin(5x + 7) & u' &= 5 \\
|
||||
& & \cos(u)' &= -\sin(u) \\
|
||||
\end{align*}
|
||||
|
||||
\section{Techniques d'intégration}
|
||||
|
||||
\subsection{Primitives usuelles}
|
||||
|
||||
\begin{tabularx}{\linewidth}{YY}
|
||||
\toprule
|
||||
Fonction & Une primitive \\
|
||||
\toprule
|
||||
$f(x) = a$ avec $a\in\mathbb{R}$ & $F(x) = ax$ \\
|
||||
\midrule
|
||||
$f(x) = x^n$ avec $n\in\mathbb{N}^*$ & $F(x) = \frac{x^{n+1}}{n+1}$ \\
|
||||
\midrule
|
||||
$f(x) = x^n$ avec $n < -1$, $n\in\mathbb{Z}$ & $F(x) = \frac{x^{n+1}}{n+1}$ \\
|
||||
\midrule
|
||||
$f(x) = \frac{1}{\sqrt{x}}$ & $F(x) = 2\sqrt{x}$ \\
|
||||
\midrule
|
||||
$f(x) = \frac{1}{x}$ & $F(x) = \ln{x}$ \\
|
||||
\midrule
|
||||
$f(x) = \frac{1}{x^2}$ & $F(x) = -\frac{1}{x}$ \\
|
||||
\midrule
|
||||
$f(x) = e^x$ & $F(x) = e^x$ \\
|
||||
\midrule
|
||||
$f(x) = \cos{x}$ & $F(x) = \sin{x}$ \\
|
||||
$f(x) = \sin{x}$ & $F(x) = -\cos{x}$ \\
|
||||
\bottomrule
|
||||
\end{tabularx}
|
||||
|
||||
\subsection{Propriétés}
|
||||
|
||||
\begin{tabularx}{\linewidth}{YY}
|
||||
\toprule
|
||||
Fonction & Une primitive \\
|
||||
\toprule
|
||||
$u'u^n$ avec $n\in\mathbb{Z}\setminus -1$ & $\frac{u^{n+1}}{n+1}$ \\
|
||||
\midrule
|
||||
$\frac{u'}{\sqrt{u}}$ & $2\sqrt{u}$ \\
|
||||
\midrule
|
||||
$\frac{u'}{u}$ avec $u(x) > 0$ & $\ln{u}$ \\
|
||||
\midrule
|
||||
$u'e^u$ & $e^u$ \\
|
||||
\midrule
|
||||
$u'\cos{u}$ & $\sin{u}$ \\
|
||||
\midrule
|
||||
$u'\sin{u}$ & $-\cos{u}$ \\
|
||||
\bottomrule
|
||||
\end{tabularx}
|
||||
|
||||
\section{Equations différentielles}
|
||||
|
||||
\section{Intégrales généralisées}
|
||||
|
|
Loading…
Reference in a new issue