This post answers the question “What is mesh and node analysis”. This two techniques are both used as basic analysis methods for circuits. When designing a complex electrical device there are a lot of factors that occur, like current leaks, heat flow, electromagnetic fields, behaviour of electrical materials etc.

In any case it’s always helpful to replace existing schemes by an equivalent network, where components are ideal. For instance, it’s easier to analyse an electric circuit when single sources, loads and passive elements are replaced with current and voltage sources and resistors. You will see below how to simplify analysis of complex circuits. It appears easier to calculate the scheme parameters counterposing a complex circuit and its equivalent analogue network. The nodal, mesh, loop and superposition methods will be discovered.

Nodal analysis

We discovered above the way of analysing simple circuits with two or three nodes. The nodal method will allow us to analyse circuits with four and more nodes in it. By the calculations above we found out the quantity on variable, voltages and equations will be n1, where n is quantity of nodes in a circuit.

In the nodal method we are finding the node voltages with the following steps:

  1. Select a reference node. Assign all the rest nodes voltages v1, ... , vn1, with respect to reference node.
  2. Use Kirchhoff’s and Ohm’s Laws to each non-reference node and branch currents.
  3. Resolve the system of equations and obtain node voltages.

Let us discover the three node circuits in the Figure 1. There are two current sources and three resistors.

Circuit Fundamentals - Fig1
Figure 1

Let us consider a reference node – 3. In a real circuit a reference node is ground, it is assumed to have 0 potential. A reference node can also be the one with the biggest quantity of connected branches like in our case.

By the Kirchhoff’s Law having the following current relation:

I1=i1+i2I2=i2i3

Let us represent currents like ratio of voltage and resistance by the Ohm’s Law:

i1=v1R1, i2=v1v2R2, i3=v2R3;

Or

i1=v1*G1;   i2=(v1v2)*G2;   i3=v2*G3I1=v1*G1+(v1v2)*G2;I2=(v1v2)*G2v2*G3I1=v1*(G1+G2)v2*G2I2=v1*G2v2*(G3+G2)

And we achieve the following matrix equation, which can be resolved by the Cramer’s rule:

G1+G2 G3G2G3G2 v1v2=I1I2

These types of matrices equations can be also resolved using MATLAB, Mathcad and other software.

Here a symmetric circuit was resolved. Let us consider a non-symmetric circuit – with a voltage source in a system.

Let us consider the scheme in the Figure 2.

Circuit Fundamentals - Fig2
Figure 2

There are two possibilities that exist:

  1. If the voltage source is between reference node and non-reference node, the non-reference voltage is considered equal to the voltage source.
  2. If the voltage source is between two non-reference nodes, these two nodes are considered to be generalised nodes. To determine its voltage Kirchhoff’s Laws must be applied.

Applying Kirchhoff’s Laws we achieve the following equations:

i1+i4=i2+i3v2+5+v3=0v1=10;

By the Ohm’s Law:

i1=v1v22; i2=v28; i3=v36; i4=v1v34

These equations will help to determine node voltages.

The node method is a very generalised method of circuits analysis. This method can be applied to any circuit. However, it’s not the only one. Here below is the most commonly used method – Mesh method. It can also be applied to a lot of circuits and is considered as the most popular method.

Mesh analysis

 Mesh analysis is applicable to the networks which are planar. Planar network is a network where branches are not passing over or under each other.

This method differs from the nodal method by using mesh currents instead of nodal voltages as circuit variables. This method is convenient as it allows us to reduce the number of equations that must be solved simultaneously. Nodal method uses Kirchhoff’s currents Law to consider nodal voltages, and Mesh method uses Kirchhoff’s voltages Law to consider mesh currents. Mesh is a loop, which does not contain any other loops.

Circuit Fundamentals - Fig3
Figure 3

There are only two meshes in Figure 3 – abefa and bcdeb, abcdefa is not a mesh but a loop and Kirchhoff’s Laws work here. However, for Mesh method only meshes are in use.

Mesh analysis steps are the following:

  1. Assign mesh currents to all the meshes in a circuit.
  2. Apply Kirchhoff’s voltage Law to each mesh. Apply Ohm’s Law to determine voltages with mesh currents.
  3. To resolve simultaneously all the equations to consider mesh currents.

Note that directions of mesh currents are arbitrary, but it is better to suggest that they are all clock-wise (or vice versa), to avoid mistakes with signs in equations.

The following equations correspond to the Kirchhoff’s Voltage Laws for the meshes:

V1=i1*(R1+R3)i2*R3V2=i1*R3+i2*(R3+R2);R1+R3 R3R3       R2+R3 i112=V1V2

Using Cramer’s formula for resolving the matrix equations above we can find mesh currents, which allow us to consider currents in a circuit.

I1=i1,  I2=i2,  I1I2=i3

Current sources in a circuit will bring asymmetry in our equations and calculations. If there are current sources in the circuit, they have to be replaced by open circuits. The source currents should be considered as i1, ... , in depending on the number of sources. Kirchhoff’s voltage Law can be applied for the closed circuits/meshes. Simultaneously resolving this equation, circuits and mesh currents will be resolved.

More educational and technical posts you can read at our Reddit community r/ElectronicsEasy.

Volt-ampere characteristics of a circuit part with source

Tags:

Leave a Reply