32
Chapter 4 Circuit Analysis Techniques A) Node Voltage B) Mesh Current

Chapter 4 Circuit Analysis Techniques A) Node Voltage B) Mesh Current

Embed Size (px)

Citation preview

Page 1: Chapter 4 Circuit Analysis Techniques A) Node Voltage B) Mesh Current

Chapter 4Circuit Analysis Techniques

A) Node Voltage

B) Mesh Current

Page 2: Chapter 4 Circuit Analysis Techniques A) Node Voltage B) Mesh Current

Node Voltage and Mesh Current methods

• derive a minimal set of equations

• solve all circuit variables

• Node Voltage uses KCL

• Mesh Current uses KVL

• NV more powerful than MC– MC only solves "planar circuits"

Page 3: Chapter 4 Circuit Analysis Techniques A) Node Voltage B) Mesh Current

Non Planar Circuit

• Node Voltage CAN solve, MC cannot

Page 4: Chapter 4 Circuit Analysis Techniques A) Node Voltage B) Mesh Current

Node Voltage Method

• Basic idea—What is the current i ?

Page 5: Chapter 4 Circuit Analysis Techniques A) Node Voltage B) Mesh Current

Node Voltage Method

• What if unknown voltages

Page 6: Chapter 4 Circuit Analysis Techniques A) Node Voltage B) Mesh Current

Node Voltage Method• v1,v2 label unknown node voltages

Page 7: Chapter 4 Circuit Analysis Techniques A) Node Voltage B) Mesh Current

NV solves unknown node voltages

• Node: point where two or more components connect

• Essential node: point where 3 or more components connect

• all currentscan then be derived

Page 8: Chapter 4 Circuit Analysis Techniques A) Node Voltage B) Mesh Current

Cleo: determine the number of nodes in each circuit. Draw closed contours around each node

Page 9: Chapter 4 Circuit Analysis Techniques A) Node Voltage B) Mesh Current

Now encircle the "Essential Nodes"

Page 10: Chapter 4 Circuit Analysis Techniques A) Node Voltage B) Mesh Current

It can be proven...

• The number of NV equations needed to fully solve a circuit is Ne – 1– Ne is number of essential node voltages

(including the reference node)

Page 11: Chapter 4 Circuit Analysis Techniques A) Node Voltage B) Mesh Current

Encircle the "Essential Nodes" in this circuit

Page 12: Chapter 4 Circuit Analysis Techniques A) Node Voltage B) Mesh Current

Node Voltage Method1. establish a ground node

2. label unknown essential node voltages(v1 is voltage relative to ground)

3. write KCL for each unknown essential node

4. solve system of eqns

Page 13: Chapter 4 Circuit Analysis Techniques A) Node Voltage B) Mesh Current

Find v1, v2

Page 14: Chapter 4 Circuit Analysis Techniques A) Node Voltage B) Mesh Current

Remember Matlab/Freemat• To solve systems of equations such as

9v1 – v2 = 36

-3v1 + 11v2 = 180

use the following

A = [ 9 -1 ; -3 11];

b = [36; 180]

A\b

ans =

6

18

Page 15: Chapter 4 Circuit Analysis Techniques A) Node Voltage B) Mesh Current

Cleo: Problem 2 Find all the node voltages in the circuit.V50k = 2.86V (Watch video 4:42)

Page 16: Chapter 4 Circuit Analysis Techniques A) Node Voltage B) Mesh Current
Page 17: Chapter 4 Circuit Analysis Techniques A) Node Voltage B) Mesh Current

Do handout problems 1,2

Page 18: Chapter 4 Circuit Analysis Techniques A) Node Voltage B) Mesh Current

NV Special Cases

• Dependent sources

• Voltage source applied between 1 essential node and ground

• Voltage source applied between 2 essential nodes (not ground)

Page 19: Chapter 4 Circuit Analysis Techniques A) Node Voltage B) Mesh Current

Voltage Source between Essential Node and ground

• How to figure current down that branch?– you don't have to!– don't write node equation at v1– v1 = 15V by inspection– one less unknown node to solve

Page 20: Chapter 4 Circuit Analysis Techniques A) Node Voltage B) Mesh Current

Problem 3 Find the indicated currents; use NV

IA = -27 μA, IB = -133 μA, IC = 17.1 μA • Only 1 unknown node

Page 21: Chapter 4 Circuit Analysis Techniques A) Node Voltage B) Mesh Current
Page 22: Chapter 4 Circuit Analysis Techniques A) Node Voltage B) Mesh Current

• Can't write NV at v1 (current thru source?)• nor V2 (same reason)• SOLN:

– SUPERNODE!– KCL applies to regions

as well as nodes

1) Circle V1+V2

2) write KCL for Supernode

3) KVL v1, v2 and 10V

Floating Voltage Source(Supernode)

Page 23: Chapter 4 Circuit Analysis Techniques A) Node Voltage B) Mesh Current

Use Supernode NV to Find v1,v2

Page 24: Chapter 4 Circuit Analysis Techniques A) Node Voltage B) Mesh Current

Dependent Sources

• all types possible• adds another unknown (ix)• but ix can be expressed in

terms of node voltages• eventually removed from node

equations• not difficult to handle

Page 25: Chapter 4 Circuit Analysis Techniques A) Node Voltage B) Mesh Current

Cleo: Problem 1 Use nodal analysis to determine Ix(.027A) Video 6:47

Page 26: Chapter 4 Circuit Analysis Techniques A) Node Voltage B) Mesh Current
Page 27: Chapter 4 Circuit Analysis Techniques A) Node Voltage B) Mesh Current

Do Handout problems 3, 4

Page 28: Chapter 4 Circuit Analysis Techniques A) Node Voltage B) Mesh Current

Handout Problems

Page 29: Chapter 4 Circuit Analysis Techniques A) Node Voltage B) Mesh Current

1) Cleo:Problem 1 Write 1 NV eq at V2 and solve

Page 30: Chapter 4 Circuit Analysis Techniques A) Node Voltage B) Mesh Current

2) Use NV to find v1, v2 and i1 (60,10,10)b) how much power delivered by 15A src? (-900W, del)c) how about 5A source? (50W absorb)

Page 31: Chapter 4 Circuit Analysis Techniques A) Node Voltage B) Mesh Current

3) Write a Supernode NV to find V1, V2(6,18)

Page 32: Chapter 4 Circuit Analysis Techniques A) Node Voltage B) Mesh Current

4) Find v1, v2, ix (16,10,6/5)