$$ \lim\limits_{(x, y)\to (0, 0)}\frac{\sin(x+y)}{x+y} $$
I did the following
$a)$ along $x$ axis, the limit is one
$b)$ along $y$ axis the limit is one
$c)$ along $y=x$ the limit is one
Since there exists more ways to approach the origin, I know I cannot conclude from the steps given above.
$d)$ along $y= -x$
$\frac{\sin(x-x)}{x-x}$ is not defined. Isn't it still possible for the function to have a limit, even though it is not defined at that point?
How do I conclude whether a limit exists or doesn't in such a case?
EDIT
So for, $$ \lim\limits_{(x, y)\to (0, 0)}\frac{\sin(xy)}{xy} $$ Can I proceed in a similar manner and perform a substitution and state the limit is 1?
So $\lim_{(x,y) \to (0,0)} \frac{\sin(x+y)}{x+y} = 1$, since this is a simple trig limit and the form is $\frac{\sin(0)}{0}$. You might substitute $u = x+y$, and $\lim_{(x,y)\to(0,0)} x+y$ is obviously 0. Doing the substitution, we get $\lim_{u\to0} \frac{\sin u}{u} = 1$.