Write the piecewise function in terms of unit step functions.

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 4K views
shamieh
Messages
538
Reaction score
0
Write the piecewise function
\[ f(t) = \begin{cases}
2t, & 0\leq t < 3 \\
6, & 3 \le t < 5 \\
2t, & t \ge 5 \\
\end{cases}
\]
in terms of unit step functions.

So here is what i;ve got just guessing , I don't think I'm correct. I really need some help. But I got:

$f(t) = 2t[u(t-0) - u(t-3)] + 6[u(t-3) - u(t-5)] + 2t[u(t-5) - u(t - \infty)]$

Which becomes

$f(t) = 2t[u(t) - u(t-3)] + 6[u(t-3) - u(t-5)] + 2t[u(t-5)]$
 
Physics news on Phys.org
Looks good to me!