hover
- 342
- 0
Homework Statement
Prove or disprove that the following limit exists
lim x->0 and y->0 of
xy/(x^2+y^2)^.5
Homework Equations
0 < ((x-a)^2+(y-b)^2)^.5 < delta
|f(x,y)-L| < epsilon
The Attempt at a Solution
Taking the limit from both the x-axis and y-axis separately, L=0. So
0 < (x^2+y^2) < delta and |xy/(x^2+y^2)| < epsilon
We know that
|xy/(x^2+y^2)| = |x||y|/(x^2+y^2)
and
|y| = (y^2)^.5 <= (x^2+y^2)^.5
|x||y|/(x^2+y^2) <= |x|(x^2+y^2)^.5/(x^2+y^2)^.5 = |x|
|x| <= (x^2+y^2)<delta < epsilon
so delta = epsilon
Is this right?