SlideShare a Scribd company logo
Lesson 7
Basic Laws of Electric Circuits
Mesh Analysis
Basic Circuits
Mesh Analysis: Basic Concepts:
 In formulating mesh analysis we assign a mesh
current to each mesh.
 Mesh currents are sort of fictitious in that a particular
mesh current does not define the current in each branch
of the mesh to which it is assigned.
I 1 I 2 I 3
Basic Circuits
Mesh Analysis: Basic Concepts:
R 1
R x
R 2
+
_ I 1 I 2
+
_V A V B
+ +
+
_
_
_V 1
V L 1
V 2
Figure 7.2: A circuit for illustrating mesh analysis.
( )
AXX
XL
AL
VIRIRRso
RIIVRIVwhere
VVV
=−+
−==
=+
211
211111
11
)(,
;
Eq 7.1
Around mesh 1:
Basic Circuits
Mesh Analysis: Basic Concepts:
R 1
R x
R 2
+
_ I 1 I 2
+
_V A V B
+ +
+
_
_
_V 1
V L 1
V 2
BVIRXRIXRor
BVIRXRIXR
givesinEqngSubstituti
RIVXRIILVwith
BVVLV
havewemeshAround
−=++−
=+−
=−−=
=−
2)2(1
2)2(1
,2.73.7
222;)12(1;
21
2
Eq 7.2
Eq 7.3
Eq 7.4
Basic Circuits
Mesh Analysis: Basic Concepts:
We are left with 2 equations: From (7.1) and (7.4)
we have,
AXX VIRIRR =−+ 211 )(
BXX VIRRIR −=++− 221 )(
Eq 7.5
Eq 7.6
We can easily solve these equations for I1 and I2.
Basic Circuits
Mesh Analysis: Basic Concepts:
The previous equations can be written in matrix form as:






−





+−
−+
=











−
=











+−
−+
−
B
A
XX
XX
B
A
XX
XX
V
V
RRR
RRR
I
I
or
V
V
I
I
RRR
RRR
1
2
1
2
1
2
1
2
1
(
)(
(
)(
Eq (7.7)
Eq (7.8)
Basic Circuits
Mesh Analysis: Example 7.1.
Write the mesh equations and solve for the currents I1, and I2.
+
_
1 0 V
4 Ω 2 Ω
6 Ω
7 Ω
2 V 2 0 V
I 1 I 2
+
+
_
_
Figure 7.2: Circuit for Example 7.1.
Mesh 1 4I1 + 6(I1 – I2) = 10 - 2
Mesh 2 6(I2 – I1) + 2I2 + 7I2 = 2 + 20
Eq (7.9)
Eq (7.10)
Basic Circuits
Mesh Analysis: Example 7.1, continued.
Simplifying Eq (7.9) and (7.10) gives,
10I1 – 6I2 = 8
-6I1 + 15I2 = 22
Eq (7.11)
Eq (7.12)
» % A MATLAB Solution
»
» R = [10 -6;-6 15];
»
» V = [8;22];
»
» I = inv(R)*V
I =
2.2105
2.3509
I1 = 2.2105
I2 = 2.3509
Basic Circuits
Mesh Analysis: Example 7.2
Solve for the mesh currents in the circuit below.
+
_
6 Ω
1 0 Ω
9 Ω
1 1 Ω
3 Ω
4 Ω
2 0 V 1 0 V
8 V
1 2 V
I 1 I 2
I 3
+
+
__
_
_
+
+
_
Figure 7.3: Circuit for Example 7.2.
The plan: Write KVL, clockwise, for each mesh. Look for a
pattern in the final equations.
Basic Circuits
Mesh Analysis: Example 7.2
+
_
6 Ω
1 0 Ω
9 Ω
1 1 Ω
3 Ω
4 Ω
2 0 V 1 0 V
8 V
1 2 V
I 1 I 2
I 3
+
+
__
_
_
+
+
_
Mesh 1: 6I1 + 10(I1 – I3) + 4(I1 – I2) = 20 + 10
Mesh 2: 4(I2 – I1) + 11(I2 – I3) + 3I2 = - 10 - 8
Mesh 3: 9I3 + 11(I3 – I2) + 10(I3 – I1) = 12 + 8
Eq (7.13)
Eq (7.14)
Eq (7.15)
Basic Circuits
Mesh Analysis: Example 7.2
Clearing Equations (7.13), (7.14) and (7.15) gives,
20I1 – 4I2 – 10I3 = 30
-4I1 + 18I2 – 11I3 = -18
-10I1 – 11I2 + 30I3 = 20
In matrix form:










−=




















−−
−−
−−
20
18
30
3
2
1
301110
11184
10420
I
I
I
WE NOW MAKE AN IMPORTANT
OBSERVATION!!
Standard Equation form
Basic Circuits
Mesh Analysis: Standard form for mesh equations
Consider the following:
R11 =
∑
∑ of resistance around mesh 1, common to mesh 1 current I1.
R22 = of resistance around mesh 2, common to mesh 2 current I2.
R33 = ∑ of resistance around mesh 3, common to mesh 3 current I3.










∑
∑
∑
=




















)3(
)2(
)1(
3
2
1
333231
232221
131211
emfs
emfs
emfs
I
I
I
RRR
RRR
RRR
Basic Circuits
Mesh Analysis: Standard form for mesh equations
R12 = R21 = - resistance common between mesh 1 and 2
when I1 and I2 are opposite through R1,R2.
R13 = R31 = - resistance common between mesh 1 and 3
when I1 and I3 are opposite through R1,R3.
R23 = R32 = - resistance common between mesh 2 and 3
when I2 and I3 are opposite through R2,R3.
)1(emfs∑ = sum of emf around mesh 1 in the direction of I1.
)2(emfs∑ = sum of emf around mesh 2 in the direction of I2.
)3(emfs∑ = sum of emf around mesh 3 in the direction of I3.
Basic Circuits
Mesh Analysis: Example 7.3 - Direct method.
2 0 V
1 0 V
1 5 V
3 0 V
2 0 Ω
1 0 Ω
3 0 Ω
1 0 Ω
1 2 Ω
8 Ω
+
_
I 1 I 2 I 3
+
+
+
_
_
_
Use the direct method to write the mesh equations for the following.
Figure 7.4: Circuit diagram for Example 7.3.










=




















−
−−
−
15
25
10
3
2
1
30100
105010
01030
I
I
I
Eq (7.13)
Basic Circuits
Mesh Analysis: With current sources in the circuit
Example 7.4: Consider the following:
1 0 V
2 0 V
4 A
1 0 Ω
5 Ω
2 0 Ω
2 Ω
+
_
1 5 Ω
+
_
I 1 I 2
I 3
Figure 7.5: Circuit diagram for Example 7.4.
Use the direct method to write the mesh equations.
1 0 V
2 0 V
4 A
1 0 Ω
5 Ω
2 0 Ω
2 Ω
+
_
1 5 Ω
+
_
I 1 I 2
I 3
Basic Circuits
Mesh Analysis: With current sources in the circuit
This case is explained by using an example.
Example 7.4: Find the three mesh currents in the circuit below.
Figure 7.5: Circuit for Example 7.4.
When a current source is present, it will be directly related to
one or more of the mesh current. In this case I2 = -4A.
Basic Circuits
Mesh Analysis: With current sources in the circuit
Example 7.4: Continued. An easy way to handle this case is to
remove the current source as shown below. Next, write the mesh
equations for the remaining meshes.
Note that I2 is retained for writing the equations through the
5 Ω and 20 Ω resistors.
1 0 V
2 0 V
1 0 Ω
5 Ω
2 0 Ω
2 Ω
+
_
1 5 Ω
+
_
I 1 I 2
I 3
Basic Circuits
Mesh Analysis: With current sources in the circuit
Example 7.4: Continued.
1 0 V
2 0 V
1 0 Ω
5 Ω
2 0 Ω
2 Ω
+
_
1 5 Ω
+
_
I 1 I 2
I 3 Equation for mesh 1:
10I1 + (I1-I2)5 = 10
or
15I1 – 5I2 = 10
Equations for mesh 2:
2I3 + (I3-I2)20 = 20
or
- 20I2 + 22I3 = 20
Constraint Equation
I2 = - 4A
Basic Circuits
Mesh Analysis: With current sources in the circuit
Example 7.4: Continued. Express the previous equations in
Matrix form:
1
2
3
15 5 0 10
0 20 22 20
0 1 0 4
I
I
I
−     
     − =     
     −     
I1 = -0.667 A
I2 = - 4 A
I3 = - 2.73 A
End of Lesson 7
circuits
Mesh Analysis

More Related Content

What's hot

Superposition Theorem
Superposition TheoremSuperposition Theorem
Superposition Theorem
Imran Hossain Chowdhury
 
Nodal analysis
Nodal analysisNodal analysis
Nodal analysis
Jeff Valerio
 
Node and mesh analysis
Node and mesh analysisNode and mesh analysis
Node and mesh analysis
Ariful Islam
 
thevenin's theorem
thevenin's theoremthevenin's theorem
thevenin's theorem
Ashaduzzaman Kanon
 
Thévenin’s Theorems
Thévenin’s Theorems Thévenin’s Theorems
Thévenin’s Theorems
Abhishek Choksi
 
KCL and KVL
KCL and KVLKCL and KVL
KCL and KVL
140120109032
 
Chap4
Chap4Chap4
Superposition theorem
Superposition theoremSuperposition theorem
Superposition theorem
Jayanshu Gundaniya
 
Rc and rl circuits
Rc and rl circuitsRc and rl circuits
Rc and rl circuits
Hazel Lim
 
Two Port Network Parameters
Two Port Network ParametersTwo Port Network Parameters
Two Port Network Parametersmmlodro
 
Mesh analysis dc circuit
Mesh analysis   dc circuitMesh analysis   dc circuit
Mesh analysis dc circuit
saravana kumar R
 
KIRCHHOFF’S CURRENT LAW
KIRCHHOFF’S CURRENT LAWKIRCHHOFF’S CURRENT LAW
KIRCHHOFF’S CURRENT LAW
Siddhi Shrivas
 
Nodal Analysis.pptx
 Nodal Analysis.pptx Nodal Analysis.pptx
Nodal Analysis.pptx
KisorS1
 
BASIC ELECTRICAL ENGINEERING BEEE
BASIC ELECTRICAL ENGINEERING BEEE BASIC ELECTRICAL ENGINEERING BEEE
BASIC ELECTRICAL ENGINEERING BEEE
Prasant Kumar
 
EC6202 ELECTRONIC DEVICES AND CIRCUITS Unit 1
EC6202 ELECTRONIC DEVICES AND CIRCUITS Unit 1EC6202 ELECTRONIC DEVICES AND CIRCUITS Unit 1
EC6202 ELECTRONIC DEVICES AND CIRCUITS Unit 1
RMK ENGINEERING COLLEGE, CHENNAI
 
maximum power transform
maximum power transformmaximum power transform
maximum power transform
hashishmeena
 
MESH AND SUPERMESH ANALYSIS
MESH AND SUPERMESH ANALYSISMESH AND SUPERMESH ANALYSIS
MESH AND SUPERMESH ANALYSIS
jignesh prajapati
 
Thevenin theorem
Thevenin theoremThevenin theorem
Thevenin theorem
Rajni Maurya
 
Chapter 3.4 Mesh Analysis.ppt
Chapter 3.4 Mesh Analysis.pptChapter 3.4 Mesh Analysis.ppt
Chapter 3.4 Mesh Analysis.ppt
Eliharialeo
 

What's hot (20)

Superposition Theorem
Superposition TheoremSuperposition Theorem
Superposition Theorem
 
Nodal analysis
Nodal analysisNodal analysis
Nodal analysis
 
Node and mesh analysis
Node and mesh analysisNode and mesh analysis
Node and mesh analysis
 
Circuit Analysis-
Circuit Analysis-Circuit Analysis-
Circuit Analysis-
 
thevenin's theorem
thevenin's theoremthevenin's theorem
thevenin's theorem
 
Thévenin’s Theorems
Thévenin’s Theorems Thévenin’s Theorems
Thévenin’s Theorems
 
KCL and KVL
KCL and KVLKCL and KVL
KCL and KVL
 
Chap4
Chap4Chap4
Chap4
 
Superposition theorem
Superposition theoremSuperposition theorem
Superposition theorem
 
Rc and rl circuits
Rc and rl circuitsRc and rl circuits
Rc and rl circuits
 
Two Port Network Parameters
Two Port Network ParametersTwo Port Network Parameters
Two Port Network Parameters
 
Mesh analysis dc circuit
Mesh analysis   dc circuitMesh analysis   dc circuit
Mesh analysis dc circuit
 
KIRCHHOFF’S CURRENT LAW
KIRCHHOFF’S CURRENT LAWKIRCHHOFF’S CURRENT LAW
KIRCHHOFF’S CURRENT LAW
 
Nodal Analysis.pptx
 Nodal Analysis.pptx Nodal Analysis.pptx
Nodal Analysis.pptx
 
BASIC ELECTRICAL ENGINEERING BEEE
BASIC ELECTRICAL ENGINEERING BEEE BASIC ELECTRICAL ENGINEERING BEEE
BASIC ELECTRICAL ENGINEERING BEEE
 
EC6202 ELECTRONIC DEVICES AND CIRCUITS Unit 1
EC6202 ELECTRONIC DEVICES AND CIRCUITS Unit 1EC6202 ELECTRONIC DEVICES AND CIRCUITS Unit 1
EC6202 ELECTRONIC DEVICES AND CIRCUITS Unit 1
 
maximum power transform
maximum power transformmaximum power transform
maximum power transform
 
MESH AND SUPERMESH ANALYSIS
MESH AND SUPERMESH ANALYSISMESH AND SUPERMESH ANALYSIS
MESH AND SUPERMESH ANALYSIS
 
Thevenin theorem
Thevenin theoremThevenin theorem
Thevenin theorem
 
Chapter 3.4 Mesh Analysis.ppt
Chapter 3.4 Mesh Analysis.pptChapter 3.4 Mesh Analysis.ppt
Chapter 3.4 Mesh Analysis.ppt
 

Viewers also liked

ohm's law kirchoff's law and mesh analysis
ohm's law kirchoff's law and mesh analysisohm's law kirchoff's law and mesh analysis
ohm's law kirchoff's law and mesh analysis
ankit5597
 
Lecture 4 methods_of_analysis
Lecture 4 methods_of_analysisLecture 4 methods_of_analysis
Lecture 4 methods_of_analysis
dhruv panchal
 
Thevenin's Theorem,Mesh analysis and sine wave Basic
Thevenin's Theorem,Mesh analysis and sine wave BasicThevenin's Theorem,Mesh analysis and sine wave Basic
Thevenin's Theorem,Mesh analysis and sine wave Basic
Ikhlas Rahman
 
Electric Circuit - Introduction + Lecture#1
Electric Circuit - Introduction + Lecture#1Electric Circuit - Introduction + Lecture#1
Electric Circuit - Introduction + Lecture#1Hassaan Rahman
 
Nodal_and_Mesh_analysis
Nodal_and_Mesh_analysisNodal_and_Mesh_analysis
Nodal_and_Mesh_analysis
Self-employed
 
Barometrul Business-2more-Business Brasov 2016
Barometrul Business-2more-Business Brasov 2016Barometrul Business-2more-Business Brasov 2016
Barometrul Business-2more-Business Brasov 2016
Kompass Group & Doingbusiness.ro
 
Моделирование организаций при помощи цепочек матричных проекций иерархически...
Моделирование  организаций при помощи цепочек матричных проекций иерархически...Моделирование  организаций при помощи цепочек матричных проекций иерархически...
Моделирование организаций при помощи цепочек матричных проекций иерархически...RnD_SM
 
Taller 10
Taller 10Taller 10
Taller 10
Salvarez2016
 
Etapas de la vida
Etapas de la vidaEtapas de la vida
Etapas de la vida
Angel Geovani Chavez
 
Camerawork
CameraworkCamerawork
Camerawork
thompsonl15
 
HuDawn Overview
HuDawn OverviewHuDawn Overview
HuDawn Overview
Tara Morris
 
Управление бизнес-процессами в банковском секторе
Управление бизнес-процессами в банковском сектореУправление бизнес-процессами в банковском секторе
Управление бизнес-процессами в банковском секторе
IT Group
 
Circuit Network Analysis - [Chapter2] Sinusoidal Steady-state Analysis
Circuit Network Analysis - [Chapter2] Sinusoidal Steady-state AnalysisCircuit Network Analysis - [Chapter2] Sinusoidal Steady-state Analysis
Circuit Network Analysis - [Chapter2] Sinusoidal Steady-state Analysis
Simen Li
 
superposition theorem
superposition theoremsuperposition theorem
superposition theorem
abdulqadir ezzy
 

Viewers also liked (15)

ohm's law kirchoff's law and mesh analysis
ohm's law kirchoff's law and mesh analysisohm's law kirchoff's law and mesh analysis
ohm's law kirchoff's law and mesh analysis
 
Lecture 4 methods_of_analysis
Lecture 4 methods_of_analysisLecture 4 methods_of_analysis
Lecture 4 methods_of_analysis
 
Thevenin's Theorem,Mesh analysis and sine wave Basic
Thevenin's Theorem,Mesh analysis and sine wave BasicThevenin's Theorem,Mesh analysis and sine wave Basic
Thevenin's Theorem,Mesh analysis and sine wave Basic
 
Electric Circuit - Introduction + Lecture#1
Electric Circuit - Introduction + Lecture#1Electric Circuit - Introduction + Lecture#1
Electric Circuit - Introduction + Lecture#1
 
Nodal_and_Mesh_analysis
Nodal_and_Mesh_analysisNodal_and_Mesh_analysis
Nodal_and_Mesh_analysis
 
Barometrul Business-2more-Business Brasov 2016
Barometrul Business-2more-Business Brasov 2016Barometrul Business-2more-Business Brasov 2016
Barometrul Business-2more-Business Brasov 2016
 
Моделирование организаций при помощи цепочек матричных проекций иерархически...
Моделирование  организаций при помощи цепочек матричных проекций иерархически...Моделирование  организаций при помощи цепочек матричных проекций иерархически...
Моделирование организаций при помощи цепочек матричных проекций иерархически...
 
Taller 10
Taller 10Taller 10
Taller 10
 
Etapas de la vida
Etapas de la vidaEtapas de la vida
Etapas de la vida
 
Camerawork
CameraworkCamerawork
Camerawork
 
HuDawn Overview
HuDawn OverviewHuDawn Overview
HuDawn Overview
 
TeamBuilding
TeamBuildingTeamBuilding
TeamBuilding
 
Управление бизнес-процессами в банковском секторе
Управление бизнес-процессами в банковском сектореУправление бизнес-процессами в банковском секторе
Управление бизнес-процессами в банковском секторе
 
Circuit Network Analysis - [Chapter2] Sinusoidal Steady-state Analysis
Circuit Network Analysis - [Chapter2] Sinusoidal Steady-state AnalysisCircuit Network Analysis - [Chapter2] Sinusoidal Steady-state Analysis
Circuit Network Analysis - [Chapter2] Sinusoidal Steady-state Analysis
 
superposition theorem
superposition theoremsuperposition theorem
superposition theorem
 

Similar to mesh analysis

Project
ProjectProject
Project
mohsena8
 
4 kirchoff law
4   kirchoff law4   kirchoff law
4 kirchoff law
Mohamed Sayed
 
L 04(gdr)(et) ((ee)nptel)
L 04(gdr)(et) ((ee)nptel)L 04(gdr)(et) ((ee)nptel)
L 04(gdr)(et) ((ee)nptel)Pradeep Godara
 
MESH NODAL DC.pptx
MESH NODAL DC.pptxMESH NODAL DC.pptx
MESH NODAL DC.pptx
UDAIYAKUMAR S
 
circuit theory.pptx
 circuit theory.pptx circuit theory.pptx
circuit theory.pptx
ShalabhMishra10
 
EXpt 04 on EEE lab
EXpt 04 on EEE lab EXpt 04 on EEE lab
EXpt 04 on EEE lab
ForaziRobin
 
L9 dc circuits
L9   dc circuitsL9   dc circuits
L9 dc circuitsSatyakam
 
Mesh Analysis.pdf
Mesh Analysis.pdfMesh Analysis.pdf
Mesh Analysis.pdf
Philips33
 
2. Nodal Analysis Complete.pdf
2. Nodal Analysis Complete.pdf2. Nodal Analysis Complete.pdf
2. Nodal Analysis Complete.pdf
NirmalCTEVT
 
Basic Electric Circuits Session 9B
Basic Electric Circuits Session 9BBasic Electric Circuits Session 9B
BEE301 - circuit theory - NT.pptx
BEE301 - circuit theory - NT.pptxBEE301 - circuit theory - NT.pptx
BEE301 - circuit theory - NT.pptx
ShalabhMishra10
 
ETB LO1 Advanced Network Theorems (Part 1).pdf
ETB LO1 Advanced Network Theorems (Part 1).pdfETB LO1 Advanced Network Theorems (Part 1).pdf
ETB LO1 Advanced Network Theorems (Part 1).pdf
MuhammadAmirzad
 
Circuit theory 1-c3-analysis methods
Circuit theory 1-c3-analysis methodsCircuit theory 1-c3-analysis methods
Circuit theory 1-c3-analysis methods
vinifrbass
 
Lecture 6
Lecture 6Lecture 6
Lecture 6
LingalaSowjanya
 
Basic Electric Circuits Session 9C
Basic Electric Circuits Session 9CBasic Electric Circuits Session 9C
Circuit_Analysis.pdf
Circuit_Analysis.pdfCircuit_Analysis.pdf
Circuit_Analysis.pdf
UikkattanTkattan
 
NETWORK THEORY MESH N SUPER MESH TOPIC REVIEW
NETWORK THEORY MESH N SUPER MESH TOPIC REVIEWNETWORK THEORY MESH N SUPER MESH TOPIC REVIEW
NETWORK THEORY MESH N SUPER MESH TOPIC REVIEW
Sharmanya Korde
 
EEE 2
EEE 2EEE 2
Basic Electrical (Short Course).pptx
Basic Electrical (Short Course).pptxBasic Electrical (Short Course).pptx
Basic Electrical (Short Course).pptx
BudhadityaBiswas5
 
DC CIRCUITS.ppt
DC CIRCUITS.pptDC CIRCUITS.ppt
DC CIRCUITS.ppt
gamingpro22
 

Similar to mesh analysis (20)

Project
ProjectProject
Project
 
4 kirchoff law
4   kirchoff law4   kirchoff law
4 kirchoff law
 
L 04(gdr)(et) ((ee)nptel)
L 04(gdr)(et) ((ee)nptel)L 04(gdr)(et) ((ee)nptel)
L 04(gdr)(et) ((ee)nptel)
 
MESH NODAL DC.pptx
MESH NODAL DC.pptxMESH NODAL DC.pptx
MESH NODAL DC.pptx
 
circuit theory.pptx
 circuit theory.pptx circuit theory.pptx
circuit theory.pptx
 
EXpt 04 on EEE lab
EXpt 04 on EEE lab EXpt 04 on EEE lab
EXpt 04 on EEE lab
 
L9 dc circuits
L9   dc circuitsL9   dc circuits
L9 dc circuits
 
Mesh Analysis.pdf
Mesh Analysis.pdfMesh Analysis.pdf
Mesh Analysis.pdf
 
2. Nodal Analysis Complete.pdf
2. Nodal Analysis Complete.pdf2. Nodal Analysis Complete.pdf
2. Nodal Analysis Complete.pdf
 
Basic Electric Circuits Session 9B
Basic Electric Circuits Session 9BBasic Electric Circuits Session 9B
Basic Electric Circuits Session 9B
 
BEE301 - circuit theory - NT.pptx
BEE301 - circuit theory - NT.pptxBEE301 - circuit theory - NT.pptx
BEE301 - circuit theory - NT.pptx
 
ETB LO1 Advanced Network Theorems (Part 1).pdf
ETB LO1 Advanced Network Theorems (Part 1).pdfETB LO1 Advanced Network Theorems (Part 1).pdf
ETB LO1 Advanced Network Theorems (Part 1).pdf
 
Circuit theory 1-c3-analysis methods
Circuit theory 1-c3-analysis methodsCircuit theory 1-c3-analysis methods
Circuit theory 1-c3-analysis methods
 
Lecture 6
Lecture 6Lecture 6
Lecture 6
 
Basic Electric Circuits Session 9C
Basic Electric Circuits Session 9CBasic Electric Circuits Session 9C
Basic Electric Circuits Session 9C
 
Circuit_Analysis.pdf
Circuit_Analysis.pdfCircuit_Analysis.pdf
Circuit_Analysis.pdf
 
NETWORK THEORY MESH N SUPER MESH TOPIC REVIEW
NETWORK THEORY MESH N SUPER MESH TOPIC REVIEWNETWORK THEORY MESH N SUPER MESH TOPIC REVIEW
NETWORK THEORY MESH N SUPER MESH TOPIC REVIEW
 
EEE 2
EEE 2EEE 2
EEE 2
 
Basic Electrical (Short Course).pptx
Basic Electrical (Short Course).pptxBasic Electrical (Short Course).pptx
Basic Electrical (Short Course).pptx
 
DC CIRCUITS.ppt
DC CIRCUITS.pptDC CIRCUITS.ppt
DC CIRCUITS.ppt
 

Recently uploaded

Standard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - NeometrixStandard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - Neometrix
Neometrix_Engineering_Pvt_Ltd
 
Halogenation process of chemical process industries
Halogenation process of chemical process industriesHalogenation process of chemical process industries
Halogenation process of chemical process industries
MuhammadTufail242431
 
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
Amil Baba Dawood bangali
 
Forklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella PartsForklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella Parts
Intella Parts
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Sreedhar Chowdam
 
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdfCOLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
Kamal Acharya
 
TECHNICAL TRAINING MANUAL GENERAL FAMILIARIZATION COURSE
TECHNICAL TRAINING MANUAL   GENERAL FAMILIARIZATION COURSETECHNICAL TRAINING MANUAL   GENERAL FAMILIARIZATION COURSE
TECHNICAL TRAINING MANUAL GENERAL FAMILIARIZATION COURSE
DuvanRamosGarzon1
 
Gen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdfGen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdf
gdsczhcet
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
Kamal Acharya
 
LIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.pptLIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.ppt
ssuser9bd3ba
 
Democratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek AryaDemocratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek Arya
abh.arya
 
Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
Massimo Talia
 
DESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docxDESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docx
FluxPrime1
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
bakpo1
 
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdfTop 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Teleport Manpower Consultant
 
CME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional ElectiveCME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional Elective
karthi keyan
 
Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
gerogepatton
 
Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.
PrashantGoswami42
 
addressing modes in computer architecture
addressing modes  in computer architectureaddressing modes  in computer architecture
addressing modes in computer architecture
ShahidSultan24
 
Architectural Portfolio Sean Lockwood
Architectural Portfolio Sean LockwoodArchitectural Portfolio Sean Lockwood
Architectural Portfolio Sean Lockwood
seandesed
 

Recently uploaded (20)

Standard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - NeometrixStandard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - Neometrix
 
Halogenation process of chemical process industries
Halogenation process of chemical process industriesHalogenation process of chemical process industries
Halogenation process of chemical process industries
 
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
 
Forklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella PartsForklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella Parts
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
 
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdfCOLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
COLLEGE BUS MANAGEMENT SYSTEM PROJECT REPORT.pdf
 
TECHNICAL TRAINING MANUAL GENERAL FAMILIARIZATION COURSE
TECHNICAL TRAINING MANUAL   GENERAL FAMILIARIZATION COURSETECHNICAL TRAINING MANUAL   GENERAL FAMILIARIZATION COURSE
TECHNICAL TRAINING MANUAL GENERAL FAMILIARIZATION COURSE
 
Gen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdfGen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdf
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
 
LIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.pptLIGA(E)11111111111111111111111111111111111111111.ppt
LIGA(E)11111111111111111111111111111111111111111.ppt
 
Democratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek AryaDemocratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek Arya
 
Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
 
DESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docxDESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docx
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
 
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdfTop 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
Top 10 Oil and Gas Projects in Saudi Arabia 2024.pdf
 
CME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional ElectiveCME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional Elective
 
Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
 
Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.Quality defects in TMT Bars, Possible causes and Potential Solutions.
Quality defects in TMT Bars, Possible causes and Potential Solutions.
 
addressing modes in computer architecture
addressing modes  in computer architectureaddressing modes  in computer architecture
addressing modes in computer architecture
 
Architectural Portfolio Sean Lockwood
Architectural Portfolio Sean LockwoodArchitectural Portfolio Sean Lockwood
Architectural Portfolio Sean Lockwood
 

mesh analysis

  • 1. Lesson 7 Basic Laws of Electric Circuits Mesh Analysis
  • 2. Basic Circuits Mesh Analysis: Basic Concepts:  In formulating mesh analysis we assign a mesh current to each mesh.  Mesh currents are sort of fictitious in that a particular mesh current does not define the current in each branch of the mesh to which it is assigned. I 1 I 2 I 3
  • 3. Basic Circuits Mesh Analysis: Basic Concepts: R 1 R x R 2 + _ I 1 I 2 + _V A V B + + + _ _ _V 1 V L 1 V 2 Figure 7.2: A circuit for illustrating mesh analysis. ( ) AXX XL AL VIRIRRso RIIVRIVwhere VVV =−+ −== =+ 211 211111 11 )(, ; Eq 7.1 Around mesh 1:
  • 4. Basic Circuits Mesh Analysis: Basic Concepts: R 1 R x R 2 + _ I 1 I 2 + _V A V B + + + _ _ _V 1 V L 1 V 2 BVIRXRIXRor BVIRXRIXR givesinEqngSubstituti RIVXRIILVwith BVVLV havewemeshAround −=++− =+− =−−= =− 2)2(1 2)2(1 ,2.73.7 222;)12(1; 21 2 Eq 7.2 Eq 7.3 Eq 7.4
  • 5. Basic Circuits Mesh Analysis: Basic Concepts: We are left with 2 equations: From (7.1) and (7.4) we have, AXX VIRIRR =−+ 211 )( BXX VIRRIR −=++− 221 )( Eq 7.5 Eq 7.6 We can easily solve these equations for I1 and I2.
  • 6. Basic Circuits Mesh Analysis: Basic Concepts: The previous equations can be written in matrix form as:       −      +− −+ =            − =            +− −+ − B A XX XX B A XX XX V V RRR RRR I I or V V I I RRR RRR 1 2 1 2 1 2 1 2 1 ( )( ( )( Eq (7.7) Eq (7.8)
  • 7. Basic Circuits Mesh Analysis: Example 7.1. Write the mesh equations and solve for the currents I1, and I2. + _ 1 0 V 4 Ω 2 Ω 6 Ω 7 Ω 2 V 2 0 V I 1 I 2 + + _ _ Figure 7.2: Circuit for Example 7.1. Mesh 1 4I1 + 6(I1 – I2) = 10 - 2 Mesh 2 6(I2 – I1) + 2I2 + 7I2 = 2 + 20 Eq (7.9) Eq (7.10)
  • 8. Basic Circuits Mesh Analysis: Example 7.1, continued. Simplifying Eq (7.9) and (7.10) gives, 10I1 – 6I2 = 8 -6I1 + 15I2 = 22 Eq (7.11) Eq (7.12) » % A MATLAB Solution » » R = [10 -6;-6 15]; » » V = [8;22]; » » I = inv(R)*V I = 2.2105 2.3509 I1 = 2.2105 I2 = 2.3509
  • 9. Basic Circuits Mesh Analysis: Example 7.2 Solve for the mesh currents in the circuit below. + _ 6 Ω 1 0 Ω 9 Ω 1 1 Ω 3 Ω 4 Ω 2 0 V 1 0 V 8 V 1 2 V I 1 I 2 I 3 + + __ _ _ + + _ Figure 7.3: Circuit for Example 7.2. The plan: Write KVL, clockwise, for each mesh. Look for a pattern in the final equations.
  • 10. Basic Circuits Mesh Analysis: Example 7.2 + _ 6 Ω 1 0 Ω 9 Ω 1 1 Ω 3 Ω 4 Ω 2 0 V 1 0 V 8 V 1 2 V I 1 I 2 I 3 + + __ _ _ + + _ Mesh 1: 6I1 + 10(I1 – I3) + 4(I1 – I2) = 20 + 10 Mesh 2: 4(I2 – I1) + 11(I2 – I3) + 3I2 = - 10 - 8 Mesh 3: 9I3 + 11(I3 – I2) + 10(I3 – I1) = 12 + 8 Eq (7.13) Eq (7.14) Eq (7.15)
  • 11. Basic Circuits Mesh Analysis: Example 7.2 Clearing Equations (7.13), (7.14) and (7.15) gives, 20I1 – 4I2 – 10I3 = 30 -4I1 + 18I2 – 11I3 = -18 -10I1 – 11I2 + 30I3 = 20 In matrix form:           −=                     −− −− −− 20 18 30 3 2 1 301110 11184 10420 I I I WE NOW MAKE AN IMPORTANT OBSERVATION!! Standard Equation form
  • 12. Basic Circuits Mesh Analysis: Standard form for mesh equations Consider the following: R11 = ∑ ∑ of resistance around mesh 1, common to mesh 1 current I1. R22 = of resistance around mesh 2, common to mesh 2 current I2. R33 = ∑ of resistance around mesh 3, common to mesh 3 current I3.           ∑ ∑ ∑ =                     )3( )2( )1( 3 2 1 333231 232221 131211 emfs emfs emfs I I I RRR RRR RRR
  • 13. Basic Circuits Mesh Analysis: Standard form for mesh equations R12 = R21 = - resistance common between mesh 1 and 2 when I1 and I2 are opposite through R1,R2. R13 = R31 = - resistance common between mesh 1 and 3 when I1 and I3 are opposite through R1,R3. R23 = R32 = - resistance common between mesh 2 and 3 when I2 and I3 are opposite through R2,R3. )1(emfs∑ = sum of emf around mesh 1 in the direction of I1. )2(emfs∑ = sum of emf around mesh 2 in the direction of I2. )3(emfs∑ = sum of emf around mesh 3 in the direction of I3.
  • 14. Basic Circuits Mesh Analysis: Example 7.3 - Direct method. 2 0 V 1 0 V 1 5 V 3 0 V 2 0 Ω 1 0 Ω 3 0 Ω 1 0 Ω 1 2 Ω 8 Ω + _ I 1 I 2 I 3 + + + _ _ _ Use the direct method to write the mesh equations for the following. Figure 7.4: Circuit diagram for Example 7.3.           =                     − −− − 15 25 10 3 2 1 30100 105010 01030 I I I Eq (7.13)
  • 15. Basic Circuits Mesh Analysis: With current sources in the circuit Example 7.4: Consider the following: 1 0 V 2 0 V 4 A 1 0 Ω 5 Ω 2 0 Ω 2 Ω + _ 1 5 Ω + _ I 1 I 2 I 3 Figure 7.5: Circuit diagram for Example 7.4. Use the direct method to write the mesh equations.
  • 16. 1 0 V 2 0 V 4 A 1 0 Ω 5 Ω 2 0 Ω 2 Ω + _ 1 5 Ω + _ I 1 I 2 I 3 Basic Circuits Mesh Analysis: With current sources in the circuit This case is explained by using an example. Example 7.4: Find the three mesh currents in the circuit below. Figure 7.5: Circuit for Example 7.4. When a current source is present, it will be directly related to one or more of the mesh current. In this case I2 = -4A.
  • 17. Basic Circuits Mesh Analysis: With current sources in the circuit Example 7.4: Continued. An easy way to handle this case is to remove the current source as shown below. Next, write the mesh equations for the remaining meshes. Note that I2 is retained for writing the equations through the 5 Ω and 20 Ω resistors. 1 0 V 2 0 V 1 0 Ω 5 Ω 2 0 Ω 2 Ω + _ 1 5 Ω + _ I 1 I 2 I 3
  • 18. Basic Circuits Mesh Analysis: With current sources in the circuit Example 7.4: Continued. 1 0 V 2 0 V 1 0 Ω 5 Ω 2 0 Ω 2 Ω + _ 1 5 Ω + _ I 1 I 2 I 3 Equation for mesh 1: 10I1 + (I1-I2)5 = 10 or 15I1 – 5I2 = 10 Equations for mesh 2: 2I3 + (I3-I2)20 = 20 or - 20I2 + 22I3 = 20 Constraint Equation I2 = - 4A
  • 19. Basic Circuits Mesh Analysis: With current sources in the circuit Example 7.4: Continued. Express the previous equations in Matrix form: 1 2 3 15 5 0 10 0 20 22 20 0 1 0 4 I I I −           − =           −      I1 = -0.667 A I2 = - 4 A I3 = - 2.73 A
  • 20. End of Lesson 7 circuits Mesh Analysis