How to find this limit?
For $|f(x)-3|\le x^2$, $$\lim_{x\to0}\frac{f(x)-\sqrt{x+9}}{x}$$
Can I make $f(x)=x^2+3$, and then $$\lim_{x\to0}\frac{x^2+3-\sqrt{x+9}}{x}$$ Using l'Hopital's, $$\lim_{x\to0}\frac{2x-\frac{1}{2\sqrt{x+9}}}{1} = -\frac{1}{6}$$
I'm not confident about this answer. How do I do this problem?