So there is this question
Given $f(x) = 2x^3 + 5$. Find the $\delta$ such that if $0 < |x+1| < \delta$ then $|(2x^3 + 5) -3| < 0.2$.
So I recognised this is an epsilon delta problem. But I haven't done this in a while so I don't remember how to do it.
This is what I tried so far
$\forall \epsilon > 0$, $\exists \delta > 0$, such that $|(2x^3 + 5) -3| < 0.2$ for all $x$ with $0 < |x + 1| < \delta$