Solve RC Circuit Using Laplace Transforms

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 22K views
photonsquared
Messages
15
Reaction score
0
Find v(t) at t=800ms for the circuit in Figure 1.

Ans: 802mV



Writing a single node equation we have

[tex]\frac{v(t)-2tu(t)}{5}+0.1\frac{dv}{dt}=0.[/tex]

Taking the Laplace transform we have

[tex]L\left\{ \frac{v(t)-2tu(t)}{5}+0.1\frac{dv}{dt}=0\right\} .[/tex]

[tex]tu(t)\Rightarrow\frac{1}{s^{2}}[/tex]

[tex]\frac{df}{dt}\Rightarrow sF(s)-f(0^{-})[/tex]

[tex]\frac{V(s)}{5}-\frac{2}{5s^{2}}+0.1sV(s)-0.1v(0^{-})=0[/tex]

Assume that [tex]v(0^{-})=0[/tex] we have

[tex]\frac{V(s)}{5}-\frac{2}{5s^{2}}+0.1sV(s)=0[/tex]

multiplying through by 10 and combing like terms

[tex]V(s)\left(2+s\right)=\frac{4}{s^{2}}[/tex]

Solving for V(s) we have

[tex]V(s)=\frac{4}{s^{2}(s+2)}[/tex]

Applying the method of residues we have

[tex]\frac{4}{s^{2}(s+2)}=\frac{A}{s^{2}}+\frac{B}{s+2}[/tex]

Multiplying through by [tex]s^{2}[/tex] we have

[tex]\frac{4}{s+2}=A+\frac{Bs^{2}}{s+2}[/tex]

[tex]A=\frac{4-Bs^{2}}{s+2}\mid_{s=0}=2[/tex]

Multiplying through by s+2 we have

[tex]\frac{4}{s^{2}}=\frac{A(s+2)}{s^{2}}+B[/tex]

[tex]B=\frac{4-A(s+2)}{s^{2}}\mid_{s=-2}=1[/tex]

Substituting A and B back into the equation we have

[tex]V(s)=\frac{2}{s^{2}}+\frac{1}{s+2}[/tex]

Applying the known Laplace transform pairs we have

[tex]v(t)=2t+e^{-2t}[/tex]

[tex]v(800ms)=2(0.8)+e^{-2(0.8s)}=1.802V[/tex]





 

Attachments

Physics news on Phys.org
I haven't checked all the details, but you seem to have the right idea.

What is the question?
 
Well my answer is different from that given in the book. My answer is too high by 1V.
 
Your partial fraction expansion is wrong. You should have:

[tex]\frac{4}{s^{2}(s+2)}=\frac{A}{s^{2}}+\frac{C}{s}+\frac{B}{s+2}[/tex]
Using the residues you have A = 2 and B = 1 as you have found.
Rewrite the second member with the common denominator and equate the numerator to 4.
You will find C = -1. This is what you need to find the correct answer.
 
Thanks for not giving up on my question.

Kevin