I have a problem with solving one integral due to lack of experience in the integration logic. So i have line integral of kind 2 as follows:
$$\int_0^{2 \pi}(2x) \ dx + (3yx) \ dy,$$
given by $C: x = 4\cos(2t), y = 3\sin(2t)$ I intentionally give the example because maybe there is more easy, smart way to do this problem. So i evaluate it and i get $$\int_0^{2 \pi}-64\cos(2t)\sin(2t) + 216\cos^2(2t)\sin(2t)$$ so after some trig identities i have came to this integral $$ \int_{0}^{2 \pi}-64\sin(2t)\cos(2t)+108\sin(4t)\cos(2t)$$ so i decided to make two integrals from this one and i have a problem with integrating $I_2$ $$I_1= -64\int_0^{2 \pi}\sin(2t)\cos(2t) \\ I_2= 108\int_0^{2 \pi}\sin(4t)\cos(2t)$$ Here is my actual question i am usually using $u$ substitution here and i get $$u = \cos(2t) , \ du=-2\sin(2t) \\dt = \frac{du}{2\cos(t)}$$ but this is valid when i have the same angles i want to ask is is still right to do it when i have $\sin(4t) \ ,\cos(2t)$ and if it is how is should be done or is there another way to integrate this part. Thank you in any help in advance.
Hint: $$\sin(a) \cos(b) = \frac{\sin(a+b)}{2} + \frac{\sin(a-b)}{2}$$