next up previous
Next: Network Theorems Up: Chapter 2: Circuit Principles Previous: Chapter 2: Circuit Principles

Solving Circuits with Kirchoff Laws

Example 1: Find the three unknown currents ($I_1,I_2,I_3$) and three unknown voltages ( $V_{ab}, V_{bd}, V_{cb}$) in the circuit below:

branchcurrentmethod.gif

Note: The direction of a current and the polarity of a voltage source can be assumed arbitrarily. To determine the actual direction and polarity, the sign of the values also should be considered. For example, a current labeled in left-to-right direction with a negative value is actually flowing right-to-left.

In summary,

Example 2: Solve the following circuit:

branchmethod.gif

Example 3: Solve the following circuit.

currentmethod2.gif

$I=0.5 A$, $V=6 V$, $R_1=3\Omega$, $R_2=8\Omega$, $R_3=6\Omega$, $R_4=4\Omega$.

Loop current method:

Assume three loop currents $I_1$ (left), $I_2$ (right), $I_3$ (top). We have

\begin{displaymath}I_1=I=0.5A \end{displaymath}


\begin{displaymath}\left\{ \begin{array}{l}
R_2(I_2-I_1)+R_3(I_2-I_3)-V=0 \\
...
...l}
14 I_2-6 I_3=10 \\
-6 I_2+13 I_3=1.5 \end{array} \right. \end{displaymath}

Solving to get: $I_2=0.952 A$, $I_3=0.555 A$. We can also get the three node voltages: $V_3=-6V$ (right), $V_2=R_2(I_1-I_2)=8(0.5-0.952)=-3.616V$ (middle), and $V_1=V_3+R_4 I_3=-3.78 V$.

Node voltage method:

Assume the bottom node is ground and the three node voltages are $V_1$ (left), $V_2$ (middle), $V_3=V=-6V$ (right).

\begin{displaymath}\left\{ \begin{array}{l}
(V_1-V_3)/R_4+(V_1-V_2)/R_1=I \\
...
...ay}{l}
7V_1-4V_2=-12 \\
-8V_1+15V_2=-24 \end{array} \right. \end{displaymath}

Solving for $V_1$ and $V_2$, we get: $V_1=-3.78$, $V_2=-3.616$, same as before.

Example 4: (Homework) Find all node voltages with respect to the top-left corner treated as reference node:

currentmethod1.gif

$V_1=12 V$, $V_2=6 V$, $R_1=3\Omega$, $R_2=8\Omega$, $R_3=6\Omega$, $R_4=4\Omega$.

Answer

Note: While using node voltage and loop current methods to solve a given circuit, to simplify the analysis, it is preferable to

Example 5: The two circuits shown below are equivalent, but you may want to choose wisely in terms of which is easier to analyze. Solve this circuit using both node voltage and loop current methods. Assume $R_1=100\Omega$, $R_2=5\Omega$, $R_3=200\Omega$, $R_4=50\Omega$, $V=50V$, and $I=0.2A$.

problembase1.gif problembase1a.gif

Answer


next up previous
Next: Network Theorems Up: Chapter 2: Circuit Principles Previous: Chapter 2: Circuit Principles
Ruye Wang 2012-07-03