I would like to evaluate the following integral:
$$\int_{0}^{1} \sin x \cdot \ln x dx$$
I had a pretty decent idea to do it, and that is by turning $\sin x$ an $\ln x$ into their respective power series, turning it into a double summation, and integrating. This yields the following:
$$-\int_{0}^{1}\sum_{n=0}^{\infty} \sum_{m=0}^{\infty} \frac{x^{2n+1}(-1)^n(1-x)^{m+1}}{(m+1)(2n+1)!} dx$$
Putting the integral inside the double summation and making use the beta function, we get:
$$ =-\sum_{n=0}^{\infty} \sum_{m=0}^{\infty}\frac{(-1)^n \beta(2n+1,m+1)}{(m+1)(2n+1)!}$$
A slight reindexing gives:
$$\sum_{n \space \text{odd}} \sum_{m \space\geq 1}\frac{\beta(n,m)}{n!m}$$
Notice the $-1$ in the front goes away by cancelling with the $-1$ from letting $n$ run through the odds.
Is this a valid strategy? If there is a closed form for this integral, I think this is a pretty cool summation identity. Can someone help out?
Integrating by parts $$\int \log x \sin x \, dx=-\cos x \log x-\int\left(- \frac{\cos x}{x}\right)\,dx=$$ $$=-\cos x \log x+\text{Ci}(x)+C$$ The requested improper integral is $$\int_0^1 \log x \sin x \, dx=\text{Ci}(1)-\underset{x\to 0}{\text{lim}}(\text{Ci}(x)-\log x \cos x)=^*\text{Ci}(1)-\gamma$$ where $\gamma$ is the Euler-Mascheroni constant.
$^*$ MacLaurin expansions are
$\text{Ci}(x)=\log x+\gamma +O\left(x^2\right)$
$\log x\cos x=\log x+O\left(x^2\right)$