1

I need to prove that: $$ \lim_{(x,y) \to (0,0)} \frac{3x^2y^2}{x^4+y^4}=\frac{3}{2} $$ using the $\epsilon$-$\delta$ notation.

I have tried everything I could think of to make the expression into a function of $x^2+y^2$ so that I could then calculate $\delta$ in terms of $\epsilon$.

Any help would be greatly appreciated!

P.S: $f(x,y)=0$ at $(x,y)=(0,0)$

Answer: This limit does not exist! If we calculate the limit along the curves $y=x$ and $y=x^2$, we get different values for the limit.

quid
  • 42,135
Ali
  • 357

4 Answers4

3

To show the statement is false, notice that for all $x\neq 0$: $f(x,x)=3/2$ but $f(x,2x)=12/17$, so the limit does not exist.

smcc
  • 5,694
2

Hint: You are trying to prove something that is false.

zhw.
  • 105,693
1

Another approach that is sometimes helpful: use polar coordinates

$$\begin{cases}x=r\cos t\\y=r\sin t\end{cases}\implies\frac{3x^2y^2}{x^4+y^4}=\frac{3\cos^2t\sin^2t}{\underbrace{\cos^4t+\sin^4t}_{=(\cos^2t+\sin^2t)^2-2\cos^2t\sin^2t}}=$$

$$=\frac{\frac34\sin^22t}{1-\frac12\sin^22t}$$

Either way, it is clear that $\;r\to0\implies\;$ the limit depends on the angle $\;t\;$, and thus the wanted limit doesn't exist.

DonAntonio
  • 211,718
  • 17
  • 136
  • 287
0

take the way $y=x$, then the limit become: $$\lim_{x\to 0}\frac{3x^2x^2}{x^4+x^4}=\lim_{x\to 0}\frac{3x^4}{2x^4}=\lim_{x\to 0}\frac{3}{2}=\frac{3}{2}$$ clearly the limit is not $0$