4. Network Analysis#
Network analysis deals with determining currents, voltages, and power in electrical networks.
The fundamental tools are Kirchhoff’s Laws, mesh (loop) analysis, node analysis, and simplifications such as the Thevenin and Norton equivalents.
4.1 Kirchhoff’s Laws#
Kirchhoff’s Current Law (KCL)#
At any junction (node) in an electrical network, the sum of currents entering equals the sum of currents leaving:
$$ \sum I_{in} = \sum I_{out} $$or equivalently:
$$ \sum I = 0 $$Interpretation:
Electric charge is conserved — no charge is lost at a node.
Kirchhoff’s Voltage Law (KVL)#
In any closed loop, the algebraic sum of all voltages equals zero:
$$ \sum U = 0 $$Interpretation:
The total energy supplied by sources equals the energy consumed by resistors and loads.
4.2 Mesh (Loop) Analysis#
Mesh analysis applies KVL to determine the unknown currents in independent loops of a network.
Steps:
- Identify independent loops.
- Assign a loop current (usually clockwise).
- Apply KVL to each loop.
- Solve the resulting system of equations.
Example:
For a two-loop network:
$$ \begin{aligned} U_1 &= R_1 I_1 + R_3 (I_1 - I_2) \\\\ 0 &= -R_3 (I_1 - I_2) + R_2 I_2 - U_2 \end{aligned} $$Solving yields the loop currents \( I_1, I_2 \).
4.3 Node Voltage Analysis#
Node voltage analysis is based on KCL and expresses all branch currents in terms of node voltages.
Steps:
- Choose a reference (ground) node.
- Label the remaining node voltages relative to ground.
- Write current equations for each node (using KCL).
- Substitute branch currents via Ohm’s Law.
- Solve the resulting linear equations for the node voltages.
Example:
At a node connected by resistors \( R_1, R_2, R_3 \):
4.4 Superposition Principle#
If multiple independent sources act within a linear network, the resulting voltage or current at any point is the sum of the effects of each source acting alone.
Procedure:
- Consider one source active, deactivate all others:
- Voltage sources → short circuit
- Current sources → open circuit
- Compute the desired quantity.
- Repeat for all sources and add the individual effects algebraically.
Example:
A resistor network with two voltage sources \( U_1 \) and \( U_2 \):
4.5 Thevenin’s Theorem#
Any linear two-terminal network can be represented by an equivalent voltage source \( U_{Th} \) in series with a resistance \( R_{Th} \).
Determination#
Open-circuit voltage:
$$ U_{Th} = U_{open} $$Internal resistance:
$$ R_{Th} = R_{eq} $$
Deactivate all independent sources and calculate the equivalent resistance seen from the terminals:
Equivalent Circuit:
Load current:
4.6 Norton’s Theorem#
Alternatively, any two-terminal network can be represented by a current source \( I_N \) in parallel with a resistance \( R_N \).
Determination#
Short-circuit current:
$$ I_N = I_{short} $$Internal resistance:
$$ R_N = R_{Th} $$
Equivalent Circuit:
Load current:
4.7 Relationship Between Thevenin and Norton Equivalents#
Both representations are interchangeable:
$$ U_{Th} = I_N \times R_N \\\\ I_N = \frac{U_{Th}}{R_{Th}} \\\\ R_N = R_{Th} $$4.8 Maximum Power Transfer#
Maximum power is delivered to a load when the load resistance equals the internal resistance of the source:
$$ R_L = R_i $$Proof:
For a source with \( U_q \) and \( R_i \):
The derivative \( \frac{dP}{dR_L} = 0 \) leads to \( R_L = R_i \).
Maximum Power:
💡 Summary:
Kirchhoff’s laws form the backbone of network analysis.
Mesh and node methods allow systematic calculation of unknown currents and voltages, while Thevenin and Norton theorems simplify complex networks into easily analyzable equivalents.