The limit is
$\lim_{x\to0,y\to0}\frac{x^2y}{x^2+y^2}$
Here is the way to prove the limit is $0$:
For arbitrary $\epsilon$, there exists a $\delta $ ($ 0 < \sqrt{x^2+y^2} < \delta$) that can satisfy the equation $| {\frac {x^2y} {x^2+y^2}}|<\epsilon$ as $x^2 \le x^2+y^2$ hence $|\frac{x^2y}{x^2+y^y}| \le |y| = y^2\le \sqrt {x^2+y^2}$ if we choose $\delta = \epsilon$.
Nevertheless, I try to choose (x, y) approaching (0,0) along a particular curve such as $x^2=-y^2+y$ and $x^2=-y^2+y^3$, which give me the limits are $0$ and $-1$ respectively that can prove the limit doesn't exist.
The question I wanna ask is what's wrong the curve I chosen and what is the rule to or not to choose a particular curve.
Any help will be appreciated, thank you!