How do I start solving this question, what are the steps?
a) Find the Fourier series for the function $f(x) = x^4$ on the interval $[−π, π]$.
b) Hence prove that $$1-\frac{1}{2^4}+\frac{1}{3^4}-\frac{1}{4^4}+.....=\frac{7\pi ^4}{720}$$
using
$$\sum _{n=1}^{\infty }\left(\frac{\left(-1\right)^{n-1}}{n^2}\right)=\frac{\pi ^2}{12}$$
The function $f(x)=x^4$ is even, so you only need cosines. Fourier coefficient is $\int_{-\pi}^\pi x^4\cos(nx)dx$, which can be computed by integration by parts. Once you are done, just compute $f(1)$.