How to prove that $f(x,y)=3+2x+y$ is continuous?

813 Views Asked by At

The question is to prove that the function $f(x,y,z) = 3+2x+y$ is continuous everywhere. My approach uses the delta-epsilon method. $|(x,y)-(a,b)|\lt \delta$ then $|f(x,y)-f(a,b)|$.


All I did was trying to follow the method, but when I got $$|3+2x-y-3-2a+b|=|(2x-2a)-(y-b)|$$ I dont know what to do after this.

2

There are 2 best solutions below

0
On

$|f(x,y)-f(a,b)|=\\=|2(x-a)+y-b|\leq \\ \leq 2|x-a|+|y-b|\leq \\ \leq 2(|x-a|+|y-b|)\leq \\ \leq 4\sqrt{(x-a)^{2}+(y-b)^{2}}=4|(x,y)-(a,b)|<\epsilon$

if

$|(x,y)-(a,b)|<\frac{\epsilon}{4}$

0
On

Use $|u+v|^2 \le 2(u^2+v^2) $ with $u = x-a$ and $v = y-b$.