Let $f(x)=e^x \sin x$. Prove that the function is not uniformly continuous in the interval $[0,\infty)$.
What I tried:
Let $x=2\pi k, y=2\pi k + \frac{\pi}{2}$. I have to prove that there is some $\varepsilon>0$ such that $|f(y)-f(x)|\geq \varepsilon$ where $|y-x|<\delta$.
$$|f(y)-f(x)|=\left|e^{2\pi k+\frac{\pi}{2}}\cdot \sin\left(2\pi k+\frac{\pi}{2}\right) - e^{2\pi k}\cdot \sin(2\pi k )\right|.$$
I know that $\sin (2\pi k)=0, \sin\left(2\pi k + \frac{\pi}{2}\right)=1$, therefore: $$|f(y)-f(x)|=|e^{2\pi k+\frac{\pi}{2}}\cdot 1 - e^{2\pi k}\cdot 0|=|e^{2\pi k+\frac{\pi}{2}}|.$$
Now it seems like all I have to do is select some $\varepsilon>0$, for instance $\varepsilon=1$ and I'm finished.
Am I?
Is my solution correct?