It is given that $P_n (x) = \frac{d^n}{dx^n}(x^2-1)^n $
I have to show that these polynomials are a system of orthogonal polynomials.
I started like this :
$ \int_{-1}^{1} \frac{d^n}{dx^n}(x^2-1)^n * \frac{d^m}{dx^m}(x^2-1)^m $
with partial integration I came to
$ \left [ \frac{d^{n-1}}{dx^{n-1}}(x^2-1)^n* \frac{d^m}{dx^m}(x^2-1)^m \right ]_{-1}^1 - \int_{-1}^1 \frac{d^{n-1}}{dx^{n-1}}(x^2-1)^n * \frac{d^{m+1}}{dx^{m+1}}(x^2-1)^m dx $
So the first part is $0$ because of $|x|=1$ and the integral equals $0$ because the $(m+1)$ Derivation of a polynomial of order $m$ is $0$ ?
I am not sure at all if this is right, can someone tell me if it's okay or if I cant do it this way?