Hey I need to show that $$\lim_{(x,y)\to(0,0)} {xy \over \sqrt{x^2 + y^2}} = 0.$$ I'm not sure how to start manipulating this as I haven't gotten anything useful yet. Some help to get me going would be nice. Thanks
Tell me more
×
Mathematics Stack Exchange is a question and answer site for
people studying math at any level and professionals in related fields. It's 100% free, no registration required.
|
Notice that $$|x| = \sqrt{x^2} \le \sqrt{x^2 + y^2}$$ Using this fact, we have $$\left\vert\frac{xy}{\sqrt{x^2 + y^2}}\right\vert = \frac{|x|}{\sqrt{x^2 + y^2}}|y|\le |y|$$ which approaches $0$ as $(x,y)\rightarrow 0$. It should not be too hard to convert this into a formal epsilon-delta proof. |
||||
|
|
|
Let $$f(x,y) = \dfrac{xy}{\sqrt{x^2 + y^2}}$$ Set $x = r \cos(\theta)$, $y = r \sin(\theta)$, let $\sqrt{x^2 + y^2} = r$. $$F(r,\theta) = f(r \cos(\theta), r \sin(\theta)) = \dfrac{r^2 \cos(\theta) \sin(\theta)}{r} = r \cos(\theta) \sin(\theta)$$ $$(x,y) \to (0,0) \implies r \to 0$$ Now can you conclude what you want? |
|||

homeworktag on there. Is this homework for real variables? Calculus? – Cameron Buie Sep 26 '12 at 1:55