prove using $\delta-\epsilon$ definition that $\lim_{x\to1} \frac{x}{1+x}=\frac{1}{2}$
$|\frac{x}{1+x} - \frac{1}{2}| = |\frac{-1}{2(1+x)}|=|\frac{1}{2(x-1)}|=|\frac{1}{2}||\frac{1}{x-1}|$
If $|x-1|<1$, then $1<1/|x-1|$. Here's where I got lost.
Basically I was thinking on making similar argument like Solving a problem using the definition of limit like Thomas Andrews and Surb answer, where we take $\delta$ to be minimum of 2 possible deltas. What I have is $|x-1|<\delta$ and $|f(x)-1/2|$ turns out to be $|\frac{1}{2}||\frac{1}{x-1}|$. I am not sure because what I have now is $\frac{1}{x-1}$ not $(x-1)$.
Thanks in advance.