Circuit Theory/Phasors/Examples/Example 9: Difference between revisions

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

Latest revision as of 19:57, 5 April 2013

Parallel RL circuit for example 9

Given that the voltage source is defined by Vs(t)=1202cos(377t+120), find all other voltages, currents and check power.

Label Loops Junctions

Parallel RL circuit marked up for analysis

In a parallel circuit, all devices have the exact same voltage across them.

Knowns, Unknowns and Equations

Knowns: Vs,R,L
Unknowns: Is,iR,iL
Equations: Vs(t)=R*iR(t),Vs=L*ddtiL(t),iR(t)+iL(t)Is(t)=0

Initial conditions

Saying the initial conditions are zero is impossible in this problem.

Look at the terminal relation:

Vs=VL=L*ddtiL(t)

VS has a non-zero value at t=0+. This means ddtiL(t)=Vs/L. This one initial condition. The other initial condition is that i_L(0+) = 0.

Calculus Symbolic

Evaluate the terminal relations in this order:

iR(t)=VsR
iL(t)=VsLdt
is(t)=iR(t)+iL(t)

Calculus Numeric

phasor matlab solution of RL circuit .... m file
Vs(t)=1202cos(377t+2.09)
R=10
L=.01
iR=122cos(377t+2.09)
iL=1202cos(377t+2.09).01dt=45sin(377t+2.09)+C1
iL(0)=0=45sin(2.09)+C1
C1=39
iL=45sin(377t+2.09)39
Is(t)=122cos(377t+2.09)+45sin(377t+2.09)39
phasor math avoids trig! m-file

The next step is to combine the answer into a single cos term with a phase shift so it can be compared to iL and iR. The -39 turns into a DC bias.

The easiest method to combine the sin and cos terms is phasors.

Here is the phasor method. Notice the math is done in the phasor domain ... with imaginary numbers.

12*2*(377t+2.09)12*2cos(2.09)+j12*2sin(2.09)
45sin(377t+2.09)45*sin(2.09)j45*cos(2.09)

Now the numbers are in the phasor world. The next step is to add them all up.

𝕀s=48.10.884

Now put back into the time domain:

Is=48.1cos(377t+0.884)39

Phasor Symbolic

time domain

iR=Vs/R
iL=VsLdt
iS=iR+iL

phasor domain

Vs(t)𝕍
𝕍=Vmϕ
𝕀R=𝕍R=VmRϕ
Vs(t)dt𝕍jω=𝕍ωπ2=Vmω(ϕπ2)
𝕀L=VmωL(ϕπ2)
𝕀S=VmRϕ+VmωL(ϕπ2)
𝕀S=Vm*1R2+1(Lω)2(ϕarctan(RLω))

back to time domain

IL(t)=Re(𝕀Lejωt)=VmωL*cos(ωt+ϕπ2)+C1
Is(t)=Re(𝕀sejωt)=Vm1R2+1(Lω)2cos(ωt+ϕarctan(RLω))+C1
IR(t)=Re(𝕀Rejωt)=VmRcos(ωt+ϕ)

IL involved an integral in the phasor domain, thus a constant as been added to their time domain equation.

doing problem using phasors rather than calculus /m-filec/

Phasor Numeric

there is no point in doing the math in the phasor domain if can solve in symbol form as above

time domain

ir(t)=120*210cos(377t+2.09)=17.0cos(377t+2.09)
iL(t)=120*2.01*377cos(377t+2.09π2)+C2=45cos(377t+0.524)+C1
0=45cos(0.524)+C1
C1=39.0
is(t)=120*2*1102+1(.01*377)2cos(377t+2*ϕ3arctan(10.01*377))39
is(t)=48.1cos(377t+0.844)39

These are the same numbers as calculated with Calculus above ...

Simulation

Vs, Is, iL, and iR from the simulation simulation are graphed below.

circuitlab.com simulation with the current into a device which produces 180° phase shift
Symbol color Equation
Is Brown 48.1cos(377t+50.6)39
iL Orange 45cos(377t+30)39
iR Example 17cos(377t+120)
Vs</math> Blue 170cos(377t+120)

showing what happens when circuitlab skip initial=no ..


Simulation matches the math. Circuitlab simulation requires taking current into the source in order to get the phase right. This can be seen by testing circuitlab with a sinusoidal source across one resistor.

The simulation also shows that the integration constant is dependent upon the phase angle of the source.

period check

The period above looks to be between 16ms and 17ms, closer to 17ms. This agrees with the formula:

ω=2π*f
f=ω2π
T=1f=2πω=2π377=16.7ms

magnitude check

The simulation magnitudes, if measured peak to peak match the doubled magnitudes of the numeric answers. The integration constant adds a DC bias which is negative in this case.

phase check

Voltage will always lead the current through an inductor (think of the terminal relationship or ELI) by 90,π2 or 14 of a period, whether a current source or voltage source is driving the circuit.

Power Analysis

The constants are going to add some DC power or real power to this analysis. Without knowing what they are, we can not compute their impact. So for now we stick with phasor domain power analysis:

𝕍s=12022.09
𝕀s=48.10.884
𝕀s*=48.120.884

if :𝕍=Mvϕv, and 𝕀=Miϕi then

𝕊=𝕍𝕀*=MvMi2(ϕvϕi)=1202*48.12(2.090.884)=40811.206=1456+3813j

and

cos(1.206)=.357

This is a bad power factor. The utility's apparent power is much larger than what the customer is willing to pay. Pure inductive loads as described are found in large motors in industrial settings where engineers working for industry are talking to engineers working for the power company. Power conditioners may be needed to bring this power factor back up closer to 1. The utility will charge based upon apparent power ... which is real $$$ for them.

Value Units Description
4081 volt-ampere va apparent power what utility companies manage: peak power they design for, peak power they have to deliver
.357 unitless power factor, ratio of real power to apparent power, ideally 1
1456 watt W real, average, active power ... what consumers want to pay for (watt-hours)
3813 volt-amp-reactive var reactive power ... why not all outlets in a room are on the same circuit breaker

Intuition

ELI ... voltage leads the current through an inductor

Integration constants matter. Initial conditions matter. Phasors don't deal with them.

A purely inductive load connected to a power source is going to create a bad power factor.

If integration constants show up, and there is no differential equation, must compute the integration constants using initial conditions.

Phase angle of the source influences the integration constant.

Template:BookCat