I wish to prove that $\lim_{x\to 2} {x+1 \over x+2} = {3 \over 4} $.
The $(\delta,\varepsilon)$ limit definition in this case is:
$\forall \epsilon >0, \exists \delta >0$ such that $0<|x-2|<\delta \Rightarrow |{x+1 \over x+2} - {3 \over 4}| < \epsilon.$
Thus, I need to provide a $\delta$, which is a function of $\epsilon$ in order to satisfy the above definition.
I am having a bit of difficulty finding an inequality to continue my work below.
$|{x+1 \over x+2} - {3 \over 4}| = {1 \over 4}|{x-2 \over x+2}|$
You need to prove that $\forall \varepsilon > 0$ $\exists \delta > 0$ : $|x-2|<\delta \implies |\dfrac{x+1}{x+2}-\dfrac{3}{4}|<\varepsilon$
You've gotten a long way now that you have that $|\dfrac{x+1}{x+2}-\dfrac{3}{4}|=\dfrac{1}{4}|\dfrac{x-2}{x+2}|$.
What you want is an expression of the form $C|x-2|$ since it is then easy to pick $\delta = \dfrac{\varepsilon}{C}$.
This is easily achievable by saying that we assume that $\delta < 1$. What is now the maximum value of $\dfrac{1}{4|x+2|}$? Well $x$ would be between 1 and 3 by rewriting $|x-2|<\delta$, so the expression would at most be equal to $\dfrac{1}{12}$. Now, you have all the necessary tools to pick $\delta$ when given an $\varepsilon$ by letting $\delta = \min\{1, 12\varepsilon\}$.