I have come across integrals of form: \begin{align} &\int\limits_{-\infty}^{+\infty} x\cdot e^{-ax^2} dx\\ &\int\limits_{-\infty}^{+\infty} x^2\cdot e^{-ax^2} dx\\ &\int\limits_{-\infty}^{+\infty} x^3\cdot e^{-ax^2} dx\\ &\int\limits_{-\infty}^{+\infty} x^4\cdot e^{-ax^2} dx\\ \end{align}
Where I have figured out after ploting them that for the ones that have the even exponent ($x^2$, $x^4\dots$) I can write the integral like this:
\begin{align} &2\int\limits_{0}^{+\infty} x^2\cdot e^{-ax^2} dx\\ &2\int\limits_{0}^{+\infty} x^4\cdot e^{-ax^2} dx\\ \end{align}
I have found these integrals in the Bronštein-Semendijajev mathematics manual [page 474] where he states that we can solve them using the formula:
\begin{align} \int\limits_{0}^{\infty}x^n \cdot e^{-ax^2}dx = \frac{1\cdot3\dots(2k-1)\,\,\sqrt{\pi}}{2^{k+1}a^{k+1/2}}\longleftarrow\substack{\text{$n$ is the exponent over $x$}\\\text{while $k=n/2$}} \end{align}
Ok so I can solve these with no problem. But there remains the ones with odd exponent ($x$, $x^3\dots$). On the same page there is a formula for odd exponents, which has a solution:
\begin{align} \int\limits_{0}^{\infty}x^n \cdot e^{-ax^2}dx = \frac{k\text{!}}{2a^{k+1}}\longleftarrow\substack{\text{$n$ is the exponent over $x$}\\\text{while $k=n/2$}} \end{align}
but in my case I have odd functions and I cannot use the relation:
$$\int\limits_{-\infty}^{\infty}dx = 2\int\limits_{0}^{\infty}dx$$
This is why I can't get the form which the mathematical manual needs. When I plotted these even functions I got plots like for example:


From the images I can clearly see that definite integrals between limits $-\infty$ and $\infty$ will equal $0$ for the odd functions.
Question:
Graphical solution for the integrals odd functions looks easy while I can't seem to use my mathematics manual to solve them analytically. I am wondering if there is analytical way to show that they equal zero. I was thinking about using relation:
$$\int\limits_{-\infty}^{\infty}dx=\int\limits_{-\infty}^{0}dx + \int\limits_{0}^{\infty}dx$$
somehow. This way I would get similar form that the manual needs, but with swapped integration limits and sign... How do I solve theese?
For example
$$\int\limits_{-\infty}^\infty xe^{-ax^2}dx=-\frac1{2a}\int\limits_{-\infty}^\infty(2ax\,dx)e^{-ax^2}=\left.-\frac1{2a}e^{-ax^2}\right|_{-\infty}^\infty=0$$
All the rest follow from integrating by parts and/or a little inductive argument.