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

  • Thread starter Thread starter mecattronics
  • Start date Start date
  • Tags Tags
    Integrate
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 11K views
mecattronics
Messages
2
Reaction score
0

Homework Statement



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

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

[tex]\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)}[/tex]
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:

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

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,310
mecattronics said:

Homework Statement



The reduction formula is:[tex]\int (1-x^2)^n dx = (1-x^2)^n x + 2n \int x^2(1-x^2)^{n-1} dx[/tex]and the question is:
use this formula above how many times is necessary to prove:[tex]\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)}[/tex]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:[tex]\int (1-x^2)^n dx = (1-x^2)^n x + 2n \int x^2(1-x^2)^{n-1} dx[/tex]Integrating by parts:
[tex]=x(1-x^2)^n+2n \int x^2(1-x^2)^{n-1}dx[/tex]
let [tex]x^2 = -(1-x^2)+1[/tex]
[tex]=x(1-x^2)^n-2n \int(1-x^2)^n dx + 2n \int (1-x^2)^{n-1}dx[/tex]
but I still don't know how to get there with this formula.

Any guidance would be appreciated.
Your last line says that

[itex]\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\ .[/itex]

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

Solve for [itex]\displaystyle \ \int (1-x^2)^n dx\ .[/itex]
 
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.