Laplace Transformation and unit step func

Susanne217
Messages
311
Reaction score
0

Homework Statement



I am given the following

f(t)= e^t where 0<t<2

express the function f(t) in the terms of the unitstep func.


Homework Equations



I am told that the f(t) can be expressed

\mathcal{L}(f(t-a)u(t-a)) = e^{-as}F(s)

The Attempt at a Solution




where F(S) = \mathcal{L}(f(t))

then

\mathcal{L}(f(t-0)u(t-0)) = \frac{1}{s}

and

\mathcal{L}(f(t-2)u(t-2)) = e^{-2s} \frac{1}{s-1}

I am told that I need to add the two together (what is my motivation for doing this?)

and if I do this I get

\mathcal{L}(F(s)) =\frac{1+e^{-2s}}{s(s-1)}

what am I doing wrong here?

Best Regards
Susanne

edit: I have discovered that if I take the place integral

\mathcal{L}(f(t)) = \int _{0}^{2} e^{-st} \cdot e^{t} dt = \frac{e^{t-st}}{1-s}|_{t=0}^{2} = \frac{1-e^{2-2s}}{1-s}

which is desired result according to the textbook. But how do I show that this can the found using the original method above?
 
Last edited:
Physics news on Phys.org
When you write your f(t) in terms of unit step functions you should get:

f(t) = et(u(t-2) - u(t))

= etu(t-2) - etu(t)

[Edit] signs wrong here, should be:

etu(t)-etu(t-2)


The first term is not in the form f(t-a)u(t-a). It is of the form f(t)u(t-a).

Have you had this form of the shift theorem:

L(f(t)u(t-a)) = e-asL(f(t+a)) ?

It is what you generally want for this type of transform. Try it and you will get your correct answer.
 
Last edited:
LCKurtz said:
When you write your f(t) in terms of unit step functions you should get:

f(t) = et(u(t-2) - u(t))

= etu(t-2) - etu(t)

The first term is not in the form f(t-a)u(t-a). It is of the form f(t)u(t-a).

Have you had this form of the shift theorem:

L(f(t)u(t-a)) = e-asL(f(t+a)) ?

It is what you generally want for this type of transform. Try it and you will get your correct answer.

Hi maybe this is stupid question the reason why you subtract is it because because it can be seen as an integral? And that being the reason why what I get with the integral is the same result?
 
"Hi maybe this is stupid question the reason why you subtract is it because because it can be seen as an integral? And that being the reason why what I get with the integral is the same result?"

No. etu(t-2) is zero up until t = 2, then it is et.
etu(t) agrees with et for t > 0.

Look at the graphs of those. You need to subtract the part for t > 2 to get 0 for t > 2. That is why you subtract the u(t-2) part.

For that reason, if b > a, u(t-a) - u(t-b) is sometimes called a filter function. Because if you multiply any f(t) by that what you get is just the portion of f(t) on [a,b] and zero elsewhere.

They are very useful in LaPlace transforms for taking transforms of piecewise defined functions.

You got the correct result when you integrated because you computed the transform directly and correctly. But you should still learn to do it with the shift theorem. Did you try what I suggested?
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top