I am fully uncertain of how to approach this problem:
Show that: $$\int_{0}^{\infty}{x^2e^{-x^2}}{dx} = \frac{1}{2}\int_{0}^{\infty}{e^{-x^2}}{dx}$$
We've just completed the section on improper integrals in our book, and it seems that I haven't the necessary knowledge required to give a proof for this. The most elementary approach to this proof (considering that the furthest I've gotten in maths is improper integrals, thus far) would be ideal. Any insight would be greatly appreciated.
Approach 1:
Write
$$I(a)=\int_0^{\infty}e^{-ax^2}dx =\frac12 \sqrt{\frac{\pi}{a}}\tag1$$
Then, take the derivative of $I$ to find
$$I'(a)=-\int_0^{\infty}x^2e^{-ax^2}dx=-\frac14 \sqrt{\pi}a^{-3/2}$$
And we are done after setting $a=1$.
Approach 2:
Use integration by parts to show
$$\int_0^{\infty}x^2\,e^{-x^2}dx=\left. xe^{-x^2}\right|_0^{\infty}+\frac12 \int_0^{\infty}e^{-x^2}dx=\frac12 \int_0^{\infty}e^{-x^2}dx$$
as expected!