Showing Limit of xy^3/(x^2+y^2) = 0 using Definition

  • Thread starter Thread starter TheAntithesis
  • Start date Start date
  • Tags Tags
    Definition Limit
TheAntithesis
Messages
13
Reaction score
0

Homework Statement


Apply the definition of the limit to show that

lim (x,y)-->(0,0) xy^3/(x^2+y^2) = 0


Homework Equations


Definition of the limit:
lim (x,y)-->(a,b) f(x,y) = L if for every number epsilon > 0 there is a corresponding number delta > 0 such that if (x,y) is in the domain and 0 < sqrt((x-a)^2 + (y-b)^2) < delta then |f(x,y) - L| < epsilon

The Attempt at a Solution



So far I've just plugged in the numbers:

Let epsilon > 0. We want to find delta > 0 such that
if 0 < sqrt(x^2 + y^2) < delta then |xy^3/(x^2 + y^2) - 0| < epsilon

I have no idea what to do next.
Note that it says to show that this is the limit using the definition given above.
 
Physics news on Phys.org
Is not true that the limit is 0.
If you let y=0 and x \to 0, we have the
\lim_{x \to 0} \frac{1}{x} \ne 0
 
If y = 0 then xy^3 = 0 then xy^3/(x^2+y^2) = 0/x^2 = 0 so the limit must be 0
 
u can't take limit of the numerator without taking limit of the denominator so u basically wrong
 
Wolfram?
http://www.wolframalpha.com/input/?i=lim+%28x%2Cy%29-%3E%280%2C0%29+xy^3%2F%28x^2+%2B+y^2%29
 
sry my bad :D
 
TheAntithesis said:
If y = 0 then xy^3 = 0 then xy^3/(x^2+y^2) = 0/x^2 = 0 so the limit must be 0

Oh yes, sure.
 
I would switch to polar coordinates- that way the "distance to (0, 0)" is given by the single variable, r.

In polar coordinates, the function is
\frac{(r cos(\theta)(r sin(\theta))^3}{r^2}= r^2 cos(\theta)sin^3(\theta)

Of course, |cos(\theta)sin^3(\theta)|\le 1 for all \theta.
 
Ok let me know if this makes any sense at all...

After changing it to polar coordinates, we get \lim_{r \to 0} r^2 cos(\theta)sin^3(\theta)

Let \epsilon &gt; 0. We want to find \delta &gt; 0 such that

if 0&lt;r&lt; \delta then |r^2 cos(\theta)sin^3(\theta) - 0| &lt; \epsilon

since |cos(\theta)sin^3(\theta)| \le 1 for all \theta

r^2 cos(\theta)sin^3(\theta) \le r^2

Thus if we choose \delta^2 = \epsilon and let 0&lt;r&lt;\delta then

|r^2 cos(\theta)sin^3(\theta) - 0| \le r^2 \le \delta^2 = \epsilon

And hence \lim_{(x,y) \to (0,0)} = 0
 
Last edited:
Back
Top