An AC circuit consists of three voltage sources ( V A , V B , V C ) and four impedances ( Z A , Z B , Z C , Z N ) , as shown. The currents supplied by the sources are ( I A , I B , I C ) . Consider an alternate circuit in which the impedances are replaced by ( Z A ′ , Z B ′ , Z C ′ , Z N ′ ) . Suppose the value of Z A ′ is known.
If the currents in both circuits are the same, determine the following ratio:
∣ Z N ′ ∣ ∣ Z B ′ ∣ + ∣ Z C ′ ∣
Details and Assumptions:
1)
V
A
=
1
0
0
e
j
0
2)
V
B
=
1
0
0
e
−
j
2
π
/
3
3)
V
C
=
1
0
0
e
j
2
π
/
3
4)
Z
A
=
2
+
j
0
5)
Z
B
=
1
+
j
1
6)
Z
C
=
1
−
j
2
7)
Z
N
=
0
+
j
2
8)
Z
A
′
=
1
−
j
1
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
@Karan Chatrath Sir thanks for the solution .Sir i just want to ask you that did you have taken Brillian's premium membership??
Problem Loading...
Note Loading...
Set Loading...
Applying Kirchoff's laws to the circuit above gives three equations for the unknown currents.
− V A + Z A I A + ( I A + I B + I C ) Z N = 0 − V B + Z B I B + ( I A + I B + I C ) Z N = 0 − V C + Z C I C + ( I A + I B + I C ) Z N = 0
In a matrix form, the equations can be rearranged as:
⎣ ⎡ Z N + Z A Z N Z N Z N Z N + Z B Z N Z N Z N Z N + Z C ⎦ ⎤ ⎣ ⎡ I A I B I C ⎦ ⎤ = ⎣ ⎡ V A V B V C ⎦ ⎤ ⟹ Z I = V ⟹ I = Z − 1 V
Let:
I T = I A + I B + I C = [ 1 1 1 ] ⎣ ⎡ I A I B I C ⎦ ⎤
Having obtained the currents, the next step is to solve for the impedances Z B ′ , Z C ′ , Z N ′ . This can be done by using the same set of equations obtained using Kirchoff's laws but treating three impedances as unknown variables. Rearranging the equations in a matrix form again gives:
⎣ ⎡ 0 I B 0 0 0 I C I T I T I T ⎦ ⎤ ⎣ ⎡ Z B ′ Z C ′ Z N ′ ⎦ ⎤ = ⎣ ⎡ V A − I A Z A ′ V B V C ⎦ ⎤
⟹ ⎣ ⎡ Z B ′ Z C ′ Z N ′ ⎦ ⎤ = ⎣ ⎡ 0 I B 0 0 0 I C I T I T I T ⎦ ⎤ − 1 ⎣ ⎡ V A − I A Z A ′ V B V C ⎦ ⎤
Finally, the required result is:
∣ Z N ′ ∣ ∣ Z B ′ ∣ + ∣ Z C ′ ∣ = 2 . 5 2 9 3
I did not perform any calculations by hand as I used MATLAB. The effective use of linear algebra helps me reach the result quite neatly. Hence my inclination towards it.