Prove that $f$ is continuous at $x_0$ using the $\delta$ and $\epsilon$ criteria for:
$f(x)=\frac{x^3-2}{x+3}$, $x_0=1$.
I've made it halfway there, about; since $$|\frac{x^3-2}{x+3}+\frac{1}{4}|=|x-1||\frac{4x^2+4x+5}{4(x+3)}|$$
So then the issue is that we need $\delta>|x-1|$ but also bigger than the other expression. The only issue is, I don't really know how to find such a $\delta$. How can you proceed from here?
Since you want $\;x\;$ "close" to $\;x_0=1\;$ , you can decide that $\;\frac12<x<2\;$ say, so (assuming your work is correct):
$$|x-1|\left|\frac{4x^2+4x+5}{4(x+3)}\right|\le|x-1|\frac{29}{14}$$
so the right hand expression will be less than $\;\epsilon\;$ if, for example, you take
$$\delta:=\frac{14}{29}\epsilon\implies|x-1|\left|\frac{4x^2+4x+5}{4(x+3)}\right|<\epsilon$$
and we're done.