I use the Fourier Transform for the function $f(x)$ (let's say $f$ is from Schwartz class) in the following form: $$\widehat{f}(\xi) = \int f(\eta) e^{-2 \pi i \xi \eta} \, d\eta,$$ My task is to compute Fourier Transform the the function $f(x) = e^{-\alpha x^2}$ for $\alpha > 0$ knowing that Fourier Transform for the function $g(x) = e^{- \pi x^2}$ is equal to $\widehat{g}(\xi) = e^{-\pi \xi^2}$.
I tried to solve that problem in the following way. I know that $f(ax) \mapsto \frac{1}{a} \widehat{f}(\frac{\xi}{a})$. Using that fact I was managed to rewrite $f(x) = \exp(-\alpha \frac{1}{\sqrt{\pi}} (\sqrt{\pi x}))$. Thus we have $\widehat{f}(\xi) = \frac{\sqrt{\pi}}{\alpha} \exp (-\frac{\sqrt{\pi}}{\alpha} \xi^2)$.
Is my attempt correct?
You have $f(x) = g(\sqrt{\frac\alpha\pi}x)$. Thus $$\hat f(\xi) = \frac{1}{\left|\sqrt{\frac\alpha\pi}\right|}\hat g\left(\frac\xi{\sqrt\frac\alpha\pi}\right)=\sqrt\frac{\pi}{\alpha}\,\hat g\Big(-\frac{\xi\sqrt\pi}{\sqrt\alpha}\Big)=\sqrt\frac\pi\alpha\exp\Big(-\frac{\pi^2\xi^2}{\alpha}\Big),$$ using the property that $\widehat{f(a{}\cdot{})}(\xi) = \frac1{|a|}\hat f(\xi/a)$.
In your calcuation, you didn't square the $\sqrt\pi$ and you didn't get the extra $\pi$ factor which is already in the exponent of $\hat g$. Here is what Mathematica gives, for verification: