$$\int_{-\pi/2}^{\pi/2} \tan x \cos (A \cos x +B \sin x) \, dx$$
Is it possible to calculate this? Both A and B are non-zero and assumed to be real numbers.
I tried Integrate[Tan[x]*Cos[A*Cos[x]+B*Sin[x]],{x,-Pi/2,Pi/2},PrincipalValue->True],
but it didn't work.
I would be very grateful if you could share some of the good integration skills, ideas, or any advice.
p.s. I think the integration result should be expressed as a combination of Bessel functions.