I’m studying multivariable calculus.
When trying to solve a limit $\lim_{(x,y)\to(x_0, y_0)}f(x,y)$ with $f:\mathbb{R}^2\to\mathbb{R}$, our professor told us that, in some cases, the limit is more easily ”computed” by changing the coordinate system to polar coordinates (using $x=ρ\cosθ$ and $y=ρ\sinθ$) and solving the limit for $\lim_{ρ\to0}f(ρ\cosθ, ρ\sinθ)$. He also tells us to consider $\theta$ as a function of $\rho$, so $\theta=\theta(\rho)$.
- note that I’ve always dealt just with limits $(x,y)\to(0,0)$, but I wrote it in general form because I don’t know if this changes something.
Now, the idea of changing system to polar coordinates is ok, but what bothers me is that I can’t find any underlying rigorous result/theorem/algebraic process or whatever that lets me say that $\theta$ is a function of $\rho$, which seems wrong to me because the “purpose” of the coordinates should be to be independent (am I wrong? maybe it’s just linearly independent?). Is it a “trick” to help us compute some limits to avoid the underlying theory? Note that, that lets me change a two-variables limit $(x, y)$ in a one-variable limit $\rho$ (which is particularly useful if all the terms with $\theta$ cancel in the limit), so it seems a crucial observation.
EDIT
Thanks to @bb_823 I saw a similar question, but still not exactly what I was asking for: here seems to be the underlying theory of doing multivariable limits in polar coordinates, and while the formulation in the link clarifies the whole question to me (“the value of the limit doesn’t depend from θ” and the uniformity), the formulation of my professor “assume that θ is function of ρ” still seems “wrong” and I don’t see how it’s equivalent to the linked answer.