I have the cubic function $$ \lim_{x \to -2}(x^3+4x^2+4x-1)=-1 $$ which I manage to break down into $$x(x+2)^2 < \epsilon.$$
How do I proceed with this? I try to define $x$ by setting $\delta < 1$ but get negative outputs which I frankly do not know what to do with.
So, we want from $|x-(-2)|=|x+2|<\delta$ conclude $|x(x+2)^2|<\varepsilon$ and problem seems to estimate $|x|$, as for $|x+2|$ estimation is clear.
Obviously $|x+2|<\delta \Leftrightarrow 2-\delta<x<2+\delta$, so taking $\delta<1$ gives $1<|x| =x < 3$. Can you finish from here?