I am a student and I'm practising proving limits from first principles. I've been asked the question above, I have attempted an answer, but any tips or tricks anyone has to prod me in the right direction would be much appreciated!
Firstly I fix $\epsilon > 0$ and fing $\delta > 0$ such that.
$$0< |x-2| < \delta \implies \bigg| \frac{x+3}{x-1} -5 \bigg|<\epsilon$$
$$\impliedby \bigg|-\frac{4(x-2)}{x-1} \bigg|$$
$$\impliedby \bigg|\frac{4(x-2)}{x-1} \bigg|$$
$$\impliedby \frac{4}{|x-1|}|x-2| $$
Let $|x-2| < 1$ then
$-1 < x-2 < 1$ or $0<x-1<2$
Let $\epsilon >0$ be given.
Choose $\delta = min(1,\frac{\epsilon}{2}$)
Then $|x-2|< \delta \implies \frac{4}{|x-1|}|x-2| < 2\delta \leq \epsilon $
Thanks for your time!
The solution is almost correct, but the $0<x-1<2$ implies that $x-1$ can be really close to $0$, which is not good because it means that $\frac{1}{2} < \frac{1}{x-1} < +\infty$. So you need to squeeze it even more.