Can we make $\frac{\sin (x+y)}{x+y}$ continuous, defining it appropriately at $(0, 0)$ ??
What does it mean to make a function continuous??
Can we make $\frac{\sin (x+y)}{x+y}$ continuous, defining it appropriately at $(0, 0)$ ??
What does it mean to make a function continuous??
$\newcommand{\Reals}{\mathbf{R}}$Calculus books often play fast and loose with domains (and targets), but it's important to realize (and remember) that changing the domain of a function, even by adding or removing a single point, gives a different function. This is a mildly pedantic answer, but taking extra care may be worthwhile. Here are some relevant definitions:
If $X$ is a set, $A \subset X$, and $f:A \to \Reals$ is a function, then an extension of $f$ to $X$ is a function $F:X \to \Reals$ such that $$ F(x) = f(x)\quad\text{for all $x$ in $A$.} $$ (In other words, the restriction of $F$ to $A$ is $f$.)
A continuous extension of $f$ to $X$ is exactly what it sounds like: An extension of $f$ to $X$ that is, in addition, continuous.
Here $A = \{(x, y)\text{ in } \Reals^{2} : x + y \neq 0\}$ is the plane $\Reals^{2}$ with the line $y = -x$ removed; $X = A \cup \{(0, 0)\}$ is the set $A$ with the origin appended, and $f:A \to \Reals$ is defined by $$ f(x, y) = \frac{\sin(x + y)}{x + y}. $$ The question amounts to: Does there exist a continuous extension of $f$ to $X$? Informally, "can $f(0, 0)$ be defined in such a way that $f$ is continuous at $(0, 0)$?"
The answer in this example boils down to, "Does $\lim\limits_{(x, y) \to (0, 0)} f(x, y)$ exist?" If "yes", and if the limit is $\ell$, then defining $f(0, 0) = \ell$ gives a continuous extension of $f$ to $X$. If "no", $f$ has no continuous extension to $X$.
(Incidentally, as a couple of commenters have noted, the origin is not the only "problem point" for $f$. Is it possible that $$ f(x, y) = \frac{\sin(x^{2} + y^{2})}{x^{2} + y^{2}}\quad\text{or}\quad f(x, y) = \frac{\sin\sqrt{x^{2} + y^{2}}}{\sqrt{x^{2} + y^{2}}} $$ instead? The latter two functions are defined everywhere except the origin.)
A function is continuous (in a domain) if it is continuous at every point of its domain. Saying this is equivalent as to saying that $$\lim_{\textbf {x} \to a} f(\textbf x) = f(\textbf a)$$ for every $a \in Dom f$.
Once you have this in mind, you need to estabilish your domain, and see that your function fulfills the requirements.
A function is continuous if for every $x$ in it's domain, it is true that: $$ \lim_{y\to x}f(y)=f(x) $$ This is the same as the curve being drawable with a pencil.
To make a function continuous, would probably mean that the function is not defined at, say $0$ because of division by zero, and then you figure out which value you could define the function to have at that point, such that the resulting function is continuous.