I'm having some trouble with a proof involving the precise definition of a limit. I need to do the following:
Show that there exists $\delta > 0$ such that:
$\left|f(x,y)-f(0,0)\right|<\epsilon$ whenever $\sqrt{ x^2 + y^2 }<\delta$
with $f(x,y)=\frac{y}{x^2 + 1}$ and $\epsilon=0.05$
As you can see, this involves the precise definition of multivariable limits. In this particular case, we need to show that there exists $\delta > 0$ such that:
$\left|\frac{y}{x^2 + 1}\right| < 0.05$ whenever $\sqrt{ x^2 + y^2 } < \delta$
By the properties of absolute value, we have:
$\left|\frac{y}{x^2 + 1}\right|=\frac{|y|}{|x^2 + 1|}$
(note that $x^2 + 1\neq0$)
Then, we observe that:
$|y|\leq\sqrt{ x^2 + y^2 }$
and:
$|x^2+1|\geq1$
From this, it follows that:
$\frac{|y|}{|x^2 + 1|}\leq\sqrt{ x^2 + y^2 }$
Let $\delta=\epsilon=0.05$, then:
$\frac{|y|}{|x^2 + 1|}\leq\sqrt{ x^2 + y^2 }<\delta=\epsilon=0.05$
Thus, we have shown that for $\delta=0.05$:
$\left|\frac{y}{x^2 + 1}\right| < 0.05$ whenever $\sqrt{ x^2 + y^2 } < \delta$
Is my proof wrong? Are there alternative ways to do this? Do I have to take $\delta=0.05$ or can I take any $\delta$ that satisfies $0<\delta\leq\epsilon$?