I'm trying to tackle the following question, but I'm not sure that my solution is correct.
Let $f$ be real-valued $2\pi$ periodic function which is continuous almost everywhere, such that its Fourier series is $\displaystyle \sum_{n=-\infty}^{\infty}c_n e^{inx}$.
A. Write $f$ as a sum of odd function $g$ and even function $h$.
B. Show that Fourier coefficients of $g$ are imaginary and Fourier coefficients of $h$ are real.
C. Assuming that $f$ and $f'$ are continuous, show that Fourier coefficients of $f'$ are $in\cdot{c_n}$.
My solution:
- $\displaystyle \sum_{n=-\infty}^{\infty}c_ne^{inx}=\sum_{n=-\infty}^{\infty}c_n\cos(nx)+\sum_{n=-\infty}^{\infty}ic_n\sin(nx)$. If $\displaystyle g\sim \sum_{n=-\infty}^{\infty}ic_n\sin(nx)$ and $\displaystyle h\sim \sum_{-\infty} c_n\cos(nx)$, then $g$ is odd and $h$ is even. Fourier series is additive, hence $f=g+h$, as needed.
- I don't know how to explain it...
- If $f$ is continuous, then its Fourier series uniformly converges to $f$, therefore we can write that $\displaystyle f'\sim \sum_{n=-\infty}^{\infty}\left(c_ne^{inx}\right)'=\sum_{n=-\infty}^{\infty}in\cdot{c_n}e^{inx}$, i.e, the Fourier coefficients of $f'$ are $in\cdot{c_n}$.
Is my reasoning ok? How should I tackle the second question?
Please help, thank you.