How do I solve this odd power of sine integral problem?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
7 replies · 6K views
tanky322
Messages
43
Reaction score
0

Homework Statement



Integral((sin(x))^2((cos(x))^2) dx


Homework Equations





The Attempt at a Solution



separate Cos (x)^3

sin(x)^2 (cos(x))(cos(x))^3

Then:apply identities

sin(x)^2(cos(x))(1-sin(x)^2)


And now I am lost!:eek:



Thanks a lot!
 
Physics news on Phys.org
Is that supposed to be (cosx)^4 or something (unless you divide by cos as well, you cannot have a cos^3 out of cos^2)?

The way I would do this is to use the identity that sin^2 x is 1 - cos^2 x, and then you can integrate cos^n x with a reduction formula or double angle identities.

Or you could start off with double angle identities and see where it leads you.
 
Yea Sorry I screwed that up the original integral is
Integral((sin(x))^2((cos(x))^3) dx


Then
separate Cos (x)^3

sin(x)^2 (cos(x))(cos(x))^2

Then:apply identities

sin(x)^2(cos(x))(1-sin(x)^2)

So now If I change the sin(x)^2 to 1-cos(x)^2 I won't have dx just as if I change it back?
 
(sinx)^2 = 1-(cosx)^2
so...

Int((sin(x))^2((cos(x))^3) dx
=Int[(cosx)^3(1-(cosx)^2)]dx
=Int[(cosx)^3 - (cosx)^5]dx
= -(cosx)^4/4sinx + (cosx)^6/6sinx

Right?
 
Last edited:
Perhaps you should try using

[itex]\sin (2x) = 2 \sin (x) \cos (x)[/itex]

edit: sorry, didn't see the new problem
 
Ok here's my shot at this one at 6:40 AM :bugeye:

so it becomes

[tex]\int sin^2(x)cos(x)dx -\int sin^4(x)cos(x)dx[/tex]

by using 1-sin(x)^2

So I make u sin(x)
du cos(x)

Therefore I get (sin(x)^3)/3-(sin(x)^5)/5

That sound about right?

Thanks,
Andy