I have been knocking my head against this proof for an hour now and I'm no closer to solving it. I simply have no idea where to go. The thing I need to prove is, given $$f(x)=\frac{2x+3}{x+1},$$ show that $f(x)\to 3$ for $x\to 0$.
I have tried to factor it out but I simply have no luck. Can anybody give me a hint of where to go with this?
Start with $| \frac{2x+3}{x+1}-3|=|\frac{-x}{x+1}|$.
For $|x|< \delta$, you have $|-x|=|x|<\delta$.
For the denominator, use the reverse triangle inequality to get: $|1+x| \geq 1 - |x| >1-\delta$.
Put everything together to get: $|\frac{-x}{x+1}|<\frac{\delta}{1-\delta}$, and choose $\delta$ to be less than $\frac{\epsilon}{1+\epsilon}$.