Prove that $\lim_{\left( u, v \right) \rightarrow \left( 0, 0 \right)} \frac{u}{\sqrt{v+4}} = 0$ using the $\epsilon - \delta$ definition

62 Views Asked by At

I would like to prove that $$\lim_{\left( u, v \right) \rightarrow \left( 0, 0 \right)} \frac{u}{\sqrt{v+4}} = 0$$ using the $\epsilon - \delta$ definition of a limit.

My attempt is as follows:

Suppose $$0< \sqrt{u^2+v^2} < \delta $$

then $$\left| \frac{u}{\sqrt{v+4}} \right|=\frac{\left| u \right| }{\sqrt{v+4}}<\frac{\delta}{\sqrt{v+4}}.$$

If $\sqrt{v+4} \geq 1$, we have $$\frac{\delta}{\sqrt{v+4}} \leq\delta.$$

Therefore, $\delta = \epsilon$ should work.

I know that near the origin $\sqrt{v+4} \geq 1$. However, I would like a more sophisticated/complicated answer; for example, something like $$\delta = \min \left( \epsilon, c \right)$$ where $c>0$.

I would appreciate it if you point me in the right direction or provide a reference that deals with a similar problem.

2

There are 2 best solutions below

0
On BEST ANSWER

Setting $\delta = \min\{\varepsilon, 1\}$ will work.

If $0 < \|(u,v)\| < \delta$, we have $|u|,|v| < \delta$ so $$\sqrt{v+4} \ge \sqrt{-|v|+4} > \sqrt{-\delta+4} \ge \sqrt{-1+4} = \sqrt{3}$$ and therefore $$\frac{|u|}{\sqrt{v+4}} < \frac{\delta}{\sqrt{3}} \le \frac{\varepsilon}{\sqrt3} < \varepsilon$$

1
On

First of all, please don't put "complicated" on a pedestal! Good mathematics strives to explain complicated things as simply as possible. The end goal is simplicity, that as many people as possible can understand. In mathematics research, if you've taken something that nobody understands and turned it into something only you can understand, it is barely an improvement!

That said, your solution is incomplete, and by completing it, you'll get a $\delta$ in the form you want. As you say,

I know that near the origin $\sqrt{v + 4} \ge 1.$

You'll need to encode this into your $\delta$. If you just choose $\delta = \varepsilon$, then having $\varepsilon = 3.99$ would cause the inequality to fail. If $\varepsilon > 4$, then $0 < \sqrt{u^2 + v^2} < \varepsilon$ will not guarantee $(u, v)$ lies in the domain of the function!

To correct this, let's consider where $\sqrt{v + 4} \ge 1$. Note that this is equivalent to $v \ge -3$. If we force $\delta \le 3$, then this should work, as $$0 < \sqrt{u^2 + v^2} < 3 \implies v > -3.$$ Therefore, just choose $\delta = \min \{\varepsilon, 3\}$.