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 I1(s) gives

Is(s)=100s+12500s(s2+125s+20000)