2

The answer $0$ was obtained by plugging it into Wolfram. I'm kind of split on the answer.

On one hand, the answer Wolfram gives makes sense because the limit of $|{\sin x}|$ evaluates to $0$. Anything multiplied by $0$ is $0$, hence why the entire limit is $0$.

But the caveat here is that the $\cos (1/x)$ part of the limit is DNE. As far as I'm aware, the rule of multiplying any number by $0$ to get a result of $0$ doesn't apply because the result of it isn't a number!

I thought about using the squeeze theorem to prove it, but I'm not sure if it works.

Hat
  • 317

3 Answers3

4

As $x\rightarrow 0$, the outputs of $\cos(1/x)$ will oscillate wildly between $-1$ and $1$. But when multiplied by $\lvert \sin(x)\rvert$ that oscillation will happen at smaller and smaller amplitudes since $\sin(x)$ will tend to zero.

1

Hint: $\cos(\frac{1}{x}) \le 1$. Therefore

$|\sin(x)\cos(1/x)|\le |\sin(x)|$

0

Be careful! 'Anything multiplied by zero is zero' is certainly true, but the rule does not hold in limits. One term convergent to zero is not the same as one term equal zero. As a counterexample consider $\lim\limits_{x\to 0} \left(x\cdot\frac 1x\right)$ which equals $1$ despite the first term $x\to 0$.

CiaPan
  • 13,049