I have to integrate the following:
$\int_0^\limits\frac{\pi}{2}\sin^7(\theta)\cos^5(\theta)d\theta$
I decided to use a $u$ substitution of $u=\sin^2(\theta)$, and $\frac{du}{2}=\sin(\theta)\cos(\theta)$
and arrived at this integral
$\int_\limits{0}^{1}u^3(1-u)^2du$
From here I decided to use integration by parts using $g=u^3$ and $dv=(1-u)^2du$
I get the following:
$$\biggl[\frac{u^3*(1-u)^3}{3}\biggr]_0^1-\int_\limits{0}^{1}(u^2*(1-u)^3)du$$
Repeated again $g=u^2$, and $dv=(1-u)^3du$
$$\biggl[\frac{u^3*(1-u)^3}{3}\biggr]_0^1-\biggl[\frac{u^2*(1-u)^4}{4}\biggr]_0^1+\frac{1}{2}\int_\limits{0}^{1}u(1-u)^4$$
Repeating again $g=u$, and $dv=(1-u)^4$
$$\biggl[\frac{u^3*(1-u)^3}{3}\biggr]_0^1-\biggl[\frac{u^2*(1-u)^4}{4}\biggr]_0^1+\frac{1}{2}\biggl[\frac{u(1-u)^5}{5}\biggr]_0^1-\frac{1}5\int_\limits{0}^{1}(1-u)^5$$
and I get
$$\biggl[\frac{u^3*(1-u)^3}{3}\biggr]_0^1-\biggl[\frac{u^2*(1-u)^4}{4}\biggr]_0^1+\frac{1}{2}\biggl[\frac{u(1-u)^5}{5}\biggr]_0^1-\frac{1}{30}\biggl[(1-u)^6\biggr]_0^1$$
I think you complicated the last part, after all you are integrating a polynomial.
$\displaystyle \int_0^1 u^3(1-u)^2\mathop{du}=\int_0^1 (u^3-2u^4+u^5)\mathop{du}=\left[\frac{u^4}4-2\frac{u^5}5+\frac{u^6}6\right]_0^1=\frac 14-\frac 25+\frac 16=\frac 1{60}$
Also you dropped the coeff $\dfrac 12$ from $\dfrac{du}2$, the result should be $\dfrac 1{120}$