0% found this document useful (0 votes)
6 views30 pages

Chapter 02

The document contains exercises related to electrical circuits, focusing on calculating equivalent resistances and applying Kirchhoff's laws. It includes various configurations of resistors in series and parallel, along with calculations for voltages and currents in different circuit scenarios. Additionally, it provides MATLAB solutions for certain problems and emphasizes the use of KCL and KVL in circuit analysis.

Uploaded by

iqz.xid69
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views30 pages

Chapter 02

The document contains exercises related to electrical circuits, focusing on calculating equivalent resistances and applying Kirchhoff's laws. It includes various configurations of resistors in series and parallel, along with calculations for voltages and currents in different circuit scenarios. Additionally, it provides MATLAB solutions for certain problems and emphasizes the use of KCL and KVL in circuit analysis.

Uploaded by

iqz.xid69
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 30

CHAPTER 2

Exercises

E2.1 (a) R2, R3, and R4 are in parallel. Furthermore R1 is in series with the
combination of the other resistors. Thus we have:
1
Req  R1   3
1 / R2  1 / R3  1 / R4

(b) R3 and R4 are in parallel. Furthermore, R2 is in series with the


combination of R3, and R4. Finally R1 is in parallel with the combination of
the other resistors. Thus we have:
1
Req  5
1 / R1  1 /[R2  1 /(1 / R3  1 / R4 )]

(c) R1 and R2 are in parallel. Furthermore, R3, and R4 are in parallel.


Finally, the two parallel combinations are in series.
1 1
Req    52.1 
1 / R1  1 / R2 1 / R3  1 / R4

(d) R1 and R2 are in series. Furthermore, R3 is in parallel with the series


combination of R1 and R2.
1
Req   1.5 k
1 / R3  1 /(R1  R2 )

E2.2 (a) First we combine R2, R3, and R4 in parallel. Then R1 is in series with
the parallel combination.

1 20 V 20
Req   9.231  i1    1.04 A
1 / R2  1 / R3  1 / R4 R1  Req 10  9.231
v eq  Req i1  9.600 V i2  v eq / R2  0.480 A i3  v eq / R3  0.320 A
i4  v eq / R4  0.240 A

1
(b) R1 and R2 are in series. Furthermore, R3, and R4 are in series.
Finally, the two series combinations are in parallel.

1
Req 1  R1  R2  20  Req 2  R3  R4  20  Req   10 
1 / Req 1  1 / Req 2
v eq  2  Req  20 V i1  v eq / Req 1  1 A i2  v eq / Req 2  1 A

(c) R3, and R4 are in series. The combination of R3 and R4 is in parallel


with R2. Finally the combination of R2, R3, and R4 is in series with R1.

1 vs
Req 1  R3  R4  40  Req 2   20  i1  1A
1 / Req 1  1 / R2 R1  Req 2
v 2  i1Req 2  20 V i2  v 2 / R2  0.5 A i3  v 2 / Req 1  0.5 A

R1 R2
E2.3 (a) v 1  v s  10 V . v 2  v s  20 V .
R1  R2  R3  R4 R1  R2  R3  R4
Similarly, we find v 3  30 V and v 4  60 V .

2
(b) First combine R2 and R3 in parallel: Req  1 (1 / R2  1 R3 )  2.917 .
R1
Then we have v 1  v s  6.05 V . Similarly, we find
R1  Req  R4
Req
v2  vs  5.88 V and v 4  8.07 V .
R1  Req  R4

E2.4 (a) First combine R1 and R2 in series: Req = R1 + R2 = 30 . Then we have


R3 15 Req 30
i1  is   1 A and i3  is   2 A.
R3  Req 15  30 R3  Req 15  30

(b) The current division principle applies to two resistances in parallel.


Therefore, to determine i1, first combine R2 and R3 in parallel: Req =
Req 5
1/(1/R2 + 1/R3) = 5 . Then we have i1  is   1A.
R1  Req 10  5
Similarly, i2 = 1 A and i3 = 1 A.

E2.5 Write KVL for the loop consisting of v1, vy , and v2. The result is -v1 - vy +
v2 = 0 from which we obtain vy = v2 - v1. Similarly we obtain vz = v3 - v1.

v1  v3 v1  v2 v  v1 v2 v2  v3
E2.6 Node 1:   ia Node 2: 2   0
R1 R2 R2 R3 R4
v v  v2 v3  v1
Node 3: 3  3   ib  0
R5 R4 R1

E2.7 Following the step-by-step method in the book, we obtain

1 1 1 
   0 
 R1 R2 R2  v 1   is 
  1 1

1

1

1   
v  0 
 R2 R2 R3 R4 R4   2   
 1 1 1  
v 3

 
 i s 
 0   
 R4 R4 R5 

E2.8 Instructions for various calculators vary. The MATLAB solution is given
in the book following this exercise.

3
E2.9 (a) Writing the node equations we obtain:
v  v3 v1 v1  v2
Node 1: 1   0
20 5 10
v  v1 v v3
Node 2: 2  10  2 0
10 5
v  v1 v3 v3  v2
Node 3: 3   0
20 10 5

(b) Simplifying the equations we obtain:


0.35v 1  0.10v 2  0.05v 3  0
 0.10v 1  0.30v 2  0.20v 3  10
 0.05v 1  0.20v 2  0.35v 3  0

(c) and (d) Solving using Matlab:


>>clear
>>G = [0.35 -0.1 -0.05; -0.10 0.30 -0.20; -0.05 -0.20 0.35];
>>I = [0; -10; 0];
>>V = G\I
V=
-27.2727
-72.7273
-45.4545
>>Ix = (V(1) - V(3))/20
Ix =
0.9091

E2.10 Using determinants we can solve for the unknown voltages as follows:
6  0. 2
1 0. 5 3  0. 2
v1    10.32 V
0.7  0.2 0.35  0.04
 0. 2 0. 5

0. 7 6
 0. 2 1 0.7  1.2
v2    6.129 V
0.7  0.2 0.35  0.04
 0. 2 0. 5

Many other methods exist for solving linear equations.

4
E2.11 First write KCL equations at nodes 1 and 2:

v 1  10 v 1 v 1  v 2
Node 1:   0
2 5 10
v 2  10 v 2 v 2  v 1
Node 2:   0
10 5 10

Then, simplify the equations to obtain:


8v 1 v 2  50 and  v 1  4v 2  10
Solving manually or with a calculator, we find v1 = 6.77 V and v2 = 4.19 V.
The MATLAB session using the symbolic approach is:

>> clear all


syms V1 V2
[V1,V2] = solve((V1-10)/2+(V1)/5 +(V1 - V2)/10 == 0 , ...
(V2-10)/10 +V2/5 +(V2-V1)/10 == 0)
V1 =
210/31
V2 =
130/31

Next, we solve using the numerical approach.

>> clear
G = [8 -1; -1 4];
I = [50; 10];
V = G\I
V=
6.7742
4.1935

E2.12 The equation for the supernode enclosing the 15-V source is:

v3  v2 v3  v1 v1 v2
  
R3 R1 R2 R4
This equation can be readily shown to be equivalent to Equation 2.37 in
the book. (Keep in mind that v3 = -15 V.)

5
E2.13 Write KVL from the reference to node 1 then through the 10-V source to
node 2 then back to the reference node:
 v 1  10  v 2  0
Then write KCL equations. First for a supernode enclosing the 10-V
source, we have:
v1 v1  v3 v2  v3
  1
R1 R2 R3
Node 3:
v3 v3  v1 v3  v2
  0
R4 R2 R3
Reference node:
v1 v3
 1
R1 R4
An independent set consists of the KVL equation and any two of the KCL
equations.

E2.14 (a) Select the


reference node at the
left-hand end of the
voltage source as shown
at right.
Then write a KCL
equation at node 1.
v 1 v 1  10
 1  0
R1 R2

Substituting values for the resistances and solving, we find v1 = 3.33 V.


10  v 1
Then we have ia   1.333 A.
R2
(b) Select the
reference node and
assign node voltages as
shown.

Then write KCL


equations at nodes 1
and 2.

6
v 1  25 v 1 v 1  v 2
  0
R2 R4 R3
v 2  25 v 2  v 1 v 2
  0
R1 R3 R5

Substituting values for the resistances and solving, we find v1 = 13.79 V


v v2
and v 2 = 18.97 V. Then we have ib  1  -0.259 A.
R3
E2.15 (a) Select the
reference node and
node voltage as
shown. Then write a
KCL equation at node
1, resulting in
v 1 v 1  10
  2ix  0
5 5

Then use ix  (10  v 1 ) / 5 to substitute and solve. We find v1 = 7.5 V.


10  v 1
Then we have ix   0.5 A.
5
(b) Choose the reference node and node voltages shown:

Then write KCL equations at nodes 1 and 2:

v 1 v 1  2i y v 2 v 2  2i y
 3  0  3
5 2 5 10

7
Finally use iy  v 2 / 5 to substitute and solve. This yields v 2  11.54 V and
iy  2.31 A.

E2.16 These are the MATLAB commands:

clear all
syms V1 V2 V3 R1 R2 R3 R4 Is
[V1 V2 V3] = solve(V3/R4 + (V3 - V2)/R3 + (V3 - V1)/R1 == 0, ...
V1/R2 + V3/R4 == Is, ...
V1 == (1/2)*(V3 - V1) + V2 , V1, V2 , V3);
pretty(V1), pretty(V2), pretty(V3)

The results are;

2 Is R1 R2 R3 + 3 Is R1 R2 R4 + 2 Is R2 R3 R4
-----------------------------------------------
3 R1 R2 + 2 R1 R3 + 3 R1 R4 + 2 R2 R3 + 2 R3 R4

Is R2 (3 R1 R3 + 3 R1 R4 + 2 R3 R4)
-----------------------------------------------
3 R1 R2 + 2 R1 R3 + 3 R1 R4 + 2 R2 R3 + 2 R3 R4

Is R2 R4 (3 R1 + 2 R3)
-----------------------------------------------
3 R1 R2 + 2 R1 R3 + 3 R1 R4 + 2 R2 R3 + 2 R3 R4

E2.17 Refer to Figure 2.34b in the book. (a) Two mesh currents flow through
R2: i1 flows downward and i4 flows upward. Thus the current flowing in R2
referenced upward is i4 - i1. (b) Similarly, mesh current i1 flows to the
left through R4 and mesh current i2 flows to the right, so the total
current referenced to the right is i2 - i1. (c) Mesh current i3 flows
downward through R8 and mesh current i4 flows upward, so the total
current referenced downward is i3 - i4. (d) Finally, the total current
referenced upward through R8 is i4 - i3.

8
E2.18 Refer to Figure 2.34b in the book. Following each mesh current in turn,
we have

R1i1  R2 (i1  i4 )  R4 (i1  i2 )  v A  0


R5i2  R4 (i2  i1 )  R6 (i2  i3 )  0
R7i3  R6 (i3  i2 )  R8 (i3  i 4 )  0
R3i4  R2 (i 4  i1 )  R8 (i4  i3 )  0

In matrix form, these equations become

(R1  R2  R4 )  R4 0  R2   i1  v A 
  R4 (R4  R5  R6 )  R6 0  i   0 
  2    
 0  R6 (R6  R7  R8 )  R8  i3   0 
    
  R2 0  R8 (R2  R3  R8 ) i 4   0 

E2.19 We choose the mesh currents as shown:

Then, the mesh equations are:

5i 1  10(i1  i2 )  100 and 10(i2  i1 )  7i2  3i2  0

Simplifying and solving these equations, we find that i1  10 A and


i2  5 A. The net current flowing downward through the 10-Ω resistance
is i1  i2  5 A.

To solve by node voltages, we select the reference node and node voltage
shown. (We do not need to assign a node voltage to the connection
between the 7-Ω resistance and the 3-Ω resistance because we can
treat the series combination as a single 10-Ω resistance.)

9
The node equation is (v 1  10) / 5  v 1 / 10  v 1 / 10  0 . Solving we find that
v1 = 50 V. Thus we again find that the current through the 10-Ω
resistance is i  v 1 / 10  5 A.

Combining resistances in series and parallel, we find that the resistance


“seen” by the voltage source is 10 Ω. Thus the current through the
source and 5-Ω resistance is (100 V)/(10 Ω) = 10 A. This current splits
equally between the 10-Ω resistance and the series combination of 7 Ω
and 3 Ω.

E2.20 First, we assign the mesh currents as shown.

Then we write KVL equations following each mesh current:

2(i1  i3 )  5(i1  i2 )  10
5i2  5(i2  i1 )  10(i2  i3 )  0
10i3  10(i3  i2 )  2(i3  i1 )  0

Simplifying and solving, we find that i1 = 2.194 A, i2 = 0.839 A, and i3 =


0.581 A. Thus the current in the 2-Ω resistance referenced to the right
is i1 - i3 = 2.194 - 0.581 = 1.613 A.

10
E2.21 Following the step-by-step process, we obtain

(R2  R3 )  R3  R2  i1   v A 
 R (R3  R4 ) 0  i    v 
 3  2   B 
  R2 0 (R1  R2 ) i3   v B 

E2.22 Refer to Figure 2.40 in the book. In terms of the mesh currents, the
current directed to the right in the 5-A current source is i1, however by
the definition of the current source, the current is 5 A directed to the
left. Thus, we conclude that i1 = -5 A. Then we write a KVL equation
following i2, which results in 10(i2  i1 )  5i2  100.

E2.23 Refer to Figure 2.41 in the book. First, for the current source, we have

i2  i1  1

Then, we write a KVL equation going around the perimeter of the entire
circuit:

5i1  10i2  20  10  0

Simplifying and solving these equations we obtain i1 = -4/3 A and i2 = -1/3


A.

E2.24 (a) As usual, we


select the mesh
currents flowing
clockwise around the
meshes as shown.
Then for the
current source, we
have i2 = -1 A. This
is because we
defined the mesh
current i2 as the current referenced downward through the current
source. However, we know that the current through this source is 1 A
flowing upward. Next we write a

11
KVL equation around mesh 1: 10i1  10  5(i1  i2 )  0. Solving, we find that
i1 = 1/3 A. Referring to Figure 2.31a in the book we see that the value of
the current ia referenced downward through the 5 Ω resistance is to be
found. In terms of the mesh currents, we have ia  i1  i2  4 / 3 A .

(b) As usual, we select


the mesh currents
flowing clockwise
around the meshes as
shown.
Then we write a KVL
equation for each mesh.

 25  10(i1  i3 )  10(i1  i2 )  0
10(i2  i1 )  20(i2  i3 )  20i2  0
10(i3  i1 )  5i3  20(i3  i2 )  0

Simplifying and solving, we find i1 = 2.3276 A, i2 = 0.9483 A, and i3 =


1.2069 A. Finally, we have ib = i2 - i3 = -0.2586 A.

E2.25 (a) KVL mesh 1:


 10  5i1  5(i1  i2 )  0
For the current source:
i2  2ix
However, ix and i1 are
the same current, so we
also have i1 = ix.
Simplifying and solving, we find ix  i1  0.5 A.

12
(b) First for the current
source, we have: i1  3 A
Writing KVL around
meshes 2 and 3, we have:

2(i2  i1 )  2iy  5i2  0


10(i3  i1 )  5i3  2iy  0

However i3 and iy are the same current: i y  i3 . Simplifying and solving, we


find that i3  i y  2.31 A.

E2.26 Under open-circuit conditions, 5 A circulates clockwise through the


current source and the 10- resistance. The voltage across the 10-
resistance is 50 V. No current flows through the 40- resistance so the
open circuit voltage is Vt  50 V.

With the output shorted, the 5 A divides between the two resistances in
parallel. The short-circuit current is the current through the 40-
10
resistance, which is isc  5  1 A. Then, the Thévenin resistance is
10  40
Rt  v oc / isc  50 .

E2.27 Choose the reference node at the bottom of the circuit as shown:

Notice that the node voltage is the open-circuit voltage. Then write a
KCL equation:

13
v oc  20 v oc
 2
5 20

Solving we find that voc = 24 V which agrees with the value found in
Example 2.19.

E2.28 To zero the sources, the voltage sources become short circuits and the
current sources become open circuits. The resulting circuits are :

1
(a) Rt  10   14  (b) Rt  10  20  30 
1 / 5  1 / 20

1
(c) Rt  5
1 1

10 1
6
(1 / 5  1 / 20)

E2.29 (a) Zero sources to determine Thévenin


resistance. Thus
1
Rt   9.375 .
1 / 15  1 / 25

14
Then find short-circuit current:

I n  isc  10 / 15  1  1.67 A
(b) We cannot find the Thévenin resistance by zeroing the sources,
because we have a controlled source. Thus, we find the open-circuit
voltage and the short-circuit current.

v oc  2v x v oc
 2 v oc  3v x
10 30
Solving, we find Vt  v oc  30 V.

Now, we find the short-circuit current:

2v x  v x  0  vx  0
Therefore isc  2 A. Then we have Rt  v oc / isc  15 .

15
E2.30 First, we transform the 2-A source and the 5-Ω resistance into a voltage
source and a series resistance:

10  10
Then we have i2   1.333 A.
15
From the original circuit, we have i1  i2  2, from which we find
i1  0.667 A.

The other approach is to start from the original circuit and transform
the 10-Ω resistance and the 10-V voltage source into a current source
and parallel resistance:

1
Then we combine the resistances in parallel. Req   3.333  .
1 / 5  1 / 10
The current flowing upward through this resistance is 1 A. Thus the
voltage across Req referenced positive at the bottom is
3.333 V and i1  3.333 / 5  0.667 A. Then from the original circuit we
have i2  2  i1  1.333 A, as before.

E2.31 Refer to Figure 2.64b. We have i1  15 / 15  1 A.


Refer to Figure 2.64c. Using the current division principle, we have
5
i2  2   0.667 A. (The minus sign is because of the reference
5  10
direction of i2.) Finally, by superposition we have iT  i1  i2  0.333 A.

16
E2.32 With only the first source active we have:

Then we combine resistances in series and parallel:


1
Req  10   13.75 
1 / 5  1 / 15
Thus, i1  20 / 13.75  1.455 A, and v 1  3.75i1  5.45 V.

With only the second source active, we have:

Then we combine resistances in series and parallel:


1
Req 2  15   18.33 
1 / 5  1 / 10
Thus, is  10 / 18.33  0.546 A, and v 2  3.33is  1.818 V. Then, we have
i2  ( v 2 ) / 10  0.1818 A

Finally we have vT  v 1  v 2  5.45  1.818  7.27 V and


iT  i1  i2  1.455  0.1818  1.27 A.

Problems

P2.1 (a) Req  50.5  (b) Req  42.5 

1
P2.2 We have 5   10 which yields Rx  6.25 .
1 / 25  1 / Rx

17
P2.3 The 5-  and 10-  resistances are in parallel having an equivalent
resistance of 3.33  . Similarly, the 20  and 10  resistances are in
parallel and have an equivalent resistance of 6.66 . Finally, the two
parallel combinations are in series, and we have

Rab  3.33W  16.66W

P2.4

P2.5 The 5-  and 7-  resistances are in parallel and have an equivalent


resistance of Req1 = 2.91-  . Also the 20-  and 10-  resistors are in
parallel with an equivalent resistance of Req2 = 6.66-  . Next we see that
Req1 and the 5-  resistor are in series and have an equivalent resistance
of Req3 = 5 + Req1 = 11.6-  . Finally Req3 and Req2 are in parallel and the
overall equivalent resistance is
1
Rab   4.23 
1 / Req3  Req2

5
P2.23 i1  1A
5
vx  3 V
3
i2   0.5 A
6

P2.24 We combine resistances in series and parallel until the circuit becomes
equivalent resistance across the voltage source. Then, we solve the
simplified circuit and transfer information back along the chain of
equivalents until we have found the desired results.

18
P2.25 Combining resistors in series and parallel, we find that the equivalent
resistance seen by the current source is Req  17.5 . Thus,
v  8  17.5  140 V. Also, i  1 A.

1
P2.34 Req   1.5 
1/21/6
v x  10  1.5  15 V
15
i1   7.5 A
2
15
i2   2.5 A
6
P20A  20  15  300 
P10A  10  15  150 
(15)2
P2   112.5 
2
(15)2
P6   376 
6
P20A is delivering power (P10A, P2, P6) are absorbing power.

19
P2.35

1 15
Req   1.5  i1  5A
1/61/2 2  1.5
v1  v2  Reqi1  7.5 V i3  7.5 / 2  3.75 A
i4  7.5 / 6  1.25 A i2  i3 – i4  2.5 A

R1 R2
P2.36 v1   vs  2 V v2   vs  5 V
R1  R2  R3 R1  R2  R3
R3
v3   vs  3 V
R1  R2  R3

R2 R1
P2.37 i1  i  1.333 A i2  i  0.666 A
R1  R2 s R1  R2 s

P2.38 Combining R2 and R3 , we have an equivalent resistance


1
Req   2.5  . Then, using the voltage-division principle, we
1 R2  1 R3
Req 2.5
have v   vs   20  6.667 V .
R1  Req 5  2.5

P2.43 v  0.2 mA  100  20 mV

20 mV
Rg   5 m
1 A  2 mA

20
v1 v1  v2
P2.48 At node 1 we have:  1
20 10
v v  v1
At node 2 we have: 2  2 2
5 10
In standard form, the equations become
0.15v 1  0.1v 2  1
 0.1v 1  0.3v 2  2
Solving, we find v 1  14.29 V and v 2  11.43 V .
v v2
Then we have i1  1  0.2857 A.
10

P2.49 Writing a KVL equation, we have v 1  v 2  10 .


v1 v2
At the reference node, we write a KCL equation:  1.
5 10
Solving, we find v 1  6.667 and v 2  3.333 .
v  v1 v1
Then, writing KCL at node 1, we have is  2   3.333 A .
5 5

v1  v2
P2.56 First, we can write: ix  .
5
Then, writing KCL equations at nodes 1 and 2, we have:
v1 v
 ix  1 and 2  0.5ix  ix  0
10 20
Substituting for ix and simplifying, we have
0.3v 1  0.2v 2  1
 0.1v 1  0.15v 2  0
Solving, we have v 1  6 and v 2  4 .
v  v2
Then, we have ix  1  0.4 A .
5

P2.57 v x  v2  v1
Writing KCL at nodes 1 and 2:
v 1 v 1  2v x v 1  v 2
  1
5 15 10

v 2 v 2  2v x v 2  v 1
  2
5 10 10
Substituting and simplifying, we have

21
15v 1  7v 2  30 and v 1  2v 2  20 .
Solving, we find v 1  5.405 and v 2  7.297 .

P2.65 Writing KVL equations around each mesh, we have

5i1  15(i1  i2 )  20 and 15(i2  i1 )  10i2  10

Putting the equations into standard form we have

20i1  15i2  20 and  15i1  25i2  10

Solving, we obtain i1  2.364 A and i2  1.818 A.


Then, the power delivered to the 15- resistor is P  (i1  i2 )2 15  4.471
W.

P2.66 Writing and simplifying the mesh-current equations, we have:


28i1  10i2  12
 10i1  40i2  30i3  0
 30i2  60i3  0

Solving, we obtain

i1  0.500 i2  0.200 i3  0.100

Thus, v 2  5i3  0.500 V and the power delivered by the source is


P  12i1  6 W.

22
P2.67 Because of the current sources, two of the mesh currents are known.

Writing a KVL equation around the middle loop we have


20i1  1  10i1  5i1  2  0
Solving, we find i1  0.2857 A.

P2.80 First, we write a node voltage equation to solve for the open-circuit
voltage:

v oc  10 v oc
 1
10 5
Solving, we find v oc  6.667 V .

Then zeroing the sources, we have this circuit:

1
Thus, Rt   3.333  . The Thévenin and Norton equivalents are:
1 10  1 5

23
P2.81 The equivalent circuit of the battery with the resistance connected is

96
i  6 100  0.06 A Rt   50 
0.06

P2.91 To maximize the power to RL , we must maximize the voltage across it.
Thus, we need to have Rt  0 . The maximum power is
202
Pmax   40 W
10

P2.94 First, we zero the current source and find the current due to the voltage
source.

iv  30 15  2 A

Then, we zero the voltage source and use the current-division principle to
find the current due to the current source.

24
10
ic  3  2A
5  10
Finally, the total current is the sum of the contributions from each
source.
i  iv  ic  4 A

P2.95 The circuits with only one source active at a time are:

1 10
Req   3.75 Ω is ,c  1  0.667 A
1 5  1 15 10  5
10 V
is ,v   2.667 A
Req
Then the total current due to both sources is is  is ,v  is ,c  3.333 A .

P2.103 (a) Rearranging Equation 2.90, we have

R1 10 4
R3  Rx  4  5932  5932 
R2 10

25
(b) The circuit is:

The Thévenin resistance is

1 1
Rt    7447 
1 R3  1 R1 1 R2  1 Rx
The Thévenin voltage is
R3 Rx
vt  v s  vs
R1  R3 Rx  R2
 0.3939 mV
Thus, the equivalent circuit is:

Vt
i detector   31.65  10 9 A
Rt  Rdetector
Thus, the detector must be sensitive to very small currents if the bridge
is to be accurately balanced.

Practice Test

T2.1 (a) 6, (b) 10, (c) 2, (d) 7, (e) 10 or 13 (perhaps 13 is the better answer),
(f) 1 or 4 (perhaps 4 is the better answer), (g) 11, (h) 3, (i) 8, (j) 15, (k)
17, (l) 14.

T2.2 The equivalent resistance seen by the voltage source is:


1
Req  R1   16 
1 / R2  1 / R3  1 / R4

26
vs
is   6A
Req
Then, using the current division principle, we have
G4 1 / 60
i4  is  61 A
G2  G3  G 4 1 / 48  1 / 16  1 / 60

T2.3 Writing KCL equations at each node gives


v1 v1  v2 v1  v3
  0
4 5 2
v2  v1 v2
 2
5 10
v3 v3  v1
  2
1 2
In standard form, we have:
0.95v 1  0.20v 2  0.50v 3  0
 0.20v 1  0.30v 2  2
 0.50v 1  1.50v 3  2
In matrix form, we have
GV  I
 0.95  0.20  0.50  v 1   0 
  0.20 0.30 0  v 2    2 
    
  0.50 0 1.50  v 3    2
The MATLAB commands needed to obtain the column vector of the node
voltages are
G = [0.95 -0.20 -0.50; -0.20 0.30 0; -0.50 0 1.50]
I = [0; 2; -2]
V = G\I % As an alternative we could use V = inv(G)*I

Actually, because the circuit contains only resistances and independent


current sources, we could have used the short-cut method to obtain the
G and I matrices.

T2.4 We can write the following equations:


KVL mesh 1: R1i1 Vs  R3 (i1  i3 )  R2 (i1  i2 )  0
KVL for the supermesh obtained by combining meshes 2 and 3:
R4i2  R2 i2  i1   R3 (i3  i1 )  R5i3  0
KVL around the periphery of the circuit:
R1i1 Vs  R4i2  R5i3  0

27
Current source: i 2  i3  I s
A set of equations for solving the network must include the current
source equation plus two of the mesh equations. The three mesh
equations are dependent and will not provide a solution by themselves.

T2.5 Under short-circuit conditions, the circuit becomes

Thus, the short-circuit current is 1 A flowing out of b and into a.


Zeroing the sources, we have

Thus, the Thévenin resistance is


1
Rt   24 
1 / 40  1 /(30  30)
and the Thévenin voltage is Vt  I sc Rt  24 V . The equivalent circuits are:

Because the short-circuit current flows out of terminal b, we have


oriented the voltage polarity positive toward b and pointed the current
source reference toward b.

28
T2.6 With one source active at a time, we have

Then, with both sources active, we have

We see that the 5-V source produces 25% of the total current through
the 5- resistance. However, the power produced by the 5-V source with
both sources active is zero. Thus, the 5-V source produces 0% of the
power delivered to the 5- resistance. Strange, but true! Because power
is a nonlinear function of current (i.e., P  Ri 2 ), the superposition
principle does not apply to power.

T2.7 First, the 10-Ω and the 15-Ω resistances are in parallel with an
equivalent resistance of 10(15)/(10 +15) = 6 Ω. Next, the 60-Ω and the
30-Ω resistances are in parallel with an equivalent resistance of

29
60(30)/(60 +30) = 20 Ω. Finally, these equivalent resistances are in
series, so the resistance between terminals a and b is Rab = 6 + 20 =
26 Ω.

T2.8 The original circuit is:

Converting the 2-A current source and the 6-Ω resistance into an
equivalent voltage source and series resistance, we have:

The voltage sources are in series and their voltages can be added.
Similarly, the resistances are in series, so we have:

30

You might also like