Consider the integral: $$\int_0^1 \frac{\sin(\pi x)}{1-x} dx$$ I want to do this via power series and obtain an exact solution.
In power series, I have $$\int_0^1 \left( \sum_{n=0}^{\infty} (-1)^n \frac{(\pi x)^{2n+1}}{(2n+1)!} \cdot \sum_{n=0}^{\infty} x^n \right)\,\,dx$$ My question is: how do I multiply these summations together? I have searched online, however, in all cases I found they simply truncated the series and found an approximation.
Many thanks