Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
10 views72 pages

Chapter 3

This document covers methods of circuit analysis, specifically nodal and mesh analysis. Nodal analysis involves assigning voltages to nodes and applying Kirchhoff's Current Law (KCL), while mesh analysis assigns currents to loops and applies Kirchhoff's Voltage Law (KVL). The document provides examples and steps for both methods, highlighting their applications in solving complex circuits.

Uploaded by

z7manopz
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views72 pages

Chapter 3

This document covers methods of circuit analysis, specifically nodal and mesh analysis. Nodal analysis involves assigning voltages to nodes and applying Kirchhoff's Current Law (KCL), while mesh analysis assigns currents to loops and applies Kirchhoff's Voltage Law (KVL). The document provides examples and steps for both methods, highlighting their applications in solving complex circuits.

Uploaded by

z7manopz
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 72

Chapter 3 (Sadiku) Methods of Analysis

Chapter 4 (Hayt) Basic Nodal and Mesh Analysis

Prof. Mamoun F. Al-Mistarihi


Prof. Mahmoud A. Khodeir
[email protected]
[email protected]

Jordan University of Science and Technology


1/55
Introduction
In this chapter, we learn two basic circuit analysis techniques: nodal
analysis and mesh analysis, both of which allow us to investigate many
different circuits with a consistent, methodical approach.

As circuits get more complicated, we need an organized method of


applying KVL, KCL, and Ohm’s.

Nodal analysis assigns voltages to each node, then applies KCL.

Mesh analysis assigns currents to each mesh, then applies KVL.

2
Nodal Analysis
Nodal Analysis is A powerful method for circuit analysis based on
KCL.
An N-node circuit will need (N - 1) voltages and (N - 1) equations.
Each equation is a simple KCL equation.
The reference node in a schematic is implicitly defined as zero volts.
However, it is important to remember that any terminal can be
designated as the reference terminal. Thus, the reference node is at zero
volts with respect to the other defined nodal voltages, and not
necessarily with respect to earth ground

3
Nodal Analysis

Steps to determine Nodal voltages:


1. Select a reference node (v = 0).
2. Determine non reference nodes [(N-1) nodes].
3. Assign voltages to non reference nodes.
4. Apply KCL to each non reference node. Use Ohm’s law to express
the currents in terms of the nodal voltages.
5. Solve the resulting (N-1) simultaneous equations to get the nodal
voltages.

4
Nodal Analysis

Choosing the Reference Node :


• as the bottom node, or
• as the ground connection, if there is one, or
• a node with many connections
• assign voltages relative to reference

5
Nodal Analysis
Step #1: Select a reference node (v = 0)

Step #2: Determine non reference nodes

Step #3: Assign v1, v2 to non reference nodes

Step #4: Apply KCL at each non reference node

Example: Use Nodal analysis to find i1, i2, i3


6
Nodal Analysis

but

Solve for v1, v2


7
Nodal Analysis
Example
Use Nodal analysis to find:
1. The nodes voltages.
2. The currents in all branches.
3. The power dissipated in the 6Ω resister

8
Nodal Analysis

9
Nodal Analysis

The power dissipated in the 6Ω resister is equal to:


2 2
𝑃6Ω = 6 𝑖5 = 6 3.333 = 66.67 𝑊𝑎𝑡𝑡

10
Nodal Analysis
Example
Use Nodal analysis to find the node voltages

11
Nodal Analysis

12
Nodal Analysis
Example
Use Nodal analysis to find the node voltages

13
Nodal Analysis

Solving equations [1] and [2]

14
Nodal Analysis
Example
Determine the current flowing left to right through the 15Ω resistor.

Solving, we find that v1 = 20 V and v2 = 20 V so that v1 - v2 = 0 V, i = 0A


15
Nodal Analysis
Example

Determine the nodal voltages for


the circuit shown as referenced
to the bottom node.

16
Nodal Analysis

KCL
1

KCL
2

KCL
3
17
Nodal Analysis

Solving 3 equations with 3 unknowns

• Calculator (You have to practice!).


• Cramer’s rule (If you asked to show your calculations).
• Matlab.

18
Nodal Analysis
Cramer’s rule

19
Nodal Analysis
Cramer’s rule

20
Nodal Analysis
MATLAB

>> a = [0.5833 -0.3333 -0.25; -0.3333 1.4762 -0.1429; -0.25 -0.1429 0.5929];
>> c = [-11; 3; 25];
>> b = a^-1 * c
b=
5.4124
7.7375
46.3127
>>

21
Nodal Analysis
Example
Determine the power supplied
by the dependent source.
At node 1,

or

At node 2,

or

The power supplied by the dependent source


(3i1)(v2) = (−60)(−75) = 4.5 kW
22
Nodal Analysis
Example
Determine the power supplied
by the dependent source.

At node 1,

At node 2,

The power supplied by the dependent source


(3vx)(vx) = 55.1 W
23
Nodal Analysis

24
Nodal Analysis
Supernode
What is the current through a voltage source connected between nodes?
We can eliminate the need for
introducing a current variable by
applying KCL to the supernode.

25
Nodal Analysis
Supernode

• Apply KCL at Node 1.


• Apply KCL at the supernode.
• Add the equation for the voltage
source inside the supernode.

v1 − v 3 v1 − v 2
+ = −3 − 8
4 3
v 2 v 2 − v1 v 3 v 3 − v1
+ + + = −(−25) − (−3)
1 3 5 4
v 3 − v 2 = 22
26
Nodal Analysis
Supernode

• Special case
If a voltage source is connected between the reference node and a
non-reference node, we simply set the voltage at the non-reference
node equal to the voltage of the voltage source.

27
Nodal Analysis
Example

Use Nodal analysis to find


the node voltages

At node 1,

At node 2,

Solving, v1 = 10 V, v2 = 9.2 V and v3 = 4.2 V


28
Nodal Analysis
Example

29
Nodal Analysis

30
Nodal Analysis
Example

Use Nodal analysis to find the node voltages

31
Nodal Analysis

32
Nodal Analysis

33
Nodal Analysis
Example

34
Nodal Analysis

35
Nodal Analysis

36
Nodal Analysis

37
Nodal Analysis

38
Nodal Analysis

39
Nodal Analysis

40
Mesh Analysis

• Nodal analysis applies KCL to find unknown voltages in a given


circuit while Mesh analysis applies KVL to find unknown
currents.
• Mesh analysis is not quite as general as nodal analysis because it is
only applicable to a circuit that is planar.
• A planar circuit is one that can be drawn in a plane with no
branches crossing one another; otherwise it is nonplanar.
• A circuit may have crossing branches and still be planar if it can be
redrawn such that it has no crossing branches.

If it is possible to draw the diagram of a circuit on a plane surface


in such a way that no branch passes over or under any other
branch, then that circuit is said to be a planar circuit.

41
Mesh Analysis

A planar circuit with crossing The same circuit redrawn with


branches no crossing branches.

42
Mesh Analysis

A nonplanar circuit

43
Mesh Analysis

A planar circuit with A nonplanar circuit


no crossing branches

44
Mesh Analysis
• We define a mesh as a loop that does not contain any other loops
within it.

45
Mesh Analysis
• A mesh is a loop which does not contain any other loops within it.
• We define a mesh current as a current that flows only around the
perimeter of a mesh.
• If our circuit contains M meshes, then we expect to have M mesh
currents and therefore will be required to write M independent KVL
equations.
• No branch can appear in more than two meshes.

46
Mesh Analysis

• For example, the 3 Ω resistor


appears in both meshes, and the
current flowing downward through
it is i1 − i2.

• The 6 Ω resistor appears only in


mesh 1, and the current flowing to
the right in that branch is equal to
the mesh current i1.

47
Mesh Analysis

Mesh currents

Branch currents

Apply KVL to mesh 1: -42 + 6i1 +3(i1-i2) = 0


Apply KVL to mesh 2: 3(i2-i1) + 4i2 -10 = 0

48
Mesh Analysis

49
Mesh Analysis
Example

Determine the power supplied by the 2 V source.

Applying KVL to the meshes:

−5 + 4i1 + 2(i1 − i2) − 2 = 0

+2 + 2(i2 − i1) + 5i2 + 1 = 0

Solve: i1=1.132 A, i2 = −0.1053 A.

Answer: 2.474 W

50
Mesh Analysis
Example
Determine the mesh currents

Follow each mesh clockwise

Simplify

Solve the equations:


i1 = 3 A, i2 = 2 A, and i3 = 3 A.

51
Mesh Analysis
Example
Determine the current i1

52
Mesh Analysis
Example
Determine the current i1

53
Mesh Analysis
Example

Use Mesh Analysis


to find I1, I2, I3

54
Mesh Analysis

55
Mesh Analysis
Example
Use Mesh Analysis to fine I0

56
Mesh Analysis

57
Mesh Analysis

58
Mesh Analysis
Example
Use Mesh Analysis to fine i1, i2

59
Mesh Analysis
Supermesh

What is the voltage across a current source in between two meshes?

We can eliminate the need for


introducing a voltage variable by
applying KVL to the supermesh
formed by joining mesh 1 and
mesh 3

60
Mesh Analysis

Use mesh analysis to determine the


three mesh currents.

Apply KVL to mesh 2:


1(i2 − i1) + 2i2 + 3(i2 − i3) = 0
Apply KVL to the supermesh 1/3:
-7 +1(i1 − i2) + 3(i3 − i2) +1i3 = 0
Add the current source:
7 =i1 − i3

61
Mesh Analysis
Example Use mesh analysis to determine the two mesh currents.

62
Mesh Analysis
Example

63
Mesh Analysis

64
Mesh Analysis

65
Mesh Analysis

66
Nodal & Mesh Analysis
Practice Exercise
Use Mesh Analysis to fine i1, i2, i3

67
Nodal & Mesh Analysis
Practice Exercise

68
Nodal & Mesh Analysis
Practice Exercise

69
Nodal & Mesh Analysis
Practice Exercise

70 70
Nodal & Mesh Analysis
Practice Exercise

71
End
Of
Chapter 4

72

You might also like