Laplace transform: function defined by parts

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 3K views
libelec
Messages
173
Reaction score
0
I have this DE:

[tex]\[y'' - 4y' + 8y = f(t) = \left\{ \begin{array}{l}<br /> t{\rm{ }},t \in [0,2) \\ <br /> t + 1{\rm{ }},t \in [2,4) \\ <br /> 0{\rm{ }},t \ge 4 \\ <br /> \end{array} \right.\][/tex]

I have problems transforming f(t). I know that when I have a function defined by parts, I have to use the translation theorem. But for t > 4, f(t) = 0 would let me something like [tex]\[f(t) = t.H(t) + 1.H(t + 2) + 0.H(t + 4)\][/tex], the 3rd term being irrelevant.

What am I doing wrong?
 
Physics news on Phys.org
First of all, you did your shifting wrong.
You want to shift H(t) to the right, so you substract the shifting amount from the argument.
Second of all, the third term must be relevant, because you need it to cancel out the two first term, so the function will vanish.
So your function looks actually like this:
[tex]f(t)=tH(t)+H(t-2)-(t+1)H(t-4)[/tex]
 
Damn, you're right. I made some stupid mistakes there.

Thanks.