How do I calculate the fourier transform of $x^2 * e^{-x^2}$
If I let $f(x) = x^2$ and $g(x) = e^{-x^2}$, my attempt has been to calculate the fourier transform of $f$ and $g$ seperately and plug them into the convolution theorem formula
$transform(f*g) = \sqrt{2\pi} * transform(f) * transform(g)$
Is this the correct way to go about it, am I using the convolution theorem correctly?
$\sqrt{2\pi}\cdot transform(f) \cdot transform(g)$ and get the fourier transform for $x^2 e^{-x^2}$?
– Arnold Doveman Sep 24 '15 at 09:45