I'm just working on the construction portion at the moment for $\lim_{x\to 2}(x^2+x-1)=5$.
Then let $\epsilon > 0$ and $|x^2+x-1-5| < \epsilon \iff |x^2+x-6|<\epsilon$.
Then I write $|x-2||x+3| < \epsilon$.
I have no idea what to say after this point, my professor said to restrict one of the absolute value's but I'm still not sure what he's getting at.
Let $\epsilon>0$. So, we want to show that
$$|x-2||x+3|<\epsilon$$ whenever $0<|x-2|<\delta$ for some $\delta>0$. Your professor said that you need to restrict one of the absolute values. He meant that we need to assume first that $|x-2|<1$. This must be the trick so that we can find a bound for the factor $|x+3|$. Now, we get $-1<x-2<1$, that is, $1<x<3$. With this, we get $4<x+3<6$. This means that $|x+3|<6$ whenever $|x-2|<1$. Then we define $$\delta=\min\big\{1,\frac{\epsilon}{6}\big\}.$$ Then $\delta\leq 1$ and $\delta\leq \frac{\epsilon}{6}$. Hence, if $0<|x-2|<\delta$ then of course $|x-2|<1$ so that $|x+3|<6$ and so $$\begin{align} |(x^2+x-1)-5|&=|x^2+x-6|\\ &=|x-2|\cdot|x+3|\\ &<\delta\cdot6\leq \frac{\epsilon}{6}\cdot 6=\epsilon. \end{align}$$ Done.