1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
| \reponse{\np[V]{7}}
\begin{corrige}
\minusMedskip
\minusBigskip
\begin{center}
%\subimport{_images/}{fiche_ELC01_loi_mailles1_q3_JRL_v2.tex}
\begin{tikzpicture}[
font=\footnotesize,
maille/.style={ultra thick,\redOrBlack,postaction={decorate},decoration={markings,mark=at position 25mm with {\arrow[\redOrBlack]{stealth};},mark=at position 55mm with {\arrow[\redOrBlack]{stealth};}}},
]
\draw (0,-1)rectangle(4.5,1);
\draw (4.5,1)--(3,0)--(4.5,-1);
\draw (3,0)-|(1,1);
% \pileL{}{};
\FEMVL{}{12\,V};
\FEMVR{shift={(4.5,0)}}{6\,V};
% \pileR{shift={(4.5,0)}}{6\,V};
\resistanceH{shift={(3.75,0.5)},rotate=33.7}{};
\resistanceH{shift={(3.75,-0.5)},rotate=-33.7}{};
\resistanceH{shift={(2,1)}}{};
\resistanceH{shift={(2,0)}}{};
% \draw[->,shift={(-.5,0)}](0,-.5)--++(0,1)node[midway,left=3pt]{\np[V]{12}};
\draw[->,shift={(3.75,.5)},rotate=33.7](-.5,6pt)--++(1,0)node[pos=.7,left=3pt]{$U_1$};
\draw[->,shift={(2,0.75)}](-0.5,0)--++(1,0)node[midway,below]{$U_2$};
\draw[->,shift={(2,-.25)}](0.5,0)--++(-1,0)node[midway,below]{$U_3$};
\draw[->,shift={(3.75,-.5)},rotate=-33.7](0.5,-6pt)--++(-1,0)node[pos=.3,left=3pt]{5\,V};
\draw[maille](0,-1)|-(1,1)|-(3,0)--(4.5,-1)--cycle;
\end{tikzpicture}
\end{center}
Dans la maille surlignée et parcourue dans le sens indiqué, on trouve la relation $12-U_3-5=0$, ce qui donne $U_3=\np[V]{7}$.
\end{corrige}
% ************************************** %
% =============================================================================== %
\finEntrainement
% =============================================================================== % |