Allow me to elaborate on I wrote in post #6.
I've added some attachments that you can click on below for reference.
The first attachment shows an example circuit.
The next two attachments show different ways that we've going to solve this problem, using different current loops (same circuit, just different current loops). Assume that we are solving for the voltage across the 3 Ohm resistor.
Solution 1:
Please refer to second attachment, where there are two small loops. We sum together the voltages going around each loop. Since there are two current loops there are two equations:
[tex](-1 V) + (1 \Omega)i_1 + (2 \Omega)(i_1 - i_2) = 0[/tex]
[tex](2 V) + (3 \Omega)i_2 + (2 \Omega)(i_2 - i_1) = 0[/tex]
We can re-write each simultaneous equation, simplifying things somewhat,
[tex](1 V) = (1 \Omega)i_1 + (2 \Omega)i_1 - (2 \Omega)i_2[/tex]
[tex](-2 V) = (3 \Omega)i_2 + (2 \Omega)i_2 - (2 \Omega)i_1[/tex]
Factor the [tex]i_1s[/tex] in the first equation and the [tex]i_2s[/tex] in the second equation,
[tex](1 V) = (3 \Omega)i_1 - (2 \Omega)i_2[/tex]
[tex](-2 V) = -(2 \Omega)i_1 + (5 \Omega)i_2[/tex]
From here, there are a few ways we can go to solve this pair of simultaneous equations. There's linear algebra, substitution, and what I'm going to use here. We're really interested in [tex]i_2[/tex] since that will give us the voltage across R3. But we need to eliminate [tex]i_1[/tex] somehow. So let's multiply everything in the top equation by 2 and everything in the bottom equation by 3, in anticipation of adding the two equations together later.
[tex](2 V) = (6 \Omega)i_1 - (4 \Omega)i_2[/tex]
[tex](-6 V) = -(6 \Omega)i_1 + (15 \Omega)i_2[/tex]
Now add them together.
[tex](-4 V) = (11 \Omega)i_2[/tex]
or simply [tex]i_2 = -\frac{4}{11} A[/tex]
which gives us
[tex]V_{OUT} = (3 \Omega)(-\frac{4}{11} A) = -\frac{12}{11} V[/tex]
Solution 2:
We can also solve the problem using totally different current loops. Refer to the third attachment that has one little loop to the left and another big loop that goes all the way around the circuit. The equations for these loops are (starting with the smaller loop):
[tex](-1 V) + (1 \Omega)(i_1 + i_2) + (2 \Omega)i_1 = 0[/tex]
[tex](-1 V) + (1 \Omega)(i_1 + i_2) + (2 V) + (3 \Omega)i_2 = 0[/tex]
Simplifying again like before gives us,
[tex](1 V) = (1 \Omega)i_1 + (1 \Omega)i_2 + (2 \Omega)i_1[/tex]
[tex](-1 V) = (1 \Omega)i_1 + (1 \Omega)i_2 + (3 \Omega)i_2[/tex]
Factor the [tex]i_1s[/tex] in the first equation and the [tex]i_2s[/tex] in the second equation,
[tex](1 V) = (3 \Omega)i_1 + (1 \Omega)i_2[/tex]
[tex](-1 V) = (1 \Omega)i_1 + (4 \Omega)i_2[/tex]
In an attempt to get rid of [tex]i_1[/tex], we multiply the bottom equation by -3, in anticipation of adding the equations together.
[tex](1 V) = (3 \Omega)i_1 + (1 \Omega)i_2[/tex]
[tex](3 V) = (-3 \Omega)i_1 + (-12 \Omega)i_2[/tex]
Now we add the equations together,
[tex](4 V) = (-11 \Omega)i_2[/tex]
making
[tex]i_2 = -\frac{4}{11} A[/tex]
Thus
[tex]V_{OUT} = (3 \Omega)(-\frac{4}{11} A) = -\frac{12}{11} V[/tex]
Summary:
Different current loops, same answer. Just make sure that each component in the circuit has at least one current loop going through it.
Oh, and you'll make things easier on yourself if you don't create any new current loops containing only components already associated with other loops. In other words, when defining current loops, its best to start with components that don't have any loops associated with them already. Once all the components in the circuit are associated with at least one loop, stop there (and then move on to writing down the simultaneous equations).