diff options
-rw-r--r-- | progreport/document.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/progreport/document.tex b/progreport/document.tex index 7ec2077..7b34439 100644 --- a/progreport/document.tex +++ b/progreport/document.tex @@ -24,7 +24,7 @@ entire problem uses $E(t) = \sin(\omega t)$. From Kirchhoff's Voltage law over the first (xy) loop, $$E(t) = \sin(\omega t) = x(t)R_1 + {1\over C_1}\int y(t)dt.$$ -Kirchhoff's Voltage law also applies to the second yz-loop: +Kirchhoff's Voltage law also applies to the second (yz) loop: $${1\over C_1}\int y(t)dt = {1\over C_2}\int z(t)dt + z(t)\rload.$$ Differentiating and rearranging gives: $$x'(t) = -{y(t) \over R_1C_1} + {\omega\cos(\omega t) \over R_1},$$ |