2021-09-02 18:06:51 +02:00
\documentclass [a4paper,french,12pt] { article}
2021-09-02 23:31:53 +02:00
\title { Analyse}
\author { Alain OSTER --- \href { mailto:alain.oster@intervenants.efrei.fr} { \nolinkurl { alain.oster@intervenants.efrei.fr} } }
\date { Dernière compilation~: \today { } à \currenttime }
2021-09-02 18:06:51 +02:00
\usepackage { ../cours}
2021-09-02 23:31:53 +02:00
2021-09-02 15:53:13 +02:00
\begin { document}
2021-09-02 23:31:53 +02:00
\maketitle
\tableofcontents
2021-09-03 22:04:15 +02:00
\clearpage
2021-09-02 23:31:53 +02:00
2021-09-02 15:53:13 +02:00
\section { Rappel sur les dérivées}
\subsection { Définition}
Soit une fonction $ f $ définie au voisinage d'un réel $ a $ .
On dit que $ f $ est dérivable en $ a $ s'il existe un réel $ l $ (appelé nombre dérivé de $ f $ en $ a $ ), tel que l'on ait une des deux propriétés suivantes~:
2021-09-03 23:01:52 +02:00
\begin { multicols} { 2}
2021-09-02 15:53:13 +02:00
2021-09-03 23:01:52 +02:00
\begin { enumerate}
2021-09-02 15:53:13 +02:00
2021-09-03 23:01:52 +02:00
\item $ \lim \limits _ { x \to a } \frac { f ( x ) - f ( a ) } { x - a } = l $
2021-09-02 15:53:13 +02:00
2021-09-03 23:01:52 +02:00
\item $ \lim \limits _ { h \to 0 } \frac { f ( a + h ) - f ( a ) } { h } = l $
\end { enumerate}
\end { multicols}
2021-09-02 15:53:13 +02:00
Alors $ f' ( a ) = l $ .
\subsection { Interprétation graphique}
2021-09-03 23:01:52 +02:00
\begin { multicols} { 2}
\includegraphics [width=0.4\textwidth] { ./img/rappel-deriv-int-graph.png}
Au point $ A = ( a, y _ a = f ( a ) ) $ , la droite $ \Delta $ est la tangente de $ f ( x ) $ en $ A $ .
2021-09-02 15:53:13 +02:00
2021-09-03 23:01:52 +02:00
\begin { displaymath}
\Delta : y = px + m
\end { displaymath}
2021-09-02 15:53:13 +02:00
2021-09-03 23:01:52 +02:00
La dérivée donne la pente de la droite $ \Delta $ .
\begin { displaymath}
p = f'(a)
\end { displaymath}
\end { multicols}
2021-09-02 15:53:13 +02:00
Ainsi~:
\begin { itemize}
2021-09-03 23:01:52 +02:00
\item si $ f' ( a ) < 0 $ alors $ f $ est décroissante
2021-09-02 15:53:13 +02:00
2021-09-03 23:01:52 +02:00
\item si $ f' ( a ) > 0 $ alors $ f $ est croissante
2021-09-02 15:53:13 +02:00
2021-09-03 23:01:52 +02:00
\item si $ f' ( a ) = 0 $ alors $ f $ passe par un extremum (max, min, ou point d'inflexion)
2021-09-02 15:53:13 +02:00
\end { itemize}
\subsection { Propriétés}
Soit $ a $ un réel et $ u $ , $ v $ , $ f $ des fonctions dérivables.
2021-09-02 23:31:53 +02:00
\begin { tabularx} { \linewidth } { lXl}
2021-09-02 15:53:13 +02:00
2021-09-02 23:31:53 +02:00
\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
2021-09-02 15:53:13 +02:00
2021-09-02 23:31:53 +02:00
\end { tabularx}
2021-09-02 15:53:13 +02:00
2021-09-02 23:31:53 +02:00
\subsection { Exemples pour la composée}
2021-09-02 15:53:13 +02:00
2021-09-02 23:31:53 +02:00
$ f ( x ) = { ( 3 x + 5 ) } ^ 4 $
2021-09-02 15:53:13 +02:00
2021-09-02 23:31:53 +02:00
\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*}
2021-09-02 15:53:13 +02:00
2021-09-02 23:31:53 +02:00
$ f ( x ) = \cos ( 5 x + 7 ) $
2021-09-02 15:53:13 +02:00
2021-09-02 23:31:53 +02:00
\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*}
2021-09-02 15:53:13 +02:00
2021-09-02 23:31:53 +02:00
\subsection { Autre notation}
2021-09-02 15:53:13 +02:00
2021-09-02 23:31:53 +02:00
\begin { displaymath}
f'(x) = \frac { df} { dx} (x)
\end { displaymath}
2021-09-02 15:53:13 +02:00
2021-09-02 23:31:53 +02:00
Avec cette notation, $ ( f ( u ) ) ' = u'f' ( u ) $ devient $ \frac { df ( u ) } { dx } = \frac { du } { dx } \cdot \frac { df } { du } $ .
2021-09-02 15:53:13 +02:00
2021-09-03 17:30:39 +02:00
\subsection { Dérivées usuelles}
2021-09-03 21:33:40 +02:00
\begin { tabularx} { \linewidth } { YYY}
2021-09-03 17:30:39 +02:00
\toprule
2021-09-03 21:33:40 +02:00
Fonction & Dérivée & Dérivabilité \\
2021-09-03 17:30:39 +02:00
\toprule
2021-09-03 21:33:40 +02:00
$ x ^ n $ avec $ n \in \mathbb { Z } $ & $ nx ^ { n - 1 } $ & $ \mathbb { R } ^ * $ \\
2021-09-03 17:30:39 +02:00
\midrule
2021-09-03 21:33:40 +02:00
$ x ^ \alpha $ avec $ \alpha \in \mathbb { R } $ & $ \alpha x ^ { \alpha - 1 } $ & $ \mathbb { R } _ + ^ * $ \\
2021-09-03 17:30:39 +02:00
\midrule
2021-09-03 23:01:52 +02:00
$ \sqrt { x } $ & $ \frac { 1 } { 2 \sqrt { x } } $ & $ \mathbb { R } ^ * $ \\
\midrule
2021-09-03 21:33:40 +02:00
$ e ^ { \alpha x } $ avec $ \alpha \in \mathbb { C } $ & $ \alpha e ^ { \alpha x } $ & $ \mathbb { R } $ \\
2021-09-03 17:30:39 +02:00
\midrule
2021-09-03 21:33:40 +02:00
$ a ^ x $ avec $ a \in \mathbb { R } _ + ^ * $ & $ a ^ x \ln { a } $ & $ \mathbb { R } $ \\
2021-09-03 17:30:39 +02:00
\midrule
2021-09-03 21:33:40 +02:00
$ \ln { |x| } $ & $ \frac { 1 } { x } $ & $ \mathbb { R } ^ * $ \\
2021-09-03 17:30:39 +02:00
\midrule
2021-09-03 21:33:40 +02:00
$ \cos { x } $ & $ - \sin { x } $ & $ \mathbb { R } $ \\
2021-09-03 17:30:39 +02:00
\midrule
2021-09-03 21:33:40 +02:00
$ \sin { x } $ & $ \cos { x } $ & $ \mathbb { R } $ \\
2021-09-03 17:30:39 +02:00
\midrule
2021-09-03 21:33:40 +02:00
$ \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 \} $ \\
2021-09-03 17:30:39 +02:00
\midrule
2021-09-03 21:33:40 +02:00
$ \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
$ \arccos { x } $ & $ \frac { - 1 } { \sqrt { 1 - x ^ 2 } } $ & $ ] - 1 ; 1 [ $ \\
\midrule
$ \arctan { x } $ & $ \frac { 1 } { \sqrt { 1 + x ^ 2 } } $ & $ \mathbb { R } $ \\
2021-09-03 17:30:39 +02:00
\bottomrule
\end { tabularx}
2021-09-02 15:53:13 +02:00
\section { Techniques d'intégration}
\section { Equations différentielles}
\section { Intégrales généralisées}
\section { Séries de Fourier}
\end { document}