Consider the function $$ f ( x , y ) = \begin {cases} \frac { 2 x ^ 2 - x y - y ^ 2 } { x ^ 2 - y ^ 2 } & x \ne y \\ \frac 3 2 & x = y \end {cases} $$ on the domain $ D = \left\{ ( x , y ) \in \mathbb R ^ 2 \mid x \ge 1 , y \ge 1 \right\} $.
Determine the region of $ D $ on which $ f $ is continuous.
I calculated that limit does not exist for the individual rational function, does that mean the function is continuous everywhere except when $x=y$ as it must satisfy the definition of $$\lim_{(x,y)\to(a,b)} f(x,y)=(a,b)$$ So when subbing $x=y$ in this case, it gives $\frac{3}{2}$.