Let $$I(n)=\int_0^1 (x-x^2)^n dx .$$ Mainly, what I'm trying to get is a recurrent form of this integral that probably involves $I(n-1)$.
My attempt $(x-x^2)^n=(-(x^2-x+1/4-1/4))^n=(1/4-(x-1/2)^2)^n$. Let $t=x-\frac12$, hence the integral becomes
$$I(n)=\int_{1/2}^{3/2} \left(\frac14-t^2\right)^n dt .$$
Further , I tried integrating by parts , but I didn't manage to get anything .
Can someone try and find a reduction formula for this ?
Integrate by parts
$$I_n=\int_{0}^{1}{x^n(1-x)^n dx}=-\frac{1}{2} \int_{0}^{1}(1-2x)'{x^n(1-x)^n dx}=-\frac{1}{2} (1-2x)x^n(1-x)^n|_0^1+$$$$+\frac{1}{2}\int_{0}^{1}n(1-2x)^2{x^{n-1}(1-x)^{n-1} dx}=\frac{n}{2} \int_{0}^{1}[1-4(x-x^2)]{x^{n-1}(1-x)^{n-1} dx}=\frac{n}{2}I_{n-1}-2nI_n.$$ $$I_n=\frac{n}{2(2n+1)}I_{n-1}. $$