Laplace transforms and partial fractions

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
8 replies · 3K views
morry
Messages
136
Reaction score
0
Hey guys, I am supposed to find the Laplace transform of a set of ODEs.

Ive broken it down a bit and I am left with finding the Laplace transform of:

(-2e^-s)/(s(s+4)(s+1))

Is this something I have to use partial fractions for? Or is there another way? I am a bit confused.
 
Physics news on Phys.org
Ahh, yeah that would be correct. oops
 
If so, factor out the exponential and just deal with the rational part:

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

So [tex]\frac{1}{s(s+4)(s+1)}=\frac{A}{s}+\frac{B}{s+4}+\frac{C}{s+1}[/tex]
 
Ok, so after finding values for A,B,C, do I just use the tables in order to work out the individual bits?
ie ((-2e^-s)*A)/s etc?
 
benorin said:
Cross-multiply to get:

[tex]1=A(s+4)(s+1)+Bs(s+1)+Cs(s+4)[/tex]

then plug, say, s=0,-4,-1 into the above to solve for A,B, and C


s=0 gives 1=4A or [tex]A=\frac{1}{4}[/tex]

s=-4 gives 1=12B or [tex]B=\frac{1}{12}[/tex]

and s=-1 gives 1=-3C or [tex]C=-\frac{1}{3}[/tex]
 
Cheers Benorin, partial fractions are no worries, just that exponential that was confusing me, seems pretty simple now.