Laplace transform of t*u(t-1)

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
xemnas1
Messages
2
Reaction score
0

Homework Statement



Find the laplace transform of;

t*u(t-1)

I always thought that the laplace transform of the function was;

(1/s^2) * (e^-s)

However, recently I was told that I was wrong!

I was told that I was wrong, because t*u(t-1) is not a function of (t-1). That in order to take the proper laplace transform of it, I needed it to turn it into a function of (t-1).

How can I do that? Can anyone help me find the proper laplace transform of my function, please?
 
Physics news on Phys.org
okay, this isn't too hard, let's start out with the definition of the laplace transform:

[tex]\int_0^\infty t u(t-1) e^{-st} dt= \int_1^\infty t e^{-st} dt[/tex]

and then you just need to evaluate the integral, which will give you something like:
[tex]\frac{e^{-s}(s+1)}{s^2}[/tex]
 
Thank you, I did everything and got the same result. :]