Here's the integral that I would like to solve. Purely for recreational purposes:
$$I=\int_{0}^{\frac{\pi}{2}} \ln(1+\sin^3x)\text{d}x$$
Here's my shot at it. I would like to stick to this method if possible. Let $I(\alpha)$ be defined as follows:
$$I(\alpha) = \int_{0}^{\frac{\pi}{2}} \ln(1+\alpha\sin^3 x)\text{d}x$$
$$\implies I'(\alpha) = \int_{0}^{\frac{\pi}{2}} \frac{\sin^3x}{1+\alpha \sin^3x}\text{d}x$$
Let $t = \tan(\frac{x}{2})$, and we have
$$I'(\alpha) = \int_{0}^{1}\frac{\frac{8t^3}{(1+t^2)^3}}{1 + \alpha\frac{8t^3}{(1+t^2)^3}}\cdot\frac{2}{1+t^2}\text{d}t$$
I will now get rid of the fraction
$$I'(\alpha) = \int_{0}^{1}\frac{\frac{8t^3}{(1+t^2)^3}}{1 + \alpha\frac{8t^3}{(1+t^2)^3}}\cdot\frac{2}{1+t^2}\cdot\frac{(1+t^2)^3}{(1+t^2)^3}\text{d}t = \int_{0}^{1} \frac{16t^3}{(1+t^2)(t^6 + 3t^4 + 8\alpha t^3 + 3t^2 + 1)}\text{d}t$$
Perform partial fractions (which was so time consuming):
$$I'(\alpha) = \frac{-2}{\alpha}\int_{0}^{1} \left(\frac{(t^2+1)^2}{t^6+3t^4+8\alpha t^3+3t^2+1}-\frac{1}{1+t^2}\right)\text{d}t$$
The second integral is inverse tangent. How would I go about doing the first integral? It's a $4^{th}$-degree polynomial over a $6^{th}$ degree polynomial, but parts of the polynomials look kind of simple.