JavierOlivares said:
I guess I would have thought -(t - 1)*us(t - 1) would be the same as -t* us(t - 1) + 1*us(t - 1). I factored out -(t - 1). My question is why can't I just do that?
I'll make up a different example to make sure I understand it. Let's say I had:
(3t - 1)*us(t - 1) So I got to have (3t - 1) be the same as (t - 1) for this property to work? If yes then:
3*(t - 1/3)*us(t - 1) = 3 * (t - 1 + 2/3)*us(t - 1)
***I made the function this (t - 1 + 2/3) so it equals (t-1).***
So f(t) = t + 2/3 would be the same as:
3*[(t - 1)*us(t - 1) + 2/3*us(t - 1)]
Taking Laplace I get:
3*e-s/s2 + e-s/s.
Hopefully I made this clear. So I asked two questions why can't I do what I did before and given my example is my logic correct?
JavierOlivares said:
I guess I would have thought -(t - 1)*us(t - 1) would be the same as -t* us(t - 1) + 1*us(t - 1). I factored out -(t - 1). My question is why can't I just do that?
I'll make up a different example to make sure I understand it. Let's say I had:
(3t - 1)*us(t - 1) So I got to have (3t - 1) be the same as (t - 1) for this property to work? If yes then:
3*(t - 1/3)*us(t - 1) = 3 * (t - 1 + 2/3)*us(t - 1)
***I made the function this (t - 1 + 2/3) so it equals (t-1).***
So f(t) = t + 2/3 would be the same as:
3*[(t - 1)*us(t - 1) + 2/3*us(t - 1)]
Taking Laplace I get:
3*e-s/s2 + e-s/s.
Hopefully I made this clear. So I asked two questions why can't I do what I did before and given my example is my logic correct?
JavierOlivares said:
I guess I would have thought -(t - 1)*us(t - 1) would be the same as -t* us(t - 1) + 1*us(t - 1). I factored out -(t - 1). My question is why can't I just do that?
I'll make up a different example to make sure I understand it. Let's say I had:
(3t - 1)*us(t - 1) So I got to have (3t - 1) be the same as (t - 1) for this property to work? If yes then:
3*(t - 1/3)*us(t - 1) = 3 * (t - 1 + 2/3)*us(t - 1)
***I made the function this (t - 1 + 2/3) so it equals (t-1).***
So f(t) = t + 2/3 would be the same as:
3*[(t - 1)*us(t - 1) + 2/3*us(t - 1)]
Taking Laplace I get:
3*e-s/s2 + e-s/s.
Hopefully I made this clear. So I asked two questions why can't I do what I did before and given my example is my logic correct?
If ##f(t) = t \, u(t)## then ##f(t-a) = (t-a) \, u(t-a)##, so shifting applies directly to give the LT as ##e^{-as}/s^2##, with almost no work. If you write ##(t-a)\,u(t-a)## as ##t \, u(t-a) - a \, u(t-a)##, you have destroyed the shifting representation. You could write ##t \, u(t-a)## as ##f_1(t-a)##, where ##f_1(t) = (t+a) \, u(t)##, but what would be the point of that?
In your second example,
(3t-1) \, u(t-1) = [3(t-1) + 2] \, u(t-1) = f_1(t-1) + f_0(t-1),
where ##f_0(t) = 2 u(t)## and ##f_1(t) = 3 t\, u(t)##. So we can write the LT immediately as
L(s) = \frac{3}{s^2} e^{-s} + \frac{2}{s} e^{-s}
Somehow you lost the factor '2' in the last term. Look carefully at what you did and you ought to be able to spot the error.
Whatever you do, try to stop "overthinking" the problem because it really is very simple: wherever you see ##h(t-a) u(t-a)##, its LT will be ##e^{-as} {\cal H}(s)##, where ##{\cal H}(s)## is the LT of ##h(t)##. So, ##(3t-1) u(t-1) = h(t-1) u(t-1)##, where ##h(t) = 3t + 2##.