Have this in one of my finals practice questions:
Given $f(x) = e^{\sin x}$, prove $f(x)$ is uniformly continuous on $\mathbb R$.
The direction I'm thinking of is choosing $x_1 = 2\pi k + \delta$, and $x_2 = 2\pi k + \frac{\delta}2$.
so I need to prove that for all $\varepsilon > 0$, there exists $\delta > 0$ such that $|x_1-x_2|< \delta$ gives $|f(x_1)-f(x_2)|< \varepsilon$.
So, my choice of $x_1$ and $x_2$ gives $|x_1-x_2| = \delta/2 < \delta$,
and $|f(x_1)-f(x_2)| = |e^{\sin(2\pi k + \delta)} - e^{\sin(2\pi k+ \delta/2)}|$
This stage is a little dodgy for me.. any help on what to do next would be great.