Proving the integral series $\int _0^1\left(1-x^2\right)^n\,dx=\frac{2}{3}\cdot \frac{4}{5}\cdot\ldots\cdot \frac{2n}{2n+1}$

Solution 1:

Integrate by parts to obtain: $$I_n=\int_0^1 \left(1-x^2\right)^n\,dx=\left(x\left(1-x^2\right)^n\right|_0^1+2n\int_0^1 x^2\left(1-x^2\right)^{n-1}\,dx$$ $$\Rightarrow I_n=2n\int_0^1 \left(x^2-1+1\right)\left(1-x^2\right)^{n-1}\,dx$$ $$\Rightarrow I_n=2nI_{n-1}-2nI_n \Rightarrow I_n=\frac{2n}{2n+1}I_{n-1}$$

Solution 2:

Here is a way you could do it without induction, using the Beta function and the Gamma function. Let $\sqrt{t}=x$, so that $$ I_n=\int_0^1(1-t)^n\frac{t^{1/2}}{2}dt. $$ This now looks like the Beta function, so we have $$ I_n=\frac{\Gamma(1/2)\Gamma(n+1)}{2\Gamma ((n+1)+1/2)}. $$ Using the fact that $\Gamma(1/2)=\sqrt{\pi}$, $\Gamma(n+1)=n!$ for positive integer $n$, and $\Gamma((n+1)+1/2)=\frac{(2n+2)!}{4^{n+1}(n+1)!}\sqrt{\pi}$ for positive integer $n$ (all of which can be found in linked wikipedia page), we have $$ I_n=\frac{\sqrt{\pi}n!4^{n+1}(n+1)!}{2(2n+2)!\sqrt{\pi}}=\frac{n!4^{n+1}(n+1)!}{2(2n+2)!}=\frac{n!(n+1)!2^{2n+1}}{(2n+2)!}=\frac{2\cdot4\cdot\dots\cdot 2n}{3\cdot5\cdot\dots 2n+1} $$ Edit: The last equality is somewhat subtle. Note that $(n+1)!\cdot 2^{n+1}$ cancels the even terms in the denominator. The remaining powers of $2$ distribute over the $n!$.

Solution 3:

As Byron Schmuland has pointed out a recursive pattern was developed here. The process in this solution will be a connection to the Beta function.

Consider the integral \begin{align} I_{n} = \int_{0}^{1} \left(1-x^{2}\right)^{n} \, dx. \end{align} Let $t = x^{2}$ to obtain \begin{align} I_{n} &= \frac{1}{2} \, \int_{0}^{1} t^{-\frac{1}{2}} \, (1-t)^{n} \, dt \\ &= \frac{1}{2} \, B\left(\frac{1}{2}, n + 1 \right) \\ &= \frac{\Gamma\left(\frac{3}{2}\right) \, \Gamma\left(n + 1\right)}{\Gamma\left(n + \frac{3}{2}\right)} = \frac{2}{3}\cdot \frac{4}{5}\cdot\ldots\cdot \frac{2n}{2n+1}. \end{align}

Solution 4:

For conciseness, let $y:=1-x^2$, and $$\left(xy^n\right)'=y^n-2nx^2y^{n-1}=y^n-2n(1-y)y^{n-1}=(2n+1)y^n-2ny^{n-1}.$$

Then, integrating from $0$ to $1$, $$0=(2n+1)I_n-2nI_{n-1}.$$

Obviously, $I_0=1$.

Solution 5:

Another simple way would be to substitute $ x = \sin \theta $ and then convert the integral to an integral over the unit circle and finish by using residue theorem...