I want to prove that $$\lim\limits_{x\to \infty} \frac{x}{x+1}=1$$
I know that I need to show that: $$\left|\frac{1}{x+1}\right| \lt \epsilon$$ But I'm not sure how to manipulate it. Any help or hint would be appreciated.
I want to prove that $$\lim\limits_{x\to \infty} \frac{x}{x+1}=1$$
I know that I need to show that: $$\left|\frac{1}{x+1}\right| \lt \epsilon$$ But I'm not sure how to manipulate it. Any help or hint would be appreciated.
On
If $x>-1$, then $x+1>0$, so you can drop the absolute values $$ \frac{1}{x+1}<\varepsilon. $$ Note that this is equivalent to $$ x+1>\frac{1}{\varepsilon}. $$
On
Why so complicated over $\varepsilon - \delta $ ? I suggest $ \frac{x}{x+1} = \frac{1}{1+1/x} $, thus
$\lim_{x \to \infty} \frac{1}{1+1/x} = 1 $ since $\lim_{x \to \infty} \frac1x = 0$
Rearrange it as follows: $$\lim_{x\to\infty}\dfrac{x}{x+1}=\lim_{x\to\infty}\dfrac{1}{\dfrac{1}{x}+1}$$ Can you see why the limit is $1?$