I need help finding the limit of the function ${f(x) = x^2 + x + 1}$ as ${x\rightarrow c}$ for any ${c \in \mathbb{R}}$. So far I have used the limit definition and triangle inequality up to this point.
$${|(x^2+x+1)-(c^2+c+1)|=|x^2-c^2+x-c|\leq|x^2-c^2|+|x-c|}$$
I do not know how to handle the $|x^2-c^2|$ part within the limit definition.
Let $ c\ge 0 $ and $ x $ such that $$|x-c|<1$$
Given an $\epsilon>0$, we must find $ \delta>0 $ satisfying
$$|x-c|<\delta \implies |f(x)-f(c)|<\epsilon$$
or
$$|x-c|<\delta \implies |x-c||x+c+1|<\epsilon$$
but $$|x-c|<1\implies c-1<x<c+1$$ $$\implies 2c<x+c+1<2c+2$$ $$\implies |x+c+1|<2(c+1)$$ thus, to realise the condition $$|f(x)-f(c)|<\epsilon$$ It is sufficient to have $$|x-c|<1 \text{ and } 2|x-c|(c+1)<\epsilon$$ or $$|x-c|<1 \text{ and } |x-c|<\frac{\epsilon}{2(c+1)}$$
So, we can take $$\delta=\min(1,\frac{\epsilon}{2(c+1)})$$
You can do the same if $ c<0.$