Problem 4-47 (using mesh analysis)


a) Find the branch currents ia through ie.


Since the method is not specified, let's consider this question. I have shown both node voltages (V1 through V3 in blue) and mesh currents (I1 through I4 in green).

Nodal Analysis:

Mesh Analysis:

Verdict:

Since the equations are not to be solved manually but with a calculator or computer, mesh analysis would probably be my choice despite the extra equation to avoid the additional algebra and the slight difficulty with id, but it is a close call. If I had to solve the equations manually, I would probably choose nodal analysis.

I have worked this problem by both methods. Look in the homework index under nodal analysis for the nodal solution or click here.


Define dependent source parameters in terms of mesh currents.

ib = I4 - I2
id = I3


There are two current sources, so we need to express their values in terms of the mesh currents and form supermeshes.

19 Amp source:

19 = I1 (equation 1)

Dependent current source:

2 ib = I3 - I2
2 (I4 - I2 ) = I3 - I2
I2 + I3 - 2 I4 = 0 (equation 2)

Removing the current sources to form supermeshes results in the following circuit


Now write KVL around mesh 4 and supermesh 2/3.

Mesh 4:

- 4 id + 10 (I4 - I3) + 5 (I4 - I2) = 0
- 4 I3 + 10 (I4 - I3) + 5 (I4 - I2) = 0
5 I2 + 14 I3) - 15 I4 = 0 (equation 3)

Supermesh 2/3:

5 (I2 - I4) + 10 (I3 - I4) - 240 + 40 (I2 - I1) = 0
Replace I1 using equation 1.
5 (I2 - I4) + 10 (I3 - I4) - 240 + 40 (I2 - 19) = 0
45 I2 + 10 I3 - 15 I4 = 1000 (equation 4)



Solving equations 2, 3, and 4 gives (details not shown) (I also included the value found earlier for I1.)

I1 = 19 A
I2 = 26 A
I3 = 10 A
I4 = 18 A


Now we can find the branch currents ia through ie.

ia = I1 - I2 = 19 - 26
ia = - 7 A

ib = I4 - I2 = 18 - 26
ib = - 8 A

ic = I4 - I3 = 18 - 10
ic = 8 A

id = I3
id = 10 A

ie = I4
ie = 18 A

These answers match the solutions obtain via nodal analysis, so they are almost certainly correct.

In addition, the total power is calculated below which also checks.



b) Show that the total power generated equals the total power absorbed.


SOURCES:

I will assume power is being generated by all sources and calculate power generated (P = VI with arrow leaving positive reference) for all four sources. If one or more is actually absorbing power, the value for that source will be negative.

19 A source

Pgen = 19 (40 ia) = 19 (-280) = - 5320 W

Dependent voltage source

Pgen = 4 id (ie) = 4 (10) (18) = 720 W

Dependent current source (I will get the voltage across the source as the sum of the 10 ohm voltage and the 240 volt source).

Pgen = 2 ib (- ic - 240) = 2 (- 8) (-80 - 240) = 5120 W

240 V source

Pgen = 240 id 240 (10) = 2400 W

Net power generated by the sources is

PgenTotal = - 5320 + 720 + 5120 + 2400 = 2920 W


RESISTORS:

I will calculate power absorbed for all resistors (P = I2R).

40 ohm resistor

Pabs = ia2 (40) = 49 (40) = 1960 W

5 ohm resistor

Pabs = ib2 (5) = 64 (5) = 320 W

10 ohm resistor

Pabs = ic2 (10) = 64 (10) = 640 W

Total power absorbed by the resistors

PabsTotal = 1960 + 320 + 640 = 2920 W

Since power generated by the sources equals power absorbed by the resistors, our answers are probably correct.


Return to ECE 202 Homework Solution Index