Network Theorems
Learning Objectives
- Explain what a "network theorem" is and why they exist alongside Ohm's Law and Kirchhoff's Laws.
- Apply the Superposition Theorem to a circuit with two independent sources.
- State when Thevenin's, Norton's, and Maximum Power Transfer theorems apply, and how they relate to each other.
- Apply Millman's Theorem to find a common node voltage across several parallel source-resistor branches.
- Recognize the linearity assumption that underlies superposition and explain why it fails for power.
- Choose the most efficient theorem for a given circuit-analysis problem.
Quick Answer
Network theorems are shortcut techniques that let you analyze circuits without grinding through full Kirchhoff's-Law equation systems every time. Where Ohm's Law and Kirchhoff's Laws are the fundamental physical rules, network theorems (Superposition, Thevenin's, Norton's, Maximum Power Transfer, Millman's) are engineering tools built on top of them — each suited to a specific kind of problem, like multiple sources, variable loads, or many parallel branches feeding one node. Knowing which theorem fits which situation is often what separates a two-line solution from a page of simultaneous equations, which is exactly why these theorems are tested heavily in circuit analysis courses.
Superposition Theorem
Statement: In a linear circuit with multiple independent sources, the response (voltage or current) at any element equals the sum of the responses caused by each source acting alone, with all other independent sources deactivated (voltage sources shorted, current sources opened).
Steps:
- Keep one independent source active; deactivate all others.
- Calculate the desired voltage or current with only that source active.
- Repeat for every independent source, one at a time.
- Add all the individual contributions algebraically (respecting sign/direction).
Worked Example 1: A circuit has two sources feeding a 10Ω resistor: a 20V source contributes 1.5A through it when acting alone, and a 4A current source contributes −0.5A through it when acting alone (opposite direction). Find the total current through the resistor.
I_total = I_from_V + I_from_I = 1.5 + (−0.5) = 1.0 A
Important limitation: superposition works for voltage and current because they add linearly, but not for power, since power depends on the square of voltage or current (P = I²R): you cannot add the individual power contributions to get total power — you must find total current or voltage first, then calculate power once.
Thevenin's and Norton's Theorems (Quick Reference)
Both let you replace a whole linear source network, as seen from two terminals, with a single equivalent:
- Thevenin: V_th (open-circuit voltage) in series with R_th (deactivated-source resistance).
- Norton: I_N (short-circuit current) in parallel with R_N = R_th.
Worked Example 2: A network has V_th = 24V and R_th = 8Ω. Find the Norton equivalent and the current delivered to a 4Ω load using each form.
Norton conversion: I_N = V_th/R_th = 24/8 = 3 A, R_N = R_th = 8Ω
Using Thevenin: I_load = V_th/(R_th+R_L) = 24/(8+4) = 2 A
Using Norton (current divider): I_load = I_N × R_N/(R_N+R_L) = 3 × 8/12 = 2 A ✓ (matches)
(See the dedicated Thevenin's and Norton's Theorems page for full derivation steps.)
Maximum Power Transfer Theorem
Statement: Maximum power is delivered to a load when the load resistance equals the source's Thevenin resistance: R_L = R_th.
P_max = V_th² / (4 × R_th)
For AC circuits with complex impedances, the condition generalizes to Z_L = Z_th* (the load impedance must be the complex conjugate of the source impedance) for maximum average power transfer.
Worked Example 3: Using V_th = 24V, R_th = 8Ω from Example 2, find the load resistance for maximum power transfer and the resulting maximum power.
R_L = R_th = 8 Ω
P_max = 24² / (4×8) = 576/32 = 18 W
This theorem is central to signal and communication circuit design (matching antenna or transmission-line impedance) but power distribution systems generally prioritize efficiency over maximum power transfer, since R_L=R_th only ever achieves 50% efficiency.
Millman's Theorem
Statement: For several branches connected between the same two nodes, each containing a voltage source V_k in series with a resistance R_k, the common node voltage is:
V = (V1/R1 + V2/R2 + ... + Vn/Rn) / (1/R1 + 1/R2 + ... + 1/Rn)
Worked Example 4: Three branches connect to a common node: Branch 1 has V1=10V, R1=2Ω; Branch 2 has V2=5V, R2=5Ω; Branch 3 has V3=0V (a plain resistor to ground), R3=10Ω. Find the node voltage.
Numerator = 10/2 + 5/5 + 0/10 = 5 + 1 + 0 = 6
Denominator = 1/2 + 1/5 + 1/10 = 0.5 + 0.2 + 0.1 = 0.8
V = 6 / 0.8 = 7.5 V
Millman's Theorem is essentially a shortcut form of nodal analysis for exactly this common topology — several source-resistor branches sharing two nodes — and it avoids setting up a full system of KCL equations.
Choosing the Right Theorem
| Situation | Best theorem |
|---|---|
| Multiple independent sources, want one branch's response | Superposition |
| Need behavior of a circuit under many different loads | Thevenin's or Norton's |
| Need the load resistance for maximum power delivery | Maximum Power Transfer |
| Several source-resistor branches sharing two nodes | Millman's |
| Complex multi-loop/multi-node circuit, no shortcut fits | Mesh or nodal analysis (Kirchhoff's Laws) |
Key Terms
| Term | Definition |
|---|---|
| Linear circuit | A circuit whose components have output directly proportional to input (resistors, not diodes) |
| Superposition | Finding total response by summing each independent source's individual contribution |
| Deactivated source | A voltage source replaced by a short circuit, or a current source replaced by an open circuit |
| Thevenin equivalent | A source network reduced to V_th in series with R_th |
| Norton equivalent | A source network reduced to I_N in parallel with R_N |
| Maximum power transfer | The condition R_L = R_th that maximizes power delivered to a load |
| Millman's theorem | A formula for finding the common node voltage of several parallel voltage-source-resistor branches |
Common Mistakes
-
Misconception: "Superposition lets you add up power contributions from each source directly." Why it's wrong: Power is proportional to the square of voltage or current, so summing individual power values ignores cross terms that arise when combining sources, giving a wrong (usually too low) total. Correct: Use superposition to find total voltage or current first, by adding individual linear contributions; only then compute power from the combined value.
-
Misconception: "Network theorems only work for DC circuits." Why it's wrong: All of these theorems (superposition, Thevenin, Norton, maximum power transfer, Millman's) apply equally to AC circuits, provided you use phasor voltages/currents and complex impedances instead of real resistances. Correct: The same theorems generalize directly to AC analysis — the only change is replacing R with Z (complex impedance) and doing complex arithmetic.
-
Misconception: "Millman's Theorem is a totally separate idea from Kirchhoff's Laws." Why it's wrong: Millman's Theorem is just nodal analysis (KCL) applied to the specific, common case of parallel voltage-source-resistor branches sharing two nodes — it's a derived shortcut, not an independent physical law. Correct: Recognize Millman's formula as a time-saving special case of KCL-based nodal analysis, useful specifically when the circuit fits that exact topology.
Comparison and Connections
| Theorem | Best for | Key formula |
|---|---|---|
| Superposition | Multiple independent sources, one target response | Sum individual contributions |
| Thevenin's | Simplifying a network as seen by a variable load | V_th in series with R_th |
| Norton's | Same as Thevenin, current-source form | I_N in parallel with R_N |
| Maximum Power Transfer | Finding optimal load resistance | R_L = R_th, P_max = V_th²/(4R_th) |
| Millman's | Common node voltage from parallel source branches | V = Σ(Vk/Rk) / Σ(1/Rk) |
Practice Questions
Recall 1: State the Superposition Theorem in one sentence. Answer guidance: The response at any element in a linear circuit with multiple independent sources equals the sum of the responses from each source acting alone, with all others deactivated.
Recall 2: Write Millman's Theorem formula for finding a common node voltage. Answer guidance: V = (V1/R1 + V2/R2 + ... + Vn/Rn) / (1/R1 + 1/R2 + ... + 1/Rn).
Understanding 1: Why can't superposition be applied directly to calculate power? Answer guidance: Power is a nonlinear (squared) function of voltage or current, so P_total ≠ P1 + P2 in general; you must sum voltages/currents first, then square the combined result.
Understanding 2: Explain the relationship between Millman's Theorem and standard nodal analysis. Answer guidance: Millman's Theorem is a specific, pre-derived formula for the exact case where all branches are simple voltage-source-plus-resistor combinations sharing the same two nodes — it produces the same answer as writing and solving one KCL equation by hand, just faster.
Application 1: In a circuit, source A alone produces 3A through a resistor, and source B alone produces −1A through the same resistor (opposite direction). Find the actual current through the resistor with both sources active. Answer guidance: I_total = 3 + (−1) = 2A.
Application 2: Three branches share a common node: Branch 1 (V=12V, R=4Ω), Branch 2 (V=6V, R=3Ω), Branch 3 (V=0V, R=6Ω). Find the node voltage using Millman's Theorem. Answer guidance: Numerator = 12/4+6/3+0/6 = 3+2+0 = 5; Denominator = 1/4+1/3+1/6 = 0.25+0.333+0.167=0.75; V = 5/0.75 ≈ 6.67V.
Analysis 1: A source network has V_th = 15V and R_th = 5Ω. Compare the power delivered to loads of 5Ω, 2Ω, and 10Ω, and confirm which one matches the Maximum Power Transfer prediction. Answer guidance: P(5Ω): I=15/10=1.5A, P=1.5²×5=11.25W. P(2Ω): I=15/7=2.14A, P=2.14²×2≈9.18W. P(10Ω): I=15/15=1A, P=1²×10=10W. The 5Ω load (=R_th) delivers the most power (11.25W), matching the theorem.
Analysis 2: A student wants to find the current through one specific resistor in a circuit driven by three independent sources. Compare using full nodal/mesh analysis versus superposition for this task, and explain which is likely more efficient and why. Answer guidance: Superposition is usually more efficient here because it reduces the problem to three simpler single-source circuits (each easily solved by series/parallel reduction), whereas full nodal/mesh analysis requires solving one larger system of simultaneous equations with all sources active at once; superposition trades one hard problem for several easy ones.
FAQ
Q1: Do all network theorems require a linear circuit? Yes — every theorem covered here (superposition, Thevenin, Norton, maximum power transfer, Millman's) relies on the circuit being linear, meaning it contains only resistors, capacitors, inductors, and independent/dependent sources — not diodes, transistors in nonlinear operation, or other nonlinear elements.
Q2: Can I use more than one network theorem on the same circuit? Absolutely — it's common to use superposition to simplify a multi-source circuit, then apply Thevenin's theorem to one of the simplified sub-circuits to analyze a variable load.
Q3: Why does Maximum Power Transfer conflict with power system design goals? Power grids want to deliver power to homes and factories with minimal waste (high efficiency), while R_L=R_th only ever achieves 50% efficiency (half the power is wasted inside the source's own resistance) — so grids intentionally use R_L >> R_source to maximize efficiency instead of raw power transfer.
Q4: Is Millman's Theorem the same as the Superposition Theorem? No — Millman's Theorem finds one specific node voltage directly from all parallel branches at once, while superposition finds a response by combining separate single-source analyses. They can both apply to the same circuit but work differently.
Q5: What's the fastest way to know which theorem to use on an exam? Look at what's being asked: one branch's current/voltage with multiple sources → superposition; behavior under changing loads → Thevenin/Norton; optimal load value → Maximum Power Transfer; a single node voltage from several parallel branches → Millman's.
Quick Revision
- Network theorems are engineering shortcuts built on top of Ohm's Law and Kirchhoff's Laws.
- Superposition: sum individual source contributions to voltage/current (never power directly).
- Deactivating a source: voltage source → short circuit; current source → open circuit.
- Thevenin: V_th in series with R_th; Norton: I_N in parallel with R_N = R_th.
- Maximum Power Transfer: R_L = R_th gives P_max = V_th²/(4R_th), at 50% efficiency.
- AC version of Maximum Power Transfer: Z_L = Z_th* (complex conjugate matching).
- Millman's Theorem: V = Σ(Vk/Rk) / Σ(1/Rk) for parallel source-resistor branches sharing two nodes.
- All these theorems require the circuit to be linear.
- Choice of theorem depends on the question: multiple sources → superposition; variable load → Thevenin/Norton; optimal load → Maximum Power Transfer; shared-node branches → Millman's.
- Theorems can be combined — e.g., superposition first, then Thevenin on the result.
Related Topics
Prerequisites: Ohm's Law, Kirchhoff's Laws, Series and Parallel Circuits.
Related Topics: Thevenin's and Norton's Theorems, AC and DC Circuits.
Next Topics: AC and DC Circuits, Filters.