2.22
Dependent Source Feedback

Surprising and useful effects happen when the output of a dependent source 'feeds back' to modify the controlling value. 3 min read

In the previous section, Dependent (Controlled) Sources, we considered a number of circuits where we could easily partition the input of a dependent source from its output, and solve the two halves of the circuit one at a time.

So far we’ve only considered cases where the controlled source’s output does not interact with the controlling values. These cases are often identifiable by inspection and make solving simpler because the problem can be split in two.

However, most useful applications of dependent sources involve feedback and must be solved as a system in entirety. For example:

Exercise Click to simulate the circuit above.

We can no longer analyze this with input and output separately because the output voltage is connected back to the input via resistor R2.

Instead, we can fall back on our general procedure discussed in Solving Circuit Systems to solve the circuit.

For step 1: we’ve labeled two non-ground nodes A and B.

For step 2: we’ve labeled three branch currents and indicated their direction with arrows.

For step 3: we can write Kirchhoff’s Current Law at node A:

For step 4: we can write component constitutent equations for I1, R1, R2, and VCVS1:

For step 5: we can combine into a single system of equations with 5 equations and 5 unknowns:

or as an augmented matrix:

For step 6: we can solve using our process from Systems of Equations.

First, row 2 simply says , so we can extract that quickly. Row 5 says , so we can remove and replace it with everywhere. With those two reductions, we’re down to a 3x3 system:

From here, the third row says , so we can remove and replace it with everywhere, bringing us to a 2x2 system:

Now we can use a row operation to add of the second row to the first row, and storing the result in place of the first row, resulting in:

The first row says , or . Substituting this into the second row we find , or , so .

Now that we have all of our currents, we can re-expand the simplifications we made earlier: so , and so .

We’ve now solved the full circuit:

Click the circuit above and click “Run DC Simulation.” You’ll find that these solutions by hand exactly match what the CircuitLab simulator calculates numerically.

Notice that the voltage is a different value than it would be in other situations. For example, if we deleted the VCVS1 entirely, . Or instead, if the VCVS1 became a short circuit, then . It’s only with the feedback provided by VCVS1 that . You can rapidly verify these other conditions by clicking the schematic above, making these modifications, and re-running the simulation.

As an exercise: what happens if we change the VCVS’s gain factor? Instead of 0.5, what happens in the neighborhood of (for example, compare to )? Why does this happen? Try to solve by hand, or explore using the simulator (see DC Sweep simulation mode).


What’s Next  

In the next section, Superposition with Dependent Sources, we’ll see how applying superposition and Thevenin equivalent circuits works when our circuits have dependent sources inside.