Given is the function $f(x,y)=\frac{x^3-y^3}{x^2-y^2}$ defined for $(x,y)\in\mathbb{R^2}, \, x^2\neq y^2$
I need to find the limit of $\lim_{(x,y)\rightarrow(0,0)} \frac{x^3-y^3}{x^2-y^2}$.
I have tried a few paths, $(x,mx),\, (x,mx^2), \, (x,sin(x)), \, (x,tan(x))$ but all of them yield the same result, $0$.
So I tried to prove the limit exists using the epsilon-delta definition. So: $$\left|\frac{x^3-y^3}{x^2-y^2} - 0\right| = \left|\frac{(x-y)(x^2+y^2+xy)}{(x-y)(x+y)}\right|= \frac{x^2+y^2+xy}{\left|x+y\right|}<\epsilon$$ Here I am stuck and do not know how to proceed.