Integrate polymonial of any degree

  • Thread starter Thread starter hellbike
  • Start date Start date
  • Tags Tags
    Degree Integrate
hellbike
Messages
61
Reaction score
0
how to integrate (1-x^2)^n for n \in N ? Limits of integral are from 0 to 1, but i don't think that matter.

(i tried to use latex for int, but it wasn't working).
 
Physics news on Phys.org
Use the binomial expansion.
 
\int_{0}^{1} (1-x^2)^n dx

using binomial expansion:

\int \sum_{k=0}^{n}( {n \choose k} (-x^2)^k) dx = \sum_{k=0}^{n}( {n \choose k} \frac{x (-x^2)^k)}{2 k+1})

and going to definite integral:

\int_{0}^{1} (1-x^2)^n dx = \sum_{k=0}^{n}( {n \choose k} \frac{(-1)^k)}{2 k+1})

is this correct? Can anything else be done there?

And either "preview post" or latex is not working correctly on this forum.

How to solve this using integration by parts?

@edit
ok, nvm, done already.
 
Last edited:
That's correct. It can be written as \frac{\sqrt{\pi} \Gamma(1+n)}{2\Gamma(\frac{3+2n}{2})} but that might be too advanced.
 
<br /> c_n = \int_{0}^{1} (1 - x^2)^{\frac{n-1}{n}} dx<br />

Therefore,

<br /> c_{2n+1} = \frac{n-1}{2n} C_{2n-3}<br />

I'm sure if you were to solve that explicitly, you would get what Gib Z got.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top