next up previous
Next: Example 7.4: Energy in Up: Electric Current Previous: Example 7.2: Equivalent resistance

Example 7.3: Kirchhoff's rules

Question: Find the three currents $I_1$, $I_2$, and $I_3$ in the circuit shown in the diagram, where $R_1= 100\,\Omega$, $R_2=10\,\Omega$, $R_3=5\,\Omega$, ${\cal E}_1=12$V and ${\cal E}_2=6$V.
 
Answer: Applying the junction rule to point $a$, and assuming that the currents flow in the direction shown (the initial choice of directions of the currents is arbitrary), we have

\begin{displaymath}
I_1 = I_2 + I_3.
\end{displaymath}

There is no need to apply the junction rule again at point $b$, since if the above equation is satisfied then this rule is automatically satisfied at $b$.

\begin{figure*}
\epsfysize =3in
\centerline{\epsffile{kirchhof.eps}}
\end{figure*}

Let us apply the loop rule by going around the various loops in the circuit in a clockwise direction. For loop $abcd$, we have

\begin{displaymath}
-\,I_2\,R_2+{\cal E}_1 - I_1\,R_1=0.
\end{displaymath}

Note that both the terms involving resistors are negative, since we cross the resistors in question in the direction of nominal current flow. Likewise, the term involving the emf is positive since we traverse the emf in question from the negative to the positive plate. For loop $aefb$, we find

\begin{displaymath}
-I_3\,R_3 -{\cal E}_2 -{\cal E}_1 + I_2\,R_2 = 0.
\end{displaymath}

There is no need to apply the loop rule to the full loop $defc$, since this loop is made up of loops $abcd$ and $aefb$, and the loop rules for these two loops therefore already contain all of the information which would be obtained by applying the loop rule to $defc$.

Combining the junction rule with the first loop rule, we obtain

\begin{displaymath}
(R_1+R_2)\,I_2 + R_1\,I_3 = {\cal E}_1.
\end{displaymath}

The second loop rule can be rearranged to give

\begin{displaymath}
-R_2\,I_2 +R_3\,I_3 = -({\cal E}_1 +{\cal E}_2).
\end{displaymath}

The above two equations are a pair of simultaneous algebraic equations for the currents $I_2$ and $I_3$, and can be solved using the standard method for solving such equations. Multiplying the first equation by $R_2$, the second by $(R_1+R_2)$, and adding the resulting equations, we obtain

\begin{displaymath}
(R_1 R_2 + R_2 R_3+ R_1 R_3)\,I_3 = - R_1\,{\cal E}_1 -
(R_1+R_2)\,{\cal E}_2,
\end{displaymath}

which can be rearranged to give

\begin{displaymath}
I_3 = - \frac{ R_1\,{\cal E}_1 +
(R_1+R_2)\,{\cal E}_2}{R_1 R_2 + R_2 R_3+ R_1 R_3},
\end{displaymath}

or

\begin{displaymath}
I_3 = - \frac{ (100)\,(12)+(110)\,(6)}{(1000+50 + 500)} =- \frac{(1860)}{(1550)}=
-1.2\,{\rm A}.
\end{displaymath}

Likewise, multiplying the first equation by $R_3$, the second by $R_1$, and taking the difference of the resulting equations, we obtain

\begin{displaymath}
(R_1 R_2 + R_2 R_3+ R_1 R_3)\,I_2 = (R_1+R_3)\,{\cal E}_1
+ R_1\,{\cal E}_2,
\end{displaymath}

which can be rearranged to give

\begin{displaymath}
I_2 = \frac{ (R_1+R_3)\,{\cal E}_1
+ R_1\,{\cal E}_2}{R_1 R_2 + R_2 R_3+ R_1 R_3},
\end{displaymath}

or

\begin{displaymath}
I_2 = \frac{ (105)\,(12) + (100)\,(6) }{ (1000+50 + 500)} = \frac{(1860)}{(1550)}
= 1.2\,{\rm A}.
\end{displaymath}

Finally, from the junction rule,

\begin{displaymath}
I_1 = I_2 + I_3 = -1.2+1.2 = 0\,{\rm A}.
\end{displaymath}

The fact that $I_3=-1.2\,{\rm A}$ indicates that this current is of magnitude $1.2$A, but flows in the opposite direction to that which we initially guessed. In fact, we can see that a current of $1.2$A circulates in an anti-clockwise direction in the lower loop of the circuit, whereas zero current circulates in the upper loop.


next up previous
Next: Example 7.4: Energy in Up: Electric Current Previous: Example 7.2: Equivalent resistance
Richard Fitzpatrick 2007-07-14