Integrating (sin(x))^6: A Quick Solution

  • Thread starter Thread starter Void123
  • Start date Start date
  • Tags Tags
    Integrating
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 1K views
Void123
Messages
138
Reaction score
0

Homework Statement



I just can't crack the integral of (sin(x))^6 for some reason.

What is the exact solution to this? This is not really a homework question, as an immediate reference to an integral table would be sufficient. But I just need it right away. Thanks.



Homework Equations



...



The Attempt at a Solution



...
 
Physics news on Phys.org
Use integration by parts repeatedly.
 
Or use trig identities. [itex]cos(2x)= cos^2(x)- sin^2(x)= 1- 2sin^2(x)[/itex] so [itex]sin^2(x)= (1/2)(1- cos(2x))[/itex]. Then [itex]sin^6(x)= (sin^2(x))^3= (1/2)^3(1- cos(2x))^3[/itex][itex]= (1/8)(1- 3cos(2x)[/itex][itex]+ 3cos^2(2x)+ cos^3(2x))[/itex].

The integral of 1- 3cos(2x) is straightforward. The integral of [itex]cos^3(2x)[/itex] can be done by writing it as [itex]cos^3(2x)= cos(2x)(1- sin^2(2x))[/itex] and using the substitution u= sin(2x). The integral of [itex]cos^2(2x)[/itex] can be done by using the trig identity [itex]cos^2(2x)= (1/2)(1+ cos(4x))[/itex].