Quick Laplace Transform theory question

bitrex
Messages
190
Reaction score
0
I have some problems where I am to take the Laplace transform of some functions, for example te^{xt} not by using the integral definition but instead by using a table of transforms and the fact that the Laplace transform is a linear operator. However, the instructions say that "A preliminary integration by parts may be necessary." If I use an integration by parts on the function first though to break it up, haven't I changed the function to something other than what I am supposed to be taking the Laplace transform of? Thanks for any advice.
 
Physics news on Phys.org
If you do an integration by parts you change the original integral into another integral plus a difference part. Sure, you have to keep track of the difference part if you expect to get the laplace transform of the original function.
 
I'm afraid I'm still not entirely clear on what to do - apparently the purpose of the exercise is to calculate the Laplace transform just from the tables without using the integral definition at all, so I'm not completely clear on why I'm integrating something anyway. Essentially the instructions say "Don't use the integral definition of the Laplace transform, but you may have to integrate" so I'm a bit confused.
 
If you do the integration by parts, and the parts integral is in the table, then you've figured out the original integral. Why don't you just try an example?
 
Ok, for example, one of the functions that I can't apply linearity to directly is the Laplace transform of te^{t}. If I integrate that by parts I get te^{t} -\int \!e^{t}. That doesn't seem to simplify the problem as I'm left with something worse than what I started with. Also, even if I could use the tables to find the Laplace transform of this new function, wouldn't I be finding the Laplace transform of the integral of the original function, not the original function itself?
 
Well you know that L[ekt]=1/(s-k) for s>0.

Now if L[f(t)]=F(s), then there is a property that says

L[-tf(t)]=F'(s)
 
bitrex said:
Ok, for example, one of the functions that I can't apply linearity to directly is the Laplace transform of te^{t}. If I integrate that by parts I get te^{t} -\int \!e^{t}. That doesn't seem to simplify the problem as I'm left with something worse than what I started with. Also, even if I could use the tables to find the Laplace transform of this new function, wouldn't I be finding the Laplace transform of the integral of the original function, not the original function itself?

You don't want to integrate the function by parts, yes, that would mean you are finding the laplace transform of a different function. That would be foolish. You want to integrate the function times exp(-s*t) by parts. I think that's what the instructions are really trying to tell you. Is that what's confusing?
 
Last edited:
Yes, it makes sense now. I had some kind of mental block on what the problem set was asking me to do, heh. So for the te^{t} example I get something like

\int_0^\infty e^{-st}te^{t}dt = \int_0^\infty e^{-(s-1)t}t dt = \frac{e^{-(s-1)t}}{1 -s}t \bigg|_0^\infty - \frac{1}{1-s} \int_0^\infty e^{-st}e^{t}

The second part of the expression is just the Laplace transform of e^t, so we get

\frac{1}{s^2 - 2s + 1}. How's that look?

edit: I've made an error in the above, have to try again
edit: I think the answer is correct now...
 
Last edited:
bitrex said:
Yes, it makes sense now. I had some kind of mental block on what the problem set was asking me to do, heh. So for the te^{t} example I get something like

\int_0^\infty e^{-st}te^{t}dt = \int_0^\infty e^{-(s-1)t}t dt = \frac{e^{-(s-1)t}}{1 -s}t \bigg|_0^\infty - \frac{1}{1-s} \int_0^\infty e^{-st}e^{t}

The second part of the expression is just the Laplace transform of e^t, so we get

\frac{1}{s^2 - 2s + 1}. How's that look?

edit: I've made an error in the above, have to try again
edit: I think the answer is correct now...

That looks just fine.
 
Back
Top