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.
 
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