diff --git a/presentations/AnalogL1/presentation.html b/presentations/AnalogL1/presentation.html index 268b8f8..2a2982f 100644 --- a/presentations/AnalogL1/presentation.html +++ b/presentations/AnalogL1/presentation.html @@ -559,7 +559,7 @@ - At node KCL1: `\( \quad I_\text{in} - I_{1} - I_{2} = 0 \)` - From loop KVL1: `\( \quad V_\text{in} - V_{1} - V_{3} = 0 \quad \Rightarrow \quad V_\text{in} = I_{1}R_{1} + (I_{1} + I_{2})R_{3} \)` - From loop KVL2: `\( \quad V_{1} - V_{2} = 0 \quad \Rightarrow \quad I_{1}R_{1} = I_{2}R_{2} \)` -- Solving the 2 KVL equations and substituting circuit parameters we get `\( I_{1} = I_{2} = 0.5\,\text{A} \ \, \text{\&} \ \, I_{\text{in}} = 1\,\text{A} \)` +- Solving the 2 KVL equations and substituting circuit parameters we get `\( I_{1} = I_{2} = 0.5\,\text{A} \ \ \text{&} \ \ I_{\text{in}} = 1\,\text{A} \)` - Could have used a circuit transformation to combine R1 & R2 in parallel and simplified the analysis ---