Let $P_n$ be the statement that $\dfrac{d^{2n}}{dx^{2n}}(x^2-1)^n = (2n)!$
Base case: n = 0, $\dfrac{d^0}{dx^0}(x^2-1)^0 = 1 = 0!$
Assume $P_m = \dfrac{d^m}{dx^m}(x^2-1)^m = m!$ is true.
Prove $P_{m+1} = \dfrac{d^{2(m+1)}}{dx^{2(m+1)}}(x^2-1)^{m+1} = [2(m+1)]!$
$\dfrac{d^{2(m+1)}}{dx^{2(m+1)}}(x^2-1)^{m+1}$
= $\dfrac{d^{2m}}{dx^{2m}}\left(\dfrac{d^2}{dx^2}(x^2-1)^{m+1}\right)$
= $\dfrac{d^{2m}}{dx^{2m}}\left(2x(m)(m+1)(x^2-1)^{m-1}\right)$
= $[\dfrac{d^{2m}}{dx^{2m}}(x^2-1)^m][2x(m)(m+1)(x^2-1)^{-1}]$
From the inductive hypothesis,
= $(2m)! [2x(m)(m+1)(x^2-1)^{-1}]$
I got stuck here, and not sure if I have done correctly thus far? I did not know how to get to $[2(m+1)]!$. Please advise. Thank you.