You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ET2_L_B17_A6.tex 5.6KB

2 years ago
​
​
​
​
​
​
​
​
​
​
​
​
​
​
​
​
​
​
​
​
​
​
​
​
​
​
​
​
​
​
​
​
​
​
​
​
​
​
​
​
​
​
​
​
​
​
​
​
​
​
​
​
​
​
​
​
​
​
​
​
​
​
​
​
​
​
​
​
​
​
​
​
​
​
​
​
​
​
​
​
​
​
​
​
​
​
​
​
​
​
​
​
​
​
​
​
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. \section{Brückenschaltung}
  2. Gegeben:\\[\baselineskip]
  3. $R_1=R_2=R_3=|X_C|=1\,\kilo\ohm$; $U=200\,\volt\cdot e^{j0\degree}$\\[\baselineskip]
  4. Gesucht:
  5. \renewcommand{\labelenumi}{\alph{enumi})}
  6. \begin{enumerate}
  7. \item Spannung $U_{ab}$ zwischen den Klemmen $a-b$ nach Betrag und Phasenwinkel.
  8. \item Qualitatives Zeigerdiagramm aller Ströme und Spannungen.\\
  9. (Qualitativ, d.h. alle Bauteilwerte verschieden)
  10. \end{enumerate}
  11. \begin{align*}
  12. \begin{tikzpicture}[very thick,scale=2]
  13. \begin{scope}[>=latex,very thick,xshift=0.5cm,yshift=0cm,rotate=90]%Widerstand - nach EN 60617
  14. \draw (0,0)--(.3,0) (.3,-0.0667)rectangle(.7,0.0667) (.7,0)--(1,0)node at (.5,-.0667) [right] {$R_1$};
  15. \draw [->,red] (.95,-.1)--(.75,-.1) node at (.85,-.1)[right]{\footnotesize$I_{R}$};
  16. \end{scope}
  17. \begin{scope}[>=latex,very thick,xshift=1.5cm,yshift=0cm,rotate=90]%Widerstand - nach EN 60617
  18. \draw (0,0)--(.3,0) (.3,-0.0667)rectangle(.7,0.0667) (.7,0)--(1,0)node at (.5,-.0667) [right] {$R_3$};
  19. \draw [->,red] (.95,-.1)--(.75,-.1) node at (.85,-.1)[right]{\footnotesize$I_{C}$};
  20. \end{scope}
  21. \begin{scope}[>=latex,very thick,xshift=.5cm,yshift=-1cm,rotate=90]%Widerstand - nach EN 60617
  22. \draw (0,0)--(.3,0) (.3,-0.0667)rectangle(.7,0.0667) (.7,0)--(1,0)node at (.5,-.0667) [right] {$R_2$};
  23. \draw [<-,blue] (.3,.2)--(.7,.2)node at(.5,.2)[left]{\footnotesize$\uline{U}_{R_2}$};
  24. \end{scope}
  25. \begin{scope}[>=latex,very thick,xshift=1.5cm,yshift=-1cm,rotate=90]%Kondensator
  26. \draw (0,0)--(.475,0) (.475,-.125)--(.475,.125) (.525,-.125)--(.525,.125) (.525,0)--(1,0)node at (.5,-.133) [right] {$C$};
  27. \draw [<-,blue] (.3,.2)--(.7,.2)node at(.5,.2)[left]{\footnotesize$\uline{U}_{C}$};
  28. \end{scope}
  29. \begin{scope}[>=latex,very thick]%Knotenpunkte
  30. \draw (1.5,.8)--(1.5,1)--(-.5,1) (1.5,-.8)--(1.5,-1)--(-.5,-1);
  31. \fill (-.5,1)circle(.025) (-.5,-1)circle(.025);
  32. \draw [->,blue] (.6,0)--(1.4,0)node at(1,0)[below]{$\underline{U}_{ab}$};
  33. \fill (.5,0)circle(.025) node at (.5,0)[left]{a};
  34. \fill (1.5,0)circle(.025)node at (1.5,0)[right]{b};
  35. \draw [->,blue] (-.5,.8)--(-.5,-.8)node at (-.5,0)[left]{$\underline{U}$};
  36. \draw node at (-.75,1){$+$};
  37. \draw node at (-.75,-1){$-$};
  38. \end{scope}
  39. \end{tikzpicture}
  40. \end{align*}
  41. \ifthenelse{\equal{\toPrint}{Lösung}}{%
  42. %\begin{align}
  43. %\intertext{Formeln:}
  44. %\end{align}
  45. Berechnung: (Platzbedarf in x: $11\,\centi\metre$; in y: $6\,\centi\metre$)\\
  46. a) Spannung $U_{ab}$
  47. \begin{align*}
  48. %R_i&=|X_c|=1\,\kilo\ohm\\
  49. %\uline{U}&=200\,\volt\\
  50. \uline{U}_{ab}&+\uline{U}_C-\uline{U}_{R_2}=0 \qquad \text{Masche}\\
  51. \uline{U}_{ab}&=\uline{U}_{R_2}-\uline{U}_C
  52. \intertext{Spannungsteiler}
  53. \uline{U}_{R_2}&=\uline{U}\cdot \frac{R}{2\cdot R}=\frac{\uline{U}}{2}=100\,\volt\\
  54. \uline{U}_C&=\uline{U}\cdot \frac{jX_C}{R+jX_C}=200\,\volt\cdot \frac{-j\cdot 1}{1-j\cdot 1}=200\,\volt(0{,}5-j0{,}5)=(100-j100)\,\volt\\
  55. \Rightarrow\uline{U}_{ab}&=100\,\volt-(100-j100)\,\volt=+j100\,\volt=\uuline{100\,\volt\cdot e^{+j90\degree}}
  56. \end{align*}
  57. \begin{align*}
  58. \intertext{b) Qualitatives Zeigerdiagramm (zu Schaltbild, beliebiges $X_C$)}
  59. \begin{tikzpicture}[very thick,scale=1]
  60. \begin{scope}[>=latex,very thick,xshift=0cm,yshift=0cm]
  61. \draw[ultra thin,black!50!](0,0)grid(10,5);
  62. \draw[thin,->](0,0)--(10.5,0)node[right]{$\Re$};
  63. \draw[thin,->](0,0)--(0,5.5)node[above]{$\Im$};
  64. \foreach \x in {10,9,...,0}
  65. \draw(\x,0)--(\x,-.1)node[below]{$\x$};
  66. \foreach \y in {5,4,...,0}
  67. \draw(0,\y)--(-.1,\y)node[left]{$\y$};
  68. \draw[blue,->](0,0)--(10,0)node at(11.5,.375){$\uline{U}=\uline{U}_{R_1}+\uline{U}_{R_2}$};
  69. \draw[blue,->](0,0)--(5,0)node at(3.75,.25){$\uline{U}_{R_1}$};
  70. \draw[blue,->]node at(7.5,.25){$\uline{U}_{R_2}$};
  71. \draw[black!50!,thin](5,0)+(0:5cm)arc(0:180:5cm);
  72. \draw[black!50!,thin](2,4)+(-116.565:.5cm)arc(-116.565:-26.565:.5cm);
  73. \fill[black!50!,thin](2,4)+(-71.565:.25cm)circle(.05cm);
  74. \draw[blue!50!red,->](0,0)--(2,4)node at (1,3.5){$\uline{U}_{R_3}$};
  75. \draw[blue!50!red,->](2,4)--(10,0)node at (7,2){$\uline{U}_C$};
  76. \draw[blue!50!red,->](5,0)--(2,4)node at (4.5,1.5){$\uline{U}_{ab}$};
  77. \draw[red,->](0,0)--(1.5,3)node at (.45,1.5){$\uline{I}_{C}$};
  78. \draw[red,->](1.5,3)--(4,3)node at (2.5,2.75){$\uline{I}_{R}$};
  79. \draw[red,->](0,0)--(2.5,0)node at (1.5,.25){$\uline{I}_{R}$};
  80. \draw[magenta,->](0,0)--(4,3)node at (2.5,1.5){$\uline{I}$};
  81. \draw node at (-1.25,0){\textbf{+}};
  82. \draw node at (11.25,0){\textbf{--}};
  83. \draw node at (5.25,.375){\textbf{a}};
  84. \draw node at (2,4.25){\textbf{b}};
  85. \draw [blue]node at (10,5)[right]{\footnotesize{$\uline{U}=200\,\volt\,\widehat{=}\,10\,\centi\metre$}};
  86. \draw [blue]node at (10,4.5)[right]{\footnotesize{$\uline{U}_{R_1}=100\,\volt, \uline{U}_{R_2}=100\,\volt$}};
  87. \draw [red]node at (10,4)[right]{\footnotesize{$\uline{I}_{R}$}};
  88. \draw [red!50!blue]node at (10,3.5)[right]{\footnotesize{$\uline{U}_{C}\bot\,\uline{U}_{R_3}$ addiert sich zu $\uline{U}$}};
  89. \draw [red]node at (10,3)[right]{\footnotesize{$\uline{I}_{C}$ in Phase zu $\uline{U}_{R_3}$}};
  90. \draw [magenta]node at (10,2.5)[right]{\footnotesize{$\uline{I}=\uline{I}_{C}+\uline{I}_{R}$}};
  91. \end{scope}
  92. \end{tikzpicture}
  93. \end{align*}
  94. Anmerkung:\\
  95. Wenn wie angegeben $|X_C|=R\Rightarrow \uline{U}_{R3}\bot\uline{U}_{C}\Rightarrow$ gleichschenkliges, rechtwinkliges Dreieck $\Rightarrow\uline{U}_{ab}\bot \Re$-Achse.
  96. \clearpage
  97. }{}%