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_B13_A6.tex 4.4KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. \section{Parallelschaltung von L und C}
  2. An der Parallelschaltung von $L$ und $C$ liegt die Spannung $u(t)$ (siehe Diagramm).\\
  3. Bei $t=0$ ist $i_L=0$.\\
  4. Berechnen Sie den Strom $i$ bei $t=t_2$!
  5. \begin{align*}
  6. U_0&=5\,\volt\\
  7. t_1&=3\milli\second\\
  8. t_2&=5\milli\second\\
  9. L&=6\,\milli\henry\\
  10. C&=100\,\micro\farad
  11. \end{align*}
  12. \begin{align*}
  13. \begin{tikzpicture}[scale=2]
  14. \begin{scope}[>=latex,very thick,xshift=0cm,yshift=1cm]%Spule
  15. \draw (0,0)--(.2,0) (.2,-0.1)rectangle(.8,0.1) (.8,0)--(1,0)node at (.5,.1) [above] {$L$};
  16. \fill (.2,-0.1)rectangle(.8,0.1);
  17. \end{scope}
  18. \begin{scope}[>=latex,very thick,xshift=0cm,yshift=0cm]%Kondensator
  19. \draw (0,0)--(.45,0) (.45,-.2)--(.45,.2) (.55,-.2)--(.55,.2) (.55,0)--(1,0)node at(.75,.05)[above]{$C$};
  20. \end{scope}
  21. \begin{scope}[>=latex,very thick,xshift=0cm,yshift=0cm]
  22. \draw (0,2)--(0,0)--(.1,0) (1,2)--(1,0)--(.9,0);
  23. \fill (0,2)circle(.05) (1,2)circle(.05);
  24. \draw [->,blue] (.3,2)--(.7,2) node at (.5,2)[below]{$u(t)$};
  25. \draw [->,red] (.2,1.75)--(.2,1.25) node at (.2,1.5)[right]{$i(t)$};
  26. \end{scope}
  27. \begin{scope}[>=latex,thick,scale=.5,xshift=4cm,yshift=.5cm]
  28. \draw [very thin,step=0.5cm](0,0)grid(5,2.5);
  29. \draw [->](0,0) -- (5.5,0) node [right] {$t\,[\milli\second]$};
  30. \draw [->](0,0) -- (0,3) node [above] {$u\,[\volt]$};
  31. \draw [blue,very thick](0,0)--(3,2.5)--(5,2.5)node at (1.5,1.25)[right]{$u(t)$};
  32. \foreach \x in {1,2,...,5}
  33. \draw (\x,0) -- (\x,-0.2) node[anchor=north] {$\x$};
  34. \foreach \y in {0,5}
  35. \draw (0,\y/2) -- (-0.2,\y/2) node[anchor=east] {$\y$};
  36. \end{scope}
  37. \end{tikzpicture}
  38. \end{align*}
  39. \ifthenelse{\equal{\toPrint}{Lösung}}{%
  40. \begin{align}
  41. \intertext{Formeln:}
  42. i_C&=C\cdot \frac{du}{dt}\\
  43. u_L&=L\cdot \frac{di}{dt}\\
  44. \text{KNP: }\sum i&=0
  45. \end{align}
  46. Berechnung:\\
  47. \begin{align*}
  48. i(t)&=i_C(t)+i_L(t)\\
  49. i_C(t)&=C\cdot \frac{du}{dt}\tag{1}\label{eq:paralleschaltung-ic}\\
  50. u_L(t)&=L\cdot \frac{di}{dt}\tag{2}\label{eq:paralleschaltung-ul}\\
  51. \end{align*}
  52. \begin{align*}
  53. \text{aus \ref{eq:paralleschaltung-ic}}\quad\, i_C(t_2)&=0 \quad \text{zum Zeitpunkt }t_2=5\,\milli\second \quad \frac{du}{dt}=0\\
  54. &\Rightarrow i(t_2)=i_L(t_2)\\
  55. \text{aus \ref{eq:paralleschaltung-ul}}\qquad\, di_L&=\frac{1}{L}\cdot u_L\cdot dt \qquad \Big|\int \\
  56. \big[i_L(t)\big]_{t_a}^{t_b}&=i_L(t_b)-i_L(t_a)=\frac{1}{L}\int_{t_a}^{t_b}{u_L\cdot dt}\\[\baselineskip]
  57. \text{für }0&\leq t \leq t_1\\
  58. i_L(t_1)-\underbrace{i_L(t=0)}_{0}&=\frac{1}{L}\int_{0}^{t_1}{\frac{U_0}{t_1}\cdot t\cdot dt}=\frac{U_0}{L\cdot t_1}\left[\frac{t^2}{2}\right]_{0}^{t_1}=\frac{U_0\cdot t_1}{2\cdot L}\\
  59. i_L(t_1)&=\frac{5\,\volt\cdot 3\cdot \,\milli\second}{2\cdot 6\cdot \frac{\,\milli\volt\second}{\ampere}}=1{,}25\,\ampere\\[\baselineskip]
  60. \text{für }t_1&\leq t \leq t_2\\
  61. i_L(t_2)-i_L(t_1)&=\frac{1}{L}\int_{t_1}^{t_2}{U_0\cdot dt}=\frac{U_0}{L}\cdot (t_2-t_1)\\
  62. i_L(t_2)&=1{,}25\,\ampere+\frac{5\,\volt\cdot 2\cdot \power{10}{-3}\,\second}{6\cdot \power{10}{-3}\frac{\,\volt\second}{\ampere}}=1{,}25\,\ampere+1{,}67\,\ampere=\uuline{2{,}92\,\ampere}
  63. \end{align*}
  64. \begin{align*}
  65. \intertext{Alternativ Graphisch: $i_L \textrm{ ist proportional zur \textit{Fläche}}\cdot \frac{1}{L}+\textrm{const.}$}
  66. \begin{tikzpicture}[scale=2]
  67. \begin{scope}[>=latex,thick,scale=.5,xshift=4cm,yshift=.5cm]
  68. \fill [black!10!](0,0)--(3,2.5)--(3,0)--(0,0);
  69. \fill [black!25!](3,2.5)--(5,2.5)--(5,0)--(3,0);
  70. \draw [very thin,step=0.5cm](0,0)grid(5,2.5);
  71. \draw [->](0,0) -- (5.5,0) node [right] {$t\,[\milli\second]$};
  72. \draw [->](0,0) -- (0,3) node [above] {$u\,[\volt]$};
  73. \draw [blue,very thick](0,0)--(3,2.5)--(5,2.5)node at (1.5,1.25)[right]{$u(t)$};
  74. \foreach \x in {1,2,...,5}
  75. \draw (\x,0) -- (\x,-0.2) node[anchor=north] {$\x$};
  76. \foreach \y in {0,5}
  77. \draw (0,\y/2) -- (-0.2,\y/2) node[anchor=east] {$\y$};
  78. \end{scope}
  79. \end{tikzpicture}
  80. \end{align*}
  81. \begin{align*}
  82. i(t_2)&=\frac{1}{L}\cdot \underbrace{\left(\frac{U_0\cdot t_1}{2}+U_0(t_2-t_1)\right)}_{\textrm{Fläche}} =\frac{1}{6\,\milli\henry}\cdot \left(\frac{5\,\volt\cdot 3\,\milli\second}{2}+ 5\,\volt\cdot (5-3)\,\milli\second\right)\\
  83. &=\frac{(7{,}5+10)\cdot \power{10}{-3}\,\volt\second}{6\cdot \power{10}{-3}\,\frac{\volt\second}{\ampere}}= \uuline{2{,}92\,\ampere}
  84. \end{align*}
  85. \footnotesize{Warum ist $i_L(t_2)-i_L(t_1)\not= 0$? Strom ändert sich noch, nur Spannung ist konstant.\\
  86. Wenn $u=konstant \rightarrow$ Strom steigt unendlich an. $u=L\frac{di}{dt} \Rightarrow i(t)=1/L\int u(t)dt$}
  87. \clearpage
  88. }{}%