I need to show that $f:\mathbb{R}^2 \rightarrow \mathbb{R}, f(x,y)=x^2+y$ is continuous in $\mathbb{R}^2$ (everywhere) by $\epsilon - \delta$ definition of continuity.
First, I write the definition.
$f$ continuous $\Leftrightarrow \forall a=(a_{1},a_{2}) \in \mathbb{R}^2 \ \ \forall \epsilon >0 \ \ \exists \delta>0 \ \ \forall x=(x_{1},x_{2})\in \mathbb{R}^2 \ \ (\sqrt{(x_{1}-a_{1})^2+(x_{2}-a_{2})^2}<\delta \Rightarrow |f(x)-f(a)|<\epsilon)$
Than, I rewrite that for the problem,
$\sqrt{(x_{1}-a_{1})^2+(x_{2}-a_{2})^2}<\delta \Rightarrow |x_{1}^2+x_{2}-a_{1}^2-a_{2}|<\epsilon$
After, I tried many things to solve this problem. Especially, I think the triangle inequality but i couldn't find the solution.
What should I do? How can I solve this problem?
Thanks a lot for your helps.