Node Voltage Analysis in Electric Circuits

| 1-2 min read |
-- reads
Node Voltage Analysis in Electric Circuits

Node Voltage Analysis in Electric Circuits

In nodal analysis, Kirchhoff’s Current Law is used to write the equilibrium equations.

A node is defined as a junction of two or more branches.

If we define one node of the network as a reference node (a point of zero potential or ground), the remaining nodes of the network will have a fixed potential relative to this reference.

Equations relating to all nodes except the reference node can be written by applying KCL.


Reference Node

Referring to the circuit shown in Figure, we can arbitrarily choose any node as the reference node. However, it is convenient to choose the node with the most connected branches.

Hence, node 3 is chosen as the reference node here.

It is seen from the network that there are three nodes.

Circuit with three nodes

Hence, the number of equations based on KCL will be:

Number of node equations=Total number of nodes1\text{Number of node equations} = \text{Total number of nodes} - 1

Therefore, in the present case, we will have only two node equations.


Applying Kirchhoff’s Current Law

For applying KCL at node 1 and node 2, we assume that all currents leave these nodes.

Applying KCL at node 1:

v1vaR1+v1v2R2+v1R4=0\frac{v_1 - v_a}{R_1} + \frac{v_1 - v_2}{R_2} + \frac{v_1}{R_4} = 0

Applying KCL at node 2:

v2v1R2+v2vbR3+v2R5=0\frac{v_2 - v_1}{R_2} + \frac{v_2 - v_b}{R_3} + \frac{v_2}{R_5} = 0

Rearranging the equations,

(1R1+1R2+1R4)v11R2v2=vaR1\left( \frac{1}{R_1} + \frac{1}{R_2} + \frac{1}{R_4} \right)v_1 - \frac{1}{R_2}v_2 = \frac{v_a}{R_1} 1R2v1+(1R2+1R3+1R5)v2=vbR3- \frac{1}{R_2}v_1 + \left( \frac{1}{R_2} + \frac{1}{R_3} + \frac{1}{R_5} \right)v_2 = \frac{v_b}{R_3}

Matrix Form of Node Equations

Putting the above equations in matrix form, we get:

[1R1+1R2+1R41R21R21R2+1R3+1R5][v1v2]=[vaR1vbR3]\begin{bmatrix} \frac{1}{R_1}+\frac{1}{R_2}+\frac{1}{R_4} & -\frac{1}{R_2} \\ -\frac{1}{R_2} & \frac{1}{R_2}+\frac{1}{R_3}+\frac{1}{R_5} \end{bmatrix} \begin{bmatrix} v_1 \\ v_2 \end{bmatrix} = \begin{bmatrix} \frac{v_a}{R_1} \\ \frac{v_b}{R_3} \end{bmatrix}

Solving Node Equations Using Cramer’s Rule

Step 1: Find the Determinant

The determinant of the coefficient matrix is:

Δ=1R1+1R2+1R41R21R21R2+1R3+1R5\Delta = \begin{vmatrix} \frac{1}{R_1}+\frac{1}{R_2}+\frac{1}{R_4} & -\frac{1}{R_2} \\ -\frac{1}{R_2} & \frac{1}{R_2}+\frac{1}{R_3}+\frac{1}{R_5} \end{vmatrix}

Step 2: Find Determinant for (v_1)

Replace the first column with constants:

Δ1=vaR11R2vbR31R2+1R3+1R5\Delta_1 = \begin{vmatrix} \frac{v_a}{R_1} & -\frac{1}{R_2} \\ \frac{v_b}{R_3} & \frac{1}{R_2}+\frac{1}{R_3}+\frac{1}{R_5} \end{vmatrix}

Therefore,

v1=Δ1Δv_1 = \frac{\Delta_1}{\Delta}

Step 3: Find Determinant for (v_2)

Replace the second column with constants:

Δ2=1R1+1R2+1R4vaR11R2vbR3\Delta_2 = \begin{vmatrix} \frac{1}{R_1}+\frac{1}{R_2}+\frac{1}{R_4} & \frac{v_a}{R_1} \\ -\frac{1}{R_2} & \frac{v_b}{R_3} \end{vmatrix}

Therefore,

v2=Δ2Δv_2 = \frac{\Delta_2}{\Delta}

Once (v_1) and (v_2) are obtained, all branch currents can be found using Ohm’s law.

Thus, the complete solution of the network is obtained.


Summary

  • Node voltage analysis is based on Kirchhoff’s Current Law.
  • One node is selected as the reference or ground node.
  • The number of node equations is equal to total nodes minus one.
  • Node voltages are solved using simultaneous equations.
  • Cramer’s rule can be used to solve node equations systematically.

More from "Basic Electrical Engineering"