On Tue, 7 Feb 2023 07:32:01 -0800 (PST), in article <ac6dded8-1440-4858-9ef8-
[email protected]>, Robert Gragg wrote:
Can Maple provide a result for the integral
\int_{-\pi/2}^{\pi/2} e^{-i a cos\phi} \cos^2\phi d\phi
with a>0?
Or maybe an asymptotic result for a>>1?
Per your question, I gave Maple this:
f := a -> int(exp(-I*a*cos(phi))*cos(phi)^2, phi = -1/2*Pi .. 1/2*Pi)
Maple claimed that
f(a) = Pi*(-a*StruveH(0, a)*I + a*BesselJ(0, a) +
StruveH(1, a)*I - BesselJ(1, a))/a
and futhermore that
limit(f(a), a = infinity) = 0
The last equality is heuristically supported by:
seq(abs(evalf(f(10^n))), n = 1 .. 5) =
0.7917525236,
0.2506651220,
0.07926654025,
0.02506628274,
0.007926654597
--- SoupGate-Win32 v1.05
* Origin: fsxNet Usenet Gateway (21:1/5)