Can someone show me some examples of limits by definition $\epsilon - \delta $ in multivariable calculus? I tried to understand in the books, but I´m quite confused right now.
Pd: If you know about a good book for this please tell me, I´m tryly confused.
Let $$f(x,y)= 3x+2y$$
Prove $$ lim_{(x,y)\to (1,5)} f(x,y)= 13 $$
Let $\epsilon >0 $ be given.
We need to fine a $\delta >0$ such that if $$\sqrt {(x-1)^2 + (y-5)^2 }< \delta $$
Then $$ | 3x+2y -13| < \epsilon $$
$$ | 3x+2y -13|= |(3x -3) +(2y -10)| \le 3|x-1| + 2|y-5|$$
Thus if $$|x-1|< \epsilon /6$$ and $$|y-5|< \epsilon /4$$
We get $$ | 3x+2y -13|< \epsilon $$
We know that we can make $$|x-1|< \epsilon /6$$ and $$|y-5|< \epsilon /4$$
Let $$ \delta = \epsilon /6 $$
If $$\sqrt {(x-1)^2 + (y-5)^2 }< \delta $$ Then we have $$|x-1|< \epsilon /6$$ and $$|y-5|< \epsilon /4$$
Thus $$ | 3x+2y -13| < \epsilon $$
And the proof is complete.