I know that I have to find a $\epsilon > 0$ s.t. |$\frac{x^3-y^3}{x^2+y^2}$|<$\epsilon$ whenever $0<\sqrt{x^2+y^2}<\delta$ but what are the steps to proving this?
I'm looking for an answer which shows the steps as well as explains the intuition.
Thanks
Numerator:
$|(x^3-y^3)|=$
$|(x-y)|\,|(x^2+xy+y^2)|\le$
$|x-y|\,\big(|x^2+y^2| +|xy|\big) \le$
$|x-y|\,\big(|x^2|+|y^2| +|x|^2+|y|^2\big) \le$
$2\,|x-y|\,|x^2+y^2| \le$
$ 2(|x|+|y|) (x^2+y^2)\le$
$4 \sqrt{x^2+y^2}(x^2+y^2)$.
Finally
$\dfrac{|x^3-y^3|}{x^2+y^2} \le 4\sqrt{x^2+y^2}.$
Choose $\delta =\epsilon/4.$
Used: $x^2+y^2 \ge 2|xy|;$
$|x| =\sqrt{x^2} \le \sqrt{x^2+y^2},\;\;$ $|y| =\sqrt{y^2} \le \sqrt{x^2+y^2}$.