Use the epsilon-delta definition of limits to show that $\lim \limits_{(x,y) \to (1,2)}(2x^{2}+y^{2}) = 6$
I tried putting it in polar coordinates and got to $\lim \limits_{r \to \sqrt 6}r^2 = 6$
From there I got $|r-\sqrt{6}| < \delta$, how do I get that to the form $|r^2 - 6| < \epsilon$? Or is there a simpler way to do the problem?
You didn't specify that to use polar coordinates we need firstly to set
then
$$\lim \limits_{(x,y) \to (1,2)}(2x^{2}+y^{2}) = 6\iff \lim \limits_{(u,v) \to (\sqrt 2,2)}(u^{2}+v^{2}) = 6\iff\lim \limits_{r \to \sqrt 6}r^2 = 6$$
From here you can easily proceed by the $\epsilon-\delta$ definition of limit, that is
$$|r^2 - 6| < \epsilon\iff \sqrt{6-\epsilon}<r<\sqrt{6+\epsilon}\iff \sqrt{6-\epsilon}-\sqrt 6<r-\sqrt6<\sqrt{6+\epsilon}-\sqrt 6$$
then the optimal bound for $\delta$ is
$$|r-\sqrt 6|<min\{\sqrt 6-\sqrt{6-\epsilon},\sqrt{6+\epsilon}-\sqrt 6\}=\sqrt{6+\epsilon}-\sqrt 6=\delta$$
Or as an alternative note that if we assume $$|r-\sqrt 6|<1 \implies r\in(-1+\sqrt 6,1+\sqrt 6)\implies r+\sqrt 6<1+2\sqrt 6$$
we have
$$|r^2-6|=(r+\sqrt 6)|r-\sqrt 6|<(1+2\sqrt 6)|r-\sqrt 6|$$
and thus if
$$|r-\sqrt 6|<\frac{\epsilon}{1+2\sqrt 6}\implies|r^2-6|<\epsilon$$
and $$\delta =\min\left\{1, \frac{\epsilon}{1+2\sqrt 6}\right\}$$