I am currently teaching a multivariable calculus class and trying to come up with problems for the final exam, in particular a problem about multivariable limits. The following question popped into my head:
Let $f(x,y) = \frac{P(x,y)}{Q(x,y)}$ be a rational function ($P$ and $Q$ are polynomials) with $P(0,0) = Q(0,0) = 0$. For different curves $C: [0,1] \to \mathbb{R}^2$ with $C(0) = (0,0)$, the limits $\lim\limits_{t \to 0} f(C(t))$ may depend on $C$, or might not even exist.
What can we say about the set of (extended) real numbers $L$ which are limits of $f$ along some curve $C$? My gut instinct is that this set should be a connected subset of the extended real line, but I haven't been able to prove it.
Comments:
- If it makes the problem easier, feel free to assume that $Q \neq 0$ in a neighborhood of the origin. I don't necessarily care about the most general result, I'm just interested in any kind of result.
- I don't think it should matter, but let's let our curves be any continuous curves. Would the answer change if we forced our curves to be $C^1$ or $C^\infty$? Or algebraic?
- I only asked that $f$ is a rational function because those are the kinds of functions we tend to give students in multivariable calculus classes -- also, my first attempt at this was to rewrite $\frac{P}{Q} = k$ as $P - kQ = 0$ and try to think about the geometry of that as a polynomial equation in three variables. But I suspect that whatever we could say about rational functions we could also say about functions which are just continuous away from the origin.
My two attempts:
- Rewrite $\frac{P}{Q} = k$ as $P - kQ = 0$ which is now just a polynomial equation. I thought at first that maybe something along the lines of "for most values of $L$ which are the limit along some curve, there is in fact a curve to $(0,0)$ along which the function is a constant $L$" but I'm not sure if that's actually true.
- Suppose that $A$ and $B$ are curves along which $f$ has limits $a$ and $b$ respectively, and let $c$ be between $a$ and $b$. Reparametrize them so that $|A(t)| = |B(t)|$ for all $t$. For each $t$, look at the circular arc between $A(t)$ and $B(t)$. I want to use the intermediate value theorem to pick points, for each $t$, along this arc which are close to $c$. (The function is continuous and there are points near the origin along $A$ which are close to $a$ and along $B$ which are close to $b$ so there should be points in between them which are close to $c$.) But it's not clear to me that we can choose such points $C(t)$ for each $t$ in a way that makes the resulting function $t \mapsto C(t)$ continuous.