I have quite a tricky integral to be solved. I tried already several things, but I couldn't find the solution yet. To know that it's definitely not analytically solvable would help as well for not spending more time than necessary on it.
The integral that needs to be solved is:
$\int_{-\pi}^{\pi}\cos(a \cos(x)) \exp(b \cos(x'-x)) \mathrm{d}x $
Ideas I had so far were:
The parts of the integral could at least be integrated from $-\pi$ to $\pi$.
Where $\int_{-\pi}^{\pi}\cos(a \cos(x)) \mathrm{d}x = 2\pi \mathrm{J}_0(|a|)$ when $a $ is real. With $\mathrm{J}_0(|a|)$ being a Bessel function of the first kind.
$\int_{-\pi}^{\pi}\exp(b \cos(x'-x)) = 2\pi \mathrm{I}_0(b)$ with $\mathrm{I}_0(b)$ being a modified Bessel function of the first kind.
My first idea was to do a integration by parts, but this does not work as there is no indefinite integral for both parts, or?
Second idea was to transform the first cosinus also into exponentials and try to solve them together, but I still have some problems in bringing $\cos(x)$ and $\cos(x' -x)$ together.
Third option is to do some expansions and try to use some orthogonality relations. I have seen something similar, when someone was using the Jacobi-Anger expansion to solve
$\int_{-\pi}^{\pi}\exp(\mathrm{i}m\phi)) \exp(b \cos(\phi' -\phi)) \mathrm{d}\phi = 2\pi\mathrm{I}_m(b) \exp(\mathrm{i}m\phi)$
from the expansion they got $\exp(b \cos \theta) = \sum_{n = -\infty}^{\infty} \mathrm{I}_n(b) \exp(\mathrm{i}n\theta) $ Then they wrote something about that $\exp(\mathrm{i}m\phi),m \in \mathbb{Z} $ being the eigenvalues of the Fredholm integral operator and that everything vanishes except for $n=m$ .
Does anyone understand what's going on there and if I could use that for my problem?
Thanks for your help!
EDIT after Jack's answer:
Using the cosine sum formula $\cos(x' -x) = \cos(x')\cos(x)+\sin(x')\sin(x)$ is something I tried already, but I had problems with it. It gave me the following equation:
$\int_{-\pi}^{\pi}\cos(a \cos(x)) \exp(b' \cos(x))\exp(b'' \sin(x)) \mathrm{d}x $ with $b'=b\cos(x')$ and $b'' = b\sin(x')$.
I also get, that I can write $\cos(t)$ as $\Re(\exp(\mathrm{i}t))$, but now there's the point where I always get stuck. Every part of the integral can be solved on it's own, but I can not separate them. Usually I would try integration by parts, but as I said before there's the problem, that none of the terms has an indefinite integral. Probably it can be solved with this translation thing, but I don't know anything about it.
Could you just make your answer a little bit more explicit within this regard (to show how one can write my integral in terms of $C(a,b)$ and $S(a,b)$) or give me a link to somewhere where this translation method is explained?
Thanks again!