$$\int \sin^2t\cos^2t\,dt$$
Since both exponent are pair and $\ge 2$, according to my understanding I should use one of these equality to solve :
- $\sin^2t = \dfrac{1-\cos2t}{2}$
- $\cos^2t = \dfrac{1+\cos2t}{2}$
- $\sin t\cos t = \dfrac{\sin2t}{2}$
I've tried replacing with each of these tree, but I am unable to solve.
What is wrong with my understanding ? Maybe I need to integrate by part after (I also tried but was unable to solve again) ? Or maybe the equality I've chosen are wrong ?
\begin{align} & \int \frac{\sin^2 2t}{4} dt \\[6pt] = {} & \int \dfrac{1 - \cos 4t}{8} dt \\[6pt] = {} & \frac{t}{8} - \frac{\sin 4t}{32} + C \end{align}
Here $C$ is the constant of indefinite integral.