Consider the function with domain $A = \{ (x,y) \in \, \mathbb{R}^2: (x,y) \neq (0,0)\}$ given by
$$\frac{2x^2y}{x^4+y^2}$$
Letting $(x,y)$ approach $(0,0)$ along the straight line $y=ax$ , where $a$ is a real constant, we find that the limit is zero. This is not enough to conclude that the limit exists. Explain why.
I'm incredbly confused so...
$$\lim_{x=y \to 0} \frac{2x^2y}{x^4+y^2} = \frac{0}{0} =0$$
Amongst two different paths...
$$\lim_{x \to 0} \frac{2x^2y}{x^4+y^2} = \frac{0\times y}{0+y^2} =0$$ $$\lim_{y \to 0} \frac{2x^2y}{x^4+y^2} = \frac{x\times 0}{x^4+0} =0$$ Which works better as a proof in my books. As it approach zero in the two paths. Hence the limit is continuous for $(0,0)$
Now i know the definition of continuity is formally: A function f is continuous at a point $a$ if for every $\epsilon>0$, there exists $\delta>0$ such that $|x−a|<\delta$ implies that $|f(x)−f(a)|<\epsilon$
But i get confused at finding $\delta$ and $\epsilon$
So what i usually use is $x=a$ $$\lim_{x \to a} f(x) = f(a)$$
I'm guessing this is not enough proof as we have not proven that $f(x)$ continuous along every point of the domain.