Skip to content
Snippets Groups Projects
Commit c472bdd9 authored by orestis.malaspin's avatar orestis.malaspin
Browse files

Merge branch 'master' into 'master'

Modification of integrales and rappel

See merge request orestis.malaspin/math_tech_info!69
parents 39e7c9bd 005daa45
Branches
No related tags found
No related merge requests found
...@@ -110,7 +110,7 @@ $$\forall\varepsilon>0,\exists\delta>0\ |\ \forall x\in D,\ |x-a|<\delta\Rightar ...@@ -110,7 +110,7 @@ $$\forall\varepsilon>0,\exists\delta>0\ |\ \forall x\in D,\ |x-a|<\delta\Rightar
#### Remarque {-} #### Remarque {-}
Il n'est pas nécessaire que $a\in D$. Mais si c'est le cas et donc Il n'est pas nécessaire que $a\in D$. Mais si c'est le cas et donc
$f$ est définie en $a$ alors on a $\lim\limits_{x\rightarrow a}=f(a)$. $f$ est définie en $a$ alors on a $\lim\limits_{x\rightarrow a}f(x)=f(a)$.
--- ---
...@@ -267,7 +267,7 @@ et $g'$), et $a\in{\real}$, alors ...@@ -267,7 +267,7 @@ et $g'$), et $a\in{\real}$, alors
4. Si $g$ ne s'annule pas $(f/g)'=(f'g-fg')/g^2$. 4. Si $g$ ne s'annule pas $(f/g)'=(f'g-fg')/g^2$.
5. $(g\circ f)'=(g'\circ f)\cdot f'$, autrement dit pour $x\in D$, $(g(f(x)))'=g'(f(x)\cdot f'(x)$. 5. $(g\circ f)'=(g'\circ f)\cdot f'$, autrement dit pour $x\in D$, $(g(f(x)))'=g'(f(x))\cdot f'(x)$.
Il existe quelques dérivées importantes que nous allons utiliser Il existe quelques dérivées importantes que nous allons utiliser
régulièrement dans la suite de ce cours. En supposons que régulièrement dans la suite de ce cours. En supposons que
......
...@@ -282,7 +282,7 @@ $$\int_a^b f(x){\mathrm{d}}x = \lim\limits_{\varepsilon\rightarrow 0}\int_a^{c-\ ...@@ -282,7 +282,7 @@ $$\int_a^b f(x){\mathrm{d}}x = \lim\limits_{\varepsilon\rightarrow 0}\int_a^{c-\
#### Exercice {-} #### Exercice {-}
Montrer que $$\int_{-1}^2\frac{1}{x}=\ln{2}.$$ Montrer que $$\int_{-1}^2\frac{1}{x}{\mathrm{d}}x=\ln{2}.$$
#### Définition (Valeur moyenne) {-} #### Définition (Valeur moyenne) {-}
...@@ -396,12 +396,12 @@ Calculer les primitives suivantes ...@@ -396,12 +396,12 @@ Calculer les primitives suivantes
1. $\int x e^x{\mathrm{d}}x$. $g(x)=x$, $f'(x)=e^x$ et donc $g'(x)=1$, 1. $\int x e^x{\mathrm{d}}x$. $g(x)=x$, $f'(x)=e^x$ et donc $g'(x)=1$,
$f(x)=e^x$. Il vient $f(x)=e^x$. Il vient
$$\int x e^x=x e^x-\int e^x{\mathrm{d}}x=x e^x-e^x+c.$$ $$\int x e^x{\mathrm{d}}x=x e^x-\int e^x{\mathrm{d}}x=x e^x-e^x+c.$$
2. $\int \cos(x)\sin(x){\mathrm{d}}x$. $g= \cos(x)$, $f'(x)=\sin(x)$ et 2. $\int \cos(x)\sin(x){\mathrm{d}}x$. $g= \cos(x)$, $f'(x)=\sin(x)$ et
donc $g'(x)=-\sin(x)$, $f(x)=-\cos(x)$. Il vient $$\begin{aligned} donc $g'(x)=-\sin(x)$, $f(x)=-\cos(x)$. Il vient $$\begin{aligned}
&\int \cos(x)\sin(x){\mathrm{d}}x=\sin^2(x)-\int \cos(x)\sin(x){\mathrm{d}}x\nonumber\\ &\int \cos(x)\sin(x){\mathrm{d}}x=\sin^2(x)-\int \cos(x)\sin(x){\mathrm{d}}x\nonumber\\
\Rightarrow &\int \cos(x)\sin(x){\mathrm{d}}x=\frac{1}{2}\sin^2(x). \Rightarrow &\int \cos(x)\sin(x){\mathrm{d}}x=\frac{1}{2}\sin^2(x)+c.
\end{aligned}$$ \end{aligned}$$
On voit que le résultat de l’intégration par On voit que le résultat de l’intégration par
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment