Oh, okay, so how do I get a g(t) with only one function from 0<t<2 instead of having:
g(t)={f(t), t<1
h(t), t>1)
?
Does it make sense to write:
G(t)={0, t<0
F(t), t<1
H(t), t>1
1, t>2}
as:
G(t)={0, t<0
F(t)+H(t), 0<t<2
1, t>2}
?
EDIT: Nevermind, I think I was doing the other part of the...