[Math] Are there any paths that will always show if there is a limit

3dlimits

I'm trying to do limits in 3D and I'm wondering whether or not there are paths along which the limit of any function at any point can always be found. In my book it isn't clear whether this exists or not; neither is it clear how to choose a path if this does exist.

In the book they replace $y$ with $kx$ a lot but sometimes they replace $x$ and $y$ with $0$ separately and sometimes they use $x^2$.

I've seen some people have already asked similar questions but about specific formulas and I can't link that to my exact question.

Thanks for any help!

Best Answer

I know what you're asking, and the answer is "no" (caveat after reading the comments: There are paths that do conclude for you, most importantly so-called space-filling curves, but they are mostly of theoretical value, and rarely help in calculations). Checking different (simple) paths is not enough to show that a limit exists. It is good for two things, though:

  1. Finding a candidate limit. If you pick a path, and calculate the limit along that path, then you have a candidate for what the limit could be. Most limit calculations become easier once you have a concrete candidate to check.
  2. Showing that there is no limit. If two different paths create two different candidates, or if a single pay fails to give a limit, then there cannot be a single limit value at the given point.

The standard example is $$ f(x,y)=\cases{0&if $x=y=0$\\\frac{2x^2y}{x^4+y^2}&otherwise} $$for which every line through the origin says that the limit at the origin is $0$, while the parabola $y=x^2$ says that the limit is $1$. In general, there is no way of knowing that there isn't such a "different path". For instance, this example is not difficult to change into one where the path that gives $1$ is $y=x^{10}$ instead. How will you know in general that there isn't such a path hidden somewhere? That's impossible without proving the general limit in the first place.

Related Question