Given
$$ I_n = \int_{0}^{2} (2x - x^2)^n dx $$
- Compute $I_2$
I simply expanded it into $$ \int_0^2 4x^2 - 4x^3 + x^4 dx $$
and computed it.
- Show that
$$ (2n+1)I_n = 2nI_{n-1} $$
I first tried doing integration by parts by writing it as $ \int_0^2 (x)' (2x-x^2)^n dx$ but that led nowhere and I also tried splitting it into $\int_0^2 (2x+x^2)^{n-1} (2x+x^2) dx$ and that didn't work either. How do I do this?
- Compute $$ \lim_{n \rightarrow \infty} I_n $$