SlideShare a Scribd company logo
1 of 15
Download to read offline
Nodal Analysis
I In nodal analysis, node voltages are found by solving a set of
equations.
I Choosing node voltages rather than element voltages as
variables reduces the number of equations.
It uses the following steps.
1. Select a node as the reference node. Assign voltages to other
nodes with respect to the reference node.
2. Apply KCL at every node except reference node.
3. Solve the set of equations for node voltages.
Circuit with Current Sources
R1
1
R2
2
R3
I1 I2
0
Let 0 be the reference node and the voltages of 1 and 2 be V1 and
V2 respectively.
By applying KCL at node 1,
I1 =
V1
R1
+
V1 − V2
R2
I1 = V1(
1
R1
+
1
R2
) − V2
1
R2
(1)
By applying KCL at node 2,
I2 =
V2
R3
+
V2 − V1
R2
I2 = −V1
1
R2
+ V2(
1
R2
+
1
R3
) (2)
Solve (1) and (2) for node voltages by any standard method.
By placing (1) and (2) in matrix form, we have



(
1
R1
+
1
R2
) −
1
R2
−
1
R2
(
1
R2
+
1
R3
)




V1
V2

=

I1
I2

[G][V ] = [I]
This can be solved for V1 and V2 by matrix inversion.
[V ] = [G]−1
[I]
Circuit with Voltage Sources
+
−
VA
1
R1
2
R2
0
R3
3
+
−
VB
There are three nodes. Let V1, V2 and V3 be the node voltages.
Since a voltage source VA is connected between 1 and 0,
V1 = VA
To find V2 and V3, we need to apply KCL at node 2 and 3. As we
do not know the current through the voltage source VB, combine 2
and 3 and form a super node.
Applying KCL for super node,
V2 − VA
R1
+
V2
R2
+
V3
R3
= 0
V2(
1
R1
+
1
R2
) + V3
1
R3
=
VA
R1
(3)
We also know that
V2 − V3 = VB (4)
Solve (3) and (4) for V2 and V3 by any standard method.
Whenever there is a voltage source (dependent or independent)
between two non reference nodes, form a super node by combining
them and apply KCL for the super node.
Let us consider the same circuit with R4 between 2 and 3.
+
−
VA
1
R1
2
R2
0
R3
3
+
−
VB
R4
Applying KCL for super node,
V2 − VA
R1
+
V2
R2
+
V3
R3
+
V2 − V3
R4
+
V3 − V2
R4
= 0
The last two terms cancel each other.
Since R4 does not contribute anything, super node is formed by
including it.
+
−
VA
1
R1
2
R2
0
R3
3
+
−
VB
R4
Super node method requires both KCL and KVL to solve for node
voltages.
Test yourself
Find vx using nodal analysis.
2 Ω 9 Ω
−
+
vx
+
−
22 V
11 A
KCL at super node,
v1
2
+
v2
9
= 11
and
v1 − v2 = 22
Solving this, v2 = 0 V.
Since vx = v2 = 0 V.
2 Ω
1
9 Ω
−
+
vx
+
−
22 V
11 A
2
Mesh Analysis
I It is another way of analyzing circuits
I It uses KVL to find mesh currents.
I It is applicable only to planar circuit.
Mesh analysis uses the following steps
1. Assign mesh currents to all the meshes.
2. Apply KVL to each of the meshes.
3. Solve the resulting simultaneous equations for mesh currents.
Circuit with Voltage Sources
+
−
V1
R1
R3
+
− V2
R2
I1 I2
Applying KVL for mesh 1
−V1 + I1R1 + (I1 − I2)R3) = 0
I1(R1 + R3) − I2R3 = V1 (5)
Applying KVL for mesh 2
(I2 − I1)R3) + I2R2 + V2 = 0
−I1R3 + I2(R2 + R3) = −V2 (6)
Solve (5) and (6) for I1 and I2 by any standard method. They can
also be solved by matrix inversion.

(R1 + R3) −R3
−R3 R2 + R3
 
I1
I2

=

V1
−V2

[R][I] = [V ]
This can be solved for I1 and I2 by matrix inversion.
[I] = [R]−1
[V ]
Notice that the matrix R is symmetric in this case.
Circuit with Current Source
+
−
V1
R1
Ix
R3 +
− V2
R2
As we do not know the voltage across the current source, a super
mesh is formed by excluding the current source and any elements
connected in series.
+
−
V1
R1
Ix
R3 +
− V2
R2
+
−
V1
R1
+
− V2
R2
I1 I2
By applying KVL for super mesh,
−V1 + I1R1 + I2R2 + V2 = 0
I1R1 + I2R2 = V1 − V2 (7)
We also know that
I2 − I1 = Ix (8)
Solve (7) and (8) for mesh currents I1 and I2.
1. Super mesh requires the application of both KVL and KCL.
2. Super mesh has no current of its own.
Whenever there is a current source (dependent or independent)
between two meshes, form a super mesh by excluding the current
source and any elements connected in series.
Test yourself
Find vx using mesh analysis.
2 Ω 9 Ω
−
+
vx
+
−
22 V
11 A
By writing KVL for super
mesh,
2I1 + 22 + 9I2 = 0
and
I1 − I2 = −11
Solving this I2 =0 A and
vx = 0 V.
2 Ω 9 Ω
−
+
vx
+
−
22 V
I1 I2

More Related Content

Similar to Circuit_Analysis.pdf

Kirchoff's Law
Kirchoff's LawKirchoff's Law
Kirchoff's LawWee Ping
 
Chapter 1 techniques of dc circuit analysis
Chapter 1 techniques of dc circuit analysisChapter 1 techniques of dc circuit analysis
Chapter 1 techniques of dc circuit analysisAmirul Faiz Amil Azman
 
Network theorems for electrical engineering
Network theorems for electrical engineeringNetwork theorems for electrical engineering
Network theorems for electrical engineeringKamil Hussain
 
Methods of analysis linear circuit analysis
Methods of analysis linear circuit analysisMethods of analysis linear circuit analysis
Methods of analysis linear circuit analysisZulqarnainEngineerin
 
BEEE-UNIT 1.pptx
BEEE-UNIT 1.pptxBEEE-UNIT 1.pptx
BEEE-UNIT 1.pptxGigi203211
 
BEF 12403 - Week 12 - Nodal Analysis Method.ppt
BEF 12403 - Week 12 - Nodal Analysis Method.pptBEF 12403 - Week 12 - Nodal Analysis Method.ppt
BEF 12403 - Week 12 - Nodal Analysis Method.pptLiewChiaPing
 
dependent_sources.pdf
dependent_sources.pdfdependent_sources.pdf
dependent_sources.pdfSoniaJoshi25
 
L 05(gdr)(et) ((ee)nptel)
L 05(gdr)(et) ((ee)nptel)L 05(gdr)(et) ((ee)nptel)
L 05(gdr)(et) ((ee)nptel)Pradeep Godara
 
Circuit laws & network theorems
Circuit laws  & network theoremsCircuit laws  & network theorems
Circuit laws & network theoremsHimanshu Batra
 
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 Analysis.pdf
Mesh Analysis.pdfMesh Analysis.pdf
Mesh Analysis.pdfPhilips33
 
2. d. c. circits
2. d. c. circits2. d. c. circits
2. d. c. circitsEkeeda
 
Dc circuits
Dc circuitsDc circuits
Dc circuitsEkeeda
 

Similar to Circuit_Analysis.pdf (20)

Kirchoff's Law
Kirchoff's LawKirchoff's Law
Kirchoff's Law
 
Kirchoff's Law
Kirchoff's LawKirchoff's Law
Kirchoff's Law
 
Chapter 1 techniques of dc circuit analysis
Chapter 1 techniques of dc circuit analysisChapter 1 techniques of dc circuit analysis
Chapter 1 techniques of dc circuit analysis
 
Network theorems for electrical engineering
Network theorems for electrical engineeringNetwork theorems for electrical engineering
Network theorems for electrical engineering
 
Methods of analysis linear circuit analysis
Methods of analysis linear circuit analysisMethods of analysis linear circuit analysis
Methods of analysis linear circuit analysis
 
BEEE-UNIT 1.pptx
BEEE-UNIT 1.pptxBEEE-UNIT 1.pptx
BEEE-UNIT 1.pptx
 
pp.pptx
pp.pptxpp.pptx
pp.pptx
 
BEF 12403 - Week 12 - Nodal Analysis Method.ppt
BEF 12403 - Week 12 - Nodal Analysis Method.pptBEF 12403 - Week 12 - Nodal Analysis Method.ppt
BEF 12403 - Week 12 - Nodal Analysis Method.ppt
 
dependent_sources.pdf
dependent_sources.pdfdependent_sources.pdf
dependent_sources.pdf
 
L 05(gdr)(et) ((ee)nptel)
L 05(gdr)(et) ((ee)nptel)L 05(gdr)(et) ((ee)nptel)
L 05(gdr)(et) ((ee)nptel)
 
Circuit laws & network theorems
Circuit laws  & network theoremsCircuit laws  & network theorems
Circuit laws & network theorems
 
circuit theory.pptx
 circuit theory.pptx circuit theory.pptx
circuit theory.pptx
 
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 Analysis.pdf
Mesh Analysis.pdfMesh Analysis.pdf
Mesh Analysis.pdf
 
Chapter 2
Chapter  2Chapter  2
Chapter 2
 
Chapter 2
Chapter  2Chapter  2
Chapter 2
 
Ee104 lecture 1
Ee104 lecture 1Ee104 lecture 1
Ee104 lecture 1
 
MESH NODAL DC.pptx
MESH NODAL DC.pptxMESH NODAL DC.pptx
MESH NODAL DC.pptx
 
2. d. c. circits
2. d. c. circits2. d. c. circits
2. d. c. circits
 
Dc circuits
Dc circuitsDc circuits
Dc circuits
 

Recently uploaded

18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
Capitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitolTechU
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxAvyJaneVismanos
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfSumit Tiwari
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for BeginnersSabitha Banu
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Celine George
 
Biting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfBiting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfadityarao40181
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
Meghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentMeghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentInMediaRes1
 
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,Virag Sontakke
 
CELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptxCELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptxJiesonDelaCerna
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Celine George
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaVirag Sontakke
 
MARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupMARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupJonathanParaisoCruz
 
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfFraming an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfUjwalaBharambe
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...M56BOOKSTORE PRODUCT/SERVICE
 

Recently uploaded (20)

18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
Capitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptx
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptx
 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for Beginners
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17
 
Biting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfBiting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdf
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
 
Meghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentMeghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media Component
 
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
 
CELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptxCELL CYCLE Division Science 8 quarter IV.pptx
CELL CYCLE Division Science 8 quarter IV.pptx
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of India
 
MARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupMARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized Group
 
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfFraming an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
 

Circuit_Analysis.pdf

  • 1. Nodal Analysis I In nodal analysis, node voltages are found by solving a set of equations. I Choosing node voltages rather than element voltages as variables reduces the number of equations. It uses the following steps. 1. Select a node as the reference node. Assign voltages to other nodes with respect to the reference node. 2. Apply KCL at every node except reference node. 3. Solve the set of equations for node voltages.
  • 2. Circuit with Current Sources R1 1 R2 2 R3 I1 I2 0 Let 0 be the reference node and the voltages of 1 and 2 be V1 and V2 respectively. By applying KCL at node 1, I1 = V1 R1 + V1 − V2 R2 I1 = V1( 1 R1 + 1 R2 ) − V2 1 R2 (1)
  • 3. By applying KCL at node 2, I2 = V2 R3 + V2 − V1 R2 I2 = −V1 1 R2 + V2( 1 R2 + 1 R3 ) (2) Solve (1) and (2) for node voltages by any standard method. By placing (1) and (2) in matrix form, we have    ( 1 R1 + 1 R2 ) − 1 R2 − 1 R2 ( 1 R2 + 1 R3 )    V1 V2 = I1 I2 [G][V ] = [I] This can be solved for V1 and V2 by matrix inversion. [V ] = [G]−1 [I]
  • 4. Circuit with Voltage Sources + − VA 1 R1 2 R2 0 R3 3 + − VB There are three nodes. Let V1, V2 and V3 be the node voltages. Since a voltage source VA is connected between 1 and 0, V1 = VA To find V2 and V3, we need to apply KCL at node 2 and 3. As we do not know the current through the voltage source VB, combine 2 and 3 and form a super node.
  • 5. Applying KCL for super node, V2 − VA R1 + V2 R2 + V3 R3 = 0 V2( 1 R1 + 1 R2 ) + V3 1 R3 = VA R1 (3) We also know that V2 − V3 = VB (4) Solve (3) and (4) for V2 and V3 by any standard method. Whenever there is a voltage source (dependent or independent) between two non reference nodes, form a super node by combining them and apply KCL for the super node.
  • 6. Let us consider the same circuit with R4 between 2 and 3. + − VA 1 R1 2 R2 0 R3 3 + − VB R4 Applying KCL for super node, V2 − VA R1 + V2 R2 + V3 R3 + V2 − V3 R4 + V3 − V2 R4 = 0 The last two terms cancel each other.
  • 7. Since R4 does not contribute anything, super node is formed by including it. + − VA 1 R1 2 R2 0 R3 3 + − VB R4 Super node method requires both KCL and KVL to solve for node voltages.
  • 8. Test yourself Find vx using nodal analysis. 2 Ω 9 Ω − + vx + − 22 V 11 A KCL at super node, v1 2 + v2 9 = 11 and v1 − v2 = 22 Solving this, v2 = 0 V. Since vx = v2 = 0 V. 2 Ω 1 9 Ω − + vx + − 22 V 11 A 2
  • 9. Mesh Analysis I It is another way of analyzing circuits I It uses KVL to find mesh currents. I It is applicable only to planar circuit. Mesh analysis uses the following steps 1. Assign mesh currents to all the meshes. 2. Apply KVL to each of the meshes. 3. Solve the resulting simultaneous equations for mesh currents.
  • 10. Circuit with Voltage Sources + − V1 R1 R3 + − V2 R2 I1 I2 Applying KVL for mesh 1 −V1 + I1R1 + (I1 − I2)R3) = 0 I1(R1 + R3) − I2R3 = V1 (5) Applying KVL for mesh 2 (I2 − I1)R3) + I2R2 + V2 = 0 −I1R3 + I2(R2 + R3) = −V2 (6)
  • 11. Solve (5) and (6) for I1 and I2 by any standard method. They can also be solved by matrix inversion. (R1 + R3) −R3 −R3 R2 + R3 I1 I2 = V1 −V2 [R][I] = [V ] This can be solved for I1 and I2 by matrix inversion. [I] = [R]−1 [V ] Notice that the matrix R is symmetric in this case.
  • 12. Circuit with Current Source + − V1 R1 Ix R3 + − V2 R2 As we do not know the voltage across the current source, a super mesh is formed by excluding the current source and any elements connected in series.
  • 14. By applying KVL for super mesh, −V1 + I1R1 + I2R2 + V2 = 0 I1R1 + I2R2 = V1 − V2 (7) We also know that I2 − I1 = Ix (8) Solve (7) and (8) for mesh currents I1 and I2. 1. Super mesh requires the application of both KVL and KCL. 2. Super mesh has no current of its own. Whenever there is a current source (dependent or independent) between two meshes, form a super mesh by excluding the current source and any elements connected in series.
  • 15. Test yourself Find vx using mesh analysis. 2 Ω 9 Ω − + vx + − 22 V 11 A By writing KVL for super mesh, 2I1 + 22 + 9I2 = 0 and I1 − I2 = −11 Solving this I2 =0 A and vx = 0 V. 2 Ω 9 Ω − + vx + − 22 V I1 I2