lecture09a
lecture09a
Most resources (including the course text book) treat series and paral-
lel combination of RLC circuits as if they are different circuits. There
is nothing wrong with that approach, but I feel it is more natural
and helpful to treat these as special cases of a single more general
circuit. We will take the single-circuit approach here. I really recom-
mend you also refer to standard texts. This material is intended to
supplement, not supplant, the course textbook.
Let’s start off by re-familiarizing you with some notation you (prob-
ably?) have seen before at some point, but may not be too familiar. I
also introduce some unusual notation.
Notation
A∗ Complex conjugate of A.
ℜ[ A] Real part of A.
ℑ[ A] Imaginary part of A.
A + A∗ = 2ℜ[ A]
A − A∗ = 2jℑ[ A]
e jx + e− jx = 2 cos x
−1 b
∠( a + bj) = tan
a
π
cos( x − ) = sin( x )
2
a + bj = | a + bj|e∠(a+bj)
p
| a + bj| = a2 + b2
The Problem
L
C C L R
R
L-R-C in Series
where
R
α≡ (11)
2L
2 1
ω◦ = . (12)
LC
We have deliberately expressed this in terms of α and ω◦ instead
of R, L, and C, because different topologies will always have the same
overall form, thus by simply changing the values of α and ω◦ , one
doesn’t have to resolve the entire differential equation every time one
has a new circuit topology. For example, for the case of R, L, C in
parallel, ω◦ is unchanged, but α = 1/(2RC ).
Both α and ω◦ have units of inverse time. ω◦ of course represents
a frequency but, as we’ll see below, α represents a rate of decay (an
inverse of a time constant, similar to 1/τ).
This trial solution naturally gives us three cases, based on the sign
of α2 − ω◦2 . If ω◦ < α, the situation is termed “underdamped” for
reasons we shall see in a moment. If ω◦ = α, the situation is termed
“critically damped,” which is unusual and thus is of little interest
to us. And finally, if ω◦ > α, the situation is termed underdamped,
again, for reasons we shall see in a moment. We will primarily con-
cern ourselves with the underdamped case, because it has many
applications, but overdamped circuits are also useful in some situa-
tions.
s± = −α ± jωd (18)
Now, back to figuring out A+ and A− (or just A now that we know
they’re just complex conjugates). There are two unknowns (the real
and imaginary parts of A), so we are going to need two pieces of
information about the circuit to solve for them. In principle we could
use the values of x at any two points in time, but the the t = ∞ case
does us no good because e−αt factor is zero there, so we lose any
useful information. Luckily, we have been given two facts that we can
use as initial conditions.
Although we have two initial conditions, there is only one variable
x so there is only one x (0). Luckily, we can use ∂t x (0) as one of our
conditions. But “we don’t know ∂t x (0),”do I hear you cry? Not so!
We may not have been told it explicitly, but the current can be used
to calculate the derivative of the voltage and vice versa. This can be
figured out from (4a) and (??). Rearranging these expressions, we can
write:
vC R
∂t i L = − iL (25)
L L
i
∂t vC = − L (26)
C
Because we know i L (0) = Λ◦ /L and vC (0) = Q◦ /C (remember
this was part of the initial setup of the problem?), we can substitute
for these values above and find:
di L (0) Q◦ RΛ◦
= − 2 (27)
dt LC L
dvC (0) Λ◦ 2
=− C . (28)
dt LC
This is a bit more complicated than typical... often, either Λ◦ or Q◦
will be zero, and these conditions will simplify greatly as a result.
6.200 notes: time domain r-l-c 7
So we now know x (0) and ∂t x (0). We can find the two equations
for these expressions be evaluating (24) at t = 0, and by taking its
derivative, and then evaluating that at t = 0.
Notice that (29), and (31) are two equations and have two un-
knowns (remember, x (0) and ∂t x (0) are now both known, set by the
initial conditions on current and voltage given in the problem), and
so can be solved by using standard linear algebra methods. Mak-
ing the observation that the coefficient of A in (31) is just s+ we can
write: ! ! !
x (0) 1 1 A
= (32)
∂ t x (0) s+ s∗+ A∗
which can be inverted to give
! ! !
A 1 s∗+ −1 x (0)
= ∗ (33)
A∗ s+ − s+ −s+ 1 ∂ t x (0)
! !
1 −α − jωd −1 x (0)
=− . (34)
2jωd α − jωd 1 ∂ t x (0)
which is of course also real. This form means that these solutions
will always have the form of a decaying oscillation. The cosine term
enforces oscillation with radial frequency ωd in units of radians per
time (ωd /2π in cycles per unit time). The exponential term multiplies
the cosine and causes it to decay with a time constant of τ = 1/α.8 8
If you’ve forgotten from physics,
The figure below shows a characteristic case, where a variable x (t) radial frequency is the rate of change
of an angle, and is measured in units of
(a current or voltage) is decaying in time. radians per second. To convert to cycles
x (t) per second (conventional frequency, in
units of hertz), one must divide by the
number of radians in a cycle (namely
2π). Thus ω = 2π f .
e−αt
T = 2π/ωd
Examples
+
+ vL L
− iL
vC C
+
− iC vR R
−
Suppose the inductor starts out un-fluxed (i.e. i L (0) = 0), and the
capacitor starts out with some initial voltage across is V◦ . Find the
current through the inductor and voltage across the capacitor as a
function of time in this circuit.
We’ll deal with finding the current in the inductor first.
First, let’s set up the differential equation for the problem. We will
use our definitions of α, ω◦ , and ωd , substituting in GC = 0 to find:
r
R 1 1 R2
α= ω◦ = √ ωd = − 2. (39)
2L LC LC 4L
6.200 notes: time domain r-l-c 9
Let’s pause for a second to point out that the coefficient of the e jωd t
term can be written in polar notation as
−α + jωd 1 ∠j
q
= α2 + ωd2 e j∠(−α+ jωd ) · e (45)
2jωd 2ωd
q
α2 + ωd2
= e j(∠(−α+ jωd )−∠ j) (46)
2ωd
s
α2 + ωd2 jϕ◦
= e (47)
4ωd2
s
1 jϕ◦ α2
= e 1+ 2 (48)
2 ωd
has to take care to get the correct quadrant of the arctan function, to
write:
vC (t) = V◦ e−αt e j(ωd t+ϕ◦ ) + c.c. (49)
s
α2
= V◦ e−αt 1 + 2 cos (ωd t + ϕ◦ ), (50)
ωd
Energy?
Dipping down into the physics of this system briefly, we notice that
there must be some slow decay of energy associated with the decay-
ing voltage and current. This energy must appear through heat in the
inductor.
How fast does this decay occur, exactly? We start out by observing
E ∝ v2 and asking how many radians of phase (i.e. ω◦ t) must evolve
before system energy drops by a factor of 1e ?
1
v2 ∝ e−2αt = ⇒ 2αt = 1
e
1
⇒t=
2α
ω0 1 L2 Z
ω0 t = = √ = 0 =Q
2α 2 LC R R
You thus see that Q has meaning in time domain: it represents the
number of radians of phase that evolve for the energy to drop by a
factor of 1/e.
A more convenient way to think of it is to realize that in Q cycles
(i.e. in time t = QT = 2πQ/ω◦ = 2πω◦ /(2αω◦ ) = π/α the voltage is
reduced by a factor of e−αt = e−απ/α = e−π ≈ 0.04 = 4%.
What’s Next?
Problem Statement
v ( t = 0) = v0
i ( t = 0) = 0
The 0 here simplifies algebra a bit, but not otherwise necessary
Find v(t) for t ≥ 0.
We can assume we are in the underdamped case: Z0 > R.
Starting Equations
dv
i=C
dt
di
vL = L
dt
di
KVL ⇒ L +v + |{z}iR = 0
dt
|{z} vR
vL
d2 v dv
⇒ LC + v + CR =0 ÷ LC
vt2 dt
1 R
ω0 ≡ √ α=
LC 2L
d2 v R dv 1
⇒ + + =0
dt2 L dt LC
d2 v dv
⇒ + 2α + ω02
dt2 dt
Characteristic equation:
d st
Noting dt Ae = sAest
⇒ s2 + 2αs + ω02 = 0
6.200 notes: time domain r-l-c 14
a=1 b = 2α c = ω02
q
± (2α)2 − 4ω02 q
s± = −α = −α ± α2 − ω02
2
q
L
In underdamped case Z0 > R ⇒ C = ω0 L > R ⇒ ω0 > α
∴ α2 − ω02 < 0
q
⇒ spm = −α ± j ω02 − α2 − α ± jωd
q
where ωd = ω02 − α2
Form of Solution
v = A+ e s+ t + A − es− t
= A+ e−αt e jωd t + A− e−αt e− jωd t
= A+ e−αt e jωd t + c.c.
|{z}
complex conjugate of previous term
| {z }
x +c.c.( x )= Re( x )
v(0) = V0 ⇒ A + A∗ = 2Re( A) = V0
⇒ Re( a) = V0 /2
dv
i (0) ∝ | t =0 = 0
dt
⇒
= −α · 2 · Re( A) + jωd (2jlm( A))
= −αV0 − 2ωdlm( A) = 0
αV0
⇒ lm( A) = −
2ωd
V0 jαV0
⇒A= −
2 2ωd
⇒ v(t) = 2 · Re( Ae jωd t e−αt )
αV0 −αt
⇒ v(t) = V0 e−αt cosωd t + e sinωd t
ωd