For $n\geq 1, a>0:$ $$I_{n,a}=\int_{-\infty}^\infty\frac{dx}{(1+x^2/a)^n}$$ $(a)$ Prove $I_{n,a}$ convergs and
$$I_{n+1,a}=\frac{2n-1}{2n}I_{n,a}$$
$(b)$ Prove $$I_{n,n} \xrightarrow {n \to \infty} \int_{-\infty}^\infty e^{-x^2} dx$$
My attempt:
$\frac{1}{(1+x^2/a)^n}$ is positive and even, therefore by Comparision Test:
$$I_{n,a}=2\int_0^\infty\frac{dx}{(1+x^2/a)^n}\leq2\int_0^\infty\frac{dx}{(1+x^2/a)}<\infty$$
Is this correct?
I tried to do some manipulations, but couldn't get to the desired expression of $I_{n+1,a}$.
As for $(b),$ I know $\frac{1}{(1+x^2/n)^n} \xrightarrow {n \to \infty} e^{-x^2}.$ Is that enough for the proof, or should anything be added?
Any help appreciated.
Hint. One may integrate by parts, $$ \begin{align} I_{n,a}&=\int_{-\infty}^\infty\frac{dx}{(1+x^2/a)^{n}}\qquad (n\ge1) \\\\&=\int_{-\infty}^\infty 1 \cdot\frac{1}{(1+x^2/a)^{n}}\:dx \\\\&=\left[ x\cdot \frac{1}{(1+x^2/a)^{n}}\right]_{-\infty}^\infty -\int_{-\infty}^\infty x\cdot \frac{-n\cdot\frac{2x}{a}}{(1+x^2/a)^{n+1}}\; dx \\\\&=\color{red}{0}+2n\int_{-\infty}^\infty \frac{\frac{x^2}{a}}{(1+x^2/a)^{n+1}}\; dx \\\\&=2n\int_{-\infty}^\infty \frac{1+\frac{x^2}{a}-1}{(1+x^2/a)^{n+1}}\; dx \\\\&=2n\int_{-\infty}^\infty \frac{1}{(1+x^2/a)^{n}}\; dx-2n\int_{-\infty}^\infty \frac{1}{(1+x^2/a)^{n+1}}\; dx \\\\&=2nI_{n,a}-2n I_{n+1,a} \end{align} $$ giving $(a)$.
One may apply the dominated convergence theorem to obtain $(b)$.