I need help with an integral in Mathematica:
I need to calculate the integral of x^(1/4)*BesselJ[-1/4, a*x]*Cos[b*x]
in the x
variable (a
and b
are parameters) between 0 and Infinity.
The function is complicated and no analytic primitive exist, but when I tried to do it numerically with NIntegrate it did not converge. However x^(1/4)*BesselJ[-1/4, a*x]
does converge (and it can be calculated analytically in fact) so the other one should converge and the problem with Mathematica must be some numerical error.