Circuit Theory/Convolution Integral/Examples/2R1LExample/2 Resistor, 1 inductor example

From testwiki
Revision as of 20:53, 22 June 2013 by imported>QUBot (Adding BookCat to uncategorised page)
(diff) โ† Older revision | Latest revision (diff) | Newer revision โ†’ (diff)
Jump to navigation Jump to search
Given Vs = 2e2t/to find the drop across the C R1 parallel combination

Find drop across CR1 pair given that Vs 2e2t/to.

Vs=2e2tto
VRC=?

Outline of solution:

Transfer Function

H(s)=VRCVs=11R1+CsR2+11R1+Cs=R1R1+R2+sCR1R2=R1R1+R21+sCR1R2R1+R2

-- or --

it=ic+ir=VsVRCR2=CdVRCdt+VRCR1
๐•s๐•RCR2=sC๐•RC+๐•RCR1
๐•s=๐•RC(sCR2+R2R1+1)
๐•RC๐•s=1sCR2+R2R1+1=R1R1+R2+sCR1R2=R1R1+R21+sCR1R2R1+R2

Homogeneous Solution

First order so τ is:

τ=CR1R2R1+R2
VRCh(t)=A*etτ+C1

Particular Solution

After a long time, due to Vs = 1, the capacitor opens. So VRC is part of a voltage divider consisting of just two resistors:

VRCp=VsR1R1+R2=R1R1+R2

Evaluate Initial Conditions

Combining the homogeneous and particular:

VRC(t)=R1R1+R2+A*etτ+C1

At t=0, the voltage across the capacitor is zero so:

VRC(t)=R1R1+R2+A+C1=0

Initially the cap is a short, so the current through the cap is limited by R2 so:

iC(t)=CdVRCdt=CAτetτ
iC(0)=VSR2=CAτ

Since Vs = 1 (doing this for the unit step function because using convolution integral):

A=τCR2 and C1=τCR2

In summary:

VRC(t)μ(t)=τCR2(1etτ)

Find impulse solution

The impulse solution is the derivative of the above:

VRC(t)δ(t)=1CR2etτ

Convolution Integral

VRC(t)=0tetxτCR22e2ttodx=2τtoCR2(2τto)(e2ttoetτ)+C1
f := (exp((t-y)/x)/(C*R2))*2*exp(2*y/z);
S :=int(f,y=0..t)

Evaluate Integration Constant

Know that VRC=0 at t=0 so:

0=X(11)+C1

So:

C1=0

And finally:

VRC(t)=2τtoCR2(2τto)(e2ttoetτ)

Template:BookCat