Laplace Transform of t: Using Integration by Parts

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
7 replies · 3K views
iRaid
Messages
558
Reaction score
8

Homework Statement


Apply the definition in (1) to find directly the Laplace transforms of the functions described (by formula or graph).
1) f(t)=t


Homework Equations





The Attempt at a Solution


Seems pretty easy... Question is, I don't understand the directions exactly.. Am I allowed to use the tables or do I have to solve the transform? Anyway this is how I solved, but i got stuck..
$$\mathcal{L}(f(t))=\int_0^{\infty}e^{-st}f(t)dt=\int_0^{\infty}te^{-st}dt$$
Then using an integration by parts, u=t and dv=e-stdt, I get:
$$\frac{-te^{st}}{s}\bigg|_0^{\infty}-\int_0^{\infty}\frac{-e^{st}}{s}dt=\left(\frac{-te^{st}}{s}-\frac{e^{s}t^{s}}{s^{2}}\right)\bigg|_0^{\infty}$$
Is that right up to there and what do I do after?
 
Physics news on Phys.org
iRaid said:

Homework Statement


Apply the definition in (1) to find directly the Laplace transforms of the functions described (by formula or graph).
1) f(t)=t


Homework Equations





The Attempt at a Solution


Seems pretty easy... Question is, I don't understand the directions exactly.. Am I allowed to use the tables or do I have to solve the transform? Anyway this is how I solved, but i got stuck..
$$\mathcal{L}(f(t))=\int_0^{\infty}e^{-st}f(t)dt=\int_0^{\infty}te^{-st}dt$$
Then using an integration by parts, u=t and dv=e-stdt, I get:
$$\frac{-te^{st}}{s}\bigg|_0^{\infty}-\int_0^{\infty}\frac{-e^{st}}{s}dt=\left(\frac{-te^{st}}{s}-\frac{e^{s}t^{s}}{s^{2}}\right)\bigg|_0^{\infty}$$
Is that right up to there and what do I do after?

Yes, you solve it by integrating by parts and you are starting with right parts. But it goes badly after that. How did ##e^{-st}## turn into ##e^{st}##? And I have no idea how you got some of the other stuff.
 
Yes I messed up, it should be u= t, du=dt; ##dv=e^{-st}dt##, ##v=\frac{-e^-st}{s}## Which leads to:
$$\frac{-te^{-st}}{s}-\int\frac{-e^{-st}}{s}dt=\frac{-te^{-st}}{s}-\frac{e^{-st}}{s^{2}}$$

Right?
 
iRaid said:

Homework Statement


Apply the definition in (1) to find directly the Laplace transforms of the functions described (by formula or graph).
1) f(t)=t

Homework Equations


The Attempt at a Solution


Seems pretty easy... Question is, I don't understand the directions exactly.. Am I allowed to use the tables or do I have to solve the transform? Anyway this is how I solved, but i got stuck..
$$\mathcal{L}(f(t))=\int_0^{\infty}e^{-st}f(t)dt=\int_0^{\infty}te^{-st}dt$$
Then using an integration by parts, u=t and dv=e-stdt, I get:
$$\frac{-te^{st}}{s}\bigg|_0^{\infty}-\int_0^{\infty}\frac{-e^{st}}{s}dt=\left(\frac{-te^{st}}{s}-\color{red}{\frac{e^{s}t^{s}}{s^{2}}}\right)\bigg|_0^{\infty}$$
Is that right up to there and what do I do after?

On your last line you have dropped the minus sign in the ##e^{-st}##. And check that antiderivative in red.

[Edit] Took too long to type it, others beat me to it.
 
  • Like
Likes   Reactions: 1 person
iRaid said:
Yes I messed up, it should be u= t, du=dt; ##dv=e^{-st}dt##, ##v=\frac{-e^-st}{s}## Which leads to:
$$\frac{-te^{-st}}{s}-\int\frac{-e^{-st}}{s}dt=\frac{-te^{-st}}{s}-\frac{e^{-st}}{s^{2}}$$

Right?

That looks much better. Now you evaluate it between 0 and infinity. It's going to involve thinking about limits. Take s>0.
 
Dick said:
That looks much better. Now you evaluate it between 0 and infinity. It's going to involve thinking about limits. Take s>0.

$$\lim_{t \to \infty} \frac{-te^{-st}}{s}-\frac{e^{-st}}{s^{2}}$$
It seems like both would go to 0... Maybe I'm not seeing something correctly
 
iRaid said:
$$\lim_{t \to \infty} \frac{-te^{-st}}{s}-\frac{e^{-st}}{s^{2}}$$
It seems like both would go to 0... Maybe I'm not seeing something correctly

Yes, they both go to 0. That ##te^{-st}## goes to zero might take a little justification, but if you know why, that's fine. Now you have to take the limit as t->0 and take the difference.
 
  • Like
Likes   Reactions: 1 person
Dick said:
Yes, they both go to 0. That ##te^{-st}## goes to zero might take a little justification, but if you know why, that's fine. Now you have to take the limit as t->0 and take the difference.
##te^{-st}## can be written as ##\frac{t}{e^{st}}## and then you can use l'hospital's since you get ##\frac{\infty}{\infty}## and end up with ##\frac{1}{se^{st}}=0##

AHHH now I see, I forgot you have to evaluate at 0 also...
So the first fraction goes to 0 and the second one will be e-s(0)=1 so you end up with: ##\frac{1}{s^{2}}##

Thanks for the help!