Solving Integral of sin^11x: Step-by-Step Guide

  • Thread starter Thread starter cango91
  • Start date Start date
  • Tags Tags
    Integral
cango91
Messages
14
Reaction score
0

Homework Statement


\int sin^{11}x.dx


Homework Equations





The Attempt at a Solution


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

let cosx be u, statement became

- \int (1-u^{2})^{5}.du

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!
 
<br /> \int {\sin ^k xdx} = \int {\sin ^{k - 1} x\sin xdx}<br />

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

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

Use the identity:

<br /> <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 /> <br />

And so:

<br /> <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 /> <br />

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

Conclusion:
<br /> <br /> \int {\sin ^k xdx} = - \frac{{\cos x\sin ^{k - 1} x}}{k} + \frac{{k - 1}}{k}\int {\sin ^{k - 2} x} dx<br /> <br />
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top