Do you know how to do this integral? $$\int\limits_{0}^{2\pi}\mathrm{d}\phi\,\frac{J_2\left(\sqrt{a^2+b^2-2ab\cos(\phi)}\right)}{a^2+b^2-2ab\cos(\phi)}\,,$$ where $J_2$ is the Bessel function of the first kind of second order, and a and b are two positive constants.
I have tried various different tricks: using integral representation of the Bessel function, series expansion of the Bessel function, or converting the integral into complex integral over the unit circle, but I couldn't simplify the results I got afterward.
Thanks.
For any $x>0$ we have $$ \frac{J_2(\sqrt{x})}{x}=\sum_{n\geq 0}\frac{(-1)^n x^n}{4^{n+1}n!(n+2)!} $$ and $$ \int_{0}^{2\pi}(a^2+b^2-2ab\cos\phi)^n\,d\phi = -i\oint_{|z|=1}(a-bz)^n(a-b/z)^n\frac{dz}{z}$$ by the residue theorem, equals $$ 2\pi \sum_{k=0}^{n}\binom{n}{k}^2 a^{2k} b^{2n-2k} $$ so the given integral can be represented as $$ 2\pi\sum_{n\geq 0}\frac{(-1)^n b^{2n}}{4^{n+1}n!(n+2)!}\sum_{k=0}^{n}\binom{n}{k}^2 \left(\frac{a}{b}\right)^{2k}$$ or as $$\frac{\pi}{2}\sum_{m,n\ge 0}\frac{(-1)^m a^{2m} (-1)^n b^{2n}}{4^m m!^2 4^n n!^2}\cdot\frac{1}{(m+n+2)(m+n+1)} $$ $$=\frac{\pi}{2}\sum_{m,n\ge 0}\frac{(-1)^m a^{2m} (-1)^n b^{2n}}{4^m m!^2 4^n n!^2}\int_{0}^{1}z^{m+n}(1-z)\,dz $$ or as $$\frac{\pi}{2}\int_{0}^{1}J_0(a\sqrt{z})J_0(b\sqrt{z})(1-z)\,dz = \pi\int_{0}^{1}J_0(az)J_0(bz)z(1-z^2)\,dz$$ I need a few time to check if this can be simplified further; in any case the numerical approximation of the involved integrals is simple by exploiting the Taylor series of $J_0$ or $J_2$ close to the origin and Tricomi's $J_0(z)\approx \frac{\sin(z)+\cos(z)}{\sqrt{\pi z}}$ far from the origin.