HOME

TheInfoList



OR:

In electric circuits analysis, nodal analysis, node-voltage analysis, or the branch current method is a method of determining the voltage (
potential difference Voltage, also known as electric pressure, electric tension, or (electric) potential difference, is the difference in electric potential between two points. In a static electric field, it corresponds to the work needed per unit of charge to m ...
) between "
nodes In general, a node is a localized swelling (a "knot") or a point of intersection (a Vertex (graph theory), vertex). Node may refer to: In mathematics *Vertex (graph theory), a vertex in a mathematical graph *Vertex (geometry), a point where two ...
" (points where elements or branches connect) in an
electrical circuit An electrical network is an interconnection of electrical components (e.g., batteries, resistors, inductors, capacitors, switches, transistors) or a model of such an interconnection, consisting of electrical elements (e.g., voltage sources, ...
in terms of the branch currents. In analyzing a circuit using
Kirchhoff's circuit laws Kirchhoff's circuit laws are two equalities that deal with the current and potential difference (commonly known as voltage) in the lumped element model of electrical circuits. They were first described in 1845 by German physicist Gustav Kirchhof ...
, one can either do nodal analysis using Kirchhoff's current law (KCL) or
mesh analysis Mesh analysis (or the mesh current method) is a method that is used to solve planar circuits for the currents (and indirectly the voltages) at any place in the electrical circuit. Planar circuits are circuits that can be drawn on a plane sur ...
using Kirchhoff's voltage law (KVL). Nodal analysis writes an equation at each electrical node, requiring that the branch currents incident at a node must sum to zero. 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 In electrical engineering, admittance is a measure of how easily a circuit or device will allow a current to flow. It is defined as the reciprocal of impedance, analogous to how conductance & resistance are defined. The SI unit of 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 Electronic circuit simulation uses mathematical models to replicate the behavior of an actual electronic device or circuit. Simulation software allows for modeling of circuit operation and is an invaluable analysis tool. Due to its highly accurat ...
programs (e.g.,
SPICE A spice is a seed, fruit, root, bark, or other plant substance primarily used for flavoring or coloring food. Spices are distinguished from herbs, which are the leaves, flowers, or stems of plants used for flavoring or as a garnish. Spices a ...
) 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

# Note all connected wire segments in the circuit. These are the ''nodes'' of nodal analysis. # 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. # Assign a variable for each node whose voltage is unknown. If the voltage is already known, it is not necessary to assign a variable. # 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. # 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. # Solve the system of
simultaneous equations In mathematics, a set of simultaneous equations, also known as a system of equations or an equation system, is a finite set of equations for which common solutions are sought. An equation system is usually classified in the same manner as single e ...
for each unknown voltage.


Examples


Basic case

The only unknown voltage in this circuit is V_1. 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. # Current through resistor R_1: (V_1-V_S)/R_1 # Current through resistor R_2: V_1/R_2 # Current through current source I_S: -I_S With Kirchhoff's current law, we get: \frac + \frac - I_S = 0 This equation can be solved with respect to V1: V_1 = \frac 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. V_1 = \frac = \frac\text


Supernodes

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: \begin \frac + \frac + \frac = 0\\ V_1 = V_2 + V_\text\\ \end By substituting V_2 = \frac


Matrix form for the node-voltage equation

In general, for a circuit with N nodes, the node-voltage equations obtained by nodal analysis can be written in a matrix form as derived in the following. For any node k, KCL states \sum_G_(v_k-v_j)=0 where G_=G_ is the negative of the sum of the conductances between nodes k and j, and v_k is the voltage of node k. This implies 0=\sum_G_(v_k-v_j)=\sum_G_v_k-\sum_G_v_j=G_v_k-\sum_G_v_j where G_ is the sum of conductances connected to node k. We note that the first term contributes linearly to the node k via G_, while the second term contributes linearly to each node j connected to the node k via G_ with a minus sign. If an independent current source/input i_k is also attached to node k, the above expression is generalized to i_k=G_v_k-\sum_G_v_j. It is readily shown that one can combine the above node-voltage equations for all N nodes, and write them down in the following matrix form \begin G_ &G_ &\cdots &G_ \\ G_ &G_ &\cdots &G_ \\ \vdots &\vdots &\ddots & \vdots\\ G_ &G_ &\cdots &G_ \end \begin v_1\\ v_2\\ \vdots\\ v_N \end= \begin i_1\\ i_2\\ \vdots\\ i_N \end or simply \mathbf = \mathbf i. The matrix \mathbf G on the left hand side of the equation is singular since it satisfies \mathbf =0 where \mathbf 1 is an N\times 1 column matrix containing only 1s. This corresponds to the fact of current conservation, namely, \sum_i_k=0, 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, v_N=0. In this case, it is straightforward to verify that the resulting equations for the other N-1 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 (N-1)\times(N-1) dimensional non-singular matrix equation with the definitions of all the elements stay unchanged.


See also

*
Mesh analysis Mesh analysis (or the mesh current method) is a method that is used to solve planar circuits for the currents (and indirectly the voltages) at any place in the electrical circuit. Planar circuits are circuits that can be drawn on a plane sur ...
*
Ybus matrix In power engineering, nodal admittance matrix (or just admittance matrix) or Y Matrix or Ybus is an ''N x N'' matrix (mathematics), matrix describing a linear power system with ''N'' Bus (power engineering), buses. It represents the nodal admitta ...
*
Topology (electrical circuits) The topology of an electronic circuit is the form taken by the network of interconnections of the circuit components. Different specific values or ratings of the components are regarded as being the same topology. Topology is not concerned with t ...
*
Charge conservation In physics, charge conservation is the principle that the total electric charge in an isolated system never changes. The net quantity of electric charge, the amount of positive charge minus the amount of negative charge in the universe, is alway ...
*
Circuit diagram A circuit diagram (wiring diagram, electrical diagram, elementary diagram, electronic schematic) is a graphical representation of an electrical circuit. A pictorial circuit diagram uses simple images of components, while a schematic diagram s ...


References

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


External links


Branch current method

Online four-node problem solver

Simple Nodal Analysis Example
{{DEFAULTSORT:Nodal Analysis Electronic circuits Electrical engineering