Laplace transforms: Simple Electrical Network

From Class Wiki
Jump to navigation Jump to search

Problem Statement

Using the formulas

E(t)=LdiRdt+RiC
RCdiRdt+iRiC=0

Solve the system when V0 = 50 V, L = 0.5 h, R = 80 Ω, C = 10-4 f, and the currents are initially zero.

Solution

Solve the system when V0 = 50 V, L = 0.5 h, R = 60 Ω, C = 10^{-4} f, and the currents are initially zero. Substituting numbers into the equations, we have

0.5di1dt+80i2=50

80(104)di2dt+i2i1=0

Applying the Laplace transform to each equation gives

12(s{i1}i1(0))+80{i2}=50

0.008(si2i2(0))+{i2}{i1}=0

12sI1(s)+80I2(s)=50s

125I1(s)+[s+125]I2(s)=0

Solving for I2(s)

I2(s)=12500s(s2+125s+20000)

We find the partial decomposition

Let I2(s)=12500s(s2+125s+20000)=As+Bs+Cs2+125s+20000

12500=A(s2+125s+20000)+(Bs+C)s

12500=As2+125As+20000A+Bs2+Cs

Comparing the coefficients we get

A=58,B=5,C=625

Thus I2(s)=58s5s+625s2+125s+20000

Now we do the same for I1 where we solve the function in terms of I1 and decomposing the partial fraction resulting in

I1(s)=100s+12500s(s2+125s+20000)=58s+5s+175s2+125s+20000