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 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 (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 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 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 for each unknown voltage.
Examples
Basic case
The only unknown voltage in this circuit is V 1 {\displaystyle 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 {\displaystyle R_{1}} : ( V 1 − V S ) / R 1 {\displaystyle (V_{1}-V_{S})/R_{1}}
Current through resistor R 2 {\displaystyle R_{2}} : V 1 / R 2 {\displaystyle V_{1}/R_{2}}
Current through current source I S {\displaystyle I_{S}} : − I S {\displaystyle -I_{S}}
With Kirchhoff's current law, we get:
V 1 − V S R 1 + V 1 R 2 − I S = 0 {\displaystyle {\frac {V_{1}-V_{S}}{R_{1}}}+{\frac {V_{1}}{R_{2}}}-I_{S}=0}
This equation can be solved with respect to V1:
V 1 = ( V S R 1 + I S ) ( 1 R 1 + 1 R 2 ) {\displaystyle V_{1}={\frac {\left({\frac {V_{S}}{R_{1}}}+I_{S}\right)}{\left({\frac {1}{R_{1}}}+{\frac {1}{R_{2}}}\right)}}}
… excerpt ends here. Continue reading the full article.





