How to Solve Non-Homogeneous Laplace Equations with Right-Hand Side Terms

  • Thread starter Thread starter reece
  • Start date Start date
  • Tags Tags
    Laplace
reece
Messages
9
Reaction score
0
Hi, I can solve homogeneous laplace fine, but with RHS i get stuck half way through.

Q:
y' +3y = 8e^{t}
y(0) = 2

Working as if it was homogeneous..

sY(s) - 2 + 3Y(s) = 8 . \frac{1}{s-1}
Y(s) (s+3) - 2 = 8 . \frac{1}{s-1}

I think the next step is
Y(s) = \frac{2}{s+3} + \frac{8}{s-1}

and then do partial fractions but i don't think it leads me to where I need to be. I think i need to make it into a heaviside ??

Any help would be great. thanks
 
Physics news on Phys.org
After the second step you should get Y(s)= 8/((s-1)*(s+3)) + 2/(s+3)

After doing a partial fraction expansion you get Y(s)= 4/(s-1)

which should give you y(t)= ? (I think you can figure it out from here.)
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top