The mesh current method simplifies and shortens the solution of problems by allowing you to write only Kirchhoff's Voltage Law. Kirchhoff's Current Law is implicit. Consider the circuit below.
Using branch currents, we can write KVL:
-VS + i1R1 + i3R3
= 0
-i3R3 + i2R2 = 0
We can also write KCL at the top node, which gives:
-i1 + i2 + i3 = 0
Which gives:
i3 = i1 - i2
Substituting into KVL gives:
-VS + i1R1 + (i1 - i2)R3
= 0
(i2 - i1)R3 + i2R2
= 0
With the mesh current method, we skip several steps, and just write the two equations above. i1 and i2 are then considered to be mesh currents rather than branch currents. Nevertheless, if an element is not shared by two meshes, such as R1, the mesh current is the same as the branch current.
Now consider a more complicated circuit.
We want to write mesh current equations for this circuit, so we define currents in the three meshes. The top and right meshes are labeled I1 and I2, respectively. The left mesh can be labeled 6 A, since we already know the current. We also define a voltage across the 4 A source. Next, we write KVL equations for the two unknown mesh currents. The convention for doing this is to put sources on the left, and loads on the right.
5 - VI = 2(I1 - 6)
VI = 3(I2 - 6) + 7I2
We need a third equation, one relating 4 A to the mesh currents. Observe that the branch current in the 4 A source is made up of two mesh currents, I2 in the direction of the 4 A current, and I1 opposite to the 4 A current. Therefore:
4 = I2 - I1
With three equations and three unknowns, we can solve for all the unknowns.
Another solution technique uses the concept of a "supermesh", and saves the writing of one equation. The circuit below is the same as before, but it is labeled differently.
The 4 A source is unlabeled (it still has a voltage, but we don't have to know what it is). The supermesh is shown by the red line. We write KVL around this supermesh as follows:
5 = 7I2 + 3(I2 - 6) + 2(I1 - 6)
We still need the equation for the current in the 4 A source:
4 = I2 - I1
Now we have two equations and two unknowns. Use either solution method you wish.
Before going on to the homework, you should complete Tutorial 5 on the mesh current method.