Given the function $f(x,y)=\frac{x^3-y^3}{x^2-y^2}$ defined $x,y \in \Bbb R$ and $x^2 \neq y^2$. Let $a \neq 0$, determine wether the $\lim \limits_{(x,y) \rightarrow (a,a)} f(x,y)$ exists or not. If it does exist give the value.
I thought you had to do this by looking at different paths, so I looked at $(x,y)=(t,bt)$ with $t \rightarrow a$. $\lim \limits_{t \rightarrow a} f(t,bt)$=$\lim \limits_{t \rightarrow a} \frac{t^3-b^3t^3}{t^2-b^2t^2}$=$\frac{b^2a+ba+a}{b+1}$.
I also did this for $(x,y)=(t,t^2)$ with $t \rightarrow a$. $\lim \limits_{t \rightarrow a} f(t,t^2)$= $\lim \limits_{t \rightarrow a} \frac{t^3-t^6}{t^2-t^4}$=$ \frac {a^3+a^2+a}{a+1}$.
Since $\lim \limits_{t \rightarrow a} f(t,bt) \neq \lim \limits_{t \rightarrow a} f(t,t^2)$ it doesn't exist.
I'm not sure if this is right, or how I could do this otherwise.