I want to show that the coefficient of $x^n$ in $P_n(x)$ is $(2n)!/ (2^n(n!)^2)$
my problem is that I cannot find the the $n$-th derivative of $(x^2-1)^n$ to be able to simplify Rodrigues' formula of pn! can someone give me a hint?
I want to show that the coefficient of $x^n$ in $P_n(x)$ is $(2n)!/ (2^n(n!)^2)$
my problem is that I cannot find the the $n$-th derivative of $(x^2-1)^n$ to be able to simplify Rodrigues' formula of pn! can someone give me a hint?
According to Rodrigue's formula,
$$P_n(x)=\left(\frac{1}{2^n n!}\right) \frac{d^n}{dx^n}\left(x^2-1\right)^n$$
The degree of the polynomial $q_n(x)=\left(x^2-1\right)^n$ is equal to $2n$. Its $n$-th derivative is a polynomial of degree $n$. You just have to find the coefficient of the term of degree $n$. And that is $(2n)(2n-1) \dots (n+1) = \frac{(2n)!}{n!}$.
Multiplying by the coefficient $\left(\frac{1}{2^n n!}\right)$ you get the desired result $\frac{(2n)!}{2^n (n!)^2}$