diff options
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | annexe/main.tex | 13 |
2 files changed, 14 insertions, 1 deletions
@@ -46,7 +46,7 @@ tags # these rules might exclude image files for figures etc. # *.ps # *.eps -# *.pdf +*.pdf ## Generated if empty string is given at "Please type another file name for output:" .pdf diff --git a/annexe/main.tex b/annexe/main.tex index 15214f3..645b6e1 100644 --- a/annexe/main.tex +++ b/annexe/main.tex @@ -66,6 +66,19 @@ \newpage \begin{appendix} + \section{Circuit RLC} + \subsection{Charge} + On pose l'équation de l'état du circuit au temp $t(0)$ et on substitue pour + avoir en fonction de $\vlt$. + Puisque que circuit simplifié est constituer d'une seule boucle, + $I_C = I_R = I_V = I$ + \begin{gather} + V_S &= V_C(t) + V_R(t) + V_L(t) \\ + V_S &= \frac{1}{C}\int I(t) \dt + RI(t) + V_L \\ + V_S &= \frac{1}{CL}\int\int \vlt \dt\dt + \frac{R}{L}\int\vlt\dt + V_L \\ + + + \end{gather} \subsection{Décharge} \begin{align} |