Another Laplace Transform Question

jumbogala
Messages
414
Reaction score
4

Homework Statement


Find the Laplace transform of f(t).

f(t) = -9t + 7 + u5(-7 + 9t + et)


Homework Equations





The Attempt at a Solution


The Laplace transform of -9t is just -9/t2

The Laplace transform of 7 is 7/s

But I am not sure how to find it for u5(-7 + 9t + et). In the tables it says ua(t)f(t-a) = e-asF(s). Is that the line I should use? Even if it is, I don't know how.
 
Physics news on Phys.org
You've got the right start. You want to take it term by term, and you have the Laplace transform down for the first two terms. The way to handle step functions is as follows. First, get rid of the step function by saying:

L[u_c(f(t))] = e^{-cs}L[f(t+c)]

So in your case, the third term would become

e^{-5s} L[-2 + 9t + e^t]

Now it's just another term by term Laplace transform. So your final answer should be

<br /> -9/s^2 + 7/s + e^{5s}(-2/s + 9/s^2 + 1/s)<br />

n.b.: Remember that the Laplace transform is always a function of s, while the inverse Laplace transform is a function of t. I see you got it slightly mixed up, so just something to keep in mind! :)
 
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