Help with epsilon-delta definition of a limit of a function

azure kitsune
Messages
63
Reaction score
0

Homework Statement



Let

f(x,y) = \dfrac{x^2+2xy^2+y^2}{x^2+y^2}

Prove that

\lim_{(x,y) \to (0,0)} f(x,y) = 1

Homework Equations



Definition of the limit of a function of multiple variables:

It suffices to show that for all \epsilon > 0, there exists a \delta > 0 such that for all (x,y) such that 0 < x^2 + y^2 < \delta ^2, we have |f(x,y) - 1| < \epsilon

The Attempt at a Solution



|f(x,y) - 1| = \left| \dfrac{2xy^2}{x^2+y^2} \right| = \dfrac{2|x|y^2}{x^2+y^2}

I need to bound this with an expression in terms of \delta, but I can't think of any way to do so. I noticed that the denominator is less than \delta ^2 but I can't get anywhere with that. (I end up bounding it in the wrong direction! :rolleyes:)

Can anyone point me in the right direction? Thanks.

[Edit: Good catch Mark44!]
 
Last edited:
Physics news on Phys.org
Try 2|x|y^2<=2|x|*(x^2+y^2). How can you bound |x| in terms of delta?
 
This isn't much help, but the denominator is less than \delta ^2, which makes the overall expression larger than it would be if the denominator were equal to \delta ^2.
 
I get that |x| = \sqrt{x^2} \leq \sqrt{x^2 + y^2} &lt; \delta so

\dfrac{2|x|y^2}{x^2+y^2} \leq \dfrac{2|x|(x^2 + y^2)}{x^2+y^2} = 2|x| &lt; 2\delta

So for any \epsilon, we can choose \delta = \epsilon/2.

Thanks Dick! That was tricky.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top