What Is the Superposition Theorem in Circuits?

Superposition is a method for analyzing circuits that have more than one power source. Instead of trying to solve the entire circuit at once, you handle one source at a time, figure out what each source contributes to the voltages and currents in the circuit, then add all those contributions together to get the real answer. It only works in linear circuits, where the components (resistors, capacitors, inductors) behave proportionally to the voltage and current applied to them.

How the Theorem Works

The core idea is simple: in a linear circuit, the effect of multiple sources acting together equals the sum of their individual effects. If you have a circuit with three batteries, the current through any given resistor is the sum of the currents that each battery would produce on its own. The same applies to voltage across any component.

This works because linear components follow a proportional relationship. Double the input, double the output. That proportionality means you can break a complicated problem into smaller, easier ones and combine the results. Circuits containing only resistors, capacitors, and inductors meet this requirement. Circuits with diodes, transistors, or other semiconductor devices do not, because those components behave nonlinearly and the math breaks down.

Step-by-Step Process

To use superposition on a circuit with multiple sources, follow this sequence:

  • Keep one source active, deactivate the rest. Pick one power source to analyze first. Turn off every other independent source in the circuit.
  • Replace deactivated sources correctly. A voltage source gets replaced with a wire (a short circuit), because an ideal voltage source with zero volts is just a connection. A current source gets replaced with an open circuit (a break in the wire), because an ideal current source delivering zero amps is the same as no connection at all.
  • Solve the simplified circuit. With only one source active, use whatever method you’re comfortable with to find the voltage across or current through the components you care about.
  • Repeat for each remaining source. Restore the original circuit, pick the next source, deactivate everything else again, and solve.
  • Add the results algebraically. Once you’ve solved for every source individually, sum up the contributions. Pay attention to direction: if one source pushes current one way through a resistor and another source pushes it the opposite way, those contributions partially cancel rather than add.

The algebraic part matters. You’re not just adding magnitudes. If source A drives 3 milliamps through a resistor from left to right, and source B drives 1 milliamp from right to left, the total current is 2 milliamps from left to right. Signs and reference directions need to stay consistent throughout.

Why You Can’t Use It for Power

Superposition works for voltage and current, but not for power. This trips up a lot of students. Power depends on the square of voltage or current (power equals voltage times current, or current squared times resistance). Squaring breaks the linearity that makes superposition valid in the first place. If you try to calculate power from each source independently and add the results, you’ll get the wrong answer. Instead, use superposition to find the total current or voltage first, then calculate power from that combined result.

Handling Dependent Sources

Circuits sometimes contain dependent sources, where one source’s output is controlled by a voltage or current elsewhere in the circuit. The standard practice taught in most textbooks is to leave dependent sources active throughout the entire superposition process. You never deactivate them. Only independent sources get turned off and cycled through one at a time.

There is a more advanced technique where dependent sources can be included in the superposition process, but only if you’re careful not to zero out the variable that controls them. For introductory circuit analysis, the safe rule is straightforward: leave every dependent source alone and only deactivate independent sources.

Superposition in AC Circuits

The theorem becomes especially useful in AC circuits that have sources operating at different frequencies. In a purely DC circuit, superposition is one tool among several. In a multi-frequency AC circuit, it’s often the only practical approach.

Here’s why. Components like capacitors and inductors have impedance values that change with frequency. A capacitor that looks like 100 ohms of impedance at 1 kHz looks like only 10 ohms at 10 kHz. When two AC sources in the same circuit operate at different frequencies, the entire impedance landscape of the circuit shifts depending on which source you’re analyzing. You can’t lump them together into one calculation because the circuit essentially behaves like two different circuits at two different frequencies.

Superposition handles this naturally. You analyze the circuit at one frequency with the other source turned off, then analyze at the second frequency with the first source off. Each sub-circuit has its own set of impedance values, and you solve each one using phasors (the standard AC analysis tool that tracks both magnitude and phase angle). The final answer combines the contributions, though for different-frequency signals you can’t simply add phasors. Instead, you express each contribution as a time-domain waveform and add them together.

This same principle extends to non-sinusoidal signals. Any repeating waveform, like a square wave or triangle wave, can be broken into a series of sine waves at different frequencies. Superposition lets you analyze the circuit’s response to each frequency component separately, then combine the results to find the total response.

When Superposition Doesn’t Apply

The circuit must be both linear and bilateral for superposition to work. Linear means every component’s behavior scales proportionally with voltage and current, with no squares, cubes, or other nonlinear relationships in the equations. Bilateral means the component behaves the same regardless of current direction, the way a resistor does.

Components that violate these conditions include diodes (which only conduct in one direction), transistors, and vacuum tubes. Any circuit containing these devices in the signal path cannot be solved with superposition directly. In practice, engineers sometimes use linearized models of these components, small-signal models that approximate their behavior as linear over a narrow operating range, and then superposition becomes applicable again within that approximation.

Why It’s Worth Learning

Superposition isn’t always the fastest way to solve a circuit. For a circuit with five sources and ten resistors, cycling through five separate analyses can be tedious compared to methods like mesh analysis or nodal analysis. But it has two real strengths. First, it lets you see exactly how much each source contributes to a particular voltage or current, which is useful for design and troubleshooting. Second, for multi-frequency AC circuits, it’s not just convenient but necessary, since no other standard method handles frequency-dependent impedance changes as cleanly. It’s a foundational tool that shows up repeatedly in signal processing, audio electronics, and communications engineering.