Download LectNotes5-Superposition

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts

Integrated circuit wikipedia , lookup

Immunity-aware programming wikipedia , lookup

Integrating ADC wikipedia , lookup

Test probe wikipedia , lookup

Regenerative circuit wikipedia , lookup

Josephson voltage standard wikipedia , lookup

CMOS wikipedia , lookup

Valve RF amplifier wikipedia , lookup

Multimeter wikipedia , lookup

Wilson current mirror wikipedia , lookup

TRIAC wikipedia , lookup

Operational amplifier wikipedia , lookup

Power electronics wikipedia , lookup

Schmitt trigger wikipedia , lookup

Voltage regulator wikipedia , lookup

RLC circuit wikipedia , lookup

Switched-mode power supply wikipedia , lookup

Resistive opto-isolator wikipedia , lookup

Surge protector wikipedia , lookup

Power MOSFET wikipedia , lookup

Opto-isolator wikipedia , lookup

Rectiverter wikipedia , lookup

Current source wikipedia , lookup

Ohm's law wikipedia , lookup

Current mirror wikipedia , lookup

Network analysis (electrical circuits) wikipedia , lookup

Transcript
EE 215 Fundamentals of Electrical Engineering
Lecture Notes
Superposition
8/2/01
Rich Christie
Superposition:
Overview:
The basic idea behind superposition is that you can take a circuit with several
independent sources (voltage or current), and find a particular circuit value (voltage or
current) by adding the effects of each source considered separately.
It's a powerful opportunistic circuit solution method that can transform a difficult solution
into a series of simple ones.
This only works if all the circuit elements are linear, i.e. constant resistance, and linear
expressions for dependent sources.
It only works for voltage and current, NOT for power.
i.e. suppose we want to find current i for this circuit:
R1
vs
+
R2
i
is
R4
R3
Suppose we could find iv,
which is current i with just
the voltage source, and ii,
which is current i with just
the current source. Then
superposition says
i = iv + ii
But what does "just the
voltage source" mean?
It means setting the value of
the other independent sources to zero.
Consider a voltage source with a value of zero. Current can flow through it. What else
can current flow through that has a voltage difference of zero?
1
Your choices are really a short circuit or an open circuit,
and it should be clear that
+
A voltage source with zero voltage is a short circuit.
+
0V
0V
-
"Zeroing out" a voltage source means replacing it with a
short circuit.
For current sources, well, open circuits have zero
current, so
"Zeroing out" a current source means replacing it with an open circuit.
0A
0A
Let's apply this to the example circuit: zeroing out the current source,
R1
vs
+
Note how the open circuit
simplifies the rest of the
circuit. It's just Ohm's Law
and series resistors.
R2
iv
R3
iv =
R4
vs
R1 + R2 + R3
Now let's zero out the
voltage source.
2
R1
R2
Again, the circuit is simplified. We
recognize the current divider:
ii
ii = is
R3
is
R2 + R3
R1 + R2 + R3
R4
And now just add them up:
i = iv + ii =
vs
R2 + R3
v + i (R + R3 )
+ is
= s s 2
R1 + R2 + R3
R1 + R2 + R3
R1 + R2 + R3
The real secret is to be able to do this without redrawing the circuit each time. I tend to
hold my thumb over the zeroed source while writing equations. A good circuit theory
geek can write the equation for i straight off. Let me try it for v:
R1
R2
+
vs
+
is
-
R3
v
-
R4
v = vs
R3
R (v ! i R )
R1
! R3is
= 3 s s 1
R1 + R2 + R3
R1 + R2 + R3 R1 + R2 + R3
In this case the first term is just voltage divider. The second term is a current divider,
with Ohm's Law (the R3 in front) and some attention to polarity, so it is a three-in-one!
But each of the three laws is simple.
Remember, this only works for voltage and current, NOT power:
2
p = i 2 R1 = (iv + ii ) R1 ! iv2 R1 + ii2 R1 (Pythagoras strikes again!)
3
Let's try: Use superposition
to find the power dissipated
in the 3 Ω resistor marked
R1:
18 V
+
5A
3!
R1
3!
3!
R2
Let's start by asking you to
outline your approach.
Let's agree on finding
either current through or
voltage across the resistor.
6 18 48 16
=
=
A (i flows down through R1)
OK current: i = 5 +
9 9
9
3
(Did a current divider and then Ohm's Law)
2
256
& 16 #
2
p =i R =$ ! 3=
3 = 85.3W (pretty hot!)
9
% 3"
3
6
v = 18 + 3 ! 5 ! = 6 + 10 = 16V
9
9
Did a voltage divider and Ohm's Law times current divider.
2
v 2 (16)
256
p=
=
=
= 85.3W
R
3
3
OK voltage:
Why not try it for R2?
Dependent Sources and Superposition:
For dependent sources: Can't zero dependent sources - have to leave in circuit. Tends to
make analysis more difficult, still can be a win over nodal or mesh analysis.
4
Find v.
4!
ib
2ib
20!
-
+
+
70V
+
-
+
10!
v
-
50V
-
4!
Zero 50 V source, get new
ckt.
ib
70
= 17.5 A
4
2ib = 35V
2ib
20!
-
ib =
+
+
70V
+
v
-
v = !35V
10!
-
4!
Now zero 70V source.
ib
50
= !12.5 A
4
2ib = !25V
2ib
20!
-
ib = !
+
+
v
10!
+
-
50V
v = 50 ! (! 25) = 75V
vtot = !35 + 75 = 40V
-
5