I'm struggling to disprove the following limit is wrong by negating the definition
$$ \lim_{x\to-1} x^2 + 4x + 2 = 0 $$
The negation of the definition applied to my case should be
$$ \exists \epsilon > 0 \forall \delta > 0 : 0 < |x+1| < \delta \text{ and } |x^2 + 4x + 2| \geq \epsilon $$
This is to me equivalent to find some $\epsilon > 0$ such that the following system has solution for each $\delta > 0$
$$ \left\{ \begin{array}{l} |x^2 + 4x + 2| \geq \epsilon \\ 0 < |x+1| < \delta \end{array} \right. $$
I started by picking $\epsilon = 1$, and assumed that $\delta \geq 1$ in such a case since $$ x^2 + 4x + 2 = (x + 1)^2 + 2(x + 1) - 1 $$
it follows that if $x = 0$ solves the system, I'm having trouble however when $0 < \delta < 1$. I cannot manage to construct a solution of that system... any suggestion?
Thank you
Take $\varepsilon=\frac34$. If $x\in\Bbb R$, then$$x^2+4x+2=(x+1)^2+2(x+1)-1.\tag1$$Therefore, for any $\delta>0$, if $-\delta<x+1<0$, and if $x+1\geqslant-\frac12$, you have $(x+1)^2\leqslant\frac14$ and $2(x+1)\leqslant0$. So, it follows from $(1)$ that $x^2+2x+2\leqslant-\frac34$, and therefore$$|x^2+4x+2|\geqslant\frac34=\varepsilon.$$