Hello sweetdion,
sweetdion said:
Using Kirchoff's Laws
These are the equations I have for the circuit.
left loop: -10V-I1R2-I3R8-20V-I3R2=0
right loop: -20V+I3R8-I2R2-10V-I4R2=0
outer loop: -10V-I1R2-I2R2-10V-I4R2-I5R2=0
I'm not sure if these are right. I'm hoping I got Kirchhoff's Laws correctly.
I think you might want to redo your equations.
You have three equations, but you only need two. Once each component is associated with at least one current loop, you can (and should) stop forming equations. It turns out that only two of your three equations are actually independent. If you were to use linear algebra to solve the simultaneous equations, you would end up with degeneracy, which would just complicate things.
As it happens, any two of the equations are independent of each other. So you can pick any two of them. Just don't use all three (true for this particular problem. More complicated problems might require more loops).
A few pointers:
//////////////////
// Pointer 1
/////////////////
Define your current loops. Once each component is associated with at least one loop, stop there.
//////////////////
// Pointer 2
/////////////////
Get rid of the variable I
3 through I
5 in your equations. You only have 2 current loops (regardless of how you choose them), so you only need I
1 and I
2. (True for this particular problem.)
If any component (resistor, particularly) is associated with both current loops, make the current going through that resistor the appropriate combination of I
1 and I
2.
//////////////////////
// Pointer 3
//////////////////////
If your current loop goes from the + to - direction of a given component, give the resulting voltage a + sign in your equation. If the current loop goes from the - to + direction, give the voltage a - sign.
Here is a partial example. Suppose we define a current loop, I
1, which goes around the left side of the circuit in the clockwise direction. Starting from the lower left hand side of the loop, we start forming our equation,
-10V + I
12Ω + ... + I
12Ω = 0
//////////////////////
// Pointer 4
/////////////////////
When tracing out the current loop to form your equations, give the voltage drop across a resistor a positive (+) voltage drop for the particular current loop you are presently working with. In other words, for whichever current loop you happen to be working with at the moment, the current goes through the resistor in the + to - direction.
Here is an example. Suppose, as before, you define I
1 as a loop on the left side of circuit going in the clockwise direction. Also suppose you define the second current loop I
2 going through the right side of the circuit, also in the
clockwise direction. So when dealing with the 8Ω resistor, there are two currents to deal with.
When tracing out the voltages for I
1 (the left loop [clockwise]) you have,
... + I
12Ω + (I
1 - I
2)8Ω + 20V + ... = 0
When tracing out the voltages for I
2 (the right loop [also clockwise]) you have,
... - 20V + (I
2 - I
1)8Ω + I
22Ω + ... = 0
Hope that helps.