Why do we have to try all the paths in multivariable limits?

1.8k Views Asked by At

I don't get the idea of trying "all" paths to know the value of the limit. The way I see it is I have to "scan the area" around the point, and that would be enought. for example, if all the straight lines whose equation is (y = mx) lead to the same value, then any other curvy path is just a "jump" from a straight line path to another. So, Can you explain why this procedure isn't enough? A counterexample would be great.

2

There are 2 best solutions below

0
On BEST ANSWER

The idea of a multivariable limit is not exactly related to approach via multiple paths. If the multivariable limit exists then limits via various paths also exist and are equal. But this is one way implication.

The meaning of the limit is similar to one dimensional case ie values of function are near the limit for all values of its arguments near the point under consideration.

Consider the case mentioned in question where you think that all straight lines passing through the point under consideration cover the area near the point. This is accepted but the problem is something else. Consider two such lines. It might be possible that for a given $\epsilon$ the $\delta$ corresponding to these lines is different. If you want to cover all possible lines then you may have to deal with all the possible $\delta$'s and choose a minimum out of them. And it is quite possible that there is no desired minimum available here.

Thus even though you can find nearby points on each line to fit the definition of limit, yet you may not be able to find a neighborhood of point which fits the definition of multivariable limit. And this can happen no matter how many paths of various nature you choose to approach the point under consideration.

You should also observe that the multiple path approach is almost always used to prove the non-existence of a limit instead of existence of limit.

0
On

It is easy to construct such a counterexample.

Just take the indicator function of the easiest nonlinear curve, the parabola $y=x^2$:

$$f(x,y)=\begin{cases} 1 & y=x^2 \\ 0 & y\neq x^2\end{cases}$$

If you approach $(0,0)$ along any line, the limit is zero. (To see this, note that any line through the origin eventually misses the parabola, as you move sufficiently close to the origin.) But if you approach along $y=x^2$, the limit is one.

Dave Renfro's comment gives a much more radical example, where the limit agrees along all polynomial paths, but still fails to exist.