2.21
Dependent (Controlled) Sources

Sources that are proportional to other currents or voltages in the circuit. A powerful tool in analysis and design. 7 min read

Our previous discussion of ideal voltage and current sources exclusively considered independent sources, which had a fixed specified voltage or current regardless of whatever else was going on in a circuit.

In this section, we’ll now consider dependent sources, which have a voltage or current value that is controlled by some voltage or current value elsewhere in the circuit.

In particular, we’ll consider linear dependent sources, which have a value proportional to their controlling value, related only by some scaling constant.

These dependent sources are important to understand because they’re how we model and analyze more complicated components, like transistors. Many transistor situations can be modeled as though a small controlling current or voltage signal at one terminal can control a much larger current or voltage at another terminal.

Voltage and current are the two primary state variables in an electronic system. Just as there are two kinds of independent sources (voltage and current), there are four basic types of dependent sources: their output can be either voltage or current, AND their input can be either voltage or current.

Each dependent source has two output terminals, just like an independent source would.

Each dependent source also has two input terminals, thought these are not always explicitly shown. For voltage controlled sources these act like an open-circuit voltage measurement in parallel with the controlling voltage. For current controlled sources these act like a short-circuit current measurement in series with the controlling current.


Voltage Controlled Voltage Source (VCVS)  

A VCVS is a voltage source where the voltage is controlled by a voltage elsewhere in a circuit.

Exercise Click the circuit, click “Simulate,” then “Run DC Sweep” simulation.

The VCVS1 element is set with a gain of 10, so it creates an equation:

As discussed in Systems of Equations and Solving Circuit Systems, we commonly write linear systems with all multiplicative terms on the left side, and just a single constant on the right hand side:

All of our linear controlled sources will have zero right-hand-side term.

This example circuit is solvable by inspection because there is no feedback between the controlling side and the controlled side of the circuit.

Since no current flows into the controlling measurement terminals of VCVS1, then V1, R1, and R2 form a simple resistive voltage divider, with and , so .

Because of the VCVS relationship, the source will look like a voltage of , which is just 60 in this case. From there, we can solve the right hand side directly: and , so and a current of flows through resistor R3.

In other circuits there will be an interconnection that makes the system harder to solve, but when there is no feedback, systems with controlled sources can be solved from input to output.

In practice, a VCVS is often used in modeling operational amplifiers (op-amps), and can also be used in modeling a voltage signal chain more generally.


Voltage Controlled Current Source (VCCS)  

A VCCS is a current source where the current is controlled by a voltage elsewhere in a circuit.

Exercise Click to simulate the circuit above.

We’ve replaced our VCVS above with a VCCS with gain 0.5, meaning that for every of voltage difference at the input terminals, the current source will have a current of in the direction of the arrow as drawn. This is the branch current as labeled. (For a review see Labeling Voltages, Currents, and Nodes.)

Or collecting terms on the left-hand side:

Again, this circuit has no feedback and is simple enough to solve by inspection. as before, so . To map to our resistor current as labeled we simply have to observe that , so .

If we’re interested in node voltages as well, we’d simply use Ohm’s Law on R3 and see that , while it remains true that due to voltage source V2.

In practice, a VCCS is often used in modeling MOSFETs or other voltage-effect-based transistors.


Current Controlled Voltage Source (CCVS)  

A CCVS is a voltage source where the voltage is controlled by a current elsewhere in a circuit. Here, we’ve specified a gain of 100, and a controlling current of R1.nA, meaning the current into terminal nA of resistor R1:

Exercise Click the circuit, click “Simulate”, and “Run DC Sweep” simulation.

Again, with no feedback, the total current on the left-hand side is , so the source will be . This makes the total voltage , so .

In CircuitLab you must specify the terminal current of interest. For a review of how to specify branch currents and terminal currents, please see Labeling Voltages, Currents, and Nodes.


Current Controlled Current Source (CCCS)  

A CCVS is a current source where the current is controlled by some other current elsewhere in a circuit: Here we’ve defined a gain of 0.5 and again are using the same controlling terminal current of R1.nA.

Exercise Click the circuit, click “Simulate”, and “Run DC Sweep” simulation.

With still no feedback, the total controlling current is unchanged , so the source will be . We can map to . From there, the voltage .

In practice, a CCCS is often used in modeling Bipolar Junction Transistors (BJTs) or other current-effect-based transistors.


Behavioral Sources for Controlled Sources  

While we can use special symbols to draw controlled sources, we can also use the special ability of all CircuitLab voltage and current sources to reference quantities elsewhere in the circuit. For example, instead of using the special VCVS symbol and connecting it as shown above, we can instead use a normal voltage source and write the expression “10*(V(A) - V(B))” as the value. This will have the same effect:

Exercise You can click this and run the simulation and find that it performs identically to the VCVS circuit drawn above.

Similarly, to reference a current, we can just use I(R1.nA) notation, for example by setting a current source’s value to “0.5*I(R1.nA)”:

Exercise Click and simulate to see that this performs identically to the CCCS circuit drawn above.

This behavioral expression approach allows for the construction of far more complicated component behaviors as we’ll see in later sections.


Self-Connected Controlled Sources Are Resistors  

This circuit demonstrates a VCCS connected to itself, where its own voltage determines its current. As confusing as that sounds, that’s exactly what a resistor does:

Exercise Click the circuit and run the DC and DC Sweep simulations to see that VCCS1 behaves just like a resistor.

The component VCCS1 obeys the following equation:

This is identical to a resistor, .

Similarly, the same situation can be constructed using a behavioral current source where the special function which refers to a source’s own voltage difference. Here, we replace VCCS1 with a current source I1 with a defined current .

Exercise Click and run this circuit to see that I1 also acts just like a resistor.

We can do the same with a self-connected CCVS as well:

Exercise Click to simulate the circuit above.

Here, the component CCVS1 refers to its own current to determine its voltage.

And we can do the same using a behavioral voltage source, using the special function to refer to the element’s own current.

Exercise Click to simulate the circuit above.

Here, we’ve just shown four new ways to implement a resistor! The big idea here is that from a circuit analysis perspective, resistors are just a special case where the voltage and current relationship happens to be on a single circuit element. In general, controlled sources allow for relationships to exist between various currents and voltages without requiring that they be related on the same element, and these can be expressed either with the four VCVS/VCCS/CCVS/CCCS source elements, or with current or voltage sources defined with behavioral expressions.


What’s Next  

In the next section, Dependent Source Feedback, we’ll look at what happens when the input and output of a dependent source interact with each other.