diff options
author | Holden Rohrer <hr@hrhr.dev> | 2020-03-25 18:48:22 -0400 |
---|---|---|
committer | Holden Rohrer <hr@hrhr.dev> | 2020-03-25 18:48:22 -0400 |
commit | 99c611eb69de2de5381788510e86ecc6276411ca (patch) | |
tree | 228f2c8262e7d11da7e8953431e060a4ae24a48e | |
parent | 0b370014328ed600e8b2a1923f00f5c69f63f396 (diff) |
added progreport detail
-rw-r--r-- | progreport/document.tex | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/progreport/document.tex b/progreport/document.tex index fc0bcad..6da665a 100644 --- a/progreport/document.tex +++ b/progreport/document.tex @@ -3,11 +3,16 @@ \section{Project Topic} -Our group will be working on the Mystery Circuit Modelling Scenario -from SIMIODE. This entails applying both Kirchhoff's Voltage Law and -Kirchhoff's Current Law to the given two loop RLC circuit and imposing -intitial conditions in order to form intial value problems to -mathematically model the mystery circuit. +Our group will be working on the \link{Mystery Circuit Modelling +Scenario from SIMIODE}{https://simiode.org/resources/3187/download/4-23% +-S-MysteryCircuit-StudentVersion.pdf}. This applies Kirchhoff's Voltage +and Current Laws to the given circuit, which describe, respectively, +that the sum of all voltages in a closed loop is zero and the sum of all +currents at a node is zero. The circuit we're examining is an RLC +(resistor, inductor, capacitor) circuit, with zeroed initial conditions. +The specific circuit has two linked loops of resistors and capacitors, +in which ``gain,'' the ratio between chosen voltage differentials in the +circuit can be modeled mathematically. \section{Further Exploration} |