Laplace transforms: R series with RC parallel circuit

From Class Wiki
Jump to navigation Jump to search

Problem Statement

Find the Voltage across the capacitor for t>=0:
Voltage across capacitor at t({0-})=0
Error creating thumbnail: File missing
Fig (1)












v(t0)=0Volts
v(t)=10Volts
R1=20Ω
R2=30Ω
C=.1Farad



Voltave equations:

equation 1
v(t)=R1(i1+i2)+R2(i1)
10=20(i1+i2)+30(i1)
i1=(1020i2)/50___________________________________equation (1)


equation 2
v(t)=R1(i1+i2)+1Ci2dt
10=20(i1+i2)+1.1i2dt_______________________equation (2)


Solve equations (1) and (2) simultaneously


Substituting equation (1) into equation (2) gives...
20((1020i2)/50+i2)+1.1i2dt=10
simplifies to...
12i2+10i2dt=6


Take the Laplace Transform to move to the S-domain


{0(i2)dt}=I2/s
{(1)}=1/s


12I2+10I2/S=6/S
I2(12+10/S)=6/S
I2=6/(12S+10)


I2=(1/2)(1/(S+(5/6))


Take the inverse Laplace transform to move back into the t-domain


i2=(1/2)(e(5/6)t)
substitute this equation back into equation (1)
i1=(1020(.5e(5t/6)))/50
i1=(1/5)(1e(5t/6))


Voltage on Capacitor

vcapacitor=10/20(i1+i2)
vcapacitor=1020((1/5)(1e(5t/6))+(1/2)(e(5t/6)))
vcapacitor=104+4e(5t/6)10e(5t/6)

Answer

vcapacitor=66e(5t/6) Volts




Apply the Initial and Final Value Theorems to find the initial and final values

Initial Value Theorem
limssF(s)=f(0)
Final Value Theorem
lims0sF(s)=f()


V(S)=6/s6(1/(s+(5/6))


Initial Value:
limssV(s)=6s/s6s(1/(s+(5/6))
limssV(s)=0
Initial Value = 0 Volts


Final Value:
lims0sV(s)=6s/s6s(1/(s+(5/6))


lims0sV(s)=6
Final Value = 6 Volts


v(t0)=0 Volts
v(t)=6 Volts


Bode Plot

T-domain

Vin(t)=10
Vout(t)=66*e((5/6)t)

S-domain

Vin(s)=10/s
Vout(s)=6/s6(1/(s+5/6))


Transfer Function

H(S)=V(s)out/V(s)in
H(S)=3/(6s+5)


Bode Plot


Fig (1)





















How to use break points and asymptotes to obtain the magnitude frequency response of the system...

The break points are the values of s in H(s) that make the numerator and or the denominator 0.

The location of the break points determines the magnitude frequency response of the system at that frequency.

Zeros are where the numerator is equal to zero.

Poles are when the denominator is equal to zero.

Use Convolution to find the output of the system

H(S)=3/(6s+5)
h(t)=1{(3/(6s+5))},
h(t)=(1/2)*e5t/6
v(t)=v(t)*h(t)=0tv(τ)h(tτ)dτ
v(t)=0t(10)((1/2)e(5/6)(tτ))dτ
v(t)=66e5t/6

State Example

For the voltage on the capacitor...


[(dv/dt)vc]=[R1/C][(i2+i3)]+[1/C][V(t)]


[(dv/dt)vc]=[200][(i2+i3)]+[100][V(t)]





Written by: Andrew Hellie

Checked by: Kendrick Mensink