Problem 4-88

Use superposition to find the voltage vo.


Solve the circuit for vo one independent source at a time and add the results. Note that the dependent source must always remain in the circuit.

First "kill" the 5 mA source. I will use mesh analysis.

Define dependent source parameter.

if = i1 - i2

Express current source value in terms of mesh current. Removing the current source then eliminates the top mesh.

2.2 if = i1
2.2 i1 - 2.2 i2 = i1
1.2 i1 - 2.2 i2 = 0
i1 = 1.8333 i2 (Equation 1)

KVL around mesh 2 gives

4K (i2 - i1) + 20K i2 = 25 (Equation 2)

Inserting equation 1 into equation 2

4K (i2 - 1.8333 i2) + 20K i2 = 25
16.667K i2 = 25
i2 = 1.5 mA

Finally calculate vo from Ohm's Law.

vo = 20K i2 = 20K (1.5m)
vo = 30 V (Voltage due to 25 volt source alone.)


Next kill the 25 volt source, replacing the 5 mA source.

This time I will use nodal analysis.

There are only two nodes, and if the lower node is the reference, the other is simply vo.

Define dependent source parameter.

if = vo / 4K

Write KCL at node o. I will sum currents out of the node.

vo / 20K + 5 mA + vo / 4K - 2.2 (vo / 4K) = 0
vo + 100 + 5 vo - 11 vo = 0
5 vo = 100
vo = 20 V (Voltage due to 5 mA source alone.)


Finally, the total voltage vo is just the sum of the voltages due to the individual sources.

vo = 30 + 20
vo = 50 V


Return to ECE 202 Homework Solution Index