solving an AC circuit using superpositon and loop analysis

Thread Starter

blalaw

Joined Oct 28, 2013
9
I have the following circuit and trying to solve it and the problem calls to solve it using superposition and loop analysis.


I have canceled the 5.5cos2t source and replaced it with a short circuit then calculate my impedance's and have gotten four resulting loops.

1: (9.5 + 4j)I1 + (0 - 4j)I2 + (-7 +0j)I3 + (-4I + 0j)I4 = 0
2: (0 -4j)I1 + (3 + 3.5j)I2 +(0 + 0j)I3 + (-3 + 0j)I4 = -7
3: (-7 + 0j)I1 + (0 + 0j)I2 + (12-.125j)I3 + (0 + .125j)I4 =
4: (0 + 0j)I1 + (-3 + 0j)I2 + (0 + .125j)I3 + (4 + 11.875j)I4 = 0

I think I am just lost as how to solve for currents with the imaginary numbers there with the 4 unknowns and am a little lost from there any help or insight would be appreciated thanks.
 

shteii01

Joined Feb 19, 2010
4,644
You have 4 unknowns and you have a system of 4 simultaneous equations. Your choices are:
1) Use substitution.
2) Use matrices.
3) Use calculator to solve the system of 4 simultaneous equations, if your calculator can. (Mine can)
 

Thread Starter

blalaw

Joined Oct 28, 2013
9
I understand I can do that but when using matrcies its been a while since using imaginary numbers would I just create two separate matrices one for the real numbers and another for the imaginary or one complete matrix?
 

shteii01

Joined Feb 19, 2010
4,644
I understand I can do that but when using matrcies its been a while since using imaginary numbers would I just create two separate matrices one for the real numbers and another for the imaginary or one complete matrix?
One complete matrix.

If you don't mind the skull work, just do substitution.

The first step for me would have been replacing capacitors and inductions with their equivalent impedance. This way you have a circuit that is made of "resistors". That way 1 H inductor is 1s (or 1jw) Ohm resistor. 2 F capacitor becomes 1/(2s) (or 1/(2jw)=-j/(2w)) Ohm resistor. I am using w to represent omega, the angular frequency.
 

Thread Starter

blalaw

Joined Oct 28, 2013
9
ya I did that before I did the loops but I believe it was different for each source when I did superposition since each source has a different omega value.
 

shteii01

Joined Feb 19, 2010
4,644
ya I did that before I did the loops but I believe it was different for each source when I did superposition since each source has a different omega value.
Ah, ok, I was sort of wondering about the sums in the parenthesis.
Edit.
I was wrong, my calculator does not do complex numbers in solving simultaneous equations and in matrices. I feel a little betrayed. :(
 

t_n_k

Joined Mar 6, 2009
5,455
There are several downloadable applications available which can handle complex matrices and in the case of [non-singular] square forms, their inversion.
I use a free application called Scilab which readily "solves" the set of (4) equations in post #1.
Also use an android app called Addi which handles complex matrices.

BTW I think equation 1. should be

(9.5 + 4j)I1 + (0 - 4j)I2 + (-7 +0j)I3 + (-4 + 0j)I4 = 0

rather than

(9.5 + 4j)I1 + (0 - 4j)I2 + (-7 +0j)I3 + (-4I + 0j)I4 = 0

..... a small notation error.
 
Last edited:

WBahn

Joined Mar 31, 2012
30,060
The problem seems to be working with complex numbers.

Just replace each coefficient with a symbolic parameter.

1: K11*I1 + K12*I2 + K13*I3 + K14*I4
2: K21*I1 + K22*I2 + K23*I3 + K24*I4
3: K31*I1 + K32*I2 + K33*I3 + K34*I4
4: K41*I1 + K42*I2 + K43*I3 + K44*I4

Now you can forget about the fact that each K is, in general, a complex number. Just solve this set if equations for the four currents. The result for each will be an equation in terms of the K values. Then just plug in the values for K and turn the crank. At the end of the day, you know that all of the currents should be purely real.
 
Top