-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathee281_nodal_analysis.html
247 lines (192 loc) · 5.54 KB
/
ee281_nodal_analysis.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
<!DOCTYPE html>
<html>
<head>
<title>EE281-Electric Circuits</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<style type="text/css">
@import url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz);
@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic);
@import url(https://fonts.googleapis.com/css?family=Ubuntu+Mono:400,700,400italic);
body { font-family: 'Droid Serif'; }
h1, h2, h3 {
font-family: 'Yanone Kaffeesatz';
font-weight: normal;
}
.remark-code, .remark-inline-code { font-family: 'Ubuntu Mono'; }
</style>
</head>
<body>
<textarea id="source">
class: center, middle
# EE-281 ELECTRIC CIRCUITS
## Ozan Keysan
[ozan.keysan.me](http://ozan.keysan.me)
Office: C-113 <span class="meta">•</span> Tel: 210 7586
---
# Review
## Ohm's Law (Resistivity, Conductivity)
--
## Kirchhoff's Current Law
--
## Kirchhoff's Voltage Law
--
## Node, Branch, Loop, Mesh
---
# Analysis Methods
## Scalability?
<img src="http://www.k8iqy.com/qrprigs/2n26/2n26txrevcd.gif" alt="Drawing" style="width: 600px;"/>
---
# Analysis Methods
## 1-Nodal Analysis
### Unknown: Node Voltages
### Uses Kirchhoff's Current Law
--
## 2-Mesh Analysis
### Unknown: Mesh Currents
### Uses Kirchhoff's Voltage Law
---
# Steps for Nodal Analysis
## 1-Choose a reference node (ground).
## 2-Label node voltages.
## 3-Write KCL equations for each node.
## 4-Solve the equations.
---
# Choosing Reference Node
- ### Node that interconnects the most branches.
--
- ### Usually at the bottom of circuit.
--
- ### Label ground with one of the symbols below:
![](http://www.clipartbest.com/cliparts/9iR/xn5/9iRxn56ie.png)
---
# Label each node voltage:
## Except the ground node!
![](https://www.rose-hulman.edu/cleo/video/streamer.php?id=240&action=attr&attr=statement_diagram
)
---
# Write KCL for each node
## Incoming Currents + Outgoing Currents = 0
--
## The most practical way:
### Use \\(-\\) sign for incoming currents.
### Use \\(+\\) sign for outgoing currents.
---
# Example-1:
## Calculate node voltages:
![](https://raw.githubusercontent.com/ozank/ee281/master/images/node_example1.png)
---
# Example-1: Label nodes
![](https://raw.githubusercontent.com/ozank/ee281/master/images/node_example1b.png)
---
# Example-1:
### Answer: \\(V_1 = 40/3 V \quad V_2 = 20 V \\)
![](https://raw.githubusercontent.com/ozank/ee281/master/images/node_example1.png)
---
# Example-2:
![](https://raw.githubusercontent.com/ozank/ee281/master/images/node_example2.png)
---
# Example-2:
### Answer: \\(V_1 = -6 V \quad V_2 = -42 V \\)
![](https://raw.githubusercontent.com/ozank/ee281/master/images/node_example2.png)
---
# Dependent Sources
## Dependent Voltage Source
![](https://upload.wikimedia.org/wikipedia/commons/thumb/5/55/Voltage_Source_%28Controlled%29.svg/200px-Voltage_Source_%28Controlled%29.svg.png)
## Shown with a square sign
## Its value is dependent on another variable
---
# Dependent Sources
## Dependent Current Source
![](https://www.digilentinc.com/classroom/Electronics101/assets/KT-DepSrcs-Fig1b.png)
## Shown with a square sign
## Its value is dependent on another variable
---
# Dependent Sources
## Dependent Current Source
![](https://upload.wikimedia.org/wikipedia/commons/thumb/8/8e/Voltage_controlled_current_source.svg/500px-Voltage_controlled_current_source.svg.png)
---
# Example-3:
![](https://raw.githubusercontent.com/ozank/ee281/master/images/node_example3.png)
---
# Example-3:
### Answer: \\(V_1 = 4.8 V \quad V_2 = 2.4 V \quad V_2 = -2.4 V \\)
![](https://raw.githubusercontent.com/ozank/ee281/master/images/node_example3.png)
---
#Example:
## Obtain resistance matrix for:
![](https://raw.githubusercontent.com/ozank/ee281/master/images/node1.png)
---
#Example:
## Obtain resistance matrix for:
![](https://raw.githubusercontent.com/ozank/ee281/master/images/node2.png)
---
# Example:
## Resistance Matrix:
$$
\begin{bmatrix}
\frac{1}{R_1}+\frac{1}{R_2} & -\frac{1}{R_2} & 0 \\\
-\frac{1}{R_2} & \frac{1}{R_2}+ \frac{1}{R_3}+\frac{1}{R_4} & -\frac{1}{R_4} \\\
0 & -\frac{1}{R_4} & \frac{1}{R_4}\\\
\end{bmatrix}
\begin{bmatrix}
V_a \\\
V_b \\\
V_c \\\
\end{bmatrix}
=
\begin{bmatrix}
I_1 \\\
0 \\\
-I_2 \\\
\end{bmatrix}
$$
---
# Example:
## Remember!
## Conductance = 1/ Resistance
## $$G = \frac{1}{R}$$
---
#Conductance Matrix:
## (Sometimes it is more convenient)
$$\begin{bmatrix} G_1+G_2 & -G_2 & 0 \\\ -G_2 & G_2+ G_3+G_4 & -G_4 \\\
0 & -G_4 & G_4 \end{bmatrix}
\begin{bmatrix}
V_a \\\
V_b \\\
V_c
\end{bmatrix}
=
\begin{bmatrix}
I_1 \\\
0 \\\
-I_2
\end{bmatrix}
$$
---
# No Escape from Linear Algebra!
# $$Ax=b $$
--
# $$x=A^{-1}b $$
---
# Any questions?
## You can download this presentation from: [keysan.me/ee281](http://keysan.me/ee281)
</textarea>
<script src="https://remarkjs.com/downloads/remark-latest.min.js" type="text/javascript"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS_HTML&delayStartupUntil=configured" type="text/javascript"></script>
<script type="text/javascript">
var slideshow = remark.create({countIncrementalSlides: false});
// Setup MathJax
MathJax.Hub.Config({
tex2jax: {
skipTags: ['script', 'noscript', 'style', 'textarea', 'pre']
}
});
MathJax.Hub.Queue(function() {
$(MathJax.Hub.getAllJax()).map(function(index, elem) {
return(elem.SourceElement());
}).parent().addClass('has-jax');
});
MathJax.Hub.Configured();
</script>
</body>
</html>