Add intégration par changement de variables
This commit is contained in:
parent
868c7a0a87
commit
87a372857a
1 changed files with 17 additions and 0 deletions
|
@ -265,6 +265,23 @@
|
|||
&= \frac{e^2 + 1}{4} \\
|
||||
\end{align*}
|
||||
|
||||
\subsubsection{Intégration par changement de variables}
|
||||
|
||||
\paragraph{Formule}
|
||||
|
||||
$\int_a^b f(x)\,\mathrm{d}x = \int_{u(a)}^{u(b)} f(u)\,\frac{\mathrm{d}u}{u}$
|
||||
|
||||
\paragraph{Exemple}
|
||||
|
||||
\begin{align*}
|
||||
&\int_0^{\ln{\sqrt{3}}} \frac{1}{e^x + e^{-x}}\,\mathrm{d}x\text{, en posant }u=e^x \\\\
|
||||
&= \int_{e^0}^{e^{\ln{\sqrt{3}}}} \frac{1}{u + \frac{1}{u}}\,\frac{\mathrm{d}u}{u}
|
||||
= \int_1^{\sqrt{3}} \frac{1}{u^2 + 1}\,\mathrm{d}u \\
|
||||
&= [\arctan{u}]_1^{\sqrt{3}}
|
||||
= \arctan{\sqrt{3}} - \arctan{1} \\
|
||||
&= \frac{\pi}{3} - \frac{\pi}{4} = \frac{\pi}{12}
|
||||
\end{align*}
|
||||
|
||||
\section{Equations différentielles}
|
||||
|
||||
\section{Intégrales généralisées}
|
||||
|
|
Loading…
Reference in a new issue