I wish to evaluate the following integral:
$$f(t)=\frac{1}{\pi}\int_{0}^{\pi}\cos\left(t\sin\theta\right)\,d\theta$$
I started with the 'standard' form of the Laplace Transform: $$\mathcal{L}(\cos \omega t) = \frac{s}{s^2 + \omega ^2}$$
Now I can substitute to obtain:
$$\mathcal{L}[f(t)] = \frac{1}{\pi}\int_{0}^{\pi} \frac {s}{s^2 + \sin^2 \theta} d\theta $$
But how do I get back? Taking the 's' out:
$$\mathcal{L}[f(t)] = \frac{s}{\pi}\int_{0}^{\pi} \frac {d \theta}{s^2 + \sin^2 \theta}$$ But how to proceed now?