How to integrate 0 to 1 (1-x^2)^n

  • Thread starter Thread starter mecattronics
  • Start date Start date
  • Tags Tags
    Integrate
mecattronics
Messages
2
Reaction score
0

Homework Statement



The reduction formula is:
\int (1-x^2)^n dx = (1-x^2)^n x + 2n \int x^2(1-x^2)^{n-1} dx

and the question is:
use this formula above how many times is necessary to prove:

\int^{1}_{0} (1-x^2)^n dx = 2n \frac{2(n-1)}{3} \frac{2(n-2)}{5} ... \frac{4}{2n-3} \frac{2}{(2n-1)(2n+1)}
but I don't know how to get there.

Homework Equations


-

The Attempt at a Solution


I tried to modify the reduction formula leaving it more recursive:

\int (1-x^2)^n dx = (1-x^2)^n x + 2n \int x^2(1-x^2)^{n-1} dx
Integrating by parts:
=x(1-x^2)^n+2n \int x^2(1-x^2)^{n-1}dx
let x^2 = -(1-x^2)+1
=x(1-x^2)^n-2n \int(1-x^2)^n dx + 2n \int (1-x^2)^{n-1}dx

but I still don't know how to get there with this formula.

Any guidance would be appreciated.
 
Physics news on Phys.org
use your last equality and induction.see attached.
 

Attachments

  • 002.jpg
    002.jpg
    11.3 KB · Views: 1,284
Since you have a definite integral perhaps you could tryparametric differentiation to get the answer.

The only reference I have for this is Prof Nearings Mathematical Methods pdf at:

http://www.physics.miami.edu/~nearing/mathmethods/

section 1.2 pg 4.
 
mecattronics said:

Homework Statement



The reduction formula is:\int (1-x^2)^n dx = (1-x^2)^n x + 2n \int x^2(1-x^2)^{n-1} dxand the question is:
use this formula above how many times is necessary to prove:\int^{1}_{0} (1-x^2)^n dx = 2n \frac{2(n-1)}{3} \frac{2(n-2)}{5} ... \frac{4}{2n-3} \frac{2}{(2n-1)(2n+1)}but I don't know how to get there.

Homework Equations



The Attempt at a Solution


I tried to modify the reduction formula leaving it more recursive:\int (1-x^2)^n dx = (1-x^2)^n x + 2n \int x^2(1-x^2)^{n-1} dxIntegrating by parts:
=x(1-x^2)^n+2n \int x^2(1-x^2)^{n-1}dx
let x^2 = -(1-x^2)+1
=x(1-x^2)^n-2n \int(1-x^2)^n dx + 2n \int (1-x^2)^{n-1}dx
but I still don't know how to get there with this formula.

Any guidance would be appreciated.
Your last line says that

\displaystyle \int (1-x^2)^n dx=x(1-x^2)^n-2n \int(1-x^2)^n dx + 2n \int (1-x^2)^{n-1}dx\ .

That has \displaystyle \ \int (1-x^2)^n dx\ \ on both sides of the equation.

Solve for \displaystyle \ \int (1-x^2)^n dx\ .
 
hedipaldi said:
use your last equality and induction.see attached.

Hi hedipaldi, thanks for your help!

How did you get this formula?
 
substitute the limits in your last equality.
 
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