-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathee281_capacitor_inductor.html
200 lines (139 loc) · 4.91 KB
/
ee281_capacitor_inductor.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
<!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
# Capacitors - Inductors
## Ozan Keysan
[ozan.keysan.me](http://ozan.keysan.me)
Office: C-113 <span class="meta">•</span> Tel: 210 7586
---
# Capacitors
![](http://www.mds975.co.uk/Images/radios/capacitors01.jpg)
---
#Capacitors
### A capacitor is a device that consists of two conducting plates seperated by an insulator layer.
<img src="http://www.kranzle-pressure-washers.co.uk/media/catalog/product/cache/1/image/9df78eab33525d08d6e5fb8d27136e95/i/n/inside-motor-run-kranzle-capacitor.jpg" alt="Drawing" style="width: 400px;"/>
---
# Capacitance
## Capacitance is the ratio of electric charge to voltage.
# \\(C = \dfrac{Q}{V}\\)
---
# Capacitance
## can be defined using the material properties.
# \\(C = \dfrac{\varepsilon A}{d}\\)
--
## \\(\varepsilon\\): permitivity of the dielectric material
## \\(A\\) is the surface area
## \\(d\\) is the distance between layers.
---
# Capacitor Voltage & Current
# \\(i = C\dfrac{dV}{dt}\\)
--
# \\(V = \dfrac{1}{C} \int_0^t i(t) dt\\)
---
# Energy stored in a capacitor is:
# \\(w = \dfrac{1}{2} C V^2\\)
---
# DC Response
# \\(i = C\frac{dV}{dt}\\)
--
- ## Current of capacitor is zero if there's no change in the voltage (i.e. DC voltage)
--
- ## Capacitor voltage cannot be change instantenously as this means infinite current.
---
## Parallel Capacitors
![](https://raw.githubusercontent.com/ozank/ee281/master/images/parallel_capacitor.png)
--
## \\(C_{eq} = C_1 + C_2 + C_3 ... + C_N\\)
---
# Series Capacitors
![](https://raw.githubusercontent.com/ozank/ee281/master/images/series_capacitors.png)
--
## \\(\frac{1}{C\_{eq}} = \frac{1}{C_1} + \frac{1}{C_2} + \frac{1}{C_3} ... \frac{1}{C_N}\\)
---
# Series Capacitors
![](https://raw.githubusercontent.com/ozank/ee281/master/images/series_capacitors.png)
### For two capacitors
## \\(C_{eq} = \frac{C_1 C_2}{C_1 + C_2}\\)
---
#Exercise
### What is the equivalent capacitance?
![](https://raw.githubusercontent.com/ozank/ee281/master/images/Ceq_ex.png)
---
#Exercise
### Find the energy stored in the capacitors?
![](https://raw.githubusercontent.com/ozank/ee281/master/images/Cdc_ex.png)
---
# Inductors
![](http://www.coilws.com/images/Inductors%20Group.jpg)
---
# Inductance
# \\(L = \dfrac{N^2 \mu A}{l}\\)
### \\(N\\) is the number of turns, \\(\mu\\) is the permeability of the core, \\(A\\) is the cross-section area, \\(l\\) is the mean length of the magnetic flux.
---
# Inductors
# \\(V = L \dfrac{di}{dt}\\)
--
## \\(I = \dfrac{1}{L} \int_0^t V(t) dt\\)
---
## Energy stored in an inductor is:
# \\(w = \dfrac{1}{2} L I^2\\)
---
#DC Response
--
## - An inductor behaves like short-circuit under DC
--
## - Inductor current cannot be change instantenously as this means infinite voltage.
---
# Series Connection
Equivalent inductance of series connected inductors are the sum of inductances:
![](https://raw.githubusercontent.com/ozank/ee281/master/images/series_inductors.png)
## \\(L_{eq} = L_1 + L_2 + L_3 ... + L_N\\)
---
# Parallel Connection
![](https://raw.githubusercontent.com/ozank/ee281/master/images/parallel_inductor.png)
## \\(\frac{1}{L\_{eq}} = \frac{1}{L_1} + \frac{1}{L_2} + \frac{1}{L_3} ... \frac{1}{L_N}\\)
---
# Exercise:
##Find the energy stored in capacitor and inductor under DC conditions.
![](https://raw.githubusercontent.com/ozank/ee281/master/images/Ldc_ex.png)
---
# 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>