Laplace transform heavyside function

elcotufa
Messages
20
Reaction score
0

Homework Statement


find the transform of
<br /> sin (wt) u(t - b)<br />


I have to get it into the form for the time shift but I do not know how to deal with the unit function

help appreciated
 
Physics news on Phys.org
The Laplace transform is defined as:
\mathcal{L}\lbrace f(t)\rbrace = \int_0^{\infty} e^{-st}f(t) dt
Now, let's put in
f(t) = g(t) u(t-b)
where u(t-b) is zero for t<b and 1 for t>b. Plugging this in:\int_0^{\infty} e^{-st}f(t) dt = \int_0^{\infty} e^{-st}g(t) u(t-b) dt

Now split this integral into two parts:

\int_0^{\infty} e^{-st}g(t) u(t-b) dt = \int_0^{b} e^{-st}g(t) u(t-b) dt + \int_b^{\infty} e^{-st}g(t) u(t-b) dt

The first integral vanishes, since u(t-b) is zero on the integration domain. In the second the u-function is simply 1. I'll let you solve the remaining steps.
 
ahhh cool


now let's say I have
<br /> (t-1)^4 u(t)<br />

function is 1 from 0 < t < 1 and (t-1)^4 for t> 1

I can easily do the transform of t^4 how would i play with it to just do a time shift after the transform or do I have to go the integral route and do parts?
 
If you do not have to work it out from first principles (and I do not think you have to), you could do it by using this L-transform formula:
L[f(t-a)u(t-a)] = e^{-as}F(s) \text{ where F(s) is L.T. of } f(t).

Of course in the case of (t-1)^4 u(t), it's not in a form which yields itself readily to that formula. In such a case you may have to work out the binomial expansion of (t-1)^4 before applying that formula.
 
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