Find the limit $L$ using the definition of limit. Then find $\delta>0$ such that $|f(x)-L|<0.01$ whenever $0<|x-c|<\delta$. $$\lim_{x\to 2}(x^2-3)$$
I have gotten as far as $|x-2|=0.01/|x+2|$, and I need help with further steps, I do not know what more there is to do to find delta.
$$\lim_{x \rightarrow 2} (x^2-3)=2^2-3=4-3=1$$
The limit $L$ is equal to $1$.
We have to find a $\delta>0$ such that $|f(x)-1|<0.01$ whenever $0<|x-2|<\delta$.
EDIT: $$|x-2|<\delta \Rightarrow -\delta<x-2<\delta \Rightarrow 2-\delta<x<2+\delta$$
$$|f(x)-1|<0.01 \Rightarrow |x^2-3-1|<0.01 \Rightarrow |x^2-4|<0.01 \Rightarrow -0.01<x^2-4<0.01 \\ \Rightarrow 3.99<x^2<4.01 \Rightarrow \sqrt{3.99}<x<\sqrt{4.01}$$
Therefore, we could set $2+\delta=\sqrt{4.01} \Rightarrow \delta \approx 0.002$