I need to show that the following trigonometric series converges for every x yet it is not the fourier series of a Riemann integrable function. $\sum_{n=2}^\infty \frac{\sin(nx)}{\log n}$
So far, I wrote the series as the imaginary part of $\sum_{n=2}^\infty \frac{e^{inx}}{\log(n)}$ and we know this series has fourier coefficients $\frac{1}{log(n)}$ . But I am not sure how to show it is convergent.
To show it is not Riemann integrable, I assume I would have to show it is not bounded. But since I dont know what f is,I am unsure how to proceed.
To show that $\sum_{n \geq 2}^{\infty} \frac{\sin(nx)}{\log(n)}$ is convergent, use the Dirichlet test for series convergence (see Wikipedia. Chapter 2, Exc. 7 of Stein & Shakarchi also states this test).
Satisfying the pre-conditions for applying Dirichlet's test: $\frac{1}{\log(n)}$ is a monotonic decreasing sequence, and one can show that $\sum_{n = 2}^{N} \sin(nx)$ is bounded above for all $N$ and any fixed $x$. One way to do it is to multiply the partial sum $\sum_{n = 2}^{N} \sin(nx)$ by $\sin(x)$ and use the identity $\cos(a - b) - \cos(a + b) = 2\sin(a)\sin(b)$. Independently of $N$, the sum telescopes into finitely many cosines, so we get the desired result.
To show the second part of the question, apply Parseval's identity / Bessel's inequality (see DisintegratingByParts' comment).