How do I find the limit of #(xy)/sqrt (x^2+y^2)#?

2 Answers
Feb 18, 2015

I suppose that the limit is:

#lim_((x,y)rarr(0,0))(xy)/sqrt(x^2+y^2)#.

The answer is: #0#.

This limit is in the indecision form: #0/0#.

The limits of a function of more than one variable are really different from the ones of one variable. The variable #x# can "go" to its limit (e.g. #a#) "only" in two directions (#a^+,a^-#). In more than one variable the directions are infinite! So, if we want to demonstrate that one limit doesn't exist it is simply, because we can choose two different directions that drive to different values.

The way to demonstrate, and to calculate, a limit making only one limit is to make a calculation for every direction.
It seems to be not so easy...

but

if we change the coordinate system from cartesian to polar, we will have two new variables #rho,theta# and #theta# will give us all the directions in one shot!

If the limit will depend only from #rho# the limit exist!

Now let's do the exercise.

I remember that:

#x=rhocostheta#
#y=rhosintheta#

and if

#(x,y)rarr(0,0)#

than

#rhorarr0#.

So:

#lim_(rhorarr0)(rhocosthetarhosintheta)/sqrt(rho^2cos^2theta+rho^2sin^2theta)=#

#lim_(rhorarr0)(rho^2costhetasintheta)/sqrt(rho^2(cos^2theta+sin^2theta))=#

#lim_(rhorarr0)(rho^2costhetasintheta)/(rhosqrt((cos^2theta+sin^2theta)))=#

#lim_(rhorarr0)(rho^2costhetasintheta)/rho=#

#lim_(rhorarr0)rhocosthetasintheta=0#

and, it's easy to say, this limit doesn't depends from #theta#!

Dec 18, 2015

You can tell the limit is going to be zero by comparing the degrees of the top and bottom.

Explanation:

The numerator has "2nd order smallness" - it's "tiny" - because of the #x*y#.

The denominator has only "1st order of smallness" - it's just "small" - because the #sqrt(x^2+y^2)# is around the same size as the x or y.

So the quotient will be "tiny/small" which goes to 0.

"Number sense" - If x and y are around 1/100, the top will be about 1/10000, and #sqrt(x^2+y^2)# will be about 1/70, so the quotient is about 7/1000, close to zero.