Laplace Transform of unit step function HELP

diffeq2010
Messages
3
Reaction score
0
Laplace Transform of unit step function HELP!

Homework Statement



f(t)= e^t on 0<=t<1
. . . . t on 1<=t<2
. . . . sin(t) on 2<=t<infinity

Homework Equations



Unit Step Function

The Attempt at a Solution



Here is my attempt at a solution...

f(t)=e^t*u(t)-e^t*u(t-1)+t*u(t-1)-t*u(t-2)+sin(t)*(t-2)

Now I know I need to transform this equation, but I'm not sure how to break it up into something a little easier to comprehend. Any help would be greatly appreciated! Thanks in advance!
 
Physics news on Phys.org


Your new expression for f(t) is correct.


But you should know that L[f(x-a)H(x-a)]=e-asF(s) where F(s)=L[f(t)]
 


So do I just do...

L[e^t*u(t)]-L[e^t*u(t-1)]+L[t*u(t-1)]-L[t*u(t-2)]+L[sin(t)*(t-2)] ??

I don't feel like that is what I'm supposed to do. I think I need to bring some things out and put them in front of the e^t, t, and sin(t) but I have a hard time knowing what to bring out and then exactly how to transform that.
 


diffeq2010 said:
So do I just do...

L[e^t*u(t)]-L[e^t*u(t-1)]+L[t*u(t-1)]-L[t*u(t-2)]+L[sin(t)*(t-2)] ??

I don't feel like that is what I'm supposed to do. I think I need to bring some things out and put them in front of the e^t, t, and sin(t) but I have a hard time knowing what to bring out and then exactly how to transform that.

You need to evaluate each laplace transform now.
For example the Laplace transform of sin(t)
L[sin(omega*t)] = omega / ( s^2 + omega^2)
You also have to use the properties of laplace transforms especially the time shift property.

Or you can just do the integrals for each, you get the same answer and it's about the same amount of work.
 
Last edited:


diffeq2010 said:
So do I just do...

L[e^t*u(t)]-L[e^t*u(t-1)]+L[t*u(t-1)]-L[t*u(t-2)]+L[sin(t)*(t-2)] ??

I don't feel like that is what I'm supposed to do. I think I need to bring some things out and put them in front of the e^t, t, and sin(t) but I have a hard time knowing what to bring out and then exactly how to transform that.
This is the first step in one possible approach to the problem. Now you need to evaluate what each term is, and that's where you do what you're talking about. For example, let's consider the second term, L[e^t u(t-1)]. As rock.freak noted, you have the property L[f(t-a)u(t-a)]=e^{-as}F(s) satisfied by the Laplace transformation. The second term is almost of the right form but not quite because it contains f(t)=e^t rather than f(t-1)=e^{t-1}. You can however use the fact e^t = e^{(t-1)+1}=e^{t-1} e^1 to get

L[e^t u(t-1)] = L[e e^{t-1}u(t-1)]=e L[e^{t-1}u(t-1)] = e\frac{e^{-s}}{s-1} = \frac{e^{-s+1}}{s-1}

You can use similar tricks to evaluate the rest of the terms.
 


Thank you very much! This helps tremendously!
 
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