Prove $\lim_{x \to0}{x\sin\left(\frac1{x}\right)} = 0$ by using $\epsilon$-$\delta$ method.

59 Views Asked by At

I have done many exercises of proving limits by using this method, but this one, I don't know how can I prove it.

The definition says:

Prove $\displaystyle\lim_{x \to0}{x\sin\left(\displaystyle\frac{1}{x}\right)} = 0$ by using $\epsilon$-$\delta$ method.

Thank you very much.

1

There are 1 best solutions below

0
On

Let $\epsilon > 0$. Notice that $|\sin\frac1x|\leqslant 1$ for all $x$, so for $|x-0|<\delta$, we have $$|x\sin\tfrac1x-0|=|x||\sin\tfrac1x|<\delta\cdot1=\delta,$$ so if we take $\delta=\epsilon$, we are done.