Just a quick question, this may or may not be a duplicate by the way. I've seen the proof of the trig functions not existing separately but I couldn't seem to find them multiplied together like in this problem. My question is could I just separate the two functions, prove that both limits do not exist and say the overall limit doesn't exist or is that the completely wrong way of approaching the problem?
EDIT: Here's my attempt with the use of $\frac{sin(\frac{2}{x})}{2}$ hint.
Proof:
Note that $\sin(\frac{1}{x})\cos(\frac{1}{x})$ = $\frac{\sin(\frac{2}{x})}{2}$. Let f(x) = $\frac{\sin(\frac{2}{x})}{2}$.
$\sin \theta = 1$ when $\theta = \frac{4k+1 \pi}{2}$ for $k \in \mathbb{Z}$
$\sin \theta = -1$ when $\theta = \frac{4k+1 \pi}{2}$ for $k \in \mathbb{Z}$
so $\sin(2/x_n) = 1$ when $x_n = \frac{4}{(4n+1)\pi}$ which equals $0$ when $n$ goes to infinity and $f(x_n) = 1$ for all $n$
$\sin(2/y_n) = 1$ when $y_n = \frac{4}{(4n-1)\pi}$ which equals $0$ when $n$ goes to infinity and $f(y_n) = -1$ for all $n$
It then follows that:
$\sin(2/x_n)/2 \implies f(x_n) = 1/2$
$\sin(2/y_n)/2 \implies f(y_n) = -1/2$
Since $\{x_n\}$ goes to zero $x_n \neq 0$ and $\{y_n\}$ goes to zero $y_n \neq 0$ but
$\{f(x_n)\} \rightarrow 1/2 \neq -1/2 \leftarrow\{f(y_n)\}$
$\lim_{x \to 0} f(x)$ does not exist by the sequential criterion.
Is this totally off?