I was trying to solve the integral $\int_0^{\frac{\pi}{2}} \ln(1+\alpha\sin^2 x)\, dx$, where $\alpha>-1$
And my approach is using infinite sum by expanding $\ln(1+\alpha\sin^2 x)$
So let $I=\int_0^{\frac{\pi}{2}} \ln(1+\alpha\sin^2 x)\, dx$ \begin{align*} I&=\int_0^{\pi/2} \sum_{k=0}^{\infty}\frac{(-1)^{k}\alpha^{k+1}\sin^{2k+2} x}{k+1}dx\\ &=\sum_{k=0}^{\infty}\frac{(-1)^{k}\alpha^{k+1}}{k+1} \int_0^{\frac{\pi}{2}} \sin^{2k+2} x dx\\ &=\sum_{k=0}^{\infty}\frac{(-1)^{k}\alpha^{k+1}}{k+1}\frac{(2k+1)!!}{(2k+2)!!}\frac{\pi}{2} \end{align*} I'm stuck at this summation
Edit 1: I'm interested in solving the sum, please do not suggest to solve the integral the other way around as in the link I provided already has sufficient of them
Edit 2: I evaluated $\int_0^{\frac{\pi}{2}} \sin^{2k+2} x dx$ wrong. I also add the domain for $\alpha$.