Circuit Theory/1Source Excitement/Example 7: Difference between revisions

From testwiki
Jump to navigation Jump to search
imported>1sfoerster
 
(No difference)

Latest revision as of 21:54, 6 April 2013

Series RL circuit for example 7

Given:

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

Prior Work calculating Steady State/Particular Solution

Have already found the steady state/Particular solution:

i(t)=Imcos(ωt+α)

Where:

Im=VmR2+(Lω)2
α=ϕarctan(LωR)

Or numerically:

i(t)sP=15.9cos(377t+1.73)

Calculating the transient/Homogeneous Solution

Need to find the transient/Homogeneous Solution to:

R*i(t)+L*ddti(t)=0

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

Guess:

i(t)sH=A*etτ

Finding the time constant:

R*A*etτ+LAτetτ=0
RLτ=0
τ=L/R=.001

Now find see if it works:

RAetL/R+LA(RL)*etL/R=???0
divide through by A, cancel L's
RetL/RRetL/R=???0

It works, therefore it must be the solution:

i(t)=i(t)sP+i(t)sH=599cos(377t+3.30)+Aet0.0001

Now must find the initial conditions.

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.

i(t)s=i(t)sP+i(t)sH
i(t)s=15.9cos(377t+1.73)+A*et.001+C

There are two initial conditions that have to be true:

  1. initial source voltage has a value at t=0: 120*2cos(2π3)
  2. initial current through the inductor has at t=0 has to be 0, thus the current throughout the entire series circuit is 0 at t=0

Finding two initial conditions

mupad and matlab code to find constants A and C .. /code/

Two equations are necessary to find A and C.

Initially the current through the inductor and the entire circuit is going to be zero:

i(0)=0, thus i(0+)=0.

This means that setting t=0, have one equation:

i(t)s=15.9cos(377t+1.73)+A*et.001+C=0

Evaluating this at t=0:

A+C2.58=0

The second equation comes from the loop:

vr(t)+vL(t)Vs=0
R*i(t)s+L*di(t)sdtVs=0

Substituting for i(t)S and V(t)S, taking the differential and then evaluating at t=0, get:

1.86*10910.0*C=0

So solving get:

C=0
A=2.5781

Summary

i(t)=15.9cos(377t+1.73)+2.58*et.001

This agrees with the Laplace solution and simulation. Template:BookCat