Possible Duplicate:
How do I find the delta analytically for $f(x)$ with a degree other than $1$
There is a question, prove that:
$$\displaystyle \lim_{x\to3} x^{2} = 9$$
in linear problems of this type I simplify $0<|f(x)-L| \lt \epsilon$ to look like $0 \lt |x-a| \lt \delta$.
Example: $$\displaystyle \lim_{x\to3} 4x - 5 = 7$$
ends up $0 \lt |x-3| \lt \delta$ then $|(4x-5)-7| \lt e$ ends up $ 0 \lt |x-3| \lt \delta$ then $|x-3| \lt \epsilon/4$ then $\delta = \epsilon/4$
But with quadratics I have a problem with the factoring/simplification...
step 1. $|x^{2}-9| \lt \epsilon$
step 2. $|(x+3)(x-3)| \lt \epsilon$
now I know that I have to make $|(x+3)(x-3)| \lt \epsilon$ look like $0 \lt |x-3| \lt \delta$ but I don't know how to go about it. Any help would be appreciated!