Commit b8210482 by Kyle Fiedler

merge

parents 70220f49 fe3a6bd7
(function($){
$.fn.extend({
leanModal: function(options) {
var defaults = {
top: 100,
overlay: 0.5
}
options = $.extend(defaults, options);
return this.each(function() {
var o = options;
$(this).click(function(e) {
var overlay = $("<div id='lean_overlay'></div>");
var modal_id = $(this).attr("href");
$(".leanModal_box").css({ 'display' : 'none' });
$("body").append(overlay);
$("#lean_overlay").click(function() {
close_modal(modal_id);
});
var modal_height = $(modal_id).outerHeight();
var modal_width = $(modal_id).outerWidth();
$('#lean_overlay').css({ 'display' : 'block', opacity : 0 });
$('#lean_overlay').fadeTo(200,o.overlay);
$(modal_id).css({
'display' : 'block',
'position' : 'fixed',
'opacity' : 0,
'z-index': 11000,
'left' : 50 + '%',
'margin-left' : -(modal_width/2) + "px",
'top' : o.top + "px"
});
var top_position = $(modal_id).offset().top + "px";
$(modal_id).css({
'position' : 'absolute',
'top': top_position
});
$(modal_id).fadeTo(200,1);
e.preventDefault();
});
});
function close_modal(modal_id){
$("#lean_overlay").fadeOut(200);
$(modal_id).css({ 'display' : 'none' });
}
}
});
})(jQuery);
(function(a){a.fn.extend({leanModal:function(b){function d(b){a("#lean_overlay").fadeOut(200);a(b).css({display:"none"})}var c={top:100,overlay:.5};b=a.extend(c,b);return this.each(function(){var c=b;a(this).click(function(b){var e=a("<div id='lean_overlay'></div>");var f=a(this).attr("href");a(".leanModal_box").css({display:"none"});a("body").append(e);a("#lean_overlay").click(function(){d(f)});var g=a(f).outerHeight();var h=a(f).outerWidth();a("#lean_overlay").css({display:"block",opacity:0});a("#lean_overlay").fadeTo(200,c.overlay);a(f).css({display:"block",position:"fixed",opacity:0,"z-index":11e3,left:50+"%","margin-left":-(h/2)+"px",top:c.top+"px"});var i=a(f).offset().top+"px";a(f).css({position:"absolute",top:i});a(f).fadeTo(200,1);b.preventDefault()})})}})})(jQuery)
../data/subs/
\ No newline at end of file
{
"start": [],
"end": [],
"text": []
}
\ No newline at end of file
{
"start": [],
"end": [],
"text": []
}
\ No newline at end of file
{
"start": [],
"end": [],
"text": []
}
\ No newline at end of file
{
"start": [],
"end": [],
"text": []
}
\ No newline at end of file
{
"start": [],
"end": [],
"text": []
}
\ No newline at end of file
{
"start": [
510,
2820,
5140,
8310,
12040,
14870,
16200,
20400,
22600,
25050,
27070,
30540,
31230,
33960,
36425,
39860,
43890,
47040,
50100,
54110,
57780,
60780,
63620,
64700,
66480,
67670,
71430,
72830,
76530,
78930,
81580,
84660,
85950,
91560,
96200,
99880,
100690,
103220,
106170,
108900,
111490,
115520,
116600,
119100,
120880,
123800,
126160,
127890,
130780,
134840,
137350,
140760,
143706,
147270,
150600,
153660,
156500,
157680,
161090,
164640,
167410,
169500
],
"end": [
2820,
5140,
8310,
12040,
14870,
16200,
20400,
22600,
25050,
27070,
30540,
31230,
33960,
36425,
39860,
43890,
47040,
50100,
54110,
57780,
60780,
63620,
64700,
66480,
67670,
71430,
72830,
76530,
78930,
81580,
84660,
85950,
91560,
96200,
99880,
100690,
103220,
106170,
108900,
111490,
115520,
116600,
119100,
120880,
123800,
126160,
127890,
130780,
134840,
137350,
140760,
143706,
147270,
150600,
153660,
156500,
157680,
161090,
164640,
167410,
169500,
170750
],
"text": [
"SPEAKER 1: Before we begin the course, I wanted to cover a",
"few administrative details.",
"First of all, this course does have prerequisites.",
"To do well in the course, you must have a advanced placement",
"or AP-level understanding of electricity and",
"magnetism in physics.",
"And these are at the level of MIT 8.02 course, which you",
"might check out on MIT OpenCourseWare.",
"It's also useful for you to have a basic knowledge of",
"solving simple differential equations.",
"Now, they will cover how to solve some simple equations in",
"this course.",
"But if you come in with a knowledge of solving simple",
"differential equations, that will be extremely helpful.",
"There is a textbook for this course, it is \"Foundations of",
"Analog and Digital Electronic Circuits\" by Agarwal and Lang.",
"You can obtain a copy from Amazon if you like.",
"The book is not required, but certainly useful.",
"We will make available parts of the textbook in an",
"electronic form on our course site as well.",
"I want to draw special attention to some of the",
"underlined readings from this book in your course at a",
"glance handout.",
"This handout tells you what is going to happen",
"weekly in this course.",
"It also tells you week by week what are the readings that we",
"recommend that you do.",
"We really recommend that you at least skim through the",
"material that is assigned as reading.",
"Now, the underlying readings are particularly important, as",
"they stress intuition in how you solve circuits and",
"electronics problems.",
"Now in addition to the various forms of 6.002x material that",
"we will share with you, such as video lectures, interactive",
"exercises, and so on, that we will have several forms of",
"assessment.",
"We will give you weekly homeworks and laboratories.",
"These homeworks and laboratories must be completed",
"by the deadline indicated on the assignment, and we will",
"assign both homeworks and labs each week.",
"Now the video lectures and the exercises and so on are for",
"you to learn the material.",
"Your performance in the course will be assessed",
"using several methods.",
"One is, you will be assessed on homeworks, and those will",
"count for 15% of your grade.",
"And we will have about 10 homeworks.",
"There will be laboratories, again around 10 laboratories,",
"and they also count for 15% of your grade.",
"There will be a mid-term, which will count for 30%, and",
"a final, which will count for 40%.",
"Now, we will give you instructions on how to do the",
"midterm and the final in the course bulletin board that you",
"should be watching constantly.",
"We urge you to collaborate, if you have other friends taking",
"the course, on your lecture videos and on the",
"exercises and so on.",
"And you are also free to, and encouraged to, collaborate in",
"discussing high-level concepts and materials in this course.",
"However, the assessed materials, such as homeworks,",
"labs, midterms and final exams, must be",
"done on your own."
]
}
\ No newline at end of file
{
"start": [],
"end": [],
"text": []
}
\ No newline at end of file
{
"start": [],
"end": [],
"text": []
}
\ No newline at end of file
{
"start": [],
"end": [],
"text": []
}
\ No newline at end of file
{
"start": [
0,
610,
6120,
8860,
9590,
10640,
12310,
16329,
22030,
24350,
25440,
29110,
31860,
32910,
35920,
38720,
41110,
42210
],
"end": [
610,
6120,
8860,
9590,
10640,
12310,
16329,
22030,
24350,
25440,
29110,
31860,
32910,
35920,
38720,
41110,
42210,
44680
],
"text": [
"SPEAKER 1: All right.",
"So v1 here is simply the difference between v0 and e1.",
"So v1 is simply v0 minus e1.",
"That's it.",
"What about i1?",
"That is pretty simple, too.",
"i1 is simply v1 divide by r1.",
"And because v1 is v0 minus e1, I can replace v1 by v0 minus",
"e1 and divide by r1.",
"That gives me i1.",
"So in this manner, I can go ahead and find all the vi's",
"and ii's very straightforwardly from the",
"known voltages.",
"So most often when we analyze circuits, we just go ahead and",
"find the e's-- the known voltages--",
"because we know we can very quickly find all the branch",
"voltages and currents.",
"And so, we often stop at the known voltage step."
]
}
\ No newline at end of file
{
"start": [
0,
1810,
4390,
5000,
8160,
11910,
14190,
16580,
17710,
20290,
23290,
27270,
30520,
33040,
33770,
37220,
39210,
42270,
48580,
49500,
53150,
55790,
58570,
60780,
63940,
65360,
67640,
70590,
74780,
75890,
78080,
81440,
84810,
86530,
89720,
92150,
93670,
97330,
100840,
101940,
104380,
106730,
110470,
112880
],
"end": [
1810,
4390,
5000,
8160,
11910,
14190,
16580,
17710,
20290,
23290,
27270,
30520,
33040,
33770,
37220,
39210,
42270,
48580,
49500,
53150,
55790,
58570,
60780,
63940,
65360,
67640,
70590,
74780,
75890,
78080,
81440,
84810,
86530,
89720,
92150,
93670,
97330,
100840,
101940,
104380,
106730,
110470,
112880,
115690
],
"text": [
"SPEAKER 1: Well, it turns out that I don't need a variable",
"there because of the trick that I used in picking my",
"ground node.",
"By picking my ground node where it was, notice that the",
"voltage at this node is simply v0, because this node is",
"connected to ground by a voltage source.",
"And so the voltage source would hold the voltage of that",
"node at v0.",
"So I directly have the voltage of that node.",
"So right there I've done my second step.",
"So that's my step two of node analysis.",
"So let's move on and start off with step",
"three of node analysis.",
"All right?",
"Step three would be to write KCL for the nodes-- on each of",
"the nodes-- e1 and e2 here, which are my unknowns.",
"I'm going to write KCL for these nodes, and I am going to",
"substitute device laws and KVL in dividing the current that",
"leaves those nodes.",
"But also remember that as I work with currents, and sum",
"the currents for KCL, I'll simply use my usual",
"convention, which is sum the currents leaving a node always",
"so I don't make mistakes.",
"Now again, for another piece of convenience, I'm going to",
"use conductances.",
"So the variable I have is resistance.",
"1 by that resistance is the conductance, since I would",
"just use that to make my algebra a little simpler.",
"So let's get started.",
"Let's start with node e1.",
"And I'm going to write KCL at node e1.",
"Now, with KCL, notice that I'm going to follow my usual",
"convention to avoid mistakes.",
"I'm going to add up the currents that leave a node so",
"that I don't make mistakes.",
"So let's go ahead and start.",
"Let me start with KCL at e1.",
"So if you look at e1, what is the current that is going up",
"in that direction?",
"I know the node voltage here is e1.",
"I know the voltage of this node is v0.",
"So can you tell me what the current is going up?",
"Let me pause for a second so that you can think about it.",
"And then I'll go back and do it for you."
]
}
\ No newline at end of file
{
"start": [],
"end": [],
"text": []
}
\ No newline at end of file
{
"start": [],
"end": [],
"text": []
}
\ No newline at end of file
{
"start": [
0,
3440,
7050,
8640,
11130,
13800,
15470,
16460,
19880,
21220,
23670,
27040,
28360,
31280,
34840,
37870,
40670,
41980,
44180,
46220,
49980
],
"end": [
3440,
7050,
8640,
11130,
13800,
15470,
16460,
19880,
21220,
23670,
27040,
28360,
31280,
34840,
37870,
40670,
41980,
44180,
46220,
49980,
53130
],
"text": [
"SPEAKER 1: 6.002x is an extraordinarily fun course.",
"This course is the first course in an EE or an EECS",
"curriculum at MIT.",
"This course will help you make the big jump",
"from physics to EECS.",
"You will learn, what, all kinds of fun",
"things in this course.",
"So, for example, you will learn what's behind this.",
"What's behind the iPhone.",
"What are some of the foundational technologies and",
"cool ideas that drive this and many other fun",
"things in our lives?",
"Very useful things in our lives as well, that have",
"really been able to improve the productivity of all of",
"humankind over the past many, many decades.",
"This course also forms the foundations of",
"devices like this.",
"This is a chip photo of Intel's 22",
"nanometer multicore processor.",
"And you will learn about some basic technologies that are",
"used in building devices such as this as well."
]
}
\ No newline at end of file
{
"start": [],
"end": [],
"text": []
}
\ No newline at end of file
{
"start": [],
"end": [],
"text": []
}
\ No newline at end of file
{
"start": [],
"end": [],
"text": []
}
\ No newline at end of file
{
"start": [],
"end": [],
"text": []
}
\ No newline at end of file
{
"start": [],
"end": [],
"text": []
}
\ No newline at end of file
{
"start": [],
"end": [],
"text": []
}
\ No newline at end of file
{
"start": [],
"end": [],
"text": []
}
\ No newline at end of file
{
"start": [],
"end": [],
"text": []
}
\ No newline at end of file
{
"start": [],
"end": [],
"text": []
}
\ No newline at end of file
{
"start": [],
"end": [],
"text": []
}
\ No newline at end of file
{
"start": [],
"end": [],
"text": []
}
\ No newline at end of file
{
"start": [],
"end": [],
"text": []
}
\ No newline at end of file
{
"start": [
0,
2770,
5930,
8290,
9100,
13450,
15570,
18030,
21130,
22730,
25740,
28500,
30270,
31450,
33700,
34860,
38490,
42530,
43650,
47650,
49550,
51890,
53520,
56710,
60300,
64280,
66200,
67460,
69160,
70590,
73900,
75410,
78800,
81960,
84220,
86470,
89960,
92320,
94760,
96580,
97580,
100560,
102230,
105870,
107190,
110660,
113800,
115400,
118670,
120630,
122320,
123450,
125820,
126700,
129440,
132530,
134120,
136770,
139390,
143590,
145640,
147150,
149650,
152380,
157400,
159780,
161350,
163690,
167750,
171080,
174430,
176240,
177680,
181560,
185390,
187320,
189050,
190410,
193040,
196630,
197370,
198540,
200630,
202200,
206620,
210430,
211480,
215010,
216520,
221520,
223950,
227650,
229890,
230760,
232670
],
"end": [
2770,
5930,
8290,
9100,
13450,
15570,
18030,
21130,
22730,
25740,
28500,
30270,
31450,
33700,
34860,
38490,
42530,
43650,
47650,
49550,
51890,
53520,
56710,
60300,
64280,
66200,
67460,
69160,
70590,
73900,
75410,
78800,
81960,
84220,
86470,
89960,
92320,
94760,
96580,
97580,
100560,
102230,
105870,
107190,
110660,
113800,
115400,
118670,
120630,
122320,
123450,
125820,
126700,
129440,
132530,
134120,
136770,
139390,
143590,
145640,
147150,
149650,
152380,
157400,
159780,
161350,
163690,
167750,
171080,
174430,
176240,
177680,
181560,
185390,
187320,
189050,
190410,
193040,
196630,
197370,
198540,
200630,
202200,
206620,
210430,
211480,
215010,
216520,
221520,
223950,
227650,
229890,
230760,
232670,
233920
],
"text": [
"SPEAKER 1: Our third method is going to be the node method.",
"This method is going to be the most important method that we",
"learn, and you can apply it to all the circuits that you're",
"going to see.",
"This method is going to be a very specific application of",
"the KVL/KCL method.",
"This method has five steps.",
"The first step would be you go and select a reference node--",
"we call that a ground node--",
"represented by an inverted T symbol.",
"And you're going to measure all our voltages with",
"reference to this ground node.",
"The second step.",
"We label all the voltages of the remaining nodes with",
"respect to ground.",
"And these will be our primary unknowns.",
"As a third step, we will write KCL for all the nodes, leading",
"out the ground node.",
"And while writing KCL, we will apply a cool trick.",
"So KCL involves currents.",
"But notice that your primary variables",
"are your node voltages.",
"But KCL involves current, so what we will do is in step",
"three, we will derive the current, in terms of the node",
"voltages, and directly apply the element relationship",
"without actually having to write down",
"any specific current.",
"Then we go and solve for the node",
"voltages as our step four.",
"And finally, we go and back solve for the branch voltages",
"and branch currents.",
"Notice that for circuit analysis, our goal is to find",
"branch voltages and currents, and so to the extent that you",
"need to know all the branch voltages and currents, you can",
"go ahead and find them.",
"The node analysis method is the workhorse of our industry",
"and the workhorse of 6.002x.",
"And so you will be using it all over the place.",
"It's a very, very important method.",
"Let's get started.",
"And for this method, I'm going to use our",
"old faithful circuit.",
"For fun, I'm going to add a extra current source, I1, to",
"our circuit.",
"Notice that we now have seven elements in the circuit.",
"And with seven elements, the number of equations is going",
"to be completely unwieldy.",
"And so you will notice that with the node method, you will",
"be amazed that at the end, we will have to",
"solve only two equations.",
"Watch and see.",
"So as the first step of the node method, I have to select",
"the ground node.",
"Now, in general, you can select any node as the ground,",
"because voltages are always measured with",
"respect to a point.",
"There are differences in potentials between a pair of",
"points, so you can select any node as the ground.",
"But in general, to simplify our lives, I'd recommend using",
"a couple of rules to pick a ground node to",
"simplify the analysis.",
"The first thing to do is to find a node which has the",
"largest number of edges coming to it.",
"And in our circuit here, this node here, which connects R to",
"R5, and the current and voltage sources has the",
"largest number of edges.",
"So that seemed like a good candidate.",
"A second thing you can look at is look for a node that has",
"many of the sources connected to it.",
"And in this case, it does happen that the same node has",
"the voltage source also connected",
"to it with one terminal.",
"So let me go ahead and pick that as my ground node.",
"So let me go ahead and mark that as my ground node.",
"This will be my ground, and I mark it",
"with my ground terminal.",
"So this is step one.",
"Now, let's apply step two.",
"Step two will be label node voltages with respect to the",
"ground node.",
"So what are my nodes?",
"So I have a node here.",
"That's one node.",
"Let me label the node voltage with respect to ground as E1.",
"So if I take this as my ground voltage and",
"take that as a zero--",
"so the voltage at this node here is going to be E1 with",
"respect to the ground.",
"Let me pick this node here as E2 with respect to ground.",
"Finally, I have a third node here.",
"And what can you say about the voltage at that node?",
"Let me pause for a second while you think about it, and",
"then I will continue.",
"So what do you think the voltage is at that node?",
"Do I need a variable there?"
]
}
\ No newline at end of file
{
"start": [],
"end": [],
"text": []
}
\ No newline at end of file
{
"start": [
250,
3300,
7990,
13470,
17840,
18740,
21970
],
"end": [
3300,
7990,
13470,
17840,
18740,
21970,
23220
],
"text": [
"SPEAKER 1: OK, so this is case the V-I relationship is V",
"equals capital V. In this is it's a constant and so the",
"relationship is given by this where V is a constant at",
"capital V volts in respect to the current that is flowing",
"through the element.",
"So here are examples of a couple of elements and their",
"I-V relation."
]
}
\ No newline at end of file
{
"start": [],
"end": [],
"text": []
}
\ No newline at end of file
{
"start": [],
"end": [],
"text": []
}
\ No newline at end of file
{
"start": [
140,
1920,
4050,
7780,
11670,
13790,
16775,
21040,
22530,
24520,
27320,
30430,
33450,
36090,
37460,
41160,
43730,
48030,
48790,
52080,
55050,
56430,
59550,
63590,
67390,
69850,
73910,
76660,
77410,
80030,
82200,
84780,
88950,
93500,
96400,
98060,
102300,
104110,
107260,
110820,
113980,
118695,
119250,
121980,
126220,
130270,
135080,
138750,
141600,
144020,
147160,
149750,
150030,
153060,
156260,
160060,
162770,
164880,
168590,
168870,
170560,
174770,
177460,
180290,
182210,
183570,
186930,
189690,
193210,
195810,
198050,
202650,
204340,
209000,
211830,
214500,
215630,
220430,
221500,
224790,
227200,
229290,
232150,
235160,
238490,
240740,
245210,
248470,
251420,
252660,
255480,
256890,
260010
],
"end": [
1920,
4050,
7780,
11670,
13790,
16775,
21040,
22530,
24520,
27320,
30430,
33450,
36090,
37460,
41160,
43730,
48030,
48790,
52080,
55050,
56430,
59550,
63590,
67390,
69850,
73910,
76660,
77410,
80030,
82200,
84780,
88950,
93500,
96400,
98060,
102300,
104110,
107260,
110820,
113980,
118695,
119250,
121980,
126220,
130270,
135080,
138750,
141600,
144020,
147160,
149750,
150030,
153060,
156260,
160060,
162770,
164880,
168590,
168870,
170560,
174770,
177460,
180290,
182210,
183570,
186930,
189690,
193210,
195810,
198050,
202650,
204340,
209000,
211830,
214500,
215630,
220430,
221500,
224790,
227200,
229290,
232150,
235160,
238490,
240740,
245210,
248470,
251420,
252660,
255480,
256890,
260010,
261260
],
"text": [
"PROFESSOR: In the previous segment, we looked at the",
"Thevenin method, which applied to linear circuits.",
"And in that method, I could take an arbitrary network, n,",
"containing a whole bunch of sources and resistors where",
"the current sources are voltage sources.",
"And I could replace that with its Thevenin equivalent, where",
"the Thevenin equivalent pattern was given by a voltage",
"source VTH.",
"in series with the resistance RTH.",
"Now one of the things that I want you to think about in",
"circuits is that whenever you have circuits containing",
"voltages and properties involving voltages, you can",
"immediately think of complimentary properties",
"involving current sources.",
"So much as I was able to replace an arbitrary network n",
"with its Thevenin equivalent, you can think about replacing",
"the arbitrary network n with some pattern involving a",
"current source.",
"And indeed, that method where you replace an arbitrary",
"network with a pattern involving a current source is",
"called the Norton method.",
"So in the Norton method, what we do is we are able to",
"replace an arbitrary network n with its Norton equivalent,",
"where the Norton equivalent contains the current source IN",
"in parallel with the resistance RTH.",
"The current source in parallel with RTH is a Norton pattern,",
"and you should contrast it with the corresponding",
"Thevenin pattern.",
"So a voltage source in series with a resistor is a Thevenin",
"pattern, and a current source in parallel with the",
"resistance is the Norton pattern.",
"So in the case of the Norton pattern, which contains the",
"current source IN and the Norton resistance RN, in the",
"same manner that you defined the Thevenin equivalent, we",
"can derive the Norton equivalent.",
"So to obtain the current IN, what you do is you obtain the",
"short circuit current seen at the port.",
"So recall for the Thevenin method, I open-circuited the",
"port here, and measured the voltage, and that was my VTH.",
"So the Norton method, what I do is I short circuit this",
"port and measure the current I. That current is IN, or the",
"Norton current.",
"And then I can get a Norton resistance RN--",
"oh, I should say RN here-- the Norton resistance RN, which,",
"incidentally, is identical to the Thevenin resistance RTH.",
"I can get that in the same manner as I got RTH, which is",
"I shut off all the independent voltage sources and current",
"sources and simply take the resistance measure at the",
"port, of course, without the short.",
"I go ahead and measure the resistance seen at the port",
"with all the voltages and currents turned off.",
"OK?",
"That would be my Norton resistance, RN.",
"So again, we stated this pattern, a current source IN",
"parallel to a Norton resistance RN, where this",
"corresponds to the Thevenin equivalent, where I have VTH",
"and RTH in series.",
"So the Norton is the dual of the Thevenin.",
"OK?",
"Where the Thevenin is the voltage in series with the",
"resistance, and its dual is the Norton equivalent, which",
"is the current source in parallel with resistance.",
"An immediate question that comes to mind is how are the",
"Thevenin and Norton equivalents",
"related to each other?",
"After all, they are the duals of one another.",
"And so notice the Thevenin equivalent on the left-hand",
"side and the Norton equivalent on the right-hand side.",
"The resistances RTH and the Norton",
"resistance RN are equal.",
"And then we can also relate the Norton current IN and the",
"Thevenin voltage as follows.",
"IN is VTH divided by RTH.",
"And so if you take the Thevenin voltage and divide",
"that by the Thevenin resistance, you get the Norton",
"current, IN.",
"So this very quickly shows you how you can go from the Norton",
"to the Thevenin.",
"One question I am often asked is when do I use the Thevenin",
"method and when do I use the Norton method?",
"Well, you know, that comes from experience.",
"Like you look at circuits in one of our earlier examples",
"where the external network contained a voltage source in",
"series with a resistance, it made sense to take the rest of",
"the network and turn that into Thevenin equivalent.",
"However, if I have a basic circuit containing a current",
"source and a resistance in parallel, then it might be",
"easier to take my external network and convert that into",
"a Norton equivalent.",
"So, really, when you want to get things in",
"parallel, think Norton.",
"When you want to get things in series to simplify analysis,",
"think Thevenin."
]
}
\ No newline at end of file
{
"start": [],
"end": [],
"text": []
}
\ No newline at end of file
{
"start": [],
"end": [],
"text": []
}
\ No newline at end of file
{
"start": [],
"end": [],
"text": []
}
\ No newline at end of file
{
"start": [],
"end": [],
"text": []
}
\ No newline at end of file
{
"start": [],
"end": [],
"text": []
}
\ No newline at end of file
{
"start": [],
"end": [],
"text": []
}
\ No newline at end of file
{
"start": [],
"end": [],
"text": []
}
\ No newline at end of file
{
"start": [],
"end": [],
"text": []
}
\ No newline at end of file
{
"start": [],
"end": [],
"text": []
}
\ No newline at end of file
{
"start": [],
"end": [],
"text": []
}
\ No newline at end of file
{
"start": [],
"end": [],
"text": []
}
\ No newline at end of file
{
"start": [],
"end": [],
"text": []
}
\ No newline at end of file
{
"start": [],
"end": [],
"text": []
}
\ No newline at end of file
{
"start": [],
"end": [],
"text": []
}
\ No newline at end of file
{
"start": [
160,
6070,
11030,
12260,
15910,
20200,
21230,
25235,
28170,
32990,
36420,
39500,
43190,
48010,
53840,
56590,
60500,
64310,
68250,
70030,
73220,
77210,
80920,
84820,
86620,
89910,
93140,
97560,
99070,
102100,
104730,
109310,
110310,
115590,
117910,
121150,
124740,
127830,
130419,
135490,
140610,
144660,
149890,
153040,
155790,
160590,
162220,
169490,
174110,
178340,
183420,
188440,
191370
],
"end": [
6070,
11030,
12260,
15910,
20200,
21230,
25235,
28170,
32990,
36420,
39500,
43190,
48010,
53840,
56590,
60500,
64310,
68250,
70030,
73220,
77210,
80920,
84820,
86620,
89910,
93140,
97560,
99070,
102100,
104730,
109310,
110310,
115590,
117910,
121150,
124740,
127830,
130419,
135490,
140610,
144660,
149890,
153040,
155790,
160590,
162220,
169490,
174110,
178340,
183420,
188440,
191370,
193410
],
"text": [
"PROFESSOR: OK, so i1 is very quickly calculated by taking",
"the difference of V and VTH and dividing that by the sum",
"of the two resistances.",
"So the current i1, flowing in this direction, is given by V",
"minus VTH divided by R1 plus RTH.",
"And there I have it.",
"Notice that by converting the arbitrary network N into the",
"Thevenin equivalent, I turn this into a really trivial",
"problem where I could write down i1 simply by inspection.",
"Finally, before we move off the topic of the Thevenin",
"network and the Thevenin method, it is worthwhile",
"staring at this pattern here comprising the voltage source",
"in series with the resistance and the equation v equals vTH",
"plus RTHi that governs the vi of the Thevenin pattern.",
"So it's worthwhile looking at this graphically as well.",
"So I'm going to show you a little graph here and plot the",
"iv relation for this Thevenin pattern.",
"And usually the way you draw these iv relations is you try",
"to find out an open-circuit voltage.",
"In other words, try to find out of the voltage when the",
"current is 0, so open-circuit voltage when i is 0.",
"So in this case, when i is set to 0 and there's no current,",
"then the open-circuit voltage here is simply",
"vTH so v equals vTH.",
"So in other words, when the current is 0,",
"my voltage is vTH.",
"So I found one point on the iv relation for the Thevenin",
"equivalent pattern.",
"Next, let me find out the short-circuit current.",
"And for the short circuit, v is set to 0.",
"So in this case, I apply a short circuit here, and I'm",
"going to measure the current.",
"So the current in this case, i is given by minus",
"vTH divided by RTH.",
"Notice that because vTH is positive here, the current",
"flows down in this direction and is given by vTH divided by",
"RTH, and that is in a direction opposite to i.",
"And so therefore, I get the minus sign.",
"So my current is given by minus vTH divided by RTH.",
"And so for 0 volts, I get some current here, and that is",
"given by vTH divided by RTH.",
"And so this voltage here is my open-circuit voltage, and this",
"current here is my short-circuit current, OK?",
"So this is my short-circuit current, and that's my",
"open-circuit voltage, and my iv relation is drawn by simply",
"connecting the two points.",
"And the slope of this curve is given by 1 divided by RTH.",
"So here again, to very quickly summarize, I've drawn the iv",
"relation for this definite pattern, which has a vTH in",
"series with an RTH and found two points on the iv relation.",
"One is on the voltage axis, and one is on the current axis",
"by measuring the open-circuit voltage and the short-circuit",
"current, and then drawing a line through them."
]
}
\ No newline at end of file
{
"start": [
320,
4820,
6840,
9100,
10110,
15230,
17310,
21890,
24700,
31260,
35190,
37900,
39250,
42630,
47040,
49210,
49810,
52180,
55380,
57000,
58760,
60610,
63910,
68520,
70220,
73780,
75760,
81070,
85540,
87860,
93830,
97170,
99230,
100240,
102810,
103740,
107310,
108200,
110340,
115060,
115916,
119090,
121720,
125850,
128570,
132100,
135865,
138510,
140960,
145040,
145890,
149280,
155300,
156500,
159910,
164370,
165700,
168960,
169540,
172280,
172970,
177850,
180800,
182460,
184780,
186070,
188430,
190890,
194160,
198200,
202580,
203550,
206310,
210660,
212530,
215290,
218540,
221000,
222200,
226790,
231260,
235700,
236820,
237880
],
"end": [
4820,
6840,
9100,
10110,
15230,
17310,
21890,
24700,
31260,
35190,
37900,
39250,
42630,
47040,
49210,
49810,
52180,
55380,
57000,
58760,
60610,
63910,
68520,
70220,
73780,
75760,
81070,
85540,
87860,
93830,
97170,
99230,
100240,
102810,
103740,
107310,
108200,
110340,
115060,
115916,
119090,
121720,
125850,
128570,
132100,
135865,
138510,
140960,
145040,
145890,
149280,
155300,
156500,
159910,
164370,
165700,
168960,
169540,
172280,
172970,
177850,
180800,
182460,
184780,
186070,
188430,
190890,
194160,
198200,
202580,
203550,
206310,
210660,
212530,
215290,
218540,
221000,
222200,
226790,
231260,
235700,
236820,
237880,
239760
],
"text": [
"SPEAKER 1: All right, so to do KCL at e2, let's start with",
"the current leaving this node.",
"Remember, my usual habit is to sum the",
"nodes leaving the node.",
"So the current heading in this direction will be e2 minus e1",
"divided by R3.",
"So current going left from that node will be e2 minus e1",
"divided by R3 or multiplied by G3.",
"Then the current going up will be e2 minus V0 times G4.",
"And the current leaving the node and going down",
"will be e2 times G5.",
"Have I missed anything?",
"Aha, there is a current here that's coming into the node.",
"And so therefore, the current leaving the mode is minus I1.",
"And all of that sums up to zero.",
"There you have it.",
"So I've written KCL for the two nodes.",
"And I've substituted the device laws as I've been",
"writing it so I don't have this",
"intermediate current variable.",
"So just stare at the beauty of this.",
"Notice that I have two equations, one and two, and I",
"have two variables, e1 and e2, two unknowns and two equations",
"and that's it.",
"OK, so let me go on to step four of the node method.",
"The step four of the node method is simply to go ahead",
"and solve for the node voltages, e1 and e2.",
"So I have my two equations which reflect the KCL at node",
"e1 and KCL at e2.",
"So now it's simply juggling it on with some math and trying",
"to collect all the coefficients of e1 and those",
"of e2, collect them all and just write",
"them a little cleanly.",
"So let me move all the constant terms to the",
"right-hand side.",
"And I will move the variables, or the unknowns, to the",
"left-hand hand side.",
"So let me start with e1.",
"So notice that e1, I multiplied by G1, so",
"I write that down.",
"Multiply by G3, so I write that down.",
"And multiply by G2, so I write that down too.",
"So I get e1 times G1 plus G3 plus G2.",
"And then I collect the terms in e2.",
"And there's only one here, which is minus G3.",
"And the constant terms are here, V0 G1.",
"And I'm going to move that to the right-hand side and write",
"that down as V0 G1.",
"For the next set of steps, I go ahead and do e1 for the",
"next equation.",
"I get minus G3.",
"And then for e2, I go ahead and get a G5, and I get a G4,",
"and I get a G3.",
"So it's G3, G4, and a G5.",
"And I can move the constant terms, which is V0 G4, and I",
"want the right-hand side.",
"And in this case, they both become positive as they move",
"to the right.",
"And I get a I1 here.",
"Good, there you go.",
"So I end up with two equations and two unknowns.",
"And notice I have by e1 times something plus e2 times",
"something equals a constant.",
"And then again, that e1 times something plus e2 times",
"something is another constant.",
"So I two equations and two unknowns.",
"And see how remarkably simple this is.",
"This is basic high school math to solve a pair of",
"simultaneous equations in order to get the answer.",
"And just to be a complete here, let me go ahead and",
"complete it for you.",
"So supposing in step four number four you've gone and",
"solved for the node method, and by solving the node method",
"you get the values of e1 and e2.",
"So let's say you've gone and solved the simultaneous",
"equations for step four and you have e1 and e2.",
"Then, to complete your circuit analysis you need to find the",
"branch voltages.",
"And so you can go ahead and find all the v-i's and i-i's.",
"So in this case, one of my branch voltages is v1 i1.",
"So I just do a couple of quick examples just to show you that",
"it's pretty simple.",
"So what is v1 here?",
"Well let me pause and have you do it."
]
}
\ No newline at end of file
{
"start": [],
"end": [],
"text": []
}
\ No newline at end of file
{
"start": [],
"end": [],
"text": []
}
\ No newline at end of file
{
"start": [],
"end": [],
"text": []
}
\ No newline at end of file
{
"start": [],
"end": [],
"text": []
}
\ No newline at end of file
{
"start": [],
"end": [],
"text": []
}
\ No newline at end of file
{
"start": [],
"end": [],
"text": []
}
\ No newline at end of file
{
"start": [],
"end": [],
"text": []
}
\ No newline at end of file
{
"start": [],
"end": [],
"text": []
}
\ No newline at end of file
{
"start": [],
"end": [],
"text": []
}
\ No newline at end of file
{
"start": [
0,
3460,
4680,
6760,
9350,
12310,
14480,
18090,
20390,
22260,
26930,
30960,
35530,
38130,
41330,
44645,
50050,
51500,
54070,
57830,
63480,
67540,
70730,
75790,
81690,
84950,
88155,
92915,
94960,
99820,
103150,
106810,
110690,
112890,
116300,
119110,
121720,
123920,
126460,
127280,
131240,
132040,
133890,
136430,
139960,
144400,
149070,
154810,
157330,
161090,
164460,
170610,
174440,
176550,
180080,
184000,
186310,
189590,
192860,
196370,
199210
],
"end": [
3460,
4680,
6760,
9350,
12310,
14480,
18090,
20390,
22260,
26930,
30960,
35530,
38130,
41330,
44645,
50050,
51500,
54070,
57830,
63480,
67540,
70730,
75790,
81690,
84950,
88155,
92915,
94960,
99820,
103150,
106810,
110690,
112890,
116300,
119110,
121720,
123920,
126460,
127280,
131240,
132040,
133890,
136430,
139960,
144400,
149070,
154810,
157330,
161090,
164460,
170610,
174440,
176550,
180080,
184000,
186310,
189590,
192860,
196370,
199210,
200460
],
"text": [
"SPEAKER 1: OK, let's now work on the second method of",
"circuit analysis.",
"This is actually a very simple method.",
"And oftentimes when you're applying some of the more",
"sophisticated methods, it is helpful to apply these methods",
"as some of the partial steps.",
"You can find more about this method and the KVL KCL method",
"in chapter two of the textbook.",
"So this method is very simple.",
"If you have a set of resistors in series, R1 through RN, then",
"you can write up an equivalent resistor whose resistance is",
"equal to the sum of the individual resistances.",
"Now you can also do a complimentary circuit.",
"You can make a set of conductances.",
"Notice that G is our nomenclature for conductance.",
"So G1, for example, is 1 divided by R1 and so on, so",
"G's a conductance.",
"So when I have a set of conductances in parallel, then",
"I can add them all up and replace them with a resulting",
"conductance given by G1 plus G2 plus G3 dot dot dot GN,",
"where G1 equals 1 by RI is a conductance.",
"Another simple thing to remember is when you have two",
"resistances in parallel, let's say R1 and R2, the equivalent",
"resistance is given by R1 R2 divide by R1 plus R2.",
"This is just a special case for two resistors.",
"Let's continue one with element combinations rules.",
"In case C is when I have two voltage sources in parallel.",
"Let's call them V1 and V2.",
"Then I can replace them with a single voltage source whose",
"voltage is given by V1 plus V2.",
"I can get the current based circuit in a similar manner.",
"So let's say I have two current sources in parallel,",
"I1 in parallel with I2.",
"Then I can replace them with a single current source whose",
"current is I1 plus I2.",
"In this example, I would like to use element combination",
"rules to solve for the following situation.",
"So I have a little circuit here with a voltage source of",
"three resistors.",
"And let's say I care about finding the current I through",
"that branch.",
"So how do I go about doing it?",
"So let's start applying element competition rules.",
"As a first step, let me combine these two resistances.",
"And so I get the same voltage source, my resistance R1 here.",
"But in place of R2 and R3, I get the combination of",
"resistors given by R2 R3 3 divide by R2 plus R3.",
"Now as soon as I get that, I now have two resistances in",
"series, so I can sum them up very quickly like so.",
"And I can get a single resistance here, R, which is",
"the sum of R1 plus R2 R3 divide by R2 plus R3.",
"So now notice that this was my current that I needed to find.",
"And I was the current I needed to find.",
"So I brought this down to a very simple pattern.",
"And so I can very quickly write I is simply given by V",
"divided by R.",
"Now the textbook in this particular section gives you a",
"lot more interesting examples of how you can use intuitive",
"analysis to analyze many, many circuits like this.",
"And I would encourage you to go and read that section",
"that's part of section two."
]
}
\ No newline at end of file
{
"start": [],
"end": [],
"text": []
}
\ No newline at end of file
{
"start": [],
"end": [],
"text": []
}
\ No newline at end of file
{
"start": [],
"end": [],
"text": []
}
\ No newline at end of file
{
"start": [],
"end": [],
"text": []
}
\ No newline at end of file
{
"start": [],
"end": [],
"text": []
}
\ No newline at end of file
{
"start": [],
"end": [],
"text": []
}
\ No newline at end of file
{
"start": [],
"end": [],
"text": []
}
\ No newline at end of file
{
"start": [
285,
1900,
6410,
8374,
11530,
14560,
15550,
19060,
21260,
25200,
28230,
29540,
31390,
34100,
38650,
42200,
46420,
48230,
50740,
51600,
55200,
58110,
59380,
59840,
61800,
63350,
67790,
69120,
72160,
73420,
76810,
78750,
79590,
81900,
85040,
86710,
89355,
90110,
93840,
95250,
98070,
101630,
105880,
108440,
110790,
112820,
113980,
117880,
120300,
123450,
126140,
129740,
131030,
133530,
139700,
141250,
146040,
146840,
148730,
151720,
154450,
156480,
157700,
158600,
161600,
164130,
165500,
168570
],
"end": [
1900,
6410,
8374,
11530,
14560,
15550,
19060,
21260,
25200,
28230,
29540,
31390,
34100,
38650,
42200,
46420,
48230,
50740,
51600,
55200,
58110,
59380,
59840,
61800,
63350,
67790,
69120,
72160,
73420,
76810,
78750,
79590,
81900,
85040,
86710,
89355,
90110,
93840,
95250,
98070,
101630,
105880,
108440,
110790,
112820,
113980,
117880,
120300,
123450,
126140,
129740,
131030,
133530,
139700,
141250,
146040,
146840,
148730,
151720,
154450,
156480,
157700,
158600,
161600,
164130,
165500,
168570,
170700
],
"text": [
"SPEAKER 1: OK, we are ready to begin.",
"So, as I said earlier, 6.002x will represent a big jump from",
"physics to EECS.",
"And let's just dive right into it and take a look at an",
"example of the kind of problems that we",
"might want to solve.",
"So, suppose I have a battery here that supplies the",
"voltage, v. And I connect that to a light bulb.",
"And let's say that I wish to find out the current, I, that",
"will flow through the bulb as a result of connecting the",
"light bulb to the battery.",
"Now, I don't want to find out anything else.",
"All I want to know is, what is the current through the bulb?",
"Oh, I want to remind you that as I go through various parts",
"of the course, I will point to readings in the textbook.",
"And for this material in this set of segments, you will skim",
"chapter one of your textbook.",
"The readings are also indicated in your course at a",
"glance handout.",
"So with the kind of problem we want to solve, with a battery",
"connected to a light bulb, I want to find out what is the",
"current, I, through the bulb.",
"OK.",
"So, here's my problem.",
"Now, I could do it the hard way.",
"As I've said before, we have captured the way nature is",
"through sets of equations.",
"In particular, those that relate to 6002",
"are Maxwell's equations.",
"So I'll parade a bunch of equations in front of you, and",
"don't get scared here.",
"This is the hard way.",
"This is not how we're going to do it in 6.002x.",
"I just want to show you how exciting and fun 6002 is, and",
"how simple things are.",
"But let me start by showing you how we could do it if we",
"were crazy.",
"OK, so I showed you Maxwell's equations in differential form",
"or in integral form.",
"So for example, this is Faraday's equation--",
"del cross E is minus del B by del t.",
"In integral form, it is integral E dot dl is minus del",
"phi B by del t, and so on and so forth.",
"Now I could take Maxwell's equations, and of course, you",
"can go and solve all of them somehow.",
"It would be horrendously hard.",
"But normally this is not what we do in 6002, and not what we",
"do as EECS engineers.",
"Instead, there is a much, much easier way.",
"We are going to make our life extraordinarily simple.",
"So before I show you what that method is, let me help us",
"build some insight.",
"So let's do it by analogy.",
"So supposing I have an object, and suppose I apply some",
"force, F, to the object.",
"And my question to you is, what is the acceleration of",
"the object?",
"OK, so if I ask you this simple question--",
"I have an object, and I apply a force, F, to the object, and",
"I ask you, what is the acceleration of the object?",
"I don't tell you anything else.",
"All right?",
"No more data.",
"I want you to think about how you might solve this problem.",
"What sort of questions would you ask me?",
"How would you answer this problem?",
"Let me pause here for a couple of seconds, and give you some",
"time to think about the answer before I proceed."
]
}
\ No newline at end of file
{
"start": [
370,
3130,
5940,
10140,
11110,
14040,
18460,
22350,
23090,
26720,
30230,
32880,
35550,
38650,
39220,
41830,
45920,
48890,
51430,
52850,
55930,
59070,
62330,
63930,
67940,
69860,
72030,
73080,
75110,
77490,
80530,
83770,
85680,
89460,
91120,
94850,
95980,
98780,
101630,
104630,
106790,
107870,
111670,
116240,
118560,
122970,
125130,
127540,
128720,
132380,
133390,
135970,
138150,
142360,
146730,
149530,
151130,
152620,
155110,
158190,
160750,
163740,
165210,
168750,
172200,
174980,
176780,
178720,
181080,
182020,
183930,
187000,
189920,
193320,
195830,
200040,
203050,
203870,
205650,
208250,
210600,
211935,
213550,
215960,
217135,
219680,
222100,
225380,
226060,
229100,
229750,
232600,
235800,
238050,
240410,
242740,
244240,
246230,
249050,
252620,
255720,
259300,
262120,
264750,
266140,
269450
],
"end": [
3130,
5940,
10140,
11110,
14040,
18460,
22350,
23090,
26720,
30230,
32880,
35550,
38650,
39220,
41830,
45920,
48890,
51430,
52850,
55930,
59070,
62330,
63930,
67940,
69860,
72030,
73080,
75110,
77490,
80530,
83770,
85680,
89460,
91120,
94850,
95980,
98780,
101630,
104630,
106790,
107870,
111670,
116240,
118560,
122970,
125130,
127540,
128720,
132380,
133390,
135970,
138150,
142360,
146730,
149530,
151130,
152620,
155110,
158190,
160750,
163740,
165210,
168750,
172200,
174980,
176780,
178720,
181080,
182020,
183930,
187000,
189920,
193320,
195830,
200040,
203050,
203870,
205650,
208250,
210600,
211935,
213550,
215960,
217135,
219680,
222100,
225380,
226060,
229100,
229750,
232600,
235800,
238050,
240410,
242740,
244240,
246230,
249050,
252620,
255720,
259300,
262120,
264750,
266140,
269450,
270700
],
"text": [
"SPEAKER 1: At this point, I'd like to do a quick summary of",
"all that we have covered in 6.002 so far.",
"We began life in 6.002 by discretizing matter into",
"lumped elements.",
"And we agreed to observe the lumped matter discipline.",
"What this did was it turned real life elements, as our",
"little pickle on which we performed the fun experiment a",
"little while ago.",
"And we were able to turn that into lumped elements, such as",
"a resistor, which we could use in circuits to obtain",
"properties such as voltages and currents.",
"And when we took these lumped elements and put them together",
"into circuits, we got the lumped circuit abstraction.",
"All right.",
"So once we built these circuits containing these",
"lumped elements, we then went on to develop an arsenal of",
"tools that we could use to analyze circuits.",
"So notice that the fun part of 6.002 doubled",
"has really not begun.",
"We just made some assumptions that allowed us to make the",
"transition from physics and the complications of Maxwell's",
"equations into some very simple territories where",
"algebraic equations rule.",
"And then, we sat down and developed some analysis",
"techniques for the circuits that we built.",
"Notice we really haven't built anything useful or",
"done any fun stuff.",
"We are still developing our tools for the",
"circuits that we created.",
"So we developed a bunch of circuit analysis methods.",
"We started off with the KVL, KCL method.",
"And in this method, you took a circuit.",
"And you wrote the KVL, KCL equations and also the I-V",
"relations for each of the elements.",
"And then you got a whole series of linear equations.",
"And we went and solved them.",
"The second technique we learned was applying",
"simplification rules, where you combine resistances in",
"series and so on and so forth, a resistance in parallel or a",
"voltage in series, and then used those to",
"simplify the circuit.",
"The third method that we developed was the node method.",
"The node method is really the workhorse of our industry.",
"When in doubt, use the node method.",
"The node method applies to all circuits and, in fact, is used",
"for linear or nonlinear circuits.",
"And by and large, when in doubt, we just",
"apply the node method.",
"So if you look at these techniques here, they apply to",
"any network.",
"And then, we looked at another class of techniques, the",
"superposition, Thevenin, and Norton.",
"In the superposition method, we simplified a circuit into",
"subcircuits by shutting off all sources save for one.",
"And then we found the subcircuit result.",
"And then we added up all the results.",
"That was the superposition method.",
"And then we learned about the Thevenin and Norton methods.",
"The Thevenin method, it determined a Thevenin pattern",
"circuit to replace an arbitrary network, while the",
"Norton method replaced an arbitrary circuit with the",
"Norton pattern.",
"Now, don't forget that the superposition, Thevenin, and",
"Norton methods apply only to linear circuits.",
"So these techniques, superposition, Thevenin and",
"Norton, are extremely powerful.",
"And they will work with linear networks.",
"And we will see a lot of situations where we have",
"linear networks.",
"And so these are very important techniques.",
"And then, of course, for nonlinear networks, or for",
"networks that contain nonlinear elements, we will",
"largely use the node method, where the node method is",
"really the workhorse of our industry.",
"Now people often ask me, when do I use which technique?",
"You've taught us the KVL, KCL method, the node method, the",
"Norton method.",
"Where do I apply these techniques?",
"The way to think about it is just imagine if you are a",
"carpenter, and you have a tool chest full of tools.",
"You know, you have a chisel.",
"You have a screwdriver.",
"And you have my favorite tool, a chainsaw.",
"So you have all of these tools.",
"And if you asked a carpenter, well, where do you use which",
"tool, what do you expect the carpenter would respond?",
"The carpenter would say, well, that's why you pay a carpenter",
"the big bucks.",
"They know what tool to use where, and they're practiced",
"in using it.",
"Similarly, as engineers, as you get more practice, you",
"will begin using these tools and beginning to figure out",
"where to use what tool.",
"But fundamentally, the superposition, Thevenin, and",
"Norton methods apply to linear networks.",
"And the node method applies anywhere.",
"So when in doubt, just use the node method.",
"And much like a carpenter would use a chainsaw to chop",
"down a tree, you can use your superposition method to",
"analyze circuits that contain a number of sources, where you",
"can break it down into very simple subcircuits.",
"But of course, the circuit has to be linear to begin with.",
"So really, you will develop experience in terms of where",
"to apply which method.",
"But again, don't forget that the node method will apply in",
"any situation."
]
}
\ No newline at end of file
{
"start": [
290,
830,
4140,
6550,
7710,
10620,
11890,
16340,
19580,
23230,
25530,
27800,
28160,
28780,
32250,
35850,
39250,
40590,
44190,
48230,
50950,
53700,
54240,
58410,
61390,
63910
],
"end": [
830,
4140,
6550,
7710,
10620,
11890,
16340,
19580,
23230,
25530,
27800,
28160,
28780,
32250,
35850,
39250,
40590,
44190,
48230,
50950,
53700,
54240,
58410,
61390,
63910,
66290
],
"text": [
"SPEAKER 1: All right.",
"So I can apply the KVL rule.",
"The KVL rule simply says that I can take the difference in",
"the node voltages.",
"And then applying the element rule, I can divide by R1 to",
"get the current going up.",
"So the current going up is simply E1 minus V0, which is",
"the voltage difference between these two points.",
"And I can divide that by R1 to get the current going up.",
"And dividing by R1 is the same as multiplying by the",
"conductance, G1.",
"OK.",
"Next.",
"What is the current going in this direction?",
"The current going in that direction is simply E1 minus",
"E3 divided by R3, or multiplied by the",
"conductance, G3.",
"And finally, I can figure out the current going down, which",
"is simply E1 minus 0, which is the ground",
"potential, times G2.",
"And that sums to 0 by KCL.",
"OK.",
"Next let me write down KCL at the node two.",
"So let me give you some practice, and let me pause",
"while you think about doing it yourself.",
"And then I'll go ahead and do it."
]
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment