nkk2008 said:
Title says it all.
Examples from class I am looking at include:
lim(x,y) -> (0,0) of functions such as:
6yx^3 / 2x^4 + y^4
or
(x^2)(sin^2 (y)) / x^2 + 2y^2
My professor did a bad job of explaining it (or at least I did not understand).
Thanks,
Nkk
If (x,y) approaches (0, 0) along the x-axis- that is, as (x, 0), the two functions above become 6(0)(x^3)/(2x^4+ 0)= 0 and x^2(sin^2(0))/(x^2+ 2y^2)= 0 for all x so the limit as (x, 0)-> (0, 0) is 0. But in order that the limit itself exist, we must get the same result no matter which path we use to approach (0, 0). On the line y= x the first function becomes 6x(x^3)/(2x^4+ x^4)= x^4(5x^4)= 1/5 so no matter how close to (0,0) we get on that line, the value of the function is 1/5 and does not approach 0.
More generally, the best thing to do is to convert to polar coordinates. That way, a single variable, r, measures the distance from (0,0) no matter what the other, \theta, is. (In Cartesian coordinates distance is a combination of x and y.)
\frac{6yx^3}{2x^4 + y^4}= \frac{r sin(\theta)r^3cos^3(\theta)}{2r^4cos^4(\theta)+ r^4 sin^4(\theta)}
= \frac{sin(\theta)cos^3(\theta)}{2cos^4(\theta)+ sin^4(\theta)}
Notice that the "r" terms have canceled out- the value, no matter how close to (0,0) we are, depends upon \theta. Again, there is no one value we approach as r goes to 0 and so no limit.
For the second function,
\frac{x^2sin(y)}{x^2+ 2y^2}= \frac{r^2cos^2(\theta)sin(rcos(\theta))}{r^2 (cos^2(\theta)+ 2sin^2(\theta)}
= \frac{cos(\theta)sin(rcos(\theta)}{cos^2(\theta)+ 2sin^2(\theta)}
Now, as r goes to 0, what happens to rcos(\theta) and then sin(r cos(\theta))?