0

Im trying to solve this limit $$ \lim_{(x,y)\to(2,2)} \frac{\sin(4-xy)}{16-x^2y^2} $$

For a reason Wolfram cant compute it (maybe I'm using it wrong) but anyways I saw that someone solve it using $t=xy$ and so the limit would be

$$ \lim_{t\to 4} \frac{\sin(4-t)}{16-t^2}=\frac 18 $$

But does this prove limit exist or this is only for one path?

user
  • 154,566
  • 1
    What about $$\frac{\sin(4-xy)}{16-x^2y^2}=\frac{\sin(4-xy)}{4-xy} \frac{1}{4+xy}$$ – user May 08 '23 at 19:54

2 Answers2

4

Your reasoning is perfectly fine and correct, indeed for any path

$$t=4-xy \to 0 \implies \frac{\sin(4-xy)}{4-xy}=\frac{\sin t}{t} \to 1$$

and since for any path $4+xy \to 8$ we have

$$\frac{\sin(4-xy)}{16-x^2y^2}=\frac{\sin(4-xy)}{4-xy} \frac{1}{4+xy}\to 1 \cdot \frac18=\frac18$$


The following are some examples of similar limits with discussion about path dependence

user
  • 154,566
2

You can write your limit as $$ \lim_{(x,y)\to(2,2)}\dfrac{\sin(4-xy)}{16-x^2y^2} = \left(\lim_{(x,y)\to(2,2)} \frac{1}{4+xy}\right)\cdot\left(\lim_{(x,y)\to(2,2)} \dfrac{\sin(4-xy)}{4-xy}\right) = \frac 18 \lim_{t \to 0} \frac{\sin t}{t} = \frac 18 $$

the calculation of the second factor is justified by the limit of a composition.

PierreCarre
  • 20,974
  • 1
  • 18
  • 34