2.23
Superposition with Dependent Sources

Superposition's 'turn off all sources but one' requires careful interpretation when a circuit contains dependent sources. 7 min read

In the Superposition section we explored a problem-solving technique that allowed us to solve a linear circuit system by analyzing one source at a time. By turning all other sources off, we can look at each current or voltage source’s contribution separately. These individual analyses became quite simple, and they can then be easily combined to regenerate the original solution.

With independent sources, it was easy to turn individual voltage and currents off. For independent voltage sources, we set their voltage to zero, effectively replacing them with a short circuit. For independent current sources, we set their voltages to zero, effectively replacing them with an open circuit.

How should we handle dependent sources in the context of superposition?

The answer is found if we go back to the math of linear systems of equations.

The dependent source equations we created for linear VCVS, VCCS, CCVS, and CCCS sources all have one feature in common: unlike independent sources, they have zero constant term in their equations:

In the context of superposition, dependent sources look more like resistors, which simply relate various branch currents and node voltages. Their equations have no nonzero independent source terms on the right-hand side of the equation, so they do not effect superposition.

The result is that dependent sources do not get “turned off” during superposition. Instead, we still have to go through each independent source one at a time, but in each scenario, we still must consider any dependent sources to still be included without modification.


A Solved Example  

Let’s solve a circuit with two independent sources and one dependent source using superposition:

Exercise Click to simulate the circuit above.

We’ve labeled this circuit with two branch currents and three non-ground node voltages . Click to open the circuit, and try to solve the circuit by hand first. Then, click “Simulate,” and “Run DC Solver” to check you answers.

As described in the Superposition section, this circuit has one solution when only independent source V1 is on, and another solution when only independent source I1 is on. In both cases, the dependent source VCVS1 will remain active.

For current source I1 only:

We can turn off V1 by setting it to zero, which means replacing it with a wire:

Exercise Click to simulate the circuit above.

Now, the circuit is easy to solve by inspection. The current source I1 sets branch current , which flows entirely through R1, forcing a voltage drop of . The dependent source VCVS1 multiplies this by 3 to get . This voltage drives current through resistor R2 to now-grounded node C, so and . The circuit solution vector for this superposition case is:

For voltage source V1 only:

We can turn off I1 by setting it to zero, which means deleting it entirely and leaving an open circuit:

Exercise Click to simulate the circuit above.

Again, this circuit is easy to solve by inspection. No current flows through branch , so there is no voltage drop across R1 and . The dependent source VCVS1 multiplies this zero and itself outputs zero voltage, effectively making node B a ground node in this case . Now, current flows through R2 driven by in a direction opposite to the arrow drawn for , so . The circuit solution vector for this superposition case is:

Combine the Parts:

Each of the two sub-problems were easy to solve, even with the dependent source. Now, we can use superposition to combine the individual solution vectors into the final circuit solution:

This is the same solution we found when solving the entire circuit by hand or by simulation above.


Thevenin and Norton Equivalent Circuits with Dependent Sources  

In the Thevenin Equivalent and Norton Equivalent Circuits we explored how to use superposition to find simplified equivalent circuits looking in any pair of nodes. Superposition was useful because we added a test current source connected to our nodes of interest. It was then easy to turn off all independent sources, at which point the circuit could often be collapsed by resistor network reduction.

However, when our circuit has dependent sources, we usually can’t so easily reduce resistor networks.

Using Thevenin equivalent circuits is extremely common in analyzing nonlinear circuits like transistor amplifiers, where we create a linearized model of a nonlinear circuit. For example, this linear circuit has relevance to some transistor amplifiers we’ll study later:

Exercise Click to simulate the circuit above.

Our black box has a three resistors and a current-controlled current source. This acts like a simple model of a Bipolar Junction Transistor amplifier: a small base current is amplified 100X to become a collector current . The total current flows out the emitter.

What is the Thevenin equivalent circuit looking into nodes X and ground of this circuit? Is it something you can easily see from the values of the components as shown?

Despite the added complexity in this example, the same computational technique shown in the Finding the Thevenin Equivalent Circuit by Simulation section applies. The open-circuit voltage is 0 because there are no nonzero independent sources. The Frequency Domain simulation of reveals the sensitivity of the voltage difference to a chance in test current, which is exactly the meaning of the Thevenin equivalent impedance. In this example, running the Frequency Domain simulation shows a flat line at -101025, indicating that for every 1 unit that Itest goes increases, the voltage difference decreases by 101025. This is just like a resistor of , with zero open circuit voltage :

Exercise You can run the Frequency Domain simulation, or the DC Sweep simulation of this Thevenin equivalent circuit and verify that – from the perspective of the two selected terminals – this one-resistor equivalent circuit behaves identically to the original.

The big idea is that from the perspective of one pair of terminals (for example, the input to a transistor amplifier), a complicated behavior may emerge from dependent sources that is not necessarily obvious at first glance. In this particular case, the high current gain of 100 means that the input impedance of this amplifier is very high, which can be a good thing if we’re interested in maximum voltage signal transfer.

Solving by Hand  

While the simulator made it extremely easy to find the Thevenin equivalent circuit, we can also solve a simple case like this by hand. For the same circuit as above:

We’re solving for an equivalent resistance defined as:

since , , and .

Can we write in terms of ? Yes, as from Ohm’s Law on resistor R1 we have:

Similarly, for resistor R2 we can write:

The trick is that from Kirchhoff’s Current Law at node Y, and the controlled source CCCS1 defines , so overall:

When we substitute this back into the two Ohm’s Law equations for R1 and R2, we find:

Now that we have a single equation relating to , the value of the resistance is clear.

Practice solving this by hand. Current and voltage multiplication effects due to dependent sources are a tremendously important component of understanding most amplifier circuits.

In this circuit, the intuitive understanding is that a tiny current pushed into causes a ~100X larger current to flow through the resistor R2. The effective input resistance measures the change in voltage for a small change in current, and that change is dominated by this product term of about , even though that resistance is far bigger than any of the resistors placed explicitly within the circuit.

Open the circuit and run the DC Sweep simulation to see both that a tiny current causes a substantial voltage change , and further that there’s voltage amplification by a factor of approximately at the output .


What’s Next  

In the next section, Switches, we’ll talk about buttons and switches that allow non-permanent connections within a circuit.