Section Overview
The analysis tools so far assumed you could see the whole circuit at once. But circuits with more than one source — a signal riding on a bias supply, two batteries feeding a shared load, a sensor plus a reference — can be hard to reason about all together. The superposition principle is the tool that untangles them: in a linear circuit, the voltage or current at any point is simply the sum of what each independent source would produce on its own. You solve the circuit once per source, with the others switched off, then add the pieces. This section shows the method, the crucial linearity condition it depends on, and the one trap everyone must learn — that power does not add this way.
Why This Matters
Real circuits are full of multiple sources whose effects overlap, and superposition is how you pull them apart. It answers questions like "how much of this node's voltage is the signal I care about, and how much is the DC bias?" — the exact separation behind every audio, sensor, and amplifier circuit. It also underlies the source-zeroing you already met in the Thevenin section, and it's the conceptual basis for thinking about AC signals sitting on DC operating points later in this handbook. For a repair technician, superposition is the mental move that turns "there are three things driving this node, I can't think about it" into "let me see what each one does alone" — a way to make a confusing multi-source circuit tractable.
Required Prerequisites
- Ohm's Law — The Foundation of Circuit Analysis — used to solve each single-source version of the circuit.
- Parallel Circuits — zeroing a source often puts resistors in parallel, exactly as when finding a Thevenin resistance.
- Kirchhoff's Voltage Law — used within each single-source solve, and to cross-check the summed result.
- Kirchhoff's Current Law — likewise, for verifying the combined answer at a node.
- Thevenin and Norton Equivalents — the source-zeroing rule (voltage source → short, current source → open) is identical here; superposition and Thevenin are close cousins.
Recommended Consumables
No consumables required. The exercises are pen-and-paper analysis; a two-source hardware build is optional and, if attempted, should still use only low-voltage batteries.
Recommended Practice Hardware
- Optional: two AA or 9 V batteries and holders, several resistors, and clip leads or a breadboard, to build a simple two-source network
- A multimeter if you have one (from Section 1.7) to measure the combined node voltage and compare it to your calculated superposition result
If you build a two-source circuit, keep both sources to single low-voltage batteries — the same safe territory as the previous sections. No mains, no high current.
Real-World Applications
Superposition is the everyday reasoning behind separating signals from supplies. Every amplifier input where a small AC signal sits on a DC bias voltage is a superposition problem: the bias sets the operating point, the signal wiggles around it, and you analyze each separately and add. Sensor front-ends, mixing circuits, and any node fed by more than one source all yield to "consider each source alone." It's also why the Thevenin source-zeroing trick works — turning a source off to see the rest of the circuit is superposition applied to one source at a time. Wherever two influences overlap on the same wire, superposition is how you attribute the result to its causes.
Common Challenges
- Forgetting the linearity requirement. Superposition works only for linear circuits — ones built from resistors and ideal sources, where doubling a source doubles its effect. It does not apply to nonlinear parts (diodes, transistors in their curved regions) without extra care, and — the classic trap — it does not apply to power even in a purely resistive circuit.
- Zeroing sources the wrong way. Just as in the Thevenin section: turning a source off means shorting a voltage source and opening a current source. The same rule, reused.
- Dropping the signs when adding. Each source's contribution has a direction. Two contributions that push a node the same way add; ones that oppose subtract. Superposition is an algebraic sum, not a sum of magnitudes.
Safety Notes
Risk Level: Low. This section is analysis and, at most, optional low-voltage measurement on a two-battery circuit — the same safe territory as the previous sections. No mains, no high-energy sources.
Professional Tips Before Starting
- Track the direction of every contribution, not just its size. Draw the assumed reference direction once and let a negative contribution simply mean "the other way," exactly as with Kirchhoff's laws.
- Solve the easiest single-source case first. Zeroing one source often collapses the circuit into a simple divider you can do in your head, which builds confidence before the messier one.
- When multiple sources are of the same kind and symmetry, look for shortcuts — but always confirm the total against a direct KVL/KCL solve if the numbers matter. Superposition and a direct solve must agree; if they don't, you've dropped a sign.
One Source at a Time
The Principle
The superposition principle states that in a linear circuit containing several independent sources, the voltage or current at any point equals the algebraic sum of the voltages or currents that each source would produce acting alone, with every other independent source turned off. "Linear" is the essential word: it means every component responds in proportion (a resistor's current is proportional to its voltage), so the separate effects simply add without interfering. Resistors and ideal sources are linear; this is the world Chapter 2 lives in.
Turning a source "off" means replacing it with its zero-value form — the identical rule from the Thevenin section:
- A voltage source goes to 0 V → replace with a short (a wire).
- A current source goes to 0 A → replace with an open (a break).
The Method
Three steps:
- Isolate. Pick one source; zero all the other independent sources. Solve the resulting single-source circuit for the voltage or current you care about — that's this source's contribution.
- Repeat. Do the same for each source in turn, each time with only that one source active.
- Add. Sum all the contributions algebraically, respecting the direction (sign) of each. The result is the actual voltage or current with every source active at once.
A Worked Two-Source Example
Consider a node N driven by two supplies: a 10 V source through a 10 Ω resistor (R₁), a 20 V source through a 20 Ω resistor (R₂), and a 20 Ω resistor (R₃) from N to ground. What is the voltage at N?
Contribution of the 10 V source (zero the 20 V source → short it, so R₂ now runs from N to ground). Looking from the 10 V source, R₂ and R₃ are in parallel: R₂ ‖ R₃ = 20 ‖ 20 = 10 Ω. Node N is then a divider between R₁ and that 10 Ω:
V_N(10 V) = 10 × 10 ÷ (10 + 10) = 5 V
Contribution of the 20 V source (zero the 10 V source → short it, so R₁ now runs from N to ground). Now R₁ ‖ R₃ = 10 ‖ 20 = (10 × 20) ÷ 30 = 6.67 Ω, and N is a divider between R₂ and that:
V_N(20 V) = 20 × 6.67 ÷ (20 + 6.67) = 20 × (6.67 ÷ 26.67) = 20 × 0.25 = 5 V
Add them:
V_N = 5 V + 5 V = 10 V
Both sources happen to push N the same direction here, so the contributions add. To be sure, cross-check with a direct nodal solve (summing the currents into N by KCL): (10/10 + 20/20) ÷ (1/10 + 1/20 + 1/20) = 2 ÷ 0.20 = 10 V. The two methods agree exactly — superposition gave the right answer, one source at a time.
The Power Trap
Now the mistake to never make. The current through R₃ is V_N ÷ R₃ = 10 ÷ 20 = 0.5 A, so the real power dissipated in R₃ is:
P = V_N² ÷ R₃ = 10² ÷ 20 = 5 W
But watch what happens if you try to superpose power. Each source alone produced 5 V at N, which across R₃ would be 5² ÷ 20 = 1.25 W. Adding those: 1.25 + 1.25 = 2.5 W — only half the real 5 W. The two answers disagree because power depends on the square of voltage, and squaring is nonlinear: (5 + 5)² is 100, not 5² + 5² = 50. The missing piece is the "cross term" between the two contributions. Superpose the voltages or currents, then compute power from the combined value — never add the individual powers.
Why It's Useful — Isolating a Source
The real payoff isn't just solving multi-source circuits; it's attribution. Superposition tells you exactly how much of a result each source is responsible for. In our example, each source contributes 5 V of the 10 V at N — so if that node is misbehaving, you know both supplies weigh in equally. In a real amplifier, superposition separates the DC bias's contribution to a node from the AC signal's, letting you design or diagnose each independently. When a node is driven by several things at once, superposition is how you answer "which source is doing what?" — the question at the heart of many multi-source diagnoses.
Common Mistakes
- Applying it to a nonlinear circuit. Superposition needs linearity. A circuit with a diode or a transistor in its curved region does not obey it directly, and forcing it produces wrong answers.
- Superposing power. The headline trap: power is not linear, so individual-source powers do not add. Combine voltages/currents first, then square.
- Zeroing sources incorrectly. Voltage source → short; current source → open. The same rule as Thevenin — reversing it is the usual slip.
- Adding magnitudes instead of signed values. Contributions have direction; opposing ones subtract. Keep the signs.
Troubleshooting Guidance
Superposition is a reasoning tool more than a bench measurement, but it sharpens multi-source diagnosis. When a node is fed by several sources and its voltage is wrong, think about each source's expected contribution: if you can estimate what each should add and the total is off, the discrepancy points at the source whose contribution has changed — a supply that has sagged, a signal that has died, a reference that has drifted. On the bench you can sometimes isolate a source physically (disable or disconnect one at a time, safely, on low-voltage circuits) and confirm each contribution matches the superposition prediction. And remember the power caveat while troubleshooting heat: a resistor's dissipation depends on the combined current through it, not on any single source's share, so reason about the total before blaming one source for the heat.
Verification & Testing Methods
Check your understanding before moving on:
- [ ] State the superposition principle and the linearity condition it requires.
- [ ] Given a two-source circuit, find each source's contribution to a node voltage by zeroing the other source correctly.
- [ ] Add two contributions with the correct signs, including a case where they oppose.
- [ ] Explain why you cannot superpose power, and compute the true power from the combined voltage instead.
Then try the practice exercises below — pen-and-paper analysis, with an optional two-battery measurement.
Practice Exercises
- Two contributions, same direction (10 minutes, pen and paper). A node is driven by a 12 V source through 6 Ω and a 6 V source through 6 Ω, with a 6 Ω resistor from the node to ground. Find each source's contribution to the node voltage (zero the other, work the divider), then add them. State the combined node voltage.
- Opposing contributions (5 minutes, pen and paper). Suppose in some circuit source A alone produces +6 V at a node and source B alone produces −2 V at the same node (they push opposite ways). What is the actual node voltage with both active? Explain why you subtract rather than add magnitudes.
- The power check (10 minutes, pen and paper). Using your combined node voltage from Exercise 1 and the 6 Ω resistor to ground, compute the real power in that resistor from the combined voltage. Then (deliberately, to see the trap) compute each source's individual power contribution and add them — confirm the two results differ, and explain which is correct and why.
- Measure a two-source node (10 minutes, optional hardware). Build a node fed by two batteries through resistors, plus a resistor to ground. Predict the node voltage by superposition, then measure it. They should agree within measurement tolerance — a direct demonstration that superposition is exact for this linear circuit.
These core ideas — one source at a time, algebraic addition with signs, the linearity requirement, and the power trap — are tested in the Chapter Quiz at the end of this chapter, where a score of 80% is required to continue.
Key Takeaways
- The superposition principle: in a linear circuit with several independent sources, the voltage or current at any point is the algebraic sum of the contributions from each source acting alone.
- Method: zero all but one source (voltage source → short, current source → open — the same rule as Thevenin), solve, repeat for each source, and add the results with their signs.
- Linearity is required: it works for resistors and ideal sources, where effects add in proportion, and not for nonlinear parts without extra care.
- Power cannot be superposed. Power depends on the square of voltage or current, so combine the voltages or currents first and compute power from the combined value.
- Contributions are added algebraically — same-direction contributions add, opposing ones subtract.
- The real value is attribution: superposition tells you how much of a result each source is responsible for, separating (for example) a signal from a bias supply.
Skills Learned
- You can now state the superposition principle and the linearity condition it depends on.
- You can now find each independent source's contribution to a voltage or current and add them with correct signs.
- You can now explain and avoid the power-superposition trap, computing power from the combined result instead.
- You can now use superposition to attribute a node's voltage or a branch's current to individual sources.
- You can now connect superposition to the Thevenin source-zeroing you already learned, seeing them as the same underlying idea.
Glossary Additions
- superposition principle — the rule that, in a linear circuit with multiple independent sources, the voltage or current at any point equals the algebraic sum of the contributions from each source acting alone (all other independent sources zeroed). It does not apply to power.
- linear circuit — a circuit in which every element responds in proportion to its drive (for example, a resistor whose current is proportional to its voltage), so that the effects of separate sources add independently; the condition that makes superposition valid.
Suggested Next Sections
Must read next:
- What Is a Capacitor? — the opening of Chapter 3, where circuits gain a new kind of component that stores energy in an electric field and, for the first time, makes voltage and current depend on time.
Recommended:
- Thevenin and Norton Equivalents — its source-zeroing is the same move superposition uses; the two techniques reinforce each other.
- Kirchhoff's Voltage Law — the law you use to cross-check that a superposition result is correct.