I'm trying to prove that $\lim \limits_{x \to 0} \sqrt{x^2+9} = 3$, given $\epsilon = 0.1$
Here's what I tried:
$\lvert f(x) - 3 \rvert < \epsilon \implies \sqrt{x^2 + 9} - 3 < 0.1 > \implies \frac {x^2}{\sqrt{x^2 + 9} + 3} < 0.1$
I'm not able to make any further progress from here.
Let $$ \delta = 0.1$$
If $$|x-0|<\delta $$
Then
$$ \lvert f(x) - 3 \rvert = \frac {x^2}{\sqrt{x^2 + 9} + 3} < \frac {x^2}{\sqrt{x^2 } } =|x|<0.1$$