Circuit Theory/1Source Excitement/Example 10

From testwiki
Revision as of 00:44, 24 September 2022 by imported>1234qwer1234qwer4 (homgeneous->homogeneous - Fix a typo in one click)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Parallel RL circuit for example 10

Given:

Is(t)=1202cos(377t+120)

Prior Work calculating Steady State/Particular Solution

Have already found the steady state/particular solution:

Vs(t)=Im(ω2L2R)2+(ωLR2)2R2+ω2L2cos(ϕ+arctan(RωL))

Or numerically:

VsP(t)=599cos(377t+3.30)

Calculating the Transient/Homogeneous Solution

Need to find the transient/homogeneous solution to:

Is=IR+IL
Is=VsR+IL
dIsdt=dVsRdt+dILdt
dIsdt=dVsRdt+VsL
0=1RdVsHdt+VsHL

There is no IS .. this makes the homogeneous solution easy!

Guess:

V(t)sH=A*etτ

Finding the time constant:

AetττR+ALetτ=0

Dividing out A and the exponential:

1τR+1L=0

Solving for the time constant:

τ=L/R=.001

Now see if it works:

AetL/RR+A(RL)*etL/RL=???0

Divide through by A, cancel L's

RetL/RRetL/R=???0

It works, therefore it must be the solution:

v(t)sH=Aet0.0001

Determining the Constants

There are two constants. A and C come from any homogeneous solution to a non-homogeneous differential equation equation. These were not ignored in the steady state phasor solutions earlier, the fact that they were not being computed was pointed out.

V(t)s=V(t)sP+V(t)sH
V(t)s=599cos(377t+3.30)+Aet0.0001+C

There are two initial conditions that have to be true:

  1. The inductor terminal relationship has to be true at t=0
  2. initial current through the inductor is zero, thus is an open, thus all the current is going through the resistor

Finding the two initial Conditions

matlab code

Two equations are necessary to find A and C:

The inductor's terminal relationship has to be true:

Vs(t)=L*diL(t)dt

We don't know what the inductor's current is, but we know it is 0 at t=0. So we have to solve the equation for iL and then set that equation equal to zero.

Vs(t)=L*iL(t)
(599cos(377x+3.30)+Aet0.0001+C)dt=L*iL(t)
1.59*sin(377.0*t+3.3)0.001*Aet0.0001+C*t=L*iL(t)
0.001*A0.258=0
A=258

The other equation comes from the fact that all the source current is going through the resistor. The initial voltage across the resistor and inductor is determined only by the resistor. The inductor doesn't care about or influence the voltage. The inductor is only worried about maintaining it's energy level (which is assumed to be 0.) So the second equation is:

vs(0)=is(0)*R
599cos(3.30)+A+C=1202cos(120)*10
258+A+C=0

So

C=0

Summarizing the Results

vs(t)=599cos(377t+3.30)258*et0.0001

Template:BookCat