Asymptotic expression for Fourier Transform of $e^{-|x|^n}$?

61 Views Asked by At

I've been trying to find an expression for the Fourier transform of the function:

$e^{-|x|^n}$

I believe it doesn't have a closed form, but someone did get an expression in terms of an infinite series:

The Fourier transform of $ e^{-|x|^\alpha}, \alpha>0. $

It's a nice solution, but I was looking for something I could evaluate numerically, so I can't use that expression since it's an infinite sum. I tried cutting the series up to the 100th term, but after a certain number of terms my computer cannot longer handle the expression. I was wondering if someone could suggest me a way of getting an approximate expression that doesn't require an infinite sum.

Since I'm dealing with a negative exponential, I would expect that my integral converges to something. I just don't know what approach to take.

During my search I also found this post where they talk about something called the "Method of Steepest Descent", but I'm not familiarized with that method, so I'm unsure if it will help me at all.

Asymptotic behaviours from Fourier transforms

I've been scratching my head with this, but I can't find a way around this.

Thanks.