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



Use Loop Equations to solve for the currents in i1 and i2


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


Loop 2 (Capacitor Branch)
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

Vin(t)=10
Vout(t)=66*e((5/6)t)
H(S)=V(s)in/V(s)out
H(S)=1/(6s)1/(6(s5))


simplified to...
H(S)=30/(36s(s5))



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 where the break points is the magnitude frequency response of the system.

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


Written by: Andrew Hellie

Checked by: