I've been wondering this as I've tried to solve problems by parameterizing variables to f.e x = $\lambda(t)t$ and y = $\mu(t)t$ and reducing by dividing common t factors. I've looked online for methods to compute multivariable limits and I have found no one who shows how to do it and almost all of them just "assume" a limit and use an epsilon-delta proof. Also some use x = $rcos(\theta)$ and y = $rsin(\theta)$, but since $sin^2+cos^2 = 1$ doesn't this not work?
As an example take $\lim_{(x,y)\to(0,0)}\frac{x^3y}{x^6+y^2}$. I then find $\frac{t^4\lambda^3(t)\mu(t)}{t^2(\mu^2(t)+t^4\lambda^6(t))}$ which reduces to $\frac{t^2\lambda^3(t)\mu(t)}{\mu^2(t)+t^4\lambda^6(t)}$ and thus the limit is $\frac{0}{\mu^2(t)+0} = 0$ as t approaches $0$. This limit doesn't exist however as it is path dependent.
Thus my question is: Is there a way to compute multivariable limits without "guessing" them beforehand, and if so how is it done and what is/isn't a correct method?
Thank you in advance!