diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2024-12-04 07:21:29 -0500 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2024-12-04 07:21:29 -0500 |
commit | 63551b1f60adacf0b36c2ca2e496cb52559a53fc (patch) | |
tree | 34df70fc9cb56d53e4ef349877fff1bf84949b0f | |
parent | 8a5e5b43a41400f623df3ae20254eb80e0ed694c (diff) |
tada
-rw-r--r-- | annexe/main.tex | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/annexe/main.tex b/annexe/main.tex index 1febb33..435a897 100644 --- a/annexe/main.tex +++ b/annexe/main.tex @@ -437,6 +437,34 @@ \section{Circuit RC (\texorpdfstring{$C_3$}{TEXT})} \subsection{Charge} \subsection{Décharge} + \begin{gather*} + \begin{align} + V_S(t) & = V_C(t) + V_R(t) \\ + 0 & = RI(t) - V_C(t) \\ + 0 & =RC\ddt{}V_C(t) - V_C(t) \\ + \nonumber & \text{Posons: } V_C(t) = Ae^{\la t} \\ + \end{align} + \end{gather*} + Puisqu'il existe deux cas de figure possible pour la charge initiale du + condensateur (Minimum de $\rho_1=\SI{2}{\V}$ pour deux pulses et $\rho_2=\SI{5.5}{\V}$ pour 5). + $\rho$ est donc posé comme variable pour représenter ces deux extrêmes: + + \begin{gather*} + \begin{align} + V_C(0^+) = \rho = A e^0 \\ + \rho = A \\ + V_C(t) = \rho e^{\frac{-t}{RC}} + \end{align} + \end{gather*} + + Apposons la contrainte que le condensateur doit être déchargé de $99.3\%$ de sa valeur + initiale après \SI{1}{\ms}: + \begin{gather*} + \begin{align} + (1-0.993)\rho \\ + \rho_1 = \SI{0.014}{\V} ;\quad & \rho_2 = \SI{0.0385}{\V} + \end{align} + \end{gather*} \end{appendix} |