I'm trying to compute the Fourier Transform of a diverging and oscillating function::
Needs["FourierSeries`"] f[x_] = Exp[-CosIntegral[10*x]] Abs[x]^3; NFourierCosTransform[f[x], x, 1] But unfortunately the function times a cosinus oscillates very strongly and I cannot make the algorithm converges. I tried a lot of method: Levin's rule, LocalAdaptive, ... But nothing seems to work. Even an asymptotic result holding close to 0 would be appreciable!
Here is a plot of f(x)cos(x)
note that f(x) itself contains also some oscillations independently on cos(x), not visible clearly on this graph.
I'm expecting the Fourier transform result to be proportional to 1/k^4 close to 0 since f is very well approximated by |x|^3 at large x.



NIntegrateis producing results consistent with the FCT forAbs[t^3]. Whether this is an accident of the numeric method or something else I cannot say. $\endgroup$