1

Consider the function $g:\mathbb{R^2} \rightarrow \mathbb{R}$ defined by

$g(x,y) = \left\{\begin{matrix} \dfrac{x^3y}{x^2+y^2}& \textrm{if } (x,y) \neq (0,0) \\ 0 & \textrm{if }(x,y) = (0,0) \end{matrix}\right.$

How do I prove this is continuous?

I know that I have to:

Consider $x_0 \in \mathbb{R^2}$, and let $\epsilon > 0$ be given. I am confused on how to pick a $\delta$ that will work such that $d(x,x_o) < \delta$.

johnbowen
  • 429

4 Answers4

5

This function is clearly continuous on $\mathbb{R}^2\setminus\{(0,0)\}$. The only effort will be to prove that it is continuous over $(0,0)$.

Since $\lvert\frac{x^3y}{x^2 + y^2}\rvert = \frac{x^2 \cdot |xy|}{x^2 + y^2} < \frac{(x^2 + y^2) (\frac{x^2 + y^2}{2})}{x^2 + y^2} = \frac{x^2 + y^2}{2}$, the norm of $f(x,y)$ is smaller than the norm of $(x,y)$ thus the continuity of $f$ over $(0,0)$ is guaranteed.

corindo
  • 3,752
3

Use the fact that, for $(x,y)\ne(0,0)$, $$ \left|\frac{2xy}{x^2+y^2}\right|\le 1 $$ Then $$ \left|\frac{x^3y}{x^2+y^2}\right|\le\frac{x^2}{2} $$ and the squeeze theorem tells you that $$ \lim_{(x,y)\to(0,0)}\frac{x^3y}{x^2+y^2}=0 $$

egreg
  • 238,574
1

Since $f(x,y)$ for $(x,y)\neq (0,0)$ is a composition of continous functions, it is continuous on $\mathbb{R}^2 \setminus \{(0,0)\}$. For continuity on $\mathbb{R}^2$ we only have to show that the limit

$$\lim_{(x,y)\to (0,0)} f(x,y) = 0$$

exists, e.g. by changing the limit using polar coordinates:

$$ x = r \cdot \cos(\theta)$$

$$y = r \cdot \sin(\theta)$$

$$\lim_{(x,y)\to (0,0)} {x^3y\over x^2+y^2} = \lim_{r \to 0} {r^4 \cos^3 \theta \sin \theta \over r^2(\cos^2 \theta + \sin^2 \theta)}= \lim_{r \to 0} {r^2 \cos^3 \theta \sin \theta } = 0$$

Thus, $f(x,y)$ is continuous on $\mathbb{R}^2$.

adjan
  • 5,741
0

Here is how you advance

$$|g(x, y) | \leq x^2 + y^2 < \epsilon \implies \sqrt{ x^2 + y^2} \leq \sqrt{\epsilon} = \delta$$