Quick Laplace Transform theory question

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
8 replies · 3K views
bitrex
Messages
190
Reaction score
0
I have some problems where I am to take the Laplace transform of some functions, for example [tex]te^{xt}[/tex] 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.
 
Ok, for example, one of the functions that I can't apply linearity to directly is the Laplace transform of [tex]te^{t}[/tex]. If I integrate that by parts I get [tex]te^{t} -\int \!e^{t}[/tex]. 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?
 
bitrex said:
Ok, for example, one of the functions that I can't apply linearity to directly is the Laplace transform of [tex]te^{t}[/tex]. If I integrate that by parts I get [tex]te^{t} -\int \!e^{t}[/tex]. 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 [tex]te^{t}[/tex] example I get something like

[tex]\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}[/tex]

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

[tex]\frac{1}{s^2 - 2s + 1}[/tex]. 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 [tex]te^{t}[/tex] example I get something like

[tex]\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}[/tex]

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

[tex]\frac{1}{s^2 - 2s + 1}[/tex]. 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.