Prove Reduction Formula: I_n = 3n/(3n+1)I_{n-1}

  • Thread starter Thread starter subzero0137
  • Start date Start date
  • Tags Tags
    Formula Reduction
subzero0137
Messages
91
Reaction score
4
If I_{n}=\int_0^1 (1-x^{3})^{n} dx, use integration by parts to prove the reduction formula I_{n}=\frac{3n}{3n+1}I_{n-1}My attempt: let u=(1-x^{3})^{n}, and dv=dx. Then I_{n}=[(1-x^{3})^{n}x]_0^1 - \int_0^1 -3x^{2}n(1-x^{3})^{n-1}x dx = 3n \int_0^1 x^{2}(1-x^{3})^{n-1} dx. But I don't know where to go from here. Any help would be appreciated.
 
Physics news on Phys.org
subzero0137 said:
If I_{n}=\int_0^1 (1-x^{3})^{n} dx, use integration by parts to prove the reduction formula I_{n}=\frac{3n}{3n+1}I_{n-1}


My attempt: let u=(1-x^{3})^{n}, and dv=dx. Then I_{n}=[(1-x^{3})^{n}x]_0^1 - \int_0^1 -3x^{2}n(1-x^{3})^{n-1}x dx = 3n \int_0^1 x^{2}(1-x^{3})^{n-1} dx. But I don't know where to go from here. Any help would be appreciated.

You have an x^3 in your last integral. Not an x^2. Here's a hint. Try writing x^3=(1-x^3)-1.
 
Dick said:
You have an x^3 in your last integral. Not an x^2. Here's a hint. Try writing x^3=(1-x^3)-1.

After writing x^3=(1-x^3)-1, should I integrate by parts again?
 
subzero0137 said:
After writing x^3=(1-x^3)-1, should I integrate by parts again?

I think you can think of something cleverer than that. Split it into two integrals and take a close look at them.
 
subzero0137 said:
After writing x^3=(1-x^3)-1, should I integrate by parts again?

Ooops. I've got a typo. That should obviously be x^3=(x^3-1)+1. Sorry!
 
Dick said:
Ooops. I've got a typo. That should obviously be x^3=(x^3-1)+1. Sorry!

I've got it now. Thanks :D
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top