Hi everyone im struggling a bit with this question. I kinda get the idea of epsilon-delta proof, and have seen you can choose $\epsilon = \delta$ I don't get why tho. Could someone explain that to me?
Another way I thought of the problem, was to show that if there $\exists$ a relation between $\epsilon$ and $\delta$ the limit must exist.
My way of tackling the problem:
If we start with $|f(x)-L|< \epsilon \implies |(x\cdot sin(\frac{1}{x}))-0|<\epsilon$
Now we want the expression on the form as $|x-0|=|x|<\delta$
$$|x\cdot sin\left(\frac{1}{x}\right)-0| <\epsilon$$ $$=|x|\cdot|sin\left(\frac{1}{x}\right)|<\epsilon$$ $$ =|x| < \frac{\epsilon}{sin(\frac{1}{x})}$$ Thus $$\delta =\frac{\epsilon}{sin(\frac{1}{x})}$$
Since there is a relation between $\epsilon$ and $\delta$ the limit must exist. Dont know if it is correct way of proving it or not..
That makes no sense. You are supposed to prove that, for every $\varepsilon>0$, there is some $\delta>0$ depending only upon $\varepsilon$ such that$$0<|x|<\delta\implies\left|x\sin\left(\frac 1x\right)\right|<\varepsilon.$$Your $\delta$ does not depend only upon $\varepsilon$.
On the other hand, $\delta=\varepsilon$ will work.