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!
I don’t believe there is a rule that fits all multi variable limits. Generally, one looks for continuity at the point and then failing that will apply various different techniques until something sticks (such as polar coordinates, trying many different paths then generalising, and Taylor series).
This is a good thread detailing several ways to approach such problems, hopefully it helps a bit!
Is there a step by step checklist to check if a multivariable limit exists and find its value?
If you’re looking to figure out what the limit is to aid proving it, I would try several paths and if all paths tend to the same point then I would assume that to be the result I try to prove. 3D graphing calculators can help with this!!