Given the integral $(1)$
$$\int_{0}^{\pi}{\sin^5 x\over 1+\cos^3 x}\mathrm dx=\ln 3\tag1$$
This integral seems to be quite tough, I can't even know where to start. I have try substitution $u=1+\cos^3 x$ and $u=\cos^3 x$, can seem to remove the x variables.
We have the following identities
$$\sin^5a={5\over 8}\sin a-{5\over 16}\sin 3a+{1\over 16}\sin 5a\tag2$$
$$\cos^3 a={3\over 4}\cos a+{1\over 4}\cos 3a\tag3$$
We may write $(1)$ as
$$\int_{0}^{\pi}{\sin x(1-\cos^2 x)^2\over 1+\cos x(1-\sin ^2 x)}\mathrm dx\tag4$$
$u=1-\sin^2 x\implies \mathrm du=-2\sin x\cos x\mathrm dx$ then $(4)$ becomes
$${1\over 2}\int_{0}^{1}{(1-u)^2\over \sqrt{u}+u^2}\mathrm du\tag5$$
$u=v^2\implies du=2vdv$ then $(5)$ becomes
$$\int_{0}^{1}{(1-v^2)^2\over v+v^4}\cdot{v\mathrm dv}\tag6$$ Simplify to
$$\int_{0}^{1}{(1-v)(1-v^2)\over 1-v+v^2}\mathrm dv\tag7$$
I guess using partial decomposition of fraction and integrate term by term, seem lengthy process
How else can we prove $(1)$?
$$ I=2\int_0^1\frac{(\cos(x)-1)^2 d(\cos(x))}{1+\cos^3(x)} $$
– tired Mar 22 '17 at 19:00