Let $a$ be a real number. I'm asked to find the sum of the series: $$ \sum_{n = 1}^{\infty} (-1)^n\frac{\sin(nx)}{n(n^2 + a^2)}$$
I've tried to represent the series as sum of two series: $$ \sum_{n = 1}^{\infty} (-1)^n\frac{\sin(nx)}{a^2n} - \sum_{n = 1}^{\infty} (-1)^n\frac{\sin(nx)n}{a^2(n^2 + a^2)}$$
Where the first series in $[-\pi, \pi]$ is $-\frac{x}{2a^2}$. I've tried to go to the complex form for the second series and convert it to the Taylor series of $\ln(1 + x)$ but did not succeed.
Is it some well-known Fourier series? Can anybody give me a hint?
Let $$y(x)=\sum_{n=1}^{\infty}(-1)^n\frac{\sin nx}{n(n^2+a^2)}$$ Since the denominator goes as $n^3$, $y^{\prime}(x)$ is uniformly continuous so we can differentiate twice to get $$a^2y-y^{\prime\prime}=\sum_{n=1}^{\infty}(-1)^n\frac{\sin nx}{n}$$ This looks familiar and indeed if $$x=\sum_{n=1}^{\infty}b_n\sin nx$$ Then $$b_n=\frac2{\pi}\int_0^{\infty}x\sin nxdx=\left.\frac2{\pi}\left(-\frac xn\cos nx+\frac1{n^2}\sin nx\right)\right|_0^{\pi}=-\frac2n(-1)^n$$ So we have $$y^{\prime\prime}-a^2y=\frac12x$$ Solution is $$y=-\frac x{2a^2}+C_1\cosh ax+C_2\sinh ax$$ Now, $y(0)=C_1=0$, and the denominator of the original Fourier series goes as $n^3$, so the series must be continuous, even at its wraparound points: $$y(-\pi)=-y(\pi)=y(\pi)=0=-\frac{\pi}{2a^2}+C_2\sinh a\pi$$ So our result is $$\sum_{n=1}^{\infty}(-1)^n\frac{\sin nx}{n(n^2+a^2)}=-\frac x{2a^2}+\frac{\pi\sinh ax}{2a^2\sinh \pi a}$$