Circuit Theory/Phasors/Examples/example11/phasor solution

From testwiki
Jump to navigation Jump to search

Phasor Symbolic and Numeric

time domain

Can not substitute and get one differential equation. Must solve all equations simultaneously.

phasor domain

mupad symbolic solution .. /code/
mupad numeric solution .. done with kirchhoff and node analysis and something inbetween code

Can solve simultaneous linear equations in the phasor domain ... so must convert them to phasor domain:

Vs(t)𝕍s=1
Is(t)𝕀s=2*sin(π3)j*2*cos(π3)=3j
i1𝕀1
i2𝕀2
iC𝕀C
iL𝕀L
v1𝕍1
v2𝕍2
vC𝕍C
vL𝕍L

now transform the calculus operations into the phasor domain ..

ddtijω𝕀
ddtv(t)jω𝕍

So:

𝕍1=R1*𝕀1
𝕍2=R2*𝕀2
𝕀C=C*jω𝕍C
𝕍L=L*jω𝕀L
𝕀1+𝕀s𝕀2𝕀C=0
𝕀c𝕀s𝕀L=0
𝕍1+𝕍2𝕍S=0
𝕍c+𝕍L𝕍2=0

The symbolic solution is too complicated to mark up in wiki, but can be seen in a screen shot. Translating this into the time domain symbolically doubles the complexity (and mistakes).

The numeric solution is:

variable real imaginary magnitude radians degrees time domain
i1 3.70 -2.39i 4.41 -0.574 -32.9 4.41 cos(t-0.574)
i2 0.648 1.20i 1.36 1.07 61.6 1.36 cos(t + 1.07)
ic 1.32 -4.59i 4.78 -1.29 -73.9 4.78 cos(t-1.29)
iL 3.06 -3.59i 4.72 -0.866 -49.6 4.72 cos(t-0.866)
v1 3.70 -2.39i 4.41 -0.574 -32.9 4.41 cos(t-0.574)
v2 1.30 2.39i 2.72 1.07 61.6 2.72 cos(t+1.07)
vc -2.30 -0.662i 2.39 -2.86 -164 2.39 cos(t-2.86)
vL 3.60 3.06i 4.72 0.705 40.4 4.72 cos(t+0.705)

Template:BookCat