Sunday, 1 January 2017

limits - Make a multivariable function continuous



What can we do with this function, so the function will be continuous in $(0,0)$?



$f:\mathbb{R}^2\rightarrow\mathbb{R}:(x,y) \mapsto \frac{x^2+y^2-x^3y^3}{x^2+y^2}$




What I think we should do, is:



approximate $(0,0)$ via the line $y=x$, so substitute $y=x$ and take the limit of that function, i.e. $\lim_{x\rightarrow0}$:



$\lim_{x\rightarrow0} 1 - \frac{x^6}{2x^2} = \lim_{x\rightarrow0}1-\frac{x^4}{2} = 1$



So the new function, that is continuous in $(0,0)$ is defined by:



$F:\mathbb{R}^2\rightarrow\mathbb{R}:(x,y) \mapsto F(x) = \begin{cases} 1 & \mbox{if } (x,y) = (0,0) \\ f(x) & \mbox{if } (x,y) \neq (0,0) \end{cases}$




I'm sorry for my english, but if you understand my question, could you say if I'm right?


Answer



Your intuition is correct, however you can't prove that $F$ is continuous that way. You must prove that $$\lim_{(x,y) \to (0,0)} F(x,y)=1.$$ You only computed the limit $$\lim_{x \to 0} F(x,x)=1,$$ and this is not enough. However,
$$
F(x,y)=1+\frac{x^3 y^3}{x^2+y^2} = 1 + x^2 y^2 \frac{xy}{x^2+y^2}.
$$
Now,
$$
\left| \frac{xy}{x^2+y^2} \right| \leq \frac{1}{2},
$$

and $x^2 y^2 \to 0$ as $x \to 0$, $y \to 0$. Hence $F(x,y) \to 1$ as $x \to 0$, $y \to 0$.


No comments:

Post a Comment

real analysis - How to find $lim_{hrightarrow 0}frac{sin(ha)}{h}$

How to find $\lim_{h\rightarrow 0}\frac{\sin(ha)}{h}$ without lhopital rule? I know when I use lhopital I easy get $$ \lim_{h\rightarrow 0}...