Superposition Theorem
Analyze one source at a time, then add the results.
Multiple sources in a circuit don't have to mean multiple headaches — analyze them one at a time and add the answers.
The Core Idea
When a linear circuit contains two or more independent sources, you can find any voltage or current in the circuit by considering each source one at a time. While evaluating one source, you turn off all other independent sources: voltage sources become short circuits (0 V) and current sources become open circuits (0 A). The total response is the algebraic sum of the individual contributions.
Superposition works because Ohm's law and Kirchhoff's laws are linear. If every element satisfies a linear relationship, the circuit's response scales linearly with each source. This is why superposition applies only to linear elements like resistors, capacitors, and inductors (under AC phasor analysis) — not to diodes, transistors, or other nonlinear devices.
Power follows P = I²R, which is quadratic in current. If source A alone produces 2 A through a 4 Ω resistor, that's P_A = (2)² × 4 = 16 W. If source B alone also produces 2 A, that's P_B = 16 W. But both sources together produce 4 A, giving P = (4)² × 4 = 64 W — not 32 W. Always find the total current or voltage first via superposition, then compute power once.
- Turn off the current source (replace with an open circuit). The circuit is now a 12 V source in series with R1 = 2 Ω and R2 = 4 Ω. Total resistance = 2 + 4 = 6 Ω. Current through R2 from the voltage source: I_V = 12 V/6 Ω = 2 A (top-to-bottom).
- Turn off the voltage source (replace with a short circuit). Now R1 = 2 Ω and R2 = 4 Ω are in parallel. The 6 A current divides between them. Using the current divider rule: I_I = 6 A × (R1/(R1+R2)) = 6 × (2/6) = 2 A (top-to-bottom through R2).
- Sum the contributions: I_R2 = I_V + I_I = 2 A + 2 A = 4 A.
- Turn off the current source (open). Series circuit: R_total = 4 + 6 = 10 Ω. I_V = 10/10 = 1 A through R2.
- Turn off the voltage source (short). Current divider: I_I = 5 × (4/(4+6)) = 2 A through R2.
- Total: I_R2 = 1 + 2 = 3 A.
Check your understanding
- Superposition applies only to linear circuits with independent sources.
- Turn off voltage sources (short) and current sources (open) one at a time.
- Sum individual voltage or current contributions for the total response.
- Power is nonlinear — find total current or voltage first, then compute power once.