raul_l
- 105
- 0
Homework Statement
The whole expression is
\frac{(-1)^n (2n)!}{2^{2n} (n!)^2} \int^{1}_{-1} (x^2-1)^n dx
and the answer should be
\frac{2}{2n+1}
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.
\int^{1}_{-1} (x^2-1)^n dx = \int^{1}_{-1} (x^2-1)^{n-1} (x^2-1) dx =
= [(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 =
= - 2(n-1) \int^{1}_{-1} (x^2-1)^{n-2} x(x^3/3-x) dx
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 x \rightarrow cos(x)
\int^{1}_{-1} (x^2-1)^n dx = - \int^{0}_{\pi} (cos^2 (x)-1)^{n} sin(x) dx =
= \int^{\pi}_{0} (-1)^n sin^2 (x)^{2n-1} dx
and again, I'm not sure whether that will lead me anywhere or not.
And guidance would be appreciated.