This is what I did when I solved the $$\int(\sin(2x)\cos(2x))dx$$
First I used integration and made $$u=2x$$ Then I found the derivative of $2x$ and determined its value when it is equal to $dx$, $$\frac{du}{dx}=2$$$$dx=\frac{du}{2}$$
Substituting these values into the integral we get $$\int[\sin(u)\cos(u)]\frac{du}{2}$$
Then I turned sine and cosine into their anti-derivatives. From my math class I learned that the anti-derivative of $\sin(x)$ is $-\cos x$ and the antiderivative of $\cos(x)$ is $\sin(x)$.
Thus my answer is
$$\frac{1}{2}[-\cos(2x)\sin(2x)+c]$$ However the answer is supposed to be $$\frac{\sin^2(2x)}{4}+C$$ Could someone tell me why?
You can't turn them into their antiderivatives when two functions are in multiplication. You have to simplify the integral until you know the antiderivative of the whole function inside the integral.
$$\int[\sin(u)\cos(u)]\frac{du}{2}$$ derivative of $\sin(u)$ is $\cos(u)$. We can solve the integral using the substitution
$$t=\sin(u)$$ $$dt=\cos(u)du$$
$$\int[\sin(u)\cos(u)]\frac{du}{2}=\int\frac{t}{2}dt=\frac{t^2}{4}=\frac{\sin^2(u)}{4}+C=\frac{\sin^2(2x)}{4}+C$$