Circuit Theory/Phasors/Examples/example11/laplace solution

From testwiki
Revision as of 01:30, 2 March 2013 by imported>QUBot (Adding BookCat to uncategorised page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Laplace Solution

laplace transform of the driving functions code
solving 8 equations simultaneously in the laplace domain code

Can not get Mupad to evaluate the laplace transform of both functions, but can get the laplace transform to evaluate within MatLab:

Vs(t)(Vs) = s/(s^2 + 1)
Is(t)(Is) = -(2*((3^(1/2)*s)/2 - 1/2))/(s^2 + 1)

The equations can be solved in the Laplace domain:

(V1)=R1*(I1)
(V2)=R2*(I2)
(IC)=C*s(VC)
(VL)=L*s(IL)
(I1)+(Is)(I2)(Ic)=0
(Ic)(Is)(IL)=0
(V1)+(V2)(Vs)=0
(Vc)+(VL)(V2)=0

The Laplace numerical results look as complicated as the symbolic phasor results. The Laplace solutions are too complicated for matLab or MuPad to get back into the time domain ... even when solved numerically. This is why people use phasors. Template:BookCat