Homework Statement
f(x) = \begin{cases}
0, & t < \pi \\
t - \pi , & \pi \leq t < 2 \pi \\
0, & t \geq 2 \pi
\end{cases}
Homework Equations
Unit step function:
u_c(t) = \begin{cases}
0, & t < c \\
1 , & t \geq c \\
\end{cases}
The Attempt at a Solution
u_{\pi}(t)(t-\pi) - u_{2...