One-Port Interconnections#
One-Ports in Parallel#
Definition: One-Ports in Parallel
A parallel circuit is an electrical element which consists of one-ports whose terminals are connected at the same nodes.
We also say that the one-ports are connected in parallel.
Theorem: Voltage across Parallel Circuits
The voltage across all one-ports in a parallel circuit is the same.
Proof
TODO
Theorem: Equivalence of Parallel Circuits
Every parallel circuit of one-ports \(\mathcal{F}_1, \dotsc, \mathcal{F}_n\) is equivalent to a single one-port with I-V characteristic \(\mathcal{F}\):
In other words, the voltage across the equivalent one-port is still \(V\), but the current \(I\) flowing through it is the sum of the currents flowing through \(\mathcal{F}_1, \dotsc, \mathcal{F}_n\):
Proof
TODO
Algorithm: Graphical Determining of the I-V Characteristic
We want to determine \(\mathcal{F}\) graphically:
- Draw \(\mathcal{F}_1, \dotsc, \mathcal{F}_n\) on the same I-V graph.
- Pick some voltage \(v\). Sum up the corresponding currents \(i_1, \dotsc, i_n\) of \(\mathcal{F}_1, \dotsc, \mathcal{F}_n\). The point \((v, i_1 + \cdots + i_n)\) is then part of \(\mathcal{F}\).
- If any of \(\mathcal{F}_1, \dotsc, \mathcal{F}_n\) is not defined for \(v\), then \(\mathcal{F}\) is also not defined for \(v\)!
- Repeat step 2 a few times to get a few points of \(\mathcal{F}\). From these points you can roughly draw the graph of \(\mathcal{F}\).
Example
TODO
Theorem: Duality of Parallel Circuits
Every parallel circuit with \(n\) components is one-ports to a series circuit with \(n\) components.
Proof
TODO
One-Ports in Series#
Definition: Series Circuits
A series circuit is an electrical element which consists of one-ports whose terminals are sequentially connected to one another.
Theorem: Current through Series Circuit
The current flowing through each one-port in a series circuit is the same.
Proof
TODO
Theorem: Equivalence of Series Circuits
Every series circuit of one-ports \(\mathcal{F}_1, \dotsc, \mathcal{F}_n\) is equivalent to a single one-port with V-I characteristic \(\mathcal{F}\):
In other words, the current flowing through the equivalent one-port is still \(I\), but the voltage across it is the sum of the voltages across \(\mathcal{F}_1, \dotsc, \mathcal{F}_n\):
Proof
TODO
Algorithm: Graphical Determining of the I-V Characteristic
We want to determine \(\mathcal{F}\) graphically:
- Draw \(\mathcal{F}_1, \dotsc, \mathcal{F}_n\) on the same I-V graph.
- Pick some current \(i\). Sum up the corresponding voltages \(v_1, \dotsc, v_n\) of \(\mathcal{F}_1, \dotsc, \mathcal{F}_n\). The point \((v_1 + \cdots + v_n, i)\) is then part of \(\mathcal{F}\).
- If any of \(\mathcal{F}_1, \dotsc, \mathcal{F}_n\) is not defined for \(i\), then \(\mathcal{F}\) is also not defined for \(i\)!
- Repeat step 2 a few times to get a few points of \(\mathcal{F}\). From these points you can roughly draw the graph of \(\mathcal{F}\).
Example
TODO
Theorem: Duality of Series Circuits
Every series circuit with \(n\) components is dual to a parallel circuit with \(n\) components.
Proof
TODO