0

Prove or disprove each of the follow function has limits $x \to a$ by the definition

$\lim_{(x, y) \to (0, 0)} \frac{x^2y}{x^2 + y^2}$

Let $y = x^2$

$\frac{x^2 y}{x^2 + y^2} = \frac{x^4}{2x^4} = \frac{1}{2}$

If we let $x = 0$, then

$\lim_{(x, y) \to (0,0)} \frac{x^2y}{x^2+y^2} = \frac{0^2 \cdot 0}{0^2 + 0^2} = 0$

Therefore $\lim_{(x, y) \to (0, 0)} \frac{x^2y}{x^2 + y^2} = 0 \neq 1/2$

Therefore the limit does not exist because two different values.

Would this be correct?

Tree Garen
  • 709
  • 5
  • 15

2 Answers2

0

Note that $$ \left|\frac{x^{2}y}{x^{2}+y^{2}}\right|=\frac{x^{2}|y|}{x^{2}+y^{2}}=\frac{x^{2}\sqrt{y^{2}}}{x^{2}+y^{2}}\leq\frac{(x^{2}+y^{2})\sqrt{y^{2}}}{x^{2}+y^{2}}=\sqrt{y^{2}}\leq\sqrt{x^{2}+y^{2}}=\|(x,y)\|\to 0. $$

ervx
  • 12,208
0

Note that if $y=x^2$, we have

$$\lim_{x \to 0}\frac{x^2 \cdot x^2}{x^2+x^4}=\lim_{x \to 0}\frac{x^2 }{1+x^2}=0$$

If we let $x=0$, we havae

$$\lim_{y \to 0}\frac{0^2 \cdot y}{0^2+y^2}=\lim_{y \to 0}0=0$$

In fact, the limit is $0$ since

$$\left|\frac{x^2y}{x^2+y^2} \right| =|y|\left| \frac{x^2}{x^2+y^2}\right|\le |y|\le \sqrt{x^2+y^2}$$

Siong Thye Goh
  • 149,520
  • 20
  • 88
  • 149