ece140: add superposition

This commit is contained in:
eggy 2023-02-02 18:35:57 -05:00
parent 4a2daa49cd
commit 70c5312c21

View File

@ -149,3 +149,14 @@ $$\text{output}\propto\text{input}+C$$
!!! example !!! example
Halving voltage must halve current (or at least halve it relative to a base current / voltage). Halving voltage must halve current (or at least halve it relative to a base current / voltage).
### Superposition
In linear circuits, the superposition principle states that the voltage/current through an element is equal to the sum of the voltages/currents from each independent source alone.
$$
v=\sum v_x \\
i=\sum i_x
$$
To do so, each unused independent source should be replaced with a short circuit (voltage) or an open circuit (current).