I am keen to know if there's a way of analytically evaluating the following integral: $$ \int_{0}^{2\pi}\int_{0}^{2\pi}e^{i\alpha|\sin(\theta)-\sin(\varphi)|}d\theta d\varphi $$ where $\alpha$ is a real constant. It arises when considering how arrays of charged wires interact with each other.
There are Bessel function representations for similar integrals when one does not have to take the modulus. Here, I simply don't know how to deal with the modulus.
I've tried rewriting it using $$ \sin(\theta)-\sin(\varphi)=2\sin\left(\frac{\theta-\varphi}{2}\right)\cos\left(\frac{\theta+\varphi}{2}\right) $$ and then transforming the coordinates to this rotated version. I think it's then fine to rotate the region of integration accordingly, owing to the double periodicity of the integrand, but then I get stuck.
Thanks in advance for any help.
Update: I've used Teresa Lisbon's suggestion of expanding out the exponential to find that $$ \int_{0}^{2\pi}\int_{0}^{2\pi}e^{i\alpha|\sin(\theta)-\sin(\varphi)|}d\theta d\varphi=4\pi^{2}J_{0}(\alpha)^{2}+32i\alpha_{p}F_{q}(1,1;\frac{3}{2},\frac{3}{2},\frac{3}{2};-\alpha^{2}) $$ Does anyone know if the hypergeometric function part can be simplified (ideally in terms of Bessel functions)? Thanks!
I'm not too sure if this is right, would be great if someone could confirm... $$\int_{0}^{2\pi}\int_{0}^{2\pi}e^{i\alpha|\sin(\theta)-\sin(\varphi)|}d\theta d\varphi$$ $$\int_{0}^{2\pi}e^{-i\alpha \sin(\varphi)}d\varphi\int_{0}^{2\pi}e^{i\alpha \sin(\theta)}d\theta $$ $$\int_{0}^{2\pi}e^{-i\alpha \sin(\varphi)}d\varphi \times \int_{0}^{2\pi}e^{i\alpha \sin(\theta)}d\theta $$ $$\int_{0}^{2\pi}\Bigl(\cos({-\alpha \sin(\varphi)})+i\sin({-\alpha \sin(\varphi)})\Bigr)d\varphi \times \int_{0}^{2\pi}\Bigl(\cos({\alpha \sin(\theta)})+i\sin({\alpha \sin(\theta)})\Bigr)d\theta $$
$$=\int_{0}^{2\pi}\Bigl(\cos({\alpha \sin\varphi})-i\sin({\alpha \sin\varphi})\Bigr)d\varphi \times \int_{0}^{2\pi}\Bigl(\cos({\alpha \sin\theta})+i\sin({\alpha \sin\theta})\Bigr)d\theta $$ P.S. This is just one case, considering the stuff under the modulo to be positive, there will obviously be another integral considering the stuff under modulo to be negative Hereafter, I believe you can make use of the Jacobi series expansions...
EDIT: Another interesting idea, might be wrong, kindy assist... $$\int_{0}^{2\pi}\int_{0}^{2\pi}e^{i\alpha|\sin(\theta)-\sin(\varphi)|}d\theta d\varphi$$
So, we get two cases, they are:
$$CASE.1.:\int_{0}^{2\pi}\int_{0}^{2\pi}e^{i\alpha\sin(\theta)-i\alpha \sin(\varphi)}d\theta d\varphi$$ AND $$CASE.2.:\int_{0}^{2\pi}\int_{0}^{2\pi}e^{-i\alpha\sin(\theta)+i\alpha \sin(\varphi)}d\theta d\varphi$$
Let's take case 1 for now: $$\int_{0}^{2\pi}\int_{0}^{2\pi}e^{i\alpha\sin(\theta)-i\alpha \sin(\varphi)}d\theta d\varphi=\int_{0}^{2\pi}\int_{0}^{2\pi}e^{i\alpha\sin(\theta)}\cdot e^{-i\alpha \sin(\varphi)}d\theta d\varphi$$
Consider only $$e^{i\alpha \sin \theta}$$ $$\sin \theta=\frac{e^{i\theta}-e^{-i\theta}}{2i}$$ $$i\alpha \sin \theta=i\alpha \frac{e^{i\theta}-e^{-i\theta}}{2i}=\frac{\alpha}{2}\left(e^{i\theta}-e^{-i\theta}\right)$$ $$e^{i\alpha \sin \theta}=e^{\frac{\alpha}{2}\left(e^{i\theta}-e^{-i\theta}\right)}$$ $$=e^{\frac{\alpha e^{i\theta}}{2}}\cdot e^{\frac{-\alpha e^{-i\theta}}{2}}$$
Therefore, $$\int_{0}^{2\pi}\int_{0}^{2\pi}e^{i\alpha\sin(\theta)}\cdot e^{-i\alpha \sin(\varphi)}d\theta d\varphi=\int_{0}^{2\pi}\int_{0}^{2\pi}e^{\frac{\alpha e^{i\theta}}{2}{\frac{-\alpha e^{-i\theta}}{2}}}\cdot e^{\frac{\alpha e^{i\phi}}{2}{\frac{-\alpha e^{-i\phi}}{2}}}d\theta d\varphi$$
After this, if you take the expression in the exponent of $e$ to be $t$, you will get an integral of the form $$\int_{0}^{2\pi}\int_{0}^{0} F(t)F(\phi)dtd\phi$$
And then, according to the second point mentioned here, the entire thing turns out to be zero.
I have a gut feeling this is wrong, but I've been thinking of this question for quite some time and would appreciate opinions on the same. I was also advised to use Cauchy's Theorem, but I have no clue about it, so it would be great if someone could explain that as well.