Arguing the limit of a function using epsilon delta

If you head towards the origin along the curve $x = y^2$ then your limit looks like:

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

which converges to $3/2$. Compare this with the limit approaching the origin along $x= y$ to derive a contradiction; thus, the limit does not exist.


I thought it might be instructive to present an approach that uses a well-known inequality to facilitate a $\delta-\epsilon$ proof that demonstrates that the limit fails to exist. To that end, we proceed.

Note from the AM-GM inequality, we have $$x^2+y^4\ge 2\sqrt{x^2y^4}=2|x|y^2$$with equality when $x=y^2$.

Hence, the best we can hope for is that

$$\frac{3xy^2}{x^2+y^4}\le \frac32$$


Now, if $x=0$ (or $y=0$), then $\lim_{y\to 0}\frac{3(0)y^2}{(0)^2+y^4}=0$.

We proceed to show that the limit

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

and hence the limit does not exist.

First, take $\epsilon=1$. Then, for all $\delta>0$, we take $x^2=y^4$ such that $0<\sqrt{x^2+y^2}<\delta$ and

$$\left|\frac{3xy^2}{x^2+y^4}\right|=\frac32>\epsilon$$

Hence, the limit is not $0$.

Inasmuch as the value of the limit depends on the manner in which it is taken, the limit fails to exist.