subzero0137
- 91
- 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.