For $f(x,y) = \frac{xy-1}{x^2 y^2-1}$, what is the limit as $(x,y)$ goes to $(1,1)$?
Since the denominator can be factored into $(xy-1)(xy+1)$ and then the $(xy-1)$'s in both the numerator and denominator can be cancelled, we are left with $f(x,y) = \frac{1}{xy+1}$ and substituting $x=1$ and $y=1$, the limit becomes $\frac{1}{2}$. Is this solution right? We had this question on our test todayin Multivariable Caclulus, and some people put $1/2$ while others put $DNE$. Who is right?
Yes it is right, indeed we have that as $(x,y) \to (1,1)$ also $t=xy \to 1$ therefore we reduce to a limit for a single variable that is
$$\frac{xy-1}{x^2 y^2-1}=\frac{t-1}{t^2-1}=\frac{t-1}{(t+1)(t-1)}=\frac{1}{t+1}\to \frac12$$
As noticed in the comments $f(x,y)$ fails to exist along the hyperbolas $y=\pm\frac1x$ but it doesn't matter since these points are not in the domain.