I have a Laplace transform function of the following form and I'm trying to evaluate it. From my research I think I need to take the Inverse Laplace Transform and then integrate, but I'm having trouble working that out, or if that's even what I have to do.
$$\frac{s^2}{s^2+10s+25} $$ and $$\frac{s}{s+5}$$
Any pointers on where to go from here is much appreciated.
Also, this is not homework, merely my own side project that I'm attempting to work on, but this has got my stymied.
$$ \frac{s^2}{s^2+10s+25} = \left(\frac{s}{s+5}\right)^2 = \left(1-\frac{5}{s+5}\right)^2 = 1 - \frac{10}{s+5} + \frac{25}{(s+5)^2} $$ Since the Laplace transform is linear, you can treat each term separately.
Whenever the degree of the expression in the numerator is at least as big as that in the denominator, you can do long division and get a quotient (in this case $1$) and a remainder (in this case $-5$).