I need some help to show that $\int_{-1}^{1}P_n^2(x)\ dx = \frac{2}{2n+1}$ where $P_n$ is the $n^{th}$ Legendre's Polynomial. I've already done some calculations, so I would be very grateful whether someone just showed me why:
$\int_0^1 s^n(1-s)^n ds = \frac{(n!)^2}{(2n+1)!}$
It would be enough :-)
P.S. The "reduction formula" can be used... (?)
Instead of calculating $I_n=\int_0^1s^n(1-s)^nds$ I propose to calculate $J_{n,m}=\int_0^1s^n(1-s)^mds$ and then we set $m=n$. With this said we have using integration by parts, for $m>0$: $$ J_{n,m}=\left[\frac{s^{n+1}}{n+1}(1-s)^{m}\right]_0^1+\int_0^1s^{n+1}(1-s)^{m-1}ds $$ or $$ J_{n,m}=\frac{m}{n+1}J_{n+1,m-1} $$ This shows by induction that $$ J_{n,m}=\frac{m}{n+1}\cdot \frac{m-1}{n+2}\cdots \cdot \frac{1}{n+m}J_{n+m,0} =\frac{m!\,n!}{(m+n+1)!} $$ Now, set $m=n$.