For the first function, we have a piecewise function defined as:
f(x) = \begin{cases}
2, & 0 < x < 1 \\
1, & 1 \leq x < 2
\end{cases}
The function has a period of 2, so we can find the Fourier series coefficients as follows:
a_0 = \frac{1}{2} \int_0^2 f(x) dx =
Show more…