Integrate polymonial of any degree

  • Thread starter Thread starter hellbike
  • Start date Start date
  • Tags Tags
    Degree Integrate
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 2K views
hellbike
Messages
61
Reaction score
0
how to integrate [tex](1-x^2)^n[/tex] for [tex]n \in N[/tex] ? 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
[tex]\int_{0}^{1} (1-x^2)^n dx[/tex]

using binomial expansion:

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

and going to definite integral:

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

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 [tex]\frac{\sqrt{\pi} \Gamma(1+n)}{2\Gamma(\frac{3+2n}{2})}[/tex] but that might be too advanced.
 
[tex] c_n = \int_{0}^{1} (1 - x^2)^{\frac{n-1}{n}} dx[/tex]

Therefore,

[tex] c_{2n+1} = \frac{n-1}{2n} C_{2n-3}[/tex]

I'm sure if you were to solve that explicitly, you would get what Gib Z got.