2021-10-10 13:47:35 +02:00
\documentclass [a4paper,french,11pt] { article}
2021-09-02 23:31:53 +02:00
\title { Analyse}
2021-09-17 14:12:59 +02:00
\author { }
2021-09-02 23:31:53 +02:00
\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-11 13:48:29 +02:00
2021-09-03 22:04:15 +02:00
\clearpage
2021-09-11 13:48:29 +02:00
2021-10-23 14:13:56 +02:00
\paragraph { Trigonométrie}
\begin { tabular} { c|ccccc}
\toprule
x & 0 & $ \frac { \pi } { 6 } $ & $ \frac { \pi } { 4 } $ & $ \frac { \pi } { 3 } $ & $ \frac { \pi } { 2 } $ \\
\midrule
$ \sin { x } $ & 0 & $ \frac { 1 } { 2 } $ & $ \frac { \sqrt { 2 } } { 2 } $ & $ \frac { \sqrt { 3 } } { 2 } $ & 1 \\
\midrule
$ \cos { x } $ & 1 & $ \frac { \sqrt { 3 } } { 2 } $ & $ \frac { \sqrt { 2 } } { 2 } $ & $ \frac { 1 } { 2 } $ & 0 \\
\midrule
$ \frac { \sin { x } } { \cos { x } } = \tan { x } $ & 0 & $ \frac { 1 } { \sqrt { 3 } } = \frac { \sqrt { 3 } } { 3 } $ & 1 & $ \sqrt { 3 } $ & impossible \\
\bottomrule
\end { tabular}
\paragraph { Exponentielle et Logarithme}
\hfill
$ e ^ 0 = 1 ; e ^ 1 = e $
\hfill
$ \ln { 0 } = \text { impossible~; } \ln { 1 } = 0 \text { ~; } \ln { e } = 1 $
2021-10-10 19:29:57 +02:00
2021-10-23 14:13:56 +02:00
\paragraph { Dérivées et Primitives}
2021-09-11 13:48:29 +02:00
2021-10-23 14:13:56 +02:00
\begin { multicols} { 2}
2021-09-11 13:48:29 +02:00
2021-10-22 23:47:25 +02:00
\begin { tabularx} { \linewidth } { YY}
2021-10-10 13:47:35 +02:00
\toprule
2021-10-23 14:13:56 +02:00
Primitive --- $ f ( x ) $ & Dérivée --- $ f' ( x ) $ \\
2021-09-11 18:25:39 +02:00
\toprule
2021-10-23 14:13:56 +02:00
$ a $ & 0 \\
\midrule
$ ax $ & $ a $ \\
\midrule
$ \frac { 1 } { 2 } x ^ 2 $ & $ x $ \\
\midrule
$ x ^ n $ & $ nx ^ { n - 1 } $ \\
\midrule
$ \sqrt { x } $ & $ \frac { 1 } { 2 \sqrt { x } } $ \\
\midrule
$ \frac { 2 } { 3 } x \sqrt { x } $ & $ \sqrt { x } $ \\
\midrule
$ e ^ { ax } $ & $ ae ^ { ax } $ \\
\midrule
$ a ^ x $ & $ a ^ x \ln { a } $ \\
2021-09-11 18:25:39 +02:00
\midrule
2021-10-23 14:13:56 +02:00
$ \ln { |x| } $ & $ \frac { 1 } { x } $ \\
2021-09-19 13:24:38 +02:00
\midrule
2021-10-23 14:13:56 +02:00
$ - \frac { 1 } { x } $ & $ \frac { 1 } { x ^ 2 } $ \\
\midrule
$ \cos { x } $ & $ - \sin { x } $ \\
\midrule
$ \sin { x } $ & $ \cos { x } $ \\
\midrule
$ \tan { x } $ & $ 1 + \tan ^ 2 { x } = \frac { 1 } { \cos ^ 2 { x } } $ \\
\midrule
$ \cot { x } $ & $ - 1 - \cot ^ 2 { x } = \frac { - 1 } { \sin ^ 2 { x } } $ \\
\midrule
$ \arccos { x } $ & $ \frac { - 1 } { \sqrt { 1 - x ^ 2 } } $ \\
\midrule
$ \arcsin { x } $ & $ \frac { 1 } { \sqrt { 1 - x ^ 2 } } $ \\
\midrule
$ \arctan { x } $ & $ \frac { 1 } { 1 + x ^ 2 } $ \\
2021-10-10 19:29:57 +02:00
\bottomrule
\end { tabularx}
2021-10-23 14:13:56 +02:00
\columnbreak
2021-10-10 19:29:57 +02:00
2021-10-23 14:13:56 +02:00
\begin { tabularx} { \linewidth } { lY}
2021-10-10 19:29:57 +02:00
\toprule
2021-10-23 14:13:56 +02:00
\multirow { 2} { *} { Linéarité} & $ ( u + v ) ' = u' + v' $ \\
& $ ( au ) ' = au' $ \\
\midrule
Produit & $ ( uv ) ' = u'v + uv' $ \\
\midrule
Inverse & $ \left ( \frac { 1 } { v } \right ) ' = - \frac { v' } { v ^ 2 } $ \\
\midrule
Quotient & $ \left ( \frac { u } { v } \right ) ' = \frac { u'v - uv' } { v ^ 2 } $ \\
\midrule
Composée & $ ( f ( u ) ) ' = u'f' ( u ) $ \\
2021-09-11 18:25:39 +02:00
\bottomrule
\end { tabularx}
2021-10-23 14:13:56 +02:00
\begin { tabularx} { \linewidth } { YY}
2021-10-22 23:47:25 +02:00
\toprule
2021-10-23 14:13:56 +02:00
Fonction & Primitive \\
2021-10-22 23:47:25 +02:00
\toprule
2021-10-23 14:13:56 +02:00
$ u'u ^ n $ & $ \frac { u ^ { n + 1 } } { n + 1 } $ \\
\midrule
$ \frac { u' } { u ^ 2 } $ & $ - \frac { 1 } { u } $ \\
\midrule
$ \frac { u' } { \sqrt { u } } $ & $ 2 \sqrt { u } $ \\
\midrule
$ u' \cos { u } $ & $ \sin { u } $ \\
\midrule
$ u' \sin { u } $ & $ - \cos { u } $ \\
\midrule
$ \frac { u' } { u } $ & $ \ln { |u| } $ \\
\midrule
$ u'e ^ u $ & $ e ^ u $ \\
\midrule
$ \frac { u' } { 1 + u ^ 2 } $ & $ \arctan { u } $ \\
2021-10-22 23:47:25 +02:00
\bottomrule
2021-10-23 14:13:56 +02:00
\end { tabularx}
2021-10-22 23:47:25 +02:00
2021-10-23 14:13:56 +02:00
\end { multicols}
\paragraph { Intégrales} \\
$ \int _ a ^ b f ( x ) \dif x = [ F ( x ) ] _ a ^ b = F ( b ) - F ( a ) $
\begin { tabular} { |c|c|}
\toprule
IPP~: & changement de variables~: \\
\midrule
$ \int _ a ^ b uv' \dif x = [ uv ] _ a ^ b - \int _ a ^ b u'v \dif x $ & $ \int _ a ^ b f ( x ) \dif x = \int _ { u ( a ) } ^ { u ( b ) } f ( u ) \frac { \dif u } { u' } $ \\
\bottomrule
\end { tabular}
\paragraph { Équations différentielles}
\begin { tabularx} { \linewidth } { lllc}
\toprule
\multicolumn { 2} { l} { Type d'E.D.} & Solutions & \\
\toprule
\multicolumn { 2} { l} { $ ay' + by = 0 $ } & $ \lambda e ^ { rx } \quad \text { avec } r = \frac { - b } { a } $ & $ a, b, \lambda \in \mathbb { R } $ \\
\midrule
\multicolumn { 2} { l} { $ ay' + by = f ( x ) $ } & $ y _ 0 + \lambda e ^ { rx } \quad \text { avec } r = \frac { - b } { a } $ & \makecell { $ y _ 0 $ solution particulière de \\ $ ay' + by = f ( x ) $ \\ $ f $ une fonction et $ a, b, \lambda \in \mathbb { R } $ } \\
\midrule
\multirow { 3} { *} { $ ay'' + by' + cy = 0 $ } & $ \Delta > 0 $ & $ \lambda e ^ { r _ 1 x } + \mu e ^ { r _ 2 x } $ & \multirowcell { 3} [0pt][c]{ $ \lambda , \mu \in \mathbb { R } $ \\ $ \alpha = \frac { - b } { 2 a } \quad \beta = \frac { \sqrt { | \Delta | } } { 2 a } $ } \\
\cline { 2-3}
& $ \Delta = 0 $ & $ ( \lambda x + \mu ) e ^ { r _ 0 x } $ & \\
\cline { 2-3}
& $ \Delta < 0 $ & $ e ^ { \alpha x } ( \lambda \cos { ( \beta x ) } + \mu \sin { ( \beta x ) } ) $ & \\
\bottomrule
\end { tabularx}
\paragraph { Solutions particulières des équations différentielles de 2\up { nd} ordre}
\begin { tabularx} { \linewidth } { XX}
\toprule
\multicolumn { 2} { c} { Second membre du type $ e ^ { \alpha x } P ( x ) $ } \\
$ \alpha $ non racine & $ y _ 1 = e ^ { \alpha x } Q ( x ) $ \\
$ \alpha $ racine simple & $ y _ 1 = x e ^ { \alpha x } Q ( x ) $ \\
$ \alpha $ racine double & $ y _ 1 = x ^ 2 e ^ { \alpha x } Q ( x ) $ \\
\midrule
\multicolumn { 2} { c} { Second membre du type $ e ^ { \alpha x } ( P _ 1 ( x ) \cos ( \beta x ) + P _ 2 ( x ) \sin ( \beta x ) ) $ } \\
$ \alpha + i \beta $ non racine & $ y _ 1 = e ^ { \alpha x } ( Q _ 1 ( x ) \cos ( \beta x ) + Q _ 2 ( x ) \sin ( \beta x ) ) $ \\
$ \alpha + i \beta $ racine & $ y _ 1 = x e ^ { \alpha x } ( Q _ 1 ( x ) \cos ( \beta x ) + Q _ 2 ( x ) \sin ( \beta x ) ) $ \\
\bottomrule
\end { tabularx}
\paragraph { Intégrales généralisées}
Intégrales de référence~:
\begin { tabular} { lcc}
\toprule
Intégrale & converge si & diverge si \\
\toprule
$ \int _ a ^ { + \infty } \frac { 1 } { x ^ { \alpha } } \dif x $ & $ \alpha > 1 $ & $ \alpha \leq 1 $ \\
$ \int _ a ^ { + \infty } e ^ { - \alpha x } \dif x $ & $ \alpha > 0 $ & $ \alpha \leq 0 $ \\
$ \int _ a ^ { + \infty } x ^ n e ^ { - \alpha x } \dif x $ & $ \alpha > 0 $ & $ \alpha \leq 0 $ \\
$ \int _ a ^ { + \infty } \frac { 1 } { x ^ { \alpha } ( \ln x ) ^ { \beta } } \dif x $ & $ ( \alpha > 1 ) $ ou $ ( \alpha = 1 \text { et } \beta > 1 ) $ & $ ( \alpha < 1 ) $ ou $ ( \alpha = 1 \text { et } \beta \leq 1 ) $ \\
\bottomrule
\end { tabular}
Majoration, minoration~:
\begin { tabular} { lll}
$ 0 \leq f ( x ) \leq g ( x ) $ & $ \int _ a ^ { + \infty } g ( x ) \dif x $ converge $ \implies \int _ a ^ { + \infty } f ( x ) \dif x $ converge aussi \\
& $ \int _ a ^ { + \infty } f ( x ) \dif x $ diverge $ \implies \int _ a ^ { + \infty } g ( x ) \dif x $ diverge aussi \\
\end { tabular}
\paragraph { Séries de Fourier}
$ S _ f ( x ) = a _ 0 + \sum _ { n = 1 } ^ { + \infty } \left ( a _ n \cos { \frac { 2 \pi nx } { T } } + b _ n \sin { \frac { 2 \pi nx } { T } } \right ) $
avec
\hfill
$ a _ 0 = \frac { 1 } { T } \int _ { - L } ^ L f ( x ) \dif x $
\hfill
$ a _ n = \frac { 2 } { T } \int _ { - L } ^ L f ( x ) \cos { \frac { 2 \pi nx } { T } } \dif x $
\hfill
$ b _ n = \frac { 2 } { T } \int _ { - L } ^ L f ( x ) \sin { \frac { 2 \pi nx } { T } } \dif x $
$ f $ paire $ \implies b _ n = 0 $ \\
$ f $ impaire $ \implies a _ 0 $ et $ a _ n = 0 $
\hfill
$ \cos ( n \pi ) = ( - 1 ) ^ n $
\qquad
$ \sin ( n \pi ) = 0 $
\hfill { } \\
Égalité de Parseval~:
\hfill
$ \frac { 1 } { T } \int _ { - L } ^ L f ^ 2 ( x ) \dif x = a _ 0 ^ 2 + \frac { 1 } { 2 } \sum _ { n = 1 } ^ { + \infty } ( a _ n ^ 2 + b _ n ^ 2 ) $
\hfill { }
2021-10-02 15:08:07 +02:00
2021-09-11 13:48:29 +02:00
\clearpage
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}
2021-09-11 13:48:29 +02:00
\clearpage
\section { Techniques d'intégration}
2021-09-05 15:43:53 +02:00
2021-09-11 13:48:29 +02:00
\subsection { Intégration par identification}
2021-09-05 15:43:53 +02:00
2021-09-11 13:48:29 +02:00
Il s'agit d'essayer de reconnaître une des formes de primitives composées, pour éviter de calculer des expressions complexes à la main.
2021-09-02 15:53:13 +02:00
2021-09-11 13:48:29 +02:00
\subsection { Intégration par parties}
2021-09-02 15:53:13 +02:00
2021-09-11 13:48:29 +02:00
\paragraph { Mnémotechnique}
2021-09-02 15:53:13 +02:00
2021-09-11 13:48:29 +02:00
Il s'agit de trouver quelle expression attribuer à $ u $ et quelle expression attribuer à $ v' $ .
Un moyen mnémotechnique est~:
\begin { tabularx} { \linewidth } { XXX}
\multirow { 6} { *} { dérivation} & ALPES & \multirow { 6} { *} { intégration} \\
& A~: $ \arctan $ & \\
& L~: $ \ln $ & \\
& P~: polynômes & \\
& E~: $ e $ & \\
& S~: $ \sin \text { et } \cos $ & \\
\end { tabularx}
2021-09-02 15:53:13 +02:00
2021-09-11 13:48:29 +02:00
\paragraph { Exemple}
2021-09-02 15:53:13 +02:00
2021-09-05 15:43:53 +02:00
\begin { align*}
2021-10-04 22:08:27 +02:00
I = \int _ 0^ 1 xe^ { 2x} \dif x \\
2021-09-11 13:48:29 +02:00
u & = x & u' & = 1 \\
v' & = e^ { 2x} & v & = \frac { 1} { 2} e^ { 2x} \\
2021-09-05 15:43:53 +02:00
\end { align*}
2021-09-02 15:53:13 +02:00
2021-10-04 22:08:27 +02:00
La formule $ \int _ 0 ^ 1 uv' \dif x = [ uv ] _ 0 ^ 1 - \int _ 0 ^ 1 u'v \dif x $ devient~:
2021-09-02 15:53:13 +02:00
2021-09-05 15:43:53 +02:00
\begin { align*}
2021-10-04 22:08:27 +02:00
I & = [\frac { x} { 2} e^ { 2x} ]_ 0^ 1 - \int _ 0^ 1 \frac { 1} { 2} e^ { 2x} \dif x \\
2021-09-11 13:48:29 +02:00
& = [\frac { x} { 2} e^ { 2x} ]_ 0^ 1 - \frac { 1} { 2} [\frac { 1} { 2} e^ { 2x} ]_ 0^ 1 \\
& = [\frac { x} { 2} e^ { 2x} ]_ 0^ 1 - \frac { 1} { 4} [e^ { 2x} ]_ 0^ 1 \\
& = \frac { e^ 2} { 2} - \frac { 1} { 4} (e^ 2 - e^ 0) \\
& = \frac { e^ 2} { 2} - \frac { e^ 2 - 1} { 4} \\
& = \frac { e^ 2 + 1} { 4} \\
2021-09-05 15:43:53 +02:00
\end { align*}
2021-09-02 15:53:13 +02:00
2021-09-11 13:48:29 +02:00
\subsection { Intégration par changement de variables}
2021-09-05 15:43:53 +02:00
2021-09-11 13:48:29 +02:00
\paragraph { Exemple}
2021-09-08 19:42:22 +02:00
\begin { align*}
2021-10-04 22:08:27 +02:00
\int _ 0^ { \ln { \sqrt { 3} } } \frac { 1} { e^ x + e^ { -x} } \dif x\text { ,\quad on pose } u& =e^ x \\
u' & = e^ x = \frac { \dif u} { \dif x} \\
\dif x & = \frac { \dif u} { e^ x} = \frac { \dif u} { u}
2021-09-09 10:14:22 +02:00
\end { align*}
2021-09-16 10:25:32 +02:00
Cela nous donne~:
2021-09-09 10:14:22 +02:00
\begin { align*}
2021-10-04 22:08:27 +02:00
\int _ { e^ 0} ^ { e^ { \ln { \sqrt { 3} } } } \frac { 1} { u + \frac { 1} { u} } \, \frac { \dif u} { u} \\
& = \int _ 1^ { \sqrt { 3} } \frac { 1} { u^ 2 + 1} \dif u \\
2021-09-16 10:25:32 +02:00
& = [\arctan { u} ]_ 1^ { \sqrt { 3} } \\
& = \arctan { \sqrt { 3} } - \arctan { 1} \\
& = \frac { \pi } { 3} - \frac { \pi } { 4} = \frac { \pi } { 12} \\
2021-09-08 19:42:22 +02:00
\end { align*}
2021-09-11 13:48:29 +02:00
\clearpage
2021-09-11 18:25:39 +02:00
\section { Équations différentielles}
2021-09-02 15:53:13 +02:00
2021-09-16 10:10:14 +02:00
On étudie ici les équations différentielles \emph { linéaires} et à \emph { coefficients constants} .
2021-09-12 18:59:59 +02:00
2021-09-19 13:10:52 +02:00
\subsection { Équations différentielles du 1\up { er} ordre}
2021-09-12 18:59:59 +02:00
2021-09-19 21:32:32 +02:00
Elles sont de la forme $ \color { red } { ay' + by = h ( x ) } \quad ( E ) $ \quad où $ a, b \in \mathbb { R } ^ * $ et où $ y = y ( x ) $ est la fonction recherchée.
2021-09-12 18:59:59 +02:00
2021-09-16 10:10:14 +02:00
$ ( E ) $ est linéaire car $ y $ intervient de manière linéaire~: il n'y a pas de terme du type $ y ^ 3 , y ^ 2 , \sin { y } $ , etc\ldots
2021-09-12 18:59:59 +02:00
2021-09-16 10:10:14 +02:00
Résoudre une telle équation différentielle se fait en 3 étapes.
\subsubsection { Trouver la solution homogène ($ y _ 0 $ )}
On commence par résoudre l'équation homogène (c'est à dire sans la fonction $ h ( x ) $ ) associée~:
2021-09-12 18:59:59 +02:00
\begin { equation*}
2021-09-19 13:10:52 +02:00
ay_ 0' + by_ 0 = 0 \quad (E_ 0)
2021-09-12 18:59:59 +02:00
\end { equation*}
2021-09-16 10:10:14 +02:00
Cela nous donne une équation caractéristique~:
2021-09-12 18:59:59 +02:00
2021-09-16 10:10:14 +02:00
\begin { align*}
2021-09-19 13:10:52 +02:00
ar + b & = 0 \\
r & = -\frac { b} { a}
2021-09-16 10:10:14 +02:00
\end { align*}
2021-09-19 21:32:32 +02:00
La solution de $ ( E _ 0 ) $ est alors $ \color { red } { y _ 0 = \lambda e ^ { rx } } \quad \text { où } \lambda \in \mathbb { R } $ .
2021-09-16 10:10:14 +02:00
2021-09-19 21:32:32 +02:00
\subsubsection { Trouver une solution particulière ($ y _ 1 $ )}
2021-09-16 10:10:14 +02:00
On cherche maintenant une solution particulière de $ ( E ) $ ($ ay' + by = h ( x ) $ ).
Pour cela, on va passer par une fonction $ y _ 1 $ de même type que la fonction $ h ( x ) $ ~:
2021-09-12 18:59:59 +02:00
\begin { itemize}
2021-09-16 10:10:14 +02:00
\item Pour $ h ( x ) = P _ n ( x ) $ , polynôme de degré $ n $
\begin { equation*}
2021-09-19 21:32:32 +02:00
\color { red} { y_ 1 = Q_ n(x)} \text { , polynôme de même degré $ n $ }
2021-09-16 10:10:14 +02:00
\end { equation*}
2021-09-12 18:59:59 +02:00
\begin { align*}
2021-09-16 10:10:14 +02:00
x & \rightarrow Ax + B \\
x^ 2 & \rightarrow Ax^ 2 + Bx + C \\
x^ 3 & \rightarrow Ax^ 3 + Bx^ 2 + Cx + D \\
2021-09-12 18:59:59 +02:00
\dots
\end { align*}
2021-09-16 10:10:14 +02:00
\item Pour $ h ( x ) = P _ n ( x ) e ^ { \lambda x } $
\begin { enumerate}
2021-09-12 18:59:59 +02:00
2021-09-19 13:10:52 +02:00
\item si $ \lambda \neq r $ ~:
2021-09-16 10:10:14 +02:00
\begin { equation*}
2021-09-19 21:32:32 +02:00
\color { red} { y_ 1(x) = Q_ n(x) e^ { \lambda x} }
2021-09-16 10:10:14 +02:00
\end { equation*}
2021-09-19 13:10:52 +02:00
\item si $ \lambda = r $ ~:
2021-09-16 10:10:14 +02:00
\begin { equation*}
2021-09-19 21:32:32 +02:00
\color { red} { y_ 1(x) = x Q_ n(x) e^ { \lambda x} }
2021-09-16 10:10:14 +02:00
\end { equation*}
\end { enumerate}
\item Pour $ h ( x ) = \alpha \cos { px } + \beta \sin { px } $
\begin { equation*}
2021-09-19 21:32:32 +02:00
\color { red} { y_ 1(x) = A\cos { px} + B\sin { px} }
2021-09-16 10:10:14 +02:00
\end { equation*}
2021-09-12 18:59:59 +02:00
\end { itemize}
2021-09-16 10:10:14 +02:00
On applique alors l'équation de départ à $ y _ 1 $ ~:
2021-09-12 18:59:59 +02:00
\begin { equation*}
2021-09-16 10:10:14 +02:00
Ay_ 1' + By_ 1 = h(x)
2021-09-12 18:59:59 +02:00
\end { equation*}
2021-09-16 10:10:14 +02:00
Et on la résoud pour trouver $ A, B, C, \dots $ .
2021-09-12 18:59:59 +02:00
2021-09-16 10:10:14 +02:00
Cela nous donne $ y _ 1 $ , solution particulière.
2021-09-12 18:59:59 +02:00
2021-09-19 21:32:32 +02:00
\subsubsection { Écrire la solution générale ($ y $ )}
2021-09-12 18:59:59 +02:00
2021-09-16 10:10:14 +02:00
La solution générale de $ ( E ) $ s'écrit~:
2021-09-12 18:59:59 +02:00
2021-09-16 10:10:14 +02:00
\begin { equation*}
2021-09-20 10:05:38 +02:00
\color { red} { y = y_ 0 + y_ 1}
2021-09-16 10:10:14 +02:00
\end { equation*}
2021-09-12 18:59:59 +02:00
2021-09-19 13:10:52 +02:00
\subsection { Équations différentielles du 2\up { nd} ordre}
2021-09-19 21:32:32 +02:00
Elles sont de la forme $ \color { red } { ay'' + by' + cy = g ( x ) } \quad ( E ) \quad \text { où } a, b, c \in \mathbb { R } $
2021-09-19 13:10:52 +02:00
Là encore, on passe par les 3 mêmes étapes que pour les équations différentielles du 1\up { er} ordre.
\subsubsection { Trouver la solution homogène ($ y _ 0 $ )}
L'équation homogène associée est~:
\begin { equation*}
ay'' + by' +cy = 0 \quad (E_ 0)
\end { equation*}
Cela nous donne une équation caractéristique~:
\begin { align*}
& ar^ 2 + br + c = 0 \\
& \Delta = b^ 2 - 4ac \quad \text { (le discriminant)}
\end { align*}
\begin { itemize}
\item si $ \Delta > 0 $ , l'équation caractéristique possède deux racines réelles distinctes $
\left \{
2021-09-19 13:55:42 +02:00
\begin { array} { l}
2021-09-19 13:10:52 +02:00
r_ 1 = \frac { -b - \sqrt { \Delta } } { 2a} \\
r_ 2 = \frac { -b + \sqrt { \Delta } } { 2a} \\
\end { array}
\right .$
Les solutions de $ ( E _ 0 ) $ sont alors~:
\begin { equation*}
2021-09-19 21:32:32 +02:00
\color { red} { y_ 0 = \lambda e^ { r_ 1 x} + \mu e^ { r_ 2 x} } \quad \text { où } \lambda , \mu \in \mathbb { R}
2021-09-19 13:10:52 +02:00
\end { equation*}
2021-09-20 08:27:39 +02:00
\item si $ \Delta = 0 $ , l'équation caractéristique possède une racine double $ r _ 0 $ ~:
\begin { align*}
\left \{
\begin { array} { l}
r_ 0 = \frac { -b - \sqrt { \Delta } } { 2a} \\ \\
r_ 0 = \frac { -b + \sqrt { \Delta } } { 2a} \\
\end { array}
\right .
\implies
\left \{
\begin { array} { l}
r_ 0 = \frac { -b - 0} { 2a} \\ \\
r_ 0 = \frac { -b + 0} { 2a} \\
\end { array}
\right .
\implies
r_ 0 = \frac { -b} { 2a}
\end { align*}
2021-09-19 13:10:52 +02:00
Les solutions de $ ( E _ 0 ) $ sont alors~:
\begin { equation*}
2021-09-19 21:32:32 +02:00
\color { red} { y_ 0 = (\lambda x + \mu ) e^ { r_ 0 x} } \quad \text { où } \lambda , \mu \in \mathbb { R}
2021-09-19 13:10:52 +02:00
\end { equation*}
\item si $ \Delta < 0 $ , l'équation caractéristique possède deux racines complexes $
\left \{
2021-09-19 13:55:42 +02:00
\begin { array} { l}
2021-09-19 13:10:52 +02:00
r_ 1 = \alpha + i\beta \\
r_ 2 = \alpha - i\beta \\
\end { array}
\right .$
2021-09-20 08:27:39 +02:00
\begin { align*}
\left \{
\begin { array} { l}
r_ 1 = \frac { -b - \sqrt { \Delta } } { 2a} \\ \\
r_ 2 = \frac { -b + \sqrt { \Delta } } { 2a} \\
\end { array}
\right .
\implies
\left \{
\begin { array} { l}
r_ 1 = \frac { -b - i\sqrt { |\Delta |} } { 2a} \\ \\
r_ 2 = \frac { -b + i\sqrt { |\Delta |} } { 2a} \\
\end { array}
\right .
\implies
\left \{
\begin { array} { l}
\alpha = \frac { -b} { 2a} \\ \\
2021-09-20 10:39:23 +02:00
\beta = \left |\frac { \sqrt { |\Delta |} } { 2a} \right | \\
2021-09-20 08:27:39 +02:00
\end { array}
\right .
\end { align*}
2021-09-19 21:32:32 +02:00
2021-09-19 13:10:52 +02:00
Les solutions de $ ( E _ 0 ) $ sont alors~:
\begin { equation*}
2021-09-19 21:32:32 +02:00
\color { red} { y_ 0 = e^ { \alpha x} (\lambda \cos { (\beta x)} + \mu \sin { (\beta x)} )} \quad \text { où } \lambda , \mu \in \mathbb { R}
2021-09-19 13:10:52 +02:00
\end { equation*}
\end { itemize}
2021-09-19 21:32:32 +02:00
\subsubsection { Trouver une solution particulière ($ y _ 1 $ )}
On cherche maintenant une solution particulière de $ ( E ) $ ($ ay'' + by' + cy = g ( x ) $ ).
Pour cela, on a deux cas particuliers.
\begin { enumerate}
\item Second membre du type $ e ^ { \alpha x } P ( x ) $
On cherche une solution sous la forme~:
\begin { itemize}
2021-09-20 11:25:36 +02:00
\item $ \color { red } { y _ 1 = e ^ { \alpha x } Q ( x ) } $ si $ \alpha $ n'est pas une racine de l'équation caractéristique.
2021-09-19 21:32:32 +02:00
2021-09-20 11:25:36 +02:00
\item $ \color { red } { y _ 1 = x e ^ { \alpha x } Q ( x ) } $ si $ \alpha $ est une racine simple de l'équation caractéristique.
2021-09-19 21:32:32 +02:00
2021-09-20 11:25:36 +02:00
\item $ \color { red } { y _ 1 = x ^ 2 e ^ { \alpha x } Q ( x ) } $ si $ \alpha $ est une racine double de l'équation caractéristique.
2021-09-19 21:32:32 +02:00
\end { itemize}
où $ Q $ est un polynôme du même degré que $ P ( x ) $ .
\item Second membre du type $ e ^ { \alpha x } ( P _ 1 ( x ) \cos ( \beta x ) + P _ 2 ( x ) \sin ( \beta x ) ) $
On cherche une solution sous la forme~:
\begin { itemize}
2021-09-20 11:25:36 +02:00
\item $ \color { red } { y _ 1 = e ^ { \alpha x } ( Q _ 1 ( x ) \cos ( \beta x ) + Q _ 2 ( x ) \sin ( \beta x ) ) } $ si $ \alpha + i \beta $ n'est pas une racine de l'équation caractéristique.
2021-09-19 21:32:32 +02:00
2021-09-20 11:25:36 +02:00
\item $ \color { red } { y _ 1 = x e ^ { \alpha x } ( Q _ 1 ( x ) \cos ( \beta x ) + Q _ 2 ( x ) \sin ( \beta x ) ) } $ si $ \alpha + i \beta $ est une racine de l'équation caractéristique.
2021-09-19 21:32:32 +02:00
\end { itemize}
où $ Q _ 1 $ et $ Q _ 2 $ sont deux polynômes de degré $ n = \max \{ deg P _ 1 , deg P _ 2 \} $
\end { enumerate}
\subsubsection { Écrire la solution générale ($ y $ )}
La solution générale de $ ( E ) $ s'écrit~:
\begin { equation*}
2021-09-20 10:05:38 +02:00
\color { red} { y = y_ 0 + y_ 1}
2021-09-19 21:32:32 +02:00
\end { equation*}
2021-09-11 13:48:29 +02:00
\clearpage
2021-09-02 15:53:13 +02:00
\section { Intégrales généralisées}
2021-09-27 12:46:04 +02:00
On étudie les intégrales du type~:
\begin { itemize}
2021-10-04 22:08:27 +02:00
\item $ I = \int _ a ^ { + \infty } f ( x ) \dif x $ où $ f $ est continue sur $ [ a; + \infty [ $ .
2021-09-27 12:46:04 +02:00
2021-10-04 22:08:27 +02:00
\item $ J = \int _ a ^ b f ( x ) \dif x $ où $ \lim \limits _ { x \to a } f ( x ) = + \infty $ est $ f $ continue sur $ ] a; b [ $ .
2021-09-27 12:46:04 +02:00
\end { itemize}
On va ici étudier principalement les intégrales du type $ I $ .
\subsection { Convergence --- Divergence}
2021-10-04 22:08:27 +02:00
On définit $ I = \int _ a ^ { + \infty } f ( x ) \dif x = \lim \limits _ { b \to + \infty } \int _ a ^ b f ( x ) \dif x $
2021-09-27 12:46:04 +02:00
Trois cas sont possibles~:
\begin { enumerate}
2021-09-27 16:18:44 +02:00
\item Limite finie~: l'intégrale \emph { converge} .
2021-09-27 12:46:04 +02:00
\begin { equation*}
2021-10-04 22:08:27 +02:00
\int _ a^ { +\infty } f(x)\dif x = \lim \limits _ { b \to +\infty } \int _ a^ b f(x)\dif x = l
2021-09-27 12:46:04 +02:00
\end { equation*}
2021-09-27 16:18:44 +02:00
\item Limite infinie~: l'intégrale \emph { diverge} , mais la limite existe.
2021-09-27 12:46:04 +02:00
\begin { equation*}
2021-10-04 22:08:27 +02:00
\int _ a^ { +\infty } f(x)\dif x = \lim \limits _ { b \to +\infty } \int _ a^ b f(x)\dif x = +\infty
2021-09-27 12:46:04 +02:00
\end { equation*}
2021-09-27 16:18:44 +02:00
\item Pas de limite~: l'intégrale \emph { diverge} .
2021-09-27 12:46:04 +02:00
\end { enumerate}
2021-09-27 16:18:44 +02:00
Par exemple~:
\begin { align*}
2021-10-04 22:08:27 +02:00
I & = \int _ 1^ { +\infty } \frac { 1} { x^ 2} \dif x \\
& = \lim \limits _ { b \to +\infty } \int _ 1^ b \frac { 1} { x^ 2} \dif x \\
2021-09-27 16:18:44 +02:00
& = \lim \limits _ { b \to +\infty } [-\frac { 1} { x} ]_ 1^ b \\
& = \lim \limits _ { b \to +\infty } (-\frac { 1} { b} + 1) \\
& = 0 + 1 \\
& \implies I \text { est convergente et } I = 1
\end { align*}
2021-09-29 20:33:30 +02:00
\subsection { Intégrales de référence avec une borne $ a > 0 $ }
\begin { align*}
2021-10-04 22:08:27 +02:00
\int _ a^ { +\infty } \frac { 1} { x^ { \alpha } } \dif x \quad
2021-09-29 20:33:30 +02:00
& \left \{
\begin { array} { l}
\text { converge si } \alpha > 1 \\
\text { diverge si } \alpha \leq 1 \\
\end { array}
\right . \\
2021-10-04 22:08:27 +02:00
\int _ a^ { +\infty } e^ { -\alpha x} \dif x \quad
2021-09-29 20:33:30 +02:00
& \left \{
\begin { array} { l}
\text { converge si } \alpha > 0 \\
\text { diverge si } \alpha \leq 0 \\
\end { array}
\right . \\
2021-10-04 22:08:27 +02:00
\int _ a^ { +\infty } x^ n e^ { -\alpha x} \dif x \quad
2021-09-29 20:33:30 +02:00
& \left \{
\begin { array} { l}
\text { converge si } \alpha > 0 \\
\text { diverge si } \alpha < 0 \\
\end { array}
\right .
\quad \text { (on dit que l'exponentielle l'emporte)} \\
2021-10-04 22:08:27 +02:00
\int _ a^ { +\infty } \frac { 1} { x^ \alpha (\ln { x} )^ { \beta } } \dif x \quad
2021-09-29 20:33:30 +02:00
& \left \{
\begin { array} { l}
\text { converge si } (\alpha > 1) \text { ou } (\alpha = 1 \text { et } \beta > 1) \\
\text { diverge si } (\alpha = 1 \text { et } \beta \leq 1) \text { ou } (\alpha < 1) \\
\end { array}
\right .
\end { align*}
\subsection { Majoration et minoration d'intégrales pour les fonctions positives}
2021-10-02 15:08:07 +02:00
Si $ f $ et $ g $ sont deux fonctions continues sur $ [ a, + \infty [ $ et $ 0 \leq f ( x ) \leq g ( x ) $ , alors~:
2021-09-29 20:33:30 +02:00
\begin { align*}
2021-10-04 22:08:27 +02:00
\int _ a^ { +\infty } g(x)\dif x \text { converge } & \implies \int _ a^ { +\infty } f(x)\dif x \text { converge aussi} \quad & \color { blue} { (1)} \\
\int _ a^ { +\infty } f(x)\dif x \text { diverge } & \implies \int _ a^ { +\infty } g(x)\dif x \text { diverge aussi} \quad & \color { blue} { (2)} \\
2021-09-29 20:33:30 +02:00
\end { align*}
2021-10-04 22:08:27 +02:00
\textcolor { blue} { (1)} permet de montrer la convergence de $ - \int _ a ^ { + \infty } f ( x ) \dif x $ par majoration.
2021-09-29 20:33:30 +02:00
2021-10-04 22:08:27 +02:00
\textcolor { blue} { (2)} permet de montrer la divergence de $ - \int _ a ^ { + \infty } g ( x ) \dif x $ par minoration.
2021-09-29 20:33:30 +02:00
\subsection { Équivalents pour les fonctions positives}
Soient $ f $ et $ g $ deux fonctions continues sur $ [ a, + \infty [ $ avec $ f ( x ) \geq 0 $ et $ g ( x ) \geq 0 $ .
2021-10-04 22:08:27 +02:00
Si $ f ( x ) \sim g ( x ) $ quand $ x \rightarrow + \infty $ , alors $ \int _ a ^ { + \infty } f ( x ) \dif x $ converge $ \iff \int _ a ^ { + \infty } g ( x ) \dif x $ converge.
2021-09-29 20:33:30 +02:00
On peut aussi dire que $ \frac { f ( x ) } { g ( x ) } \rightarrow 1 $ quand $ x \rightarrow + \infty $ .
2021-09-27 16:18:44 +02:00
2021-09-11 13:48:29 +02:00
\clearpage
2021-09-02 15:53:13 +02:00
\section { Séries de Fourier}
2021-10-14 20:06:08 +02:00
\subsection { Définition}
2021-10-04 12:40:41 +02:00
2021-10-14 20:06:08 +02:00
Soit $ f $ une fonction $ T $ -périodique.
2021-10-17 17:52:51 +02:00
On pose que $ L = \frac { T } { 2 } $ .
2021-10-04 12:40:41 +02:00
2021-10-14 20:06:08 +02:00
La série de Fourier associée à $ f $ est~:
2021-10-04 12:40:41 +02:00
2021-10-14 20:06:08 +02:00
\begin { align*}
2021-10-18 12:46:09 +02:00
S_ f(x) = a_ 0 + \sum _ { n=1} ^ { +\infty } \left (a_ n\cos { \frac { 2\pi nx} { T} } + b_ n\sin { \frac { 2\pi nx} { T} } \right ) \\
2021-10-14 20:06:08 +02:00
\text { avec }
2021-10-17 17:52:51 +02:00
a_ 0 & = \frac { 1} { T} \int _ { -L} ^ L f(x) \dif x \\
2021-10-18 12:46:09 +02:00
a_ n & = \frac { 2} { T} \int _ { -L} ^ L f(x) \cos { \frac { 2\pi nx} { T} } \dif x \\
b_ n & = \frac { 2} { T} \int _ { -L} ^ L f(x) \sin { \frac { 2\pi nx} { T} } \dif x
2021-10-14 20:06:08 +02:00
\end { align*}
2021-10-04 12:40:41 +02:00
2021-10-14 20:06:08 +02:00
\subsection { Théorême de Dirichlet}
2021-10-04 12:40:41 +02:00
2021-10-14 20:06:08 +02:00
Plusieurs conditions~:
2021-10-04 12:40:41 +02:00
2021-10-14 20:06:08 +02:00
\begin { itemize}
2021-10-04 12:40:41 +02:00
2021-10-15 00:10:03 +02:00
\item $ f $ est continue sur $ [ a;b ] $ \\
2021-10-04 12:40:41 +02:00
2021-10-15 00:10:03 +02:00
\item $ f $ est dérivable par morceaux sur $ [ a;b ] $ \\
2021-10-14 20:06:08 +02:00
\item $ \forall x _ 0 \in [ a;b ] $ , \quad $ f ( x _ 0 ^ + ) et f ( x _ 0 ^ - ) $ sont finis et existent
\end { itemize}
Alors la série de Fourier de $ f $ converge vers~:
\begin { itemize}
2021-10-15 00:10:03 +02:00
\item $ f ( x ) $ si $ f $ est continue en $ x $ \\
2021-10-04 12:40:41 +02:00
2021-10-14 20:06:08 +02:00
\item $ \frac { f ( x _ 0 ^ + ) + f ( x _ 0 ^ - ) } { 2 } $ si $ f $ est discontinue en $ x $
\end { itemize}
\subsection { Remarques}
\subsubsection { $ f $ paire ($ f ( - x ) = f ( x ) $ )}
2021-10-04 12:40:41 +02:00
2021-10-15 00:10:03 +02:00
\begin { align*}
\forall n \in \mathbb { N} ^ * \quad
b_ n & = 0 \\
2021-10-17 17:52:51 +02:00
a_ n & = \frac { 2} { T} \int _ { -L} ^ L f(x) \cos { \frac { 2n\pi x} { T} } \dif x \\
& = \frac { 4} { T} \int _ 0^ L f(x) \cos { \frac { 2n\pi x} { T} } \dif x
2021-10-15 00:10:03 +02:00
\end { align*}
2021-10-04 12:40:41 +02:00
2021-10-15 00:10:03 +02:00
\subsubsection { $ f $ impaire ($ f ( - x ) = - f ( x ) $ )}
2021-10-14 20:06:08 +02:00
2021-10-15 00:10:03 +02:00
\begin { align*}
\forall n \in \mathbb { N} \quad
a_ n & = 0 \\
2021-10-17 17:52:51 +02:00
b_ n & = \frac { 2} { T} \int _ { -L} ^ L f(x) \sin { \frac { 2n\pi x} { T} } \dif x \\
& = \frac { 4} { T} \int _ 0^ L f(x) \sin { \frac { 2n\pi x} { T} } \dif x
2021-10-15 00:10:03 +02:00
\end { align*}
2021-10-04 12:40:41 +02:00
2021-10-15 00:10:03 +02:00
\subsubsection { Astuces}
\begin { itemize}
\item $ \int _ { - a } ^ { + a } $ impaire $ = 0 $ \\
\item $ \int _ { - a } ^ { + a } $ paire $ = 2 \int _ 0 ^ { + a } $ paire \\
\item $ \sin ( n \pi ) = 0 \quad \forall n \in \mathbb { N } $ \\
\item $ \cos ( n \pi ) = { ( - 1 ) } ^ n \quad \forall n \in \mathbb { N } $ \\
\item $ \cos ( n \pm \frac { \pi } { 2 } ) = \mp \sin { n } $ \\
\end { itemize}
2021-10-17 17:52:51 +02:00
Si on a la série de Fourier associée à $ f ( x ) $ avec un $ \cos $ et qu'on veut calculer la somme, on pose $ x = 0 $ car $ \cos { 0 } = 1 $ .
2021-10-15 00:10:03 +02:00
2021-10-17 17:52:51 +02:00
Si on a la série de Fourier associée à $ f ( x ) $ avec un $ \sin $ et qu'on veut calculer la somme, on pose $ x = \frac { \pi } { 2 } $ car $ \sin { \frac { \pi } { 2 } } = 1 $ .
2021-10-15 00:10:03 +02:00
\subsection { Exemple}
Soit $ f $ une fonction ni paire ni impaire, périodique de période 10 et définie par~:
\begin { align*}
f(x) =
\left \{
\begin { array} { l}
0 \quad \text { si } -5 < x < 0 \\
3 \quad \text { si } 0 < x < 5 \\
\end { array}
\right .
\end { align*}
\begin { enumerate}
\item Déterminer les coefficients de Fourier
\begin { align*}
T = 10 \implies L = 5 \\
a_ 0 & = \frac { 1} { 5} \int _ { -5} ^ 5 f(x) \dif x \\
& = \frac { 1} { 5} \left (\int _ { -5} ^ 0 f(x) \dif x + \int _ 0^ 5 f(x) \dif x \right ) \\
& = \frac { 1} { 5} \left (\int _ { -5} ^ 0 0 \dif x + \int _ 0^ 5 3 \dif x \right ) \\
& = \frac { 3} { 5} [x]_ 0^ 5 \\
a_ 0 & = 3
\\
a_ n & = \frac { 1} { 5} \int _ { -5} ^ 5 f(x) \cos { \frac { n\pi x} { 5} } \dif x \\
& = \frac { 1} { 5} \left (\int _ { -5} ^ 0 f(x) \cos { \frac { n\pi x} { 5} } \dif x
+ \int _ 0^ 5 f(x) \cos { \frac { n\pi x} { 5} } \dif x \right ) \\
& = \frac { 1} { 5} \left (\int _ { -5} ^ 0 0 \dif x
+ \int _ 0^ 5 3 \cos { \frac { n\pi x} { 5} } \dif x \right ) \\
& = \frac { 1} { 5} \left (3\int _ 0^ 5 \cos { \frac { n\pi x} { 5} } \dif x \right ) \\
& = \frac { 3} { 5} \left [\frac{\sin(n\pi x)}{5n\pi}\right] _ 0^ 5
= \frac { 3} { 5} \frac { \sin (n\pi 5)} { 5n\pi }
= \frac { 3} { 5} \times 0 \\
a_ n & = 0 \quad \forall n \geq 0 \\
\\
b_ n & = \frac { 1} { 5} \int _ { -5} ^ 5 f(x) \sin { \frac { n\pi x} { 5} } \dif x \\
& = \frac { 1} { 5} \int _ 0^ 5 3 \sin { \frac { n\pi x} { 5} } \dif x \\
& = \frac { 3} { 5} \int _ 0^ 5 \sin { \frac { n\pi x} { 5} } \dif x \\
& = \frac { 3} { 5} \frac { 5} { n\pi } \left [-\cos\frac{n\pi x}{5}\right] _ 0^ 5
= \frac { -3} { n\pi } [\cos (n\pi ) - \cos { 0} ] \\
& = \frac { -3} { n\pi } [(-1)^ n - 1] \\
b_ n & = \frac { 3[(-1)^ { n+1} + 1]} { n\pi } \quad \forall n \geq 1
\end { align*}
\item Donner la série de Fourier associée à $ f $
\begin { align*}
S_ f(x) & = \frac { a_ 0} { 2} + \sum _ { n=1} ^ { +\infty } \left (a_ n \cos { \frac { n\pi x} { 5} } + b_ n \sin { \frac { n\pi x} { 5} } \right ) \\
& = \frac { 3} { 2} + \sum _ { n=1} ^ { +\infty } \left (\frac { 3[(-1)^ { n+1} + 1]} { n\pi } \sin { \frac { n\pi x} { 5} } \right ) \\ \\
S_ f(x) & = \frac { 3} { 2} + \frac { 3} { n\pi } \sum _ { n=1} ^ { +\infty } \left ([(-1)^ { n+1} + 1] \sin { \frac { n\pi x} { 5} } \right )
\end { align*}
\end { enumerate}
2021-10-04 12:40:41 +02:00
2021-10-16 14:23:10 +02:00
\subsection { Égalité de Parseval}
L'égalité de Parseval permet de déterminer la somme en passant par les carrés.
La fonction doit être continue ou au moins continue par morceaux.
\begin { equation*}
2021-10-17 17:52:51 +02:00
\frac { 1} { T} \int _ { -L} ^ L f^ 2(x) \dif x = a_ 0^ 2 + \frac { 1} { 2} \sum _ { n=1} ^ { +\infty } (a_ n^ 2 + b_ n^ 2)
2021-10-16 14:23:10 +02:00
\end { equation*}
2021-09-02 15:53:13 +02:00
\end { document}