1. The problem statement, all variables and given/known data
∫ (theta)^3 *cos(theta)^2
2. Relevant equations
integration by parts ∫u dv= uv- ∫v du
3. The attempt at a solution
u=theta^3 dv=cos(theta)^2
du=3theta^2 v=sin(theta)^2
here's the problem do i use cos(theta)^2 equal to u, because i'm not sure if the antiderivative i got is right
this is where i'm stuck
rock.freak667
Aug23-08, 02:26 PM
If you wrote the problem correctly, then you should put u=cos(\theta^2) since the anti-derivative of it can't be expressed in a way which will help you.
afcwestwarrior
Aug23-08, 02:31 PM
ok so u=cos(theta)^2
du=2(theta) *sin(theta)^2
rock.freak667
Aug23-08, 02:34 PM
wait...was your question
\int \theta^3 cos(\theta^2) d\theta
OR
\int \theta^3 (cos\theta)^2 d\theta
afcwestwarrior
Aug23-08, 02:37 PM
my question was the 1st one you put
rock.freak667
Aug23-08, 02:39 PM
well in that case. dv=\theta^3 d\theta. v=?. Then put it in the formula.
afcwestwarrior
Aug23-08, 02:40 PM
ok i think i'm stuck again now that i have my equation it's
(1/4 cos) (theta)^2 * (theta)^4 - 1/2 ∫theta^4 *(theta)sin(theta)^2
=(1/4) cos (theta)^4 * (theta)^4 -1/2 ∫ (theta)^4 *(theta) sin(theta)^2
i edited it
afcwestwarrior
Aug23-08, 02:43 PM
v= (1/4) theta^4
rock.freak667
Aug23-08, 02:45 PM
ok so u=cos(theta)^2
du=2(theta) *cos(theta)^2
u=cos(\theta^2)
Let t=\theta^2 \Rightarrow \frac{dt}{d\theta}=2\theta
You might need to another integration by parts and see if it simplifies.
afcwestwarrior
Aug23-08, 02:59 PM
=(1/4) cos (theta)^4 * (theta)^4 -1/2 ∫ (theta)^5 * sin(theta)^2
so i take this part ∫ (theta)^4 * sin(theta)^2
u=sin (theta)^2
du= 2 theta * cos (theta)^2
dv=(theta)^5
v=(1/6) (theta^6)
it looks like i'll keep on integrating
afcwestwarrior
Aug23-08, 03:00 PM
sin (theta)^2 *1/6) (theta^6)-∫ 1/6) (theta^6*2 theta * cos (theta)^2
bigevil
Aug23-08, 03:23 PM
afcwestwarrior, that's not necessary.
Notice that you can split the (I'm going to make x = theta) x^3 cos (x^2) into 0.5(x^2)(2x cos (x^2)). You solve the problem by integrating the 2x cos (x^2) term and differentiating the 0.5x^2 term.
afcwestwarrior
Aug23-08, 03:30 PM
how'd u make it into 0.5(x^2)(2x cos (x^2)).
bigevil
Aug23-08, 03:39 PM
Break the x^3 term into x^2 and x.
When you differentiate x^2 you get 2x, so what you need to do is to create a 2x term. So the integral breaks down into 0.5x^2 (2x cos (x^2)).