Integrating (x^2-1)^n: How to Get to the Answer?

  • Thread starter Thread starter raul_l
  • Start date Start date
  • Tags Tags
    Integrate
raul_l
Messages
105
Reaction score
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.
 
Physics news on Phys.org
Try the binomial expansion of (x^2-1)^n and exploit the fact that the interval of integration is [-1, 1]. Hint: even vs. odd terms. See if that gets anywhere.

--Elucidus
 
Last edited:
Yes, I forgot to mention earlier that I had also tried the binomial formula.

\int^{1}_{-1} (x^2-1)^n dx = \int^{1}_{-1} \sum^n_{k=0} \frac{n!}{k!(n-k)!} x^{2n-2k} (-1)^k dx = \sum^n_{k=0} \frac{(-1)^k n!}{k!(n-k)!} \int^{1}_{-1} x^{2n-2k} dx = \sum^n_{k=0} \frac{(-1)^k n!}{k!(n-k)!} \frac{2}{2n-2k+1}

So far the expression has become

\frac{(-1)^n (2n)!}{2^{2n} (n!)^2} \sum^n_{k=0} \frac{(-1)^k n!}{k!(n-k)!} \frac{2}{2n-2k+1}

which has to be equal to \frac{2}{2n+1}

I still don't understand how.
Perhaps there are some formulas that could be used but I'm unaware of.

Most of the derivation is given in this book: http://physics.bgu.ac.il/~gedalin/Teaching/Mater/mmp.pdf
I understand all of it except the very end (page 311).
 
Okay, I can use
\int sin^n (x) dx = -\frac{1}{n}sin^{n-1}(x) cos (x) + \frac{n-1}{n} \int sin^{n-2}(x)dx

which in my case becomes
\int^{\pi}_0 sin^n (x) dx = \frac{n-1}{n} \int^{\pi}_0 sin^{n-2}(x)dx

Now
\frac{(-1)^n (2n)!}{2^{2n} (n!)^2} \int^{\pi}_{0} (-1)^n sin^{2n+1}(x) dx =

= \frac{(2n)!}{2^{2n} (n!)^2} \frac{2n}{2n+1} \int^{\pi}_{0} sin^{2n-1}(x) dx =

= \frac{(2n)!}{2^{2n} (n!)^2} \frac{2n(2n-2)}{(2n+1)(2n-1)} \int^{\pi}_{0} sin^{2n-3}(x) dx =

= \frac{(2n)!}{2^{2n} (n!)^2} \frac{2n(2n-2)...(2n-2n+2)}{(2n+1)(2n-1)...(2n-2n+1)} \int^{\pi}_{0} sin(x) dx =

= \frac{(2n)!}{2^{2n} (n!)^2} \frac{2^n n(n-1)...1}{(2n+1)(2n-1)...(2n-2n+1)} 2 =

= \frac{(2n)!n!}{2^n (n!)^2} 2 \frac{2n(2n-2)...2}{(2n+1)2n(2n-1)...1} =

= \frac{(2n)!}{2^n n!} 2 \frac{2^n n(n-1)...1}{(2n+1)!} =

= \frac{2}{2n+1}

Problem solved. Thank you.
 
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