
The given time signal is:
$$u(t) = -3\sigma(t+4) + 6\sigma(t) - 3\sigma(t-4)$$
$\sigma$ - unit step function
The same signal can be describes with the following mathematical relation between $u(t)$ and $u_1(t)$:
$$u(t) = u_1(t-t_0) - u_1(t+t_0)$$
Now I have to determine the signal $u_1(t)$.
First attempt
$$ \begin{align} u(t) &= u(t)\\ -3\sigma(t+4)+6\sigma(t)-3\sigma(t-4) &= u_1(t-t_0)-u_1(t+t_0)\\ \color{red}{-3\sigma(t+4)+3\sigma(t)}\color{blue}{-3\sigma(t-4)+3\sigma(t)} &= \color{red}{u_1(t-t_0)}\color{blue}{-u_1(t+t_0)} \end{align} $$
At this point I see two problems:
- Ignoring the parameters, the signs does not look correctly. Expecting sign change between blue and red on the left side.
- Not ignoring the parameters, could the signs be right and should I assume $t_0 = 4$?
Second attempt
Canceled because of a good answer.