Nodal Analysis
   HOME

TheInfoList



OR:

In electric circuit analysis, nodal analysis (also referred to as node-voltage analysis or the branch current method) is a method of determining the
voltage Voltage, also known as (electrical) potential difference, electric pressure, or electric tension, is the difference in electric potential between two points. In a Electrostatics, static electric field, it corresponds to the Work (electrical), ...
between nodes (points where elements or branches connect) in an
electrical circuit An electrical network is an interconnection of electrical components (e.g., battery (electricity), batteries, resistors, inductors, capacitors, switches, transistors) or a model of such an interconnection, consisting of electrical elements (e. ...
in terms of the branch currents. Nodal analysis is essentially a systematic application of
Kirchhoff's current law Kirchhoff's circuit laws are two Equality (mathematics), equalities that deal with the Electric current, current and potential difference (commonly known as voltage) in the lumped element model of electrical circuits. They were first described in ...
(KCL) for
circuit analysis In electrical engineering and electronics, a '' network'' is a collection of interconnected components. Network analysis is the process of finding the voltages across, and the currents through, all network components. There are many techniques ...
. Similarly,
mesh analysis Mesh analysis (or the mesh current method) is a circuit analysis method for Planar graph, planar circuits; planar circuits are circuits that can be drawn on a Plane (mathematics), plane surface with no wires crossing each other. A more general ...
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 (using 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 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 multiplicative inverse, reciprocal of Electrical impedance, impedance, analogous to how Electrical resistanc ...
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 In the culinary arts, a spice is any seed, fruit, root, Bark (botany), bark, or other plant substance in a form primarily used for flavoring or coloring food. Spices are distinguished from herbs, which are the leaves, flowers, or stems of pl ...
) use nodal analysis as a basis. When elements do not have admittance representations, a more general extension of nodal analysis,
modified nodal analysis In electrical engineering, modified nodal analysis or MNA is an extension of nodal analysis which not only determines the circuit's node voltages (as in classical nodal analysis), but also ''some'' branch currents. Modified nodal analysis was devel ...
, 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 circuit analysis method for Planar graph, planar circuits; planar circuits are circuits that can be drawn on a Plane (mathematics), plane surface with no wires crossing each other. A more general ...
*
Ohm's law Ohm's law states that the electric current through a Electrical conductor, conductor between two Node (circuits), points is directly Proportionality (mathematics), proportional to the voltage across the two points. Introducing the constant of ...
*
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 Kirc ...
*
Circuit diagram A circuit diagram (or: wiring diagram, electrical diagram, elementary diagram, electronic schematic) is a graphical representation of an Electrical network, electrical circuit. A pictorial circuit diagram uses simple images of components, whil ...
*
Circuit topology (electrical) The circuit 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 concer ...
* Ybus matrix *
Charge conservation In physics, charge conservation is the principle, of experimental nature, 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 charg ...


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