I have: \begin{equation} f_1(x,y)=\frac{xy}{(x^2+y^2)^{\frac{1}{2}}} \end{equation}
Is this function continuous at the origin, still it does not exist there?
Thanks
I have: \begin{equation} f_1(x,y)=\frac{xy}{(x^2+y^2)^{\frac{1}{2}}} \end{equation}
Is this function continuous at the origin, still it does not exist there?
Thanks
Functions can only be continuous at points in their domain. $(0,0)$ is not in the domain of $f_1$, so speaking of continuity at $(0,0)$ is nonsensical.
Note that, as others have pointed out, there exists an extension of $f_1$ which is in fact continuous at the origin. That function is
$$F:\mathbb R^2\to\mathbb R$$ $$F(x,y)=\begin{cases}f_1(x,y); & (x,y)\neq (0,0)\\ 0;&(x,y)=(0,0)\end{cases}.$$
The function $F$ is equal to $f_1$ on the entire domain of $f_1$, but the function $F$ also contains $0$ in its domain, and it is continous at $0$.
Note also that $F$ is the only function on $\mathbb R^2$ that both extends $f_1$ (i.e., returns the same value as $f_1$ on all points in the domain of $f_1$) and is continuous.
$$F:\mathbb R^2\to\mathbb R$$ $$F(x,y)=\begin{cases}f_1(x,y); & (x,y)\neq (0,0)\ 0;&(x,y)=(0,0)\end{cases}$$
– 5xum Oct 13 '21 at 12:46As others pointed out, the proper question is "Can $f$ be extended to $(0,0)$ as a continuous function?". The answer is yes because, since $\lim_{(x,y)\to(0,0)} f(x,y)= 0$, defining $f(0,0)=0$ automatically yields a continuous function.
You can see this simply by noting that $$ \left| \frac{xy}{\sqrt{x^2+y^2}}-0 \right|\leq \dfrac{|x||y|}{\sqrt{x^2+y^2}}\leq \dfrac{\sqrt{x^2+y^2} \sqrt{x^2+y^2}}{\sqrt{x^2+y^2}} = \sqrt{x^2+y^2} \to 0. $$
I used the inequalities $$ |x| = \sqrt{x^2}\leq \sqrt{x^2+y^2}$$ $$ |y| = \sqrt{y^2}\leq \sqrt{x^2+y^2}$$