I am trying to prove that the limit of $1/x$ as $x \to -\infty$ equals $ 0$.
I get stuck in trying to find a proper epsilon. I know that it is supposed to be $-1/\epsilon$ but I don't understand how to manipulate the inequality $\epsilon > -1/x$.
I am trying to prove that the limit of $1/x$ as $x \to -\infty$ equals $ 0$.
I get stuck in trying to find a proper epsilon. I know that it is supposed to be $-1/\epsilon$ but I don't understand how to manipulate the inequality $\epsilon > -1/x$.
On
Prove
$$\lim_{x\to -\infty}\frac{1}{x}=0$$
Given $\varepsilon > 0$, we need to choose a $\delta >0$ such that if $x < -\delta$ then $\left|\dfrac{1}{x}-0\right| < \varepsilon$.
Suppose $\left|\dfrac{1}{x}-0\right| < \varepsilon$. Then, $-\varepsilon <\dfrac{1}{x}-0< \varepsilon$. As $x<0$, we see that the first inequality can be rearranged to
$$-\varepsilon <\dfrac{1}{x} \implies -x>\frac{1}{\varepsilon}\implies x<\frac{-1}{\varepsilon}$$
Therefore, for any $\varepsilon > 0$ we are given, it is ensured that $\left|\dfrac{1}{x}-0\right| < \varepsilon$ so long as we choose $-\delta < \dfrac{-1}{\varepsilon}$. Hence, $\lim_{x\to-\infty}\dfrac{1}{x}=0$.
Fix $\epsilon>0$. Choose $x<-N$ where $N$ is chosen so that $N>0$ and $\frac{1}{N}<\epsilon$. Note that $-x=\lvert x\rvert$. So $\lvert x\rvert>N$. Can you finish the argument from here?