I like to check my answers with wolframalpha, and this one's stubbornly coming up as false when set equal to its answer for the antiderivative, but I can't figure out where I'm going wrong.
Using the identity $\cos^2x = (1-\sin^2x)$, I rewrote the integral as:
$$\int \cos(x)(1-\sin^2x)^2(\sin^5x)\,dx$$
$$u = \sin x\\ du = \cos x\,dx\\ dx = du/\cos x$$
Canceling out the stray cosine, that turns into $\int(1-u^2)^2u^5 \, du$
Expanding, it's $\int (1-2u^2+u^4)u^5\,du = \int (u^5-2u^7+u^9)\,du$
$$= \frac{\sin^6 x}{6}-\frac{\sin^8 x}{4}+\frac{\sin^{10} x}{10}+C$$
Basically, does anybody see an error here? Is there an error?