3

Does this solution make sense,

The limit in question:

$$ \lim_{(x,y)\to(0,0)}\frac{xy}{\sqrt{x^2+y^2}} $$

My solution is this:

Suppose, $$ \sqrt{x^2+y^2} < \delta $$ therefore $$xy<\delta^2$$ So by the Squeeze Theorem the limit exists since $$\frac{xy}{\sqrt{x^2+y^2}}<\frac{\delta^2}{\delta}=\delta$$

Is this sufficient?

mathjacks
  • 3,624

4 Answers4

4

Consider the continuous curve $C_{\alpha}(t)=(t,\alpha t)\subset\mathbb R^2$. Obviously $\lim C_{\alpha}(t)=(0,0)$ when $t\to 0$ and $$\lim_{t\to 0} f(C_{\alpha}(t))=0$$ so the limit of $f$ is probably exists. Now note that if $$||(x,y)-(0,0)||<\delta$$ then we have equivalently $$\sqrt{x^2+y^2}<\delta$$ and so $$|x|<\delta,~~|y|<\delta$$ Therefore if $z=\text{max}\{|x|,|y|\}$ so $z<\delta$ and $$\big|\frac{xy}{\sqrt{x^2+y^2}}-0\big|=\frac{|x||y|}{\sqrt{x^2+y^2}}\le \frac{z^2}{\sqrt{z^2+0}}=z<\delta$$

Mikasa
  • 67,374
2

Here's a more direct solution.

We know $|x|,|y|\le\sqrt{x^2+y^2}$, so if $\sqrt{x^2+y^2}<\delta$, then $$\left|\frac{xy}{\sqrt{x^2+y^2}}\right|\le\frac{\big(\sqrt{x^2+y^2}\big)^2}{\sqrt{x^2+y^2}}=\sqrt{x^2+y^2}<\delta.$$

Ted Shifrin
  • 115,160
1

I'm not sure I really follow your solution well - it doesn't seem to make sense to me (edit: see Cameron Buie's comment). Why not use polar coordinates by making the substitution $x = r\cos \theta, y = r \sin \theta$ though?

Alex Wertheim
  • 20,278
  • You can use polar coordinates, provided you give an estimate that is universal independent of $\theta$. See my detailed response at http://math.stackexchange.com/questions/405884/lhopitals-rule-and-multivariable-limits/405947#405947. – Ted Shifrin Jun 11 '13 at 00:12
  • +1 @AWertheim : I would definitly use polar coordinates: $f(r\cos\theta,r\sin\theta)=r\cos\theta\sin\theta\rightarrow 0$ when $r\rightarrow 0$ as $\cos\theta\sin\theta$ is bounded. – Avitus Jun 11 '13 at 09:24
0

Another direct approach is to note that the square of the reciprocal of your function is $\frac{1}{x^2}+\frac{1}{y^2}$.