Initial value problem (Laplace)

math_04
Messages
21
Reaction score
0

Homework Statement



Use the Laplace transform method to solve the differential equation

y" -4y' +4y = e^2t subject to initial conditions y(0)=1, y'(0)=0

Homework Equations





The Attempt at a Solution



s^2Y(s) -sy(0) - y'(0) - 4[ sY(s) - y(0)] + 4Y(s)= L (e^2t)

Y(s) [s^2 -4s +4] - s -4 = 1/(s-2)

Y(s) [ (s-2)^2 ] = 1/(s-2) + s +4

Y(s) = 1/(s-2)^3 + s/(s-2)^2 + 4/(s-2)^2

Is this right, how do I find out the inverse laplace of Y(s) like for example 1/(s-2)^3 seems impossible!

Thanks.
 
Physics news on Phys.org
? Pretty nearly every inverse lapalce transform is done by looking it up in a table of transforms. But, as I pointed out in response to your other post, generally, you find the Laplace transform (and almost always the inverse transform) by looking it up in a table. Here is a good one:
http://www.vibrationdata.com/Laplace.htm

In particular, the inverse transform of 1/(s-2)3 is (1/2)t2e-2t.
 
Last edited by a moderator:
how about s/(s-2)^2. It isn't a cosine or sine laplace thing?

Thanks.
 
You can find \frac{1}{(s-2)^2} and s in that table he linked.
 
\frac{1}{(s-2)^3}
and
\frac{1}{(s-2)^2}
are given by number 2.11 in that table.

By partial fractions,
\frac{s}{(s-2)^2}= \frac{1}{s-2}+ \frac{2}{(s-2)^2}
 
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