ganondorf29
- 49
- 0
Homework Statement
[tex]\int sin^3(2x) dx[/tex]
Homework Equations
[tex]sin^2(x) + cos^2(x) = 1[/tex]
The Attempt at a Solution
First I try to get the integral in the form of [tex]\intsin^3(u)[/tex] and I do this by u-substitution.
[tex]\int sin^3(2x) dx[/tex]
u = 2x
du = 2dx
dx = du/2
So the new integral looks as such:
[tex]\frac{1}{2}\int sin^3(u) du = \frac{1}{2}\int sin^2(u) * sin(x) du[/tex]
= [tex]\frac{1}{2}\int (1-cos^2(u)) * sin(u) du[/tex]
I do another substitution with 'w'
w = cos(u)
dw = -sin(u) du
du = -dw / sin(u)
[tex]\frac{1}{2}\int (1-w^2) * sin(u) -dw / sin(u)[/tex]
[tex]\frac{-1}{2}[w - \frac{w^3}{3} + C][/tex]
Now I place u and w with their respective substitution
[tex]\frac{-1}{2}[cos(u) - \frac{\cos^3(u)}{3} + C][/tex]
[tex]\frac{-1}{2}[cos(2x) - \frac{cos^3(2x)}{3} + C][/tex]
I don't know where I'm going wrong. Can someone help tell me what/where I messed up