Engineering:Nodal analysis

From HandWiki
Short description: Method in electric circuits analysis
Kirchhoff's current law is the basis of nodal analysis.

In electric circuits analysis, nodal analysis, node-voltage analysis, or the branch current method is a method of determining the voltage (potential difference) between "nodes" (points where elements or branches connect) in an electrical circuit in terms of the branch currents.

Nodal analysis is essentially a systematic application of Kirchhoff's current law (KCL) for circuit analysis. Similarly, mesh analysis is a systematic application of Kirchhoff's voltage law (KVL). Nodal analysis writes an equation at each electrical node specifying that the branch currents incident at a node must sum to zero (this is just KCL). The branch currents are written in terms of the circuit node voltages. As a consequence, each branch constitutive relation must give current as a function of voltage; an admittance representation. For instance, for a resistor, Ibranch = Vbranch * G, where G (=1/R) is the admittance (conductance) of the resistor.

Nodal analysis is possible when all the circuit elements' branch constitutive relations have an admittance representation. Nodal analysis produces a compact set of equations for the network, which can be solved by hand if small, or can be quickly solved using linear algebra by computer. Because of the compact system of equations, many circuit simulation programs (e.g., SPICE) use nodal analysis as a basis. When elements do not have admittance representations, a more general extension of nodal analysis, modified nodal analysis, can be used.

Procedure

  1. Note all connected wire segments in the circuit. These are the nodes of nodal analysis.
  2. Select one node as the ground reference. The choice does not affect the element voltages (but it does affect the nodal voltages) and is just a matter of convention. Choosing the node with the most connections can simplify the analysis. For a circuit of N nodes the number of nodal equations is N−1.
  3. Assign a variable for each node whose voltage is unknown. If the voltage is already known, it is not necessary to assign a variable.
  4. For each unknown voltage, form an equation based on Kirchhoff's Current Law (i.e. add together all currents leaving from the node and mark the sum equal to zero). The current between two nodes is equal to the voltage of the node where the current exits minus the voltage of the node where the current enters the node, both divided by the resistance between the two nodes.
  5. If there are voltage sources between two unknown voltages, join the two nodes as a supernode. The currents of the two nodes are combined in a single equation, and a new equation for the voltages is formed.
  6. Solve the system of simultaneous equations for each unknown voltage.

Examples

Basic case

Basic example circuit with one unknown voltage, V1.

The only unknown voltage in this circuit is [math]\displaystyle{ V_1 }[/math]. There are three connections to this node and consequently three currents to consider. The direction of the currents in calculations is chosen to be away from the node.

  1. Current through resistor [math]\displaystyle{ R_1 }[/math]: [math]\displaystyle{ (V_1-V_S)/R_1 }[/math]
  2. Current through resistor [math]\displaystyle{ R_2 }[/math]: [math]\displaystyle{ V_1/R_2 }[/math]
  3. Current through current source [math]\displaystyle{ I_S }[/math]: [math]\displaystyle{ -I_S }[/math]

With Kirchhoff's current law, we get:

[math]\displaystyle{ \frac{V_1 - V_S}{R_1} + \frac{V_1}{R_2} - I_S = 0 }[/math]

This equation can be solved with respect to V1:

[math]\displaystyle{ V_1 = \frac{\left( \frac{V_S}{R_1} + I_S \right)}{\left( \frac{1}{R_1} + \frac{1}{R_2} \right)} }[/math]

Finally, the unknown voltage can be solved by substituting numerical values for the symbols. Any unknown currents are easy to calculate after all the voltages in the circuit are known.

[math]\displaystyle{ V_1 = \frac{\left( \frac{5\text{ V}}{100\,\Omega} + 20\text{ mA} \right)}{\left( \frac{1}{100\,\Omega} + \frac{1}{200\,\Omega} \right)} = \frac{14}{3}\text{ V} }[/math]

Supernodes

In this circuit, VA is between two unknown voltages, and is therefore a supernode.

In this circuit, we initially have two unknown voltages, V1 and V2. The voltage at V3 is already known to be VB because the other terminal of the voltage source is at ground potential.

The current going through voltage source VA cannot be directly calculated. Therefore, we cannot write the current equations for either V1 or V2. However, we know that the same current leaving node V2 must enter node V1. Even though the nodes cannot be individually solved, we know that the combined current of these two nodes is zero. This combining of the two nodes is called the supernode technique, and it requires one additional equation: V1 = V2 + VA.

The complete set of equations for this circuit is:

[math]\displaystyle{ \begin{cases} \frac{V_1 - V_\text{B}}{R_1} + \frac{V_2 - V_\text{B}}{R_2} + \frac{V_2}{R_3} = 0\\ V_1 = V_2 + V_\text{A}\\ \end{cases} }[/math]

By substituting [math]\displaystyle{ V_2 = \frac{(R_1 + R_2) R_3 V_\text{B} - R_2 R_3 V_\text{A}}{(R_1 + R_2) R_3 + R_1 R_2} }[/math]

Matrix form for the node-voltage equation

In general, for a circuit with [math]\displaystyle{ N }[/math] nodes, the node-voltage equations obtained by nodal analysis can be written in a matrix form as derived in the following. For any node [math]\displaystyle{ k }[/math], KCL states [math]\displaystyle{ \sum_{j\ne k}G_{jk}(v_k-v_j)=0 }[/math] where [math]\displaystyle{ G_{kj}=G_{jk} }[/math] is the negative of the sum of the conductances between nodes [math]\displaystyle{ k }[/math] and [math]\displaystyle{ j }[/math], and [math]\displaystyle{ v_k }[/math] is the voltage of node [math]\displaystyle{ k }[/math]. This implies [math]\displaystyle{ 0=\sum_{j\ne k}G_{jk}(v_k-v_j)=\sum_{j\ne k}G_{jk}v_k-\sum_{j\ne k}G_{jk}v_j=G_{kk}v_k-\sum_{j\ne k}G_{jk}v_j }[/math] where [math]\displaystyle{ G_{kk} }[/math] is the sum of conductances connected to node [math]\displaystyle{ k }[/math]. We note that the first term contributes linearly to the node [math]\displaystyle{ k }[/math] via [math]\displaystyle{ G_{kk} }[/math], while the second term contributes linearly to each node [math]\displaystyle{ j }[/math] connected to the node [math]\displaystyle{ k }[/math] via [math]\displaystyle{ G_{jk} }[/math] with a minus sign. If an independent current source/input [math]\displaystyle{ i_k }[/math] is also attached to node [math]\displaystyle{ k }[/math], the above expression is generalized to [math]\displaystyle{ i_k=G_{kk}v_k-\sum_{j\ne k}G_{jk}v_j }[/math]. It is readily shown that one can combine the above node-voltage equations for all [math]\displaystyle{ N }[/math] nodes, and write them down in the following matrix form

[math]\displaystyle{ \begin{pmatrix} G_{11} &G_{12} &\cdots &G_{1N} \\ G_{21} &G_{22} &\cdots &G_{2N} \\ \vdots &\vdots &\ddots & \vdots\\ G_{N1} &G_{N2} &\cdots &G_{NN} \end{pmatrix} \begin{pmatrix} v_1\\ v_2\\ \vdots\\ v_N \end{pmatrix}= \begin{pmatrix} i_1\\ i_2\\ \vdots\\ i_N \end{pmatrix} }[/math] or simply [math]\displaystyle{ \mathbf {Gv} = \mathbf i. }[/math]

The matrix [math]\displaystyle{ \mathbf G }[/math] on the left hand side of the equation is singular since it satisfies [math]\displaystyle{ \mathbf {G 1}=0 }[/math] where [math]\displaystyle{ \mathbf 1 }[/math] is an [math]\displaystyle{ N\times 1 }[/math] column matrix containing only 1s. This corresponds to the fact of current conservation, namely, [math]\displaystyle{ \sum_{k}i_k=0 }[/math], and the freedom to choose a reference node (ground). In practice, the voltage at the reference node is taken to be 0. Consider it is the last node, [math]\displaystyle{ v_N=0 }[/math]. In this case, it is straightforward to verify that the resulting equations for the other [math]\displaystyle{ N-1 }[/math] nodes remain the same, and therefore one can simply discard the last column as well as the last line of the matrix equation. This procedure results in a [math]\displaystyle{ (N-1)\times(N-1) }[/math] dimensional non-singular matrix equation with the definitions of all the elements stay unchanged.

See also

References

  • P. Dimo Nodal Analysis of Power Systems Abacus Press Kent 1975

External links