Integrating sin^11(x) using substitution

  • Thread starter Thread starter cango91
  • Start date Start date
  • Tags Tags
    Integral
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 9K views
cango91
Messages
14
Reaction score
0

Homework Statement


[tex]\int sin^{11}x.dx[/tex]


Homework Equations





The Attempt at a Solution


[tex]\int (sin^{2}x)^{5}.sinx.dx[/tex]
[tex]\int (1-cos^{2}x)^{5}.sinx.dx[/tex]

let cosx be u, statement became

[tex]- \int (1-u^{2})^{5}.du[/tex]

and I'm stuck here. Any help is appreciated,
thank you
 
Physics news on Phys.org
Why don't you just multiply the expression (1-u^2)^5 out to get just powers of u?
 
Last edited:
This is potentially one of the 10 questions to be asked in tomorrow's 45 minutes exam, there should be a quicker way...

Plus expanding the whole expression would be too long and impractical..

Thanks anyways,
any other suggestions?
 
(1+a)^5=1+5a+10a^2+10a^3+5a^4+a^5. Put a=-u^2. It's pretty easy if you remember the binomial theorem. I can't think of anything easier.
 
No quicker way,EXPAND it!
 
[tex] \int {\sin ^k xdx} = \int {\sin ^{k - 1} x\sin xdx}[/tex]

IBP:
[tex] <br /> - \cos x\sin ^{k - 1} x - \int { - \cos x\left( {k - 1} \right)\sin ^{k - 2} x} \cos xdx<br /> [/tex]

rewrite:[tex] <br /> - \cos x\sin ^{k - 1} x + \left( {k - 1} \right)\int {\cos ^2 x\sin ^{k - 2} x} dx<br /> [/tex]

Use the identity:

[tex] <br /> \cos ^2 x\sin ^{k - 2} x = \left( {1 - \sin ^2 x} \right)\sin ^{k - 2} x = \sin ^{k - 2} x - \sin ^k x<br /> [/tex]

And so:

[tex] <br /> - \cos x\sin ^{k - 1} x + \left( {k - 1} \right)\int {\sin ^{k - 2} x} dx - \left( {k - 1} \right)\int {\sin ^k x} dx<br /> [/tex]

[tex] <br /> k\int {\sin ^k xdx} = - \cos x\sin ^{k - 1} x + \left( {k - 1} \right)\int {\sin ^{k - 2} x} dx<br /> [/tex]

Conclusion:
[tex] <br /> \int {\sin ^k xdx} = - \frac{{\cos x\sin ^{k - 1} x}}{k} + \frac{{k - 1}}{k}\int {\sin ^{k - 2} x} dx<br /> [/tex]