Using the Squeeze Theorem to find Limit

  • Thread starter Thread starter kelp
  • Start date Start date
  • Tags Tags
    Limit Theorem
kelp
Messages
9
Reaction score
0

Homework Statement


lim (x,y) -> (0,0) for:
(x^3 - y^3) / (x2 + y2)


Homework Equations





The Attempt at a Solution


I am checking all the possible lines to check what the limit would be if it did exist:
y = mx, plug this into the equation above

(x^3 - (mx)^3) / (x^2 + (mx)^2)

reduces to:

x(1 - m^3) / (1 + m^2)

so, the limit of this when it approaches 0 would be 0 if it exists. Now how do I find out that it does exist?

I was told to use the squeeze theorem, but I don't know how to find the bounds.
 
Physics news on Phys.org
The usual approach is to use polar coordinates and write x=r*cos(theta) and y=r*sin(theta). Then if (x,y)->(0,0) r must go to zero. Bound the trig part and use the squeeze theorem.
 
try to rewrite x^3-y^3=(x-y)(x^2+xy+y^2), and somewhere along the lines use the facts that: x^2=<x^2+y^2, y^2=<x^2+y^2, xy<x^2+y^2, to come up with an upper bound, so to speak, since your lower is 0.

EDIT: Or what Dick suggested!
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top