STEF2098 said:
Okay, so, defining the current to be traveling in a clockwise direction:
LEFT LOOP:
E1-i1R1-(i2)R2-E2-i1ri=0
Well, that's not the way I would have done it. But let's use your method. I should still point out though that there is no need to define
i2 at all, the way that you've defined it.
i2 isn't even a loop. It starts and ends, but doesn't loop back on itself. It is unnecessary.
But let's go ahead and use it anyway, even if it is unnecessary. But make sure you draw the direction of
i2 on your schematic. According to your second and third equation,
i2 points
up.
So there is an error in your first equation! If you keep things in terms of
i2 which points
up, and sum the voltage traced out by following
i1 around, the voltage across
R2 should get a positive sign, not negative (because you're going in the opposite direction of
i2).
E_1 - i_1 R_1 + i_2 R_2 -E_2 -i_1 R_1 = 0
RIGHT LOOP:
-E3-i3R1+E2-(i2)R2-i3R1=0
I feel like a third variable is necessary. Because the R1's on either side aren't equal.
THere is one current going through the left, another through the right, and another through the middle.
I set a third equation to be i2+i1-i3=0.
But I wouldn't know where to go from there
Using your method, solve for
i2 (i.e.
i2 =
i3 -
i1). Then anytime you see an
i2 in any of your first two equations, substitute the results in, which leaves only
i1 and
i3! That gives you two equations and two unknowns!
But before I finish, I want to point out that using a third variable, such as
i2 in this case, can make things more confusing than they need to be, thus making the solution more error prone.
Based on your loop definitions of
i1 and
i3, I suggest starting over and ignoring
i2 altogether. Trace through the loops in your circuit, and look at the equations that I came up with. Can you see how I did it? (Hint: it didn't involve a third variable or a third equation at all.)
Left Loop:
E_1 - i_1 R_1 - (i_1 - i_3)R_2 -E_2 -i_1 R_1 = 0
Right loop:
-E_3 - i_3 R_1 +E_2 -(i_3 - i_1) R_2 - i_3 R_1 = 0