We are given that $\sin\theta + \sin^3\theta + \sin^2\theta = 1$
Find the value of $\cos^{12}\theta + 3\cos^{10}\theta + 3\cos^{8}\theta + \cos^6\theta + 2\cos^4\theta + 2\cos^2\theta - 2$
Now, I was able to establish the following from the first equation:
$\sin\theta + \sin^3\theta + \sin^2\theta = 1 = \sin^2\theta + \cos^2\theta \implies \sin\theta + \sin^3\theta = \cos^2\theta$
The next obvious step was to simplify the second expression. I let $\cos^2\theta = x$:
$f(x) = x^6 + 3x^5 + 3x^4 + x^3 + 2x^2 + 2x - 2$
$f(-1) = 0 \implies f(x) = (x + 1)(x^5 + 2x^4 + x^3 + 2x - 2)$
I was stuck after this.