Electric Circuit Analysis/Mesh Analysis

< Electric Circuit Analysis
Wikiversity Electrical Engineering School
The Lessons in
ELECTRIC CIRCUITS ANALYSIS COURSE

Lesson Review 5 & 6:

What you need to remember from Kirchhoff's Voltage & Current Law .

  • Remember what was learned in Passive sign convention, You can go back and revise Lesson 1.
  • Kirchhoff's Voltage Law
  • Kirchhoff's Current Law

This part of the course onwards will collaborate with the Mathematics Department extensively. Mathematical Theory will be kept minimal as mathematical tools are only used here as a means to an end. Links to relevant Mathematical theories will be supplied to assit the student.

Lesson Review 7:

What you need to remember from Nodal analysis. If you ever feel lost, do not be shy to go back to the previous lesson & go through it again. You can learn by repitition.

  • Use KCL at super nodes to formulate circuit equations.
  • Create matrix from circuit equations.
  • Solve for Unknown Node Voltages using Cramer's Rule.
Lessons in Electric Circuit Analysis
Lesson #1:
Passive Sign Convention
Lesson #2:
Simple Resistive Circuits
Lesson #3:
Resistors in Series
Lesson #4:
Resistors in Parallel
Quiz Test:
Circuit Analysis Quiz 1
Lesson #5:
Kirchhoff's Voltage Law
Lesson #6:
Kirchhoff's Current Law
Lesson #7:
Nodal Analysis
Lesson #8:
Mesh Analysis← You are here
Quiz Test:
Circuit Analysis Quiz 2
Home Laboratory:
Circuit Analysis - Lab1

Lesson 8: Preview

This Lesson is about Mesh Analysis. The student/User is expected to understand the following at the end of the lesson.

  • Use KVL at meshes or loops to formulate circuit equations.
  • Create matrix from circuit equations.
  • Solve for Unknown Mesh Currents using Cramer's Rule.

Part 1: Pre-reading Material

The student is advised to read the following resources from the Mathematics department:

Part 2: Mesh Analysis

Let's start off with some useful definitions:

  • Branch:
This is a circuit element(s) that connect two nodes.
  • Loop:
This a closed path in a circuit. A set of these loops are used to create constraint equations.
  • Mesh:
A loop passing though at least one branch.
Basic rule: The sum of Voltages arround any loop must be Zero.( From KVL in Lecture 5).

Part 3

The following is a general procedure for using Mesh or Loop Analysis method to solve electric circuit problems. The aim of this algorithm is to develop a matrix system from equations found by applying KVL arround Loops or Meshes in an electric circuit. Cramer's rule is then used to solve the unkown Mesh Currents.

Once the Mesh Currents are solved, normal circuit analysis methods ( Ohm's law; Voltage and Current Divider principles etc... ) can then be used to find whatever circuit entity.

Remember to consult previous lessons if you are not confident in using normal circuit analysis techniques that will be used in this lesson.


Manual Mesh/Loop Analysis Algorithm:

1.) Choose a conventional current flow.

2.) Identify and Number loops or meshes. ( Usually 2 or 3 meshes/ loops )

3.) Apply KVL to identified meshes/loops and formulate ciruit equations.

4.) Create Matrix system from KVL equations obtained.

5.) Solve Matrix for unknown Mesh Currents by using Cramer's rule ( it is simpler although you can still use gaussian method as well )

6.) Used solved Mesh Currents to solve for the desired circuit entity.


The above algorithm is very basic and usefull for 2 x 2 and 3 x 3 size matrices. Generally as the number of loops or meshes increase and the size of the matrix exceeds 3 x 3, numerical methods ( Beyond scope of this course ) are employed with the aid of computers to solve such circuit networks.

Generally speaking, Mesh Analysis is shorter than Nodal Analysis although not always preffered.Let's try an example to illustrate the above Mesh/Loop analysis algorithm.

Part 4 : Example

Figure 8.1: Example 1

Consider Figure 8.1 with the following Parameters:

V_1 = 15V
V_2 = 7V
R_1 = 2\Omega
R_2 = 20\Omega
R_3 = 10\Omega
R_4 = 5\Omega
R_5 = 2\Omega
R_6 = 2\Omega

Find current through R_3 using Mesh Analysis method.
Solution:

Figure 8.2: Currents in loops

This is the same example we solved in Exercise 7.

We can see that there are three closed paths (loops) where we can apply KVL in, Loop 1, 2 and 3 as shown in figure 8.2

We can now apply KVL arround the loops remembering Passive Convention when defining Currents and voltages.

KVL arround abca loop:

I_1*R_1 + (I_1-I_3)*R_2 + (I_1-I_2)*R_3 = V_1

Therefore

I_1(R_1 +R_2 + R_3) - I_2(R_3) - I_3(R_2) = V_1 ............(1)

Part 5 : Example (Continued)

KVL arround acda loop:

 (I_2-I_1)*R_3 + (I_2-I_3)*R_4 + I_2*R_5 = - V_2

Therefore

 -I_1(R_3) + I_2(R_3 +R_4 + R_5) - I_3(R_4) = - V_2   ...............   (2)


KVL arround bdcb loop:

 I_3*R_6 + (I_3-I_2)*R_4 + (I_3-I_1)*R_2 = 0

Therefore

 -I_1(R_2) - I_2(R_4) + I_3(R_2 +R_4 + R_6)  = 0   ...............   (3)

Now we can create a matrix with the above equations as follows:

Part 6 : Example (Continued)

 \begin{bmatrix} (R_1 +R_2 + R_3) & (-R_3) & (-R_2) \\ (-R_3) & (R_3 +R_4 + R_5) & (-R_4) \\ (-R_2) & (-R_4) & (R_2 +R_4 + R_6)\end{bmatrix} . \begin{bmatrix} I_1\\ I_2 \\ I_3 \end{bmatrix} = \begin{bmatrix} V_1 \\ -V_2 \\ 0 \end{bmatrix}

The following matrix is the above with values substituted:

 A.\vec{X} = \vec{Y} ? \begin{bmatrix} 32 & -10 & -20 \\ -10 & 17 & -5 \\ -20 & -5 & 27 \end{bmatrix} . \begin{bmatrix} I_1\\ I_2 \\ I_3 \end{bmatrix} = \begin{bmatrix} 15 \\ -7  \\ 0 \end{bmatrix}


Now that we have arranged equations 1; 2 & 3 into a matrix we need to get Determinants of the General matrix, and Determinants of alterations of the general matrix as follows:

Solving determinants of:

  • Matrix A  : General matrix A from KVL equations
  • Matrix A1 : Genral Matrix A with Column 1 substituted by \vec Y.
  • Matrix A2 : Genral Matrix A with Column 2 substituted by \vec Y.
  • Matrix A3 : Genral Matrix A with Column 3 substituted by \vec Y.

As follows:

Part 7: Example (Continued)

\begin{matrix}\ det\begin{bmatrix} 32 & -10 & -20 \\ -10 & 17 & -5 \\ -20 & -5 & 27 \end{bmatrix} &=& det A \\ \ \\ \  &=& 2388 \end{matrix}
\begin{matrix}\ det\begin{bmatrix} 15 & -10 & -20 \\ -7 & 17 & -5 \\ 0 & -5 & 27 \end{bmatrix} &=& det A1 \\ \ \\ \  &=& 3920 \end{matrix}
\begin{matrix}\ det\begin{bmatrix} 32 & 15 & -20 \\ -10 & -7 & -5 \\ -20 & 0 & 27 \end{bmatrix} &=& det A2 \\ \ \\ \ &=& 2302 \end{matrix}

Part 8: Example (Continued)

\begin{matrix}\ det\begin{bmatrix} 32 & -10 & 15 \\ -10 & 17 & -7 \\ -20 & -5 & 0 \end{bmatrix} &=& det A3 \\ \ \\ \ &=& 3330 \end{matrix}

Now we can use the solved determinants to arrive at solutions for Mesh Currents I_1; I_2 and I_3 as follows:

1. I_1 = \frac{det A1}{det A} = 1.642A

2. I_2 = \frac{det A2}{det A} = 0.964A

3. I_3 = \frac{det A3}{det A} = 1.394A


Now we can solve for the current through R_3 as follows:

I_{R_3} = I_1 - I_2 = 0.678A 

The answer is as we expected it to be, I_{R_3} flows in the direction of I_{1}. As expected, mesh analysis and nodal analysis gave equivalent answers.

Part 9: Exercise 8

Figure 8.3: Exercise

Consider Figure 8.3 with the following Parameters:

V_1 = 9V
R_1 = 200\Omega
R_2 = 20\Omega
R_3 = 10k\Omega
R_4 = 5k\Omega
R_5 = 15k\Omega
R_6 = 1k\Omega

Find current through R_3 using Mesh Analysis method.


Part 10:

Further Reading Links:

Refferences:

  • Add refference here!

Completion List

Once you finish your Exercises you can post your score here! To post your score just e-mail your course co-ordinator your name and score *Click Here.

previous lesson
previous page
next page
lesson intro
next lesson
course menu
Resource type: this resource contains a lecture or lecture notes.
Action required: please create Category:Electric Circuit Analysis/Lectures and add it to Category:Lectures.
This article is issued from Wikiversity - version of the Saturday, January 18, 2014. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.