Using definition,How can I find that limit of below function of $\mathbb{R}^2$:
$1.\displaystyle \lim_{(x,y) \to (0,0)} \frac{\sin(x+y)}{(x+y)} $
$2. \displaystyle \lim_{(x,y) \to (0,0)} x \sin \bigg(\frac{1}{y}\bigg)+y \sin\bigg(\frac{1}{x}\bigg)$
Please help me, thanks in advance.
Point 2 is trivial: just remark that the two terms are multiplication of an infinitesimal and a bounded quantity, so the limit is zero. More formally, pick $\epsilon>0$ and write $$ \left|x \sin \frac{1}{y} + y \sin \frac{1}{x} \right| \leq |x| + |y| < \epsilon $$ provided that $|x|<\frac{\epsilon}{2}$, $|y|<\frac{\epsilon}{2}$.
Point 1 is tricky, since it is just a restatement of a popular limit: $\lim_{z \to 0} \frac{\sin z}{z}=1$, with $z=x+y \to 0$. So the answer is: the limit is $1$, and the "elementary" proof can be read on most calculus books.