raul_l
- 105
- 0
Homework Statement
The whole expression is
[tex]\frac{(-1)^n (2n)!}{2^{2n} (n!)^2} \int^{1}_{-1} (x^2-1)^n dx[/tex]
and the answer should be
[tex]\frac{2}{2n+1}[/tex]
but I don't know how to get there.
I came across this while checking the orthogonality of the associated Legendre functions.
Homework Equations
The Attempt at a Solution
First I tried integrating by parts.
[tex]\int^{1}_{-1} (x^2-1)^n dx = \int^{1}_{-1} (x^2-1)^{n-1} (x^2-1) dx =[/tex]
[tex]= [(x^2-1)^{n-1} (x^3/3-x)]^{1}_{-1} - 2(n-1) \int^{1}_{-1} (x^2-1)^{n-2} x(x^3/3-x) dx =[/tex]
[tex]= - 2(n-1) \int^{1}_{-1} (x^2-1)^{n-2} x(x^3/3-x) dx[/tex]
I think that by integrating by parts I would eventually get rid of n under the integral sign which is good but the integrand itself gets more and more complicated so I'm not sure whether I should continue doing this.
Then I tried making the substitution [tex]x \rightarrow cos(x)[/tex]
[tex]\int^{1}_{-1} (x^2-1)^n dx = - \int^{0}_{\pi} (cos^2 (x)-1)^{n} sin(x) dx =[/tex]
[tex]= \int^{\pi}_{0} (-1)^n sin^2 (x)^{2n-1} dx[/tex]
and again, I'm not sure whether that will lead me anywhere or not.
And guidance would be appreciated.