SlideShare ist ein Scribd-Unternehmen logo
1 von 20
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

Weitere ähnliche Inhalte

Was ist angesagt?

Two Port Network Parameters
Two Port Network ParametersTwo Port Network Parameters
Two Port Network Parameters
mmlodro
 

Was ist angesagt? (20)

Chapter17: Direct current and Ohm's law
Chapter17: Direct current and Ohm's lawChapter17: Direct current and Ohm's law
Chapter17: Direct current and Ohm's law
 
Analysis of Phasor Diagram
Analysis of Phasor Diagram Analysis of Phasor Diagram
Analysis of Phasor Diagram
 
Kirchoff's Law
Kirchoff's LawKirchoff's Law
Kirchoff's Law
 
Superposition theorem
Superposition theoremSuperposition theorem
Superposition theorem
 
Circuit laws & network theorems
Circuit laws  & network theoremsCircuit laws  & network theorems
Circuit laws & network theorems
 
Norton's theorem
Norton's theoremNorton's theorem
Norton's theorem
 
MESH AND SUPERMESH ANALYSIS
MESH AND SUPERMESH ANALYSISMESH AND SUPERMESH ANALYSIS
MESH AND SUPERMESH ANALYSIS
 
kvl kcl- nodal analysis
kvl  kcl- nodal analysiskvl  kcl- nodal analysis
kvl kcl- nodal analysis
 
Introduction to Thevenin's theorem
Introduction to Thevenin's theorem Introduction to Thevenin's theorem
Introduction to Thevenin's theorem
 
A.c circuits
A.c circuitsA.c circuits
A.c circuits
 
Two port networks
Two port networksTwo port networks
Two port networks
 
KVL & KCL
KVL & KCLKVL & KCL
KVL & KCL
 
Rc and rl circuits
Rc and rl circuitsRc and rl circuits
Rc and rl circuits
 
Circuit theory
Circuit theoryCircuit theory
Circuit theory
 
3 nodal analysis
3 nodal analysis3 nodal analysis
3 nodal analysis
 
RLC Circuit
RLC CircuitRLC Circuit
RLC Circuit
 
Superposition theorem
Superposition theoremSuperposition theorem
Superposition theorem
 
RLC series circuit simulation at Proteus
RLC series circuit simulation at Proteus RLC series circuit simulation at Proteus
RLC series circuit simulation at Proteus
 
thevenin's theorem
thevenin's theoremthevenin's theorem
thevenin's theorem
 
Two Port Network Parameters
Two Port Network ParametersTwo Port Network Parameters
Two Port Network Parameters
 

Andere mochten auch

Electric Circuit - Introduction + Lecture#1
Electric Circuit - Introduction + Lecture#1Electric Circuit - Introduction + Lecture#1
Electric Circuit - Introduction + Lecture#1
Hassaan Rahman
 
Моделирование организаций при помощи цепочек матричных проекций иерархически...
Моделирование  организаций при помощи цепочек матричных проекций иерархически...Моделирование  организаций при помощи цепочек матричных проекций иерархически...
Моделирование организаций при помощи цепочек матричных проекций иерархически...
RnD_SM
 

Andere mochten auch (17)

Mesh analysis dc circuit
Mesh analysis   dc circuitMesh analysis   dc circuit
Mesh analysis dc circuit
 
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
 
Nodal analysis
Nodal analysisNodal analysis
Nodal 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
 

Ähnlich wie mesh analysis

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
 
L9 dc circuits
L9   dc circuitsL9   dc circuits
L9 dc circuits
Satyakam
 
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
 

Ähnlich wie mesh analysis (20)

Chapter 3.4 Mesh Analysis.ppt
Chapter 3.4 Mesh Analysis.pptChapter 3.4 Mesh Analysis.ppt
Chapter 3.4 Mesh Analysis.ppt
 
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
 

Kürzlich hochgeladen

XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
ssuser89054b
 
Hospital management system project report.pdf
Hospital management system project report.pdfHospital management system project report.pdf
Hospital management system project report.pdf
Kamal Acharya
 
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Digital Communication Essentials: DPCM, DM, and ADM .pptx
Digital Communication Essentials: DPCM, DM, and ADM .pptxDigital Communication Essentials: DPCM, DM, and ADM .pptx
Digital Communication Essentials: DPCM, DM, and ADM .pptx
pritamlangde
 

Kürzlich hochgeladen (20)

XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
Hospital management system project report.pdf
Hospital management system project report.pdfHospital management system project report.pdf
Hospital management system project report.pdf
 
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best ServiceTamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
 
Work-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptxWork-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptx
 
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torque
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPT
 
Unleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapUnleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leap
 
Online food ordering system project report.pdf
Online food ordering system project report.pdfOnline food ordering system project report.pdf
Online food ordering system project report.pdf
 
AIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsAIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech students
 
Hostel management system project report..pdf
Hostel management system project report..pdfHostel management system project report..pdf
Hostel management system project report..pdf
 
Theory of Time 2024 (Universal Theory for Everything)
Theory of Time 2024 (Universal Theory for Everything)Theory of Time 2024 (Universal Theory for Everything)
Theory of Time 2024 (Universal Theory for Everything)
 
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptx
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptxOrlando’s Arnold Palmer Hospital Layout Strategy-1.pptx
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptx
 
A Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna MunicipalityA Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna Municipality
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . ppt
 
457503602-5-Gas-Well-Testing-and-Analysis-pptx.pptx
457503602-5-Gas-Well-Testing-and-Analysis-pptx.pptx457503602-5-Gas-Well-Testing-and-Analysis-pptx.pptx
457503602-5-Gas-Well-Testing-and-Analysis-pptx.pptx
 
Introduction to Data Visualization,Matplotlib.pdf
Introduction to Data Visualization,Matplotlib.pdfIntroduction to Data Visualization,Matplotlib.pdf
Introduction to Data Visualization,Matplotlib.pdf
 
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKAR
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKARHAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKAR
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKAR
 
Digital Communication Essentials: DPCM, DM, and ADM .pptx
Digital Communication Essentials: DPCM, DM, and ADM .pptxDigital Communication Essentials: DPCM, DM, and ADM .pptx
Digital Communication Essentials: DPCM, DM, and ADM .pptx
 
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptxHOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
 

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