I'm kind of lost on this problem:
The question says to state whether the limit exists, find its value and prove it:
$\lim_{(x,y) \rightarrow (1,1)} \frac{x^3-y^3}{x^2-y^2}$
So after evaluating several paths (and graphing the contour plot) I know that the limit exists and it's $\frac{3}{2}$. But when it comes to the epsilon delta proof, I'm lost.
I know I have to prove that $\forall \epsilon>0, \exists \delta=\delta(\epsilon) >0$ such that if $\ 0<\left\Vert(x,y) - (1,1)\right\Vert<\epsilon \Rightarrow \left\vert\frac{x^3-y^3}{x^2-y^2} - \frac{3}{2}\right\vert< \epsilon $
I've done other epsilon delta proofs, but the limits were of the form $\lim_{(x,y) \rightarrow (0,0)} f(x,y) = 0$ and now I don't know how to start this one or which inequalities use.
Berfore we begin, it is worth noting that: $\frac {x^3-y^3}{x^2 - y^2} = \frac {x-y}{x-y}\frac {x^2 + xy + y^2}{x+y}$
$|\frac {x^3 - y^3}{x^2-y^2} - \frac 32| = |\frac {2x^3 - 2y^3 + 3x^2 - 3y^2}{2(x^2-y^2)}|$
let $d((x,y),(a,b)) = \max(|x-a|,|y-b|)$ be our distance metric. Validate that this is a metric if you haven't seen it before.
$|\frac {(x-y)(2(x-1)^2 + 2(x-1)(y-1) + 2(y-1)^2 + 3(x+1) + 3(y+1))}{2(x-y)((x-1)+(y-1) +2)}|$
$|\frac {x^3 - y^3}{x^2-y^2} - \frac 32| < |\frac {6\delta^2 + 6\delta}{4}|$
Let $\delta = \max (1,\frac {\epsilon}{3})$
$|\frac {x^3 - y^3}{x^2-y^2} - \frac 32|<3\delta < \epsilon$